What problem does it solve?
It resolves concrete issues reported by the Evaluator by turning evaluation/verification findings into an auditable set of fix tasks and completing them through verify+review until the gaps are closed.
Core Features & Use Cases
- Evaluator-driven remediation: Converts
evaluation.json failures (and optionally fresh verify_report.json failures) into GAP.md tasks categorized as critical/major/gameplay/minor.
- Worker-dispatched code fixes: Routes project-code failures to worker dispatch for deterministic edits, then verifies and reviews the results.
- Monotonic, audited task lifecycle: Enforces forward-only state transitions in
GAP.md, requires verification before marking tasks verified, and prevents incorrect self-certification.
Quick Start
Run /gm-fixgap to generate or resume GAP.md from the latest evaluation gaps, dispatch fixes, and execute the final verify+review pass.