What problem does it solve?
Prevents agents from claiming completion, success, or readiness to commit/PR without running fresh, scope-matched verification evidence.
Core Features & Use Cases
- Evidence-gated completion: Requires running the correct verification command after code changes and before any success or satisfaction language.
- Scope-matching verification: Ensures narrow checks (e.g., unit tests) cannot justify broad claims (e.g., “task complete” or “ready to commit”); mandates the full pipeline when the claim is broad.
- Pre-commit and pre-PR safety: Forces a full verify gate, diff sanity checks, and evidence-based reporting before creating durable repository artifacts.
- Verification report with command output: Demands a structured report that cites the exact executed command, exit code, and output-derived verdict.
Quick Start
Use cy-final-verify whenever you are about to report success, hand off work, or create a commit/PR, and include the verification command output plus a PASS/FAIL verdict for the specific claim being made.