Files
hqt/TODO.md
T
felixm c29d862774 chore: close out P1 findings
Resolve all three P1 items: per-operation DB sessions, ServiceError
user-facing failures, and user_version schema migrations. Add the
implementation plan doc.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 19:31:58 -04:00

414 B

P2: Codex session-id capture is heuristic and can store the wrong rollout if another Codex session starts in the same project during the retry window. P2: tmux behavior is mostly tested with mocks; add isolated real-tmux smoke tests for theming, new windows, respawn, and labels. P2: Project paths are accepted without existence validation, so bad paths become dead sessions later instead of being rejected early.