What problem does it solve? It turns vague claims like "this fix works" into falsifiable statements backed by repeatable local evidence, so you get a clear verdict instead of a recap. ## Core Features & Use Cases - Falsifiable Claim Restatement: Converts a claim into a condition, metric, and threshold before any testing begins. - Baseline vs Treatment Comparison: Captures evidence from the old state and the changed state using the same command, data, and environment. - Structured Verdict Output: Returns exactly one of VERIFIED, NOT VERIFIED, or INCONCLUSIVE with metrics, deltas, and reasoning. - Use Case: After fixing a performance regression, ask for verification and get a side-by-side timing comparison of the parent commit versus the fix branch with a definitive verdict. ## Quick Start Ask the agent to verify that your recent fix actually resolves the bug by comparing behavior before and after the change.