What problem does it solve?
Prevents false or premature completion claims by requiring fresh, scope-aligned evidence before accepting that a task, fix, test, or feature is complete.
Core Features & Use Cases
- Deterministic Verification Gate: Enforces a gate that identifies the exact claim, the canonical validation command, and requires fresh command output and exit codes.
- Claim-Specific Rules: Applies tailored checks for TASK, FIX, TEST_OR_BUILD, and FEATURE_GO claims including integration, coverage, and runtime smoke checks for feature-level GO decisions.
- Clear Outcomes & Escalation: Produces VERIFIED, NOT_VERIFIED, or MANUAL_VERIFY_REQUIRED results with evidence, gaps, and next actions to avoid trusting stale or secondhand success reports.
Quick Start
Verify the TASK claim by identifying the canonical validation command, running it against the current code state, and reporting VERIFIED, NOT_VERIFIED, or MANUAL_VERIFY_REQUIRED with the command output, exit code, and any coverage or integration gaps.