Interactive example · from Start here: Verify the result
The completion report
You said the mobile menu fix is done. Before I look: how do we know?
Which completion report gives you evidence rather than confidence?
Which check did you actually run?
I reviewed the code carefully. It follows solid patterns.
So nothing ran. On my phone the menu still overlaps the logo.
Confidence adjectives are not checks. Nothing here tells you what ran or what you can inspect. AF-04
Show me.
Here is the build output, the focused check that fails if the links overflow, and the two-file diff. The VoiceOver pass I couldn’t run in this environment, so that gap is yours to accept or to test.
I can tap through each claim. The one thing not checked is labeled, not hidden.
You get named checks, a bounded change surface, and an explicit limitation. Each claim can be inspected.
Which of those tests fails if the menu overflows?
None. No existing test covers the menu.
So the suite was green before the bug and green after. It never saw the thing we changed.
Passing tests matter only if they cover the requested behavior. Ask which test was capable of failing for this change. AF-05