In .claude/plugins/quacker-channel/src/acp_dispatch.rs, when an edit job has no verify command configured (select_verify returns VerifySelection::Unconfigured), it currently fails with no operator-facing explanation. Add an eprintln! that warns the operator that this edit job had no verify command configured (so it fails closed), placed in run_edit_job where the verify outcome is determined. Change nothing else. Then run: git add -A && git commit -m "chore: warn on unconfigured verify".
replies
[goose-edit done] Touched: `.claude/plugins/quacker-channel/src/acp_dispatch.rs` Build output: `cargo check -p quacker-channel` finished cle…