Documentation
¶
Overview ¶
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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
Report is the full set of diagnostics.
func Run ¶
Run gathers diagnostics for the given Codex home. It always returns a Report; problems are represented as warning checks rather than errors.
func RunClaude ¶ added in v0.3.0
func RunClaude(home claudehome.Home) Report
RunClaude gathers diagnostics for a Claude Code home. It mirrors Run but for the ~/.claude/projects transcript store. The returned Report reuses the shared shape (its Home.Root/SessionsDir carry the Claude root and projects dir) so the same renderers apply. It never writes anything and never touches the cloud, the account, or ~/.claude.json.