Documentation
README
Pilot Executor Debug Triage
When invoked, state the hypothesis FIRST in this exact order before running any investigation tool. Each pattern was patched in v2.149.1–.3 and has high prior probability of recurring.
Triage order
-
Silent autopilot gate (v2.149.1, commit f032689b)
- Diagnostic: grep startup logs for "autopilot disabled" or missing startup gate log lines
- Code: autopilot init path / startup gate evaluation
-
Worktree path equality (v2.149.2, commit aac6de5f, TASK-286)
- Diagnostic: check whether the worktree path is
/tmp/pilot-worktree-*and whethergit rev-parse --git-common-dirresolves correctly - Code:
executor/worktree.go:86vscmd/pilot/repo_allowlist.go:53
- Diagnostic: check whether the worktree path is
This is the opening of the README. Read the full README on GitHub.