Skip to main content
Scan for stuck or problematic sessions and offer to fix them.
A session is considered stuck if:
  • It is in ACTIVE phase with no interaction for over 1 hour
  • It is in ENDED phase with uncondensed checkpoint data on a shadow branch
For each stuck session, you can choose to:
  • Condense: Save session data to permanent storage (entire/checkpoints/v1 branch)
  • Discard: Remove the session state and shadow branch data
  • Skip: Leave the session as-is

doctor logs

Show recent operational logs.

doctor bundle

Produce a diagnostic bundle for bug reports.

doctor trace

Show hook performance traces for debugging slow Git operations.
Traces are only logged at DEBUG level. Enable with ENTIRE_LOG_LEVEL=DEBUG or set "log_level": "DEBUG" in .entire/settings.json.