Skip to content

fix: Preserve interrupted findings and parse run args#297

Merged
dcramer merged 2 commits intomainfrom
fix/verification-interrupt-findings
May 7, 2026
Merged

fix: Preserve interrupted findings and parse run args#297
dcramer merged 2 commits intomainfrom
fix/verification-interrupt-findings

Conversation

@dcramer
Copy link
Copy Markdown
Member

@dcramer dcramer commented May 7, 2026

Preserve findings gathered before a run is interrupted and fix CLI parsing for pnpm script invocations.

Ctrl+C during verification was being treated as a verifier rejection, so candidates visible in the live UI could disappear from final partial output and per-file counts. Verification aborts are now inconclusive and keep candidates.

The CLI also now strips a leading script delimiter and accepts repeated verbosity shorthand, so pnpm cli -- -vvv src/ --skill code-review is parsed as a file-mode run instead of mixing a fake git ref with src/.

dcramer and others added 2 commits May 7, 2026 10:44
Treat interrupted verification as inconclusive instead of rejecting candidates. This keeps partial run output aligned with findings already shown by the live UI.

Co-Authored-By: GPT-5 Codex <noreply@anthropic.com>
Strip a leading script delimiter before parsing Warden arguments so pnpm script invocations do not turn it into a fake target. Also handle repeated shorthand verbosity like -vvv.

Co-Authored-By: GPT-5 Codex <noreply@anthropic.com>
@dcramer dcramer marked this pull request as ready for review May 7, 2026 17:54
@dcramer dcramer merged commit 5ff7513 into main May 7, 2026
14 checks passed
@dcramer dcramer deleted the fix/verification-interrupt-findings branch May 7, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant