| name | verification-loop-simple-ai-bitcoin-trading-binance |
| description | Use for verification-loop workflows. Source sections include Verification Loop, Principle, Process. |
Verification Loop
Principle
Prefer small, deterministic verification that directly confirms each assumption.
Process
- Run targeted tests first (same module).
- Add/adjust tests for any new branch.
- Run full suite before finishing broad changes.
- Run coverage and confirm critical lanes have no uncovered new branches.
- For CI-facing behavior, validate local workflow equivalents (same Python version and command shape used in
.github/workflows/ci.yml).
Rule
Do not report completion without showing the exact command/output outcome for each changed domain.