| name | quality-gate |
| description | Run the project's full verification before pushing and report what must be fixed. |
quality-gate
Prove a change is good before pushing superbot-games.
- Run
python3.10 -m pytest (deterministic game-core sims must pass, seed-reproducible) and python3 bootstrap.py check --strict (docs + session-log hygiene). No live CI workflow yet — verification runs locally per lane. — the project's full verification (tests + lint/types).
- Run
python3 bootstrap.py check --strict — doc + session-log hygiene.
- Report every failure with the exact command to reproduce it.
- Do NOT push on red — green here should mean green in CI.
Declared capabilities: run.