Jarvis
aec560162b
ci/woodpecker/push/ci Pipeline was canceled
ci/woodpecker/pr/ci Pipeline was canceled
fix(fleet): verify fails-closed on unverifiable + interactive watch
- isSendAccepted now returns 'accepted' | 'draft' | 'unverifiable' (was bool)
- Blank/empty capture => 'unverifiable' => process.exitCode=1 with distinct
"could not verify delivery (blank/no response captured)" message; previously
blank was treated as success, violating FR-5 fail-closed semantics
- Draft line ('^> ') => process.exitCode=1 with "left as unsubmitted draft"
message; distinct wording from unverifiable case
- agent watch now dispatched through injectable InteractiveRunner (stdio:inherit)
instead of the capturing CommandRunner; tmux attach requires TTY passthrough
- Default spawnInteractive implementation uses node:child_process spawn with
stdio:'inherit'; injectable via FleetCommandDeps.interactiveRunner for tests
- Removed buildSystemdIsActiveCommand (dead code — exported but unused)
- Tests: blank=>exitCode=1, draft=>exitCode=1, real response=>exitCode=0,
watch dispatched through interactiveRunner not capturing runner
- PRD: added "Known limitations" section (heuristic verify, blank fails closed,
non-pi/claude draft detection is best-effort, watch requires TTY passthrough)
- Code comment on isSendAccepted notes pi/claude-specific draft heuristic
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RMoEx7hfdFGjUiCHuN1RRi
2026-06-20 22:45:22 -05:00
..
2026-03-23 01:26:16 +00:00
2026-04-19 22:51:11 +00:00
2026-06-21 03:20:32 +00:00
2026-04-04 21:43:23 -05:00
2026-04-24 01:13:40 +00:00
2026-06-20 22:45:22 -05:00
2026-06-20 20:41:11 +00:00
2026-06-11 19:06:35 +00:00
2026-06-16 21:35:40 +00:00
2026-04-04 21:43:23 -05:00
2026-04-04 21:43:23 -05:00
2026-06-20 22:30:34 -05:00
2026-06-16 21:35:40 +00:00
2026-04-19 22:51:11 +00:00
2026-04-04 21:43:23 -05:00
2026-04-04 21:43:23 -05:00
2026-06-20 17:49:01 +00:00
2026-04-04 21:43:23 -05:00
2026-04-04 21:43:23 -05:00
2026-06-11 18:10:42 +00:00