Pytxo

Doctor checks

What pytxo doctor verifies and how to fix failures.

pytxo doctor
pytxo doctor --json

Typical checks:

CheckMeaningFix
Git rootCwd resolves to a git repositorygit init or cd into the repo; use --repo
Writable .pytxo/dataOrchestrator can persist SQLite / HITLFix permissions on .pytxo/
PTY / terminalLocal PTY backend can spawnOn restricted CI, try --execution subprocess
hitl_persistenceGalaxy approvals can save to diskEnsure .pytxo/data/ is writable
Overlay isolationOverlay mode is usable when configuredSwitch to isolation = "worktree" or install overlay deps
Cloud / billingOnly when [cloud] or [billing] ultra is enabledSet PYTXO_CLOUD_SESSION / PYTXO_ULTRA_SESSION, or disable those sections

Doctor does not install agent CLIs for you. If claude, agy, or codex are missing, install them separately and confirm they are on PATH.