What problem does it solve? It prevents unverified claims about UI behavior by requiring every assertion about a code change to be backed by a fresh accessibility-tree snapshot from a live running app, eliminating hallucinated confirmations before closing issues or approving PRs. ## Core Features & Use Cases - Live App Verification: Launch the project's dev server and drive Chrome through the DevTools Protocol to inspect real rendered state. - Ground-Truth Snapshots: Capture accessibility trees, console logs, and network responses via red-browser snapshot to confirm buttons, headings, API calls, and error-free consoles. - Stale-Ref Discipline: Re-snapshot after every navigation or state change so node references are never reused across page reloads. - Use Case: When asked to confirm a bug fix works, start the app, open Chrome with --remote-debugging-port=9222, take a snapshot, and paste the relevant JSON excerpt proving the fixed element renders before closing the issue. ## Quick Start Ask the agent to verify that the recent fix works by running the app and checking a red-browser snapshot of the page.