Commit daff756
authored
Clarify circuit breaker budget wording in crystallize command (#67)
* fix: clarify circuit breaker budget wording in crystallize command
Reword the total circuit breaker budget description to clearly explain
the two-phase structure and the range of 1 to 6 total loop executions.
Addresses Gemini feedback from PR #56.
* fix: correct circuit breaker minimum from 1 to 2
A successful delivery requires at least one Phase 4.5 iteration plus
one adversarial review iteration, so the minimum is 2, not 1.
Addresses Gemini feedback on PR #67.1 parent 406465c commit daff756
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
0 commit comments