Skip to main content
Scan for stuck or problematic sessions and offer to fix them.
entire doctor [flags]
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
FlagDescription
-f, --forceFix all issues without prompting (condense if possible, otherwise discard)
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.
entire doctor logs [flags]
FlagDescription
-f, --followStream new log lines as they are written
--tail NShow the last N lines. Use 0 for all. Defaults to 100.

doctor bundle

Produce a diagnostic bundle for bug reports.
entire doctor bundle [flags]
FlagDescription
-o, --out PATHPath to write the bundle archive. Defaults to the OS temp directory.
--rawSkip secret redaction. Use only when support has asked for an unredacted bundle.

doctor trace

Show hook performance traces for debugging slow Git operations.
entire doctor trace [flags]
FlagDescription
--last NShow last N hook invocations (default: 1)
--hook TYPEFilter by hook type (e.g., post-commit, prepare-commit-msg, pre-push)
Traces are only logged at DEBUG level. Enable with ENTIRE_LOG_LEVEL=DEBUG or set "log_level": "DEBUG" in .entire/settings.json.