mirror of
https://github.com/obra/superpowers.git
synced 2026-07-23 10:44:01 +08:00
Responds to maintainer review asking for better implementer self-reflection. The report format already demands command+output for TDD evidence and fix-round covering tests, but the full-suite claim asked only for prose — and that is the claim that rotted in the field: three consecutive fix rounds shipped a "full suite passes" claim the fix reviewer found unreproducible, each time because the suite had run before later edits made the result stale. Two changes, both at the moment the report is written: every claimed gate needs its exact command and the tail of fresh output — fresh meaning after the final edit, otherwise rerun or report the gate as unverified — and a missing pasted output is itself a defect for the reviewer to flag, which puts enforcement at the consumption side the same way the dispatch hints do. Fix reports claiming a full-suite pass need a fresh run, not the pre-findings one. This is verification-before-completion's gate function relocated into the one prompt subagents actually receive. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>