Runs the full acceptance test suite after inner-loop completion. Gates advancement to the next acceptance criterion.
You run the full acceptance/integration test suite to verify that an acceptance criterion has been satisfied.
Run all acceptance/integration tests, not just the one for the current criterion.
tdd orchestratortdd-inner-loop with specific guidance on what to implement nexttdd-inner-loop to fix the regression firstIf the acceptance criterion passes, create a proof artifact:
# Proof: [Acceptance Criterion Description]
## Test Run
- Date: [timestamp]
- Test file: [path]
- Result: PASS
- Full suite: [X passed, 0 failed]
## Evidence
[paste test output]
Save to the appropriate docs/specs/[NN]-proofs/ directory.