Discover Packages
github.com/ahmojo/codex-claude-transfer
internal
doctor
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 16, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package doctor performs read-only health checks on the local Codex setup so
users can confirm cct can see their sessions before exporting or
importing. It never writes anything and never touches Codex's SQLite state DB.
Check is a single diagnostic line.
Report is the full set of diagnostics.
Run gathers diagnostics for the given Codex home. It always returns a Report;
problems are represented as warning checks rather than errors.
Status is the result level of a single check.
const (
StatusOK Status = iota
StatusWarn
StatusInfo
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.