Skip to main content
Run diagnostics on your TENET project and optionally auto-fix issues.

Usage

tenet doctor          # Check health
tenet doctor --fix    # Auto-repair issues
tenet doctor --json   # Machine-readable output

Checks

CheckWhat it verifies
.tenet directoryExists with required files
config.jsonValid JSON with required fields
Context HubRunning and responsive
Memory databaseExists, has entries, embeddings available
JournalHas session files
AgentsValid TOML configs with eval scripts
Git branchOn expected branch
HooksHTTP hooks configured