Independent intelligence for software built with AIResearch edition / 19 Sep 2026
SHIP/PROOFAI CODE FIELD GUIDE

Reading path / Testing & delivery

Build the evidence before release

Screenshots, tests, measurements and restore rehearsals answer different questions. Use the right artifact for the failure you need to catch.

A suggested sequence

  1. 01

    A regression test must prove the bug can return ↗

    The useful test is not the one that turns green; it is the one that distinguishes the broken behavior from the repaired behavior.

  2. 02

    Review generated tests as claims about the product ↗

    A large test diff is valuable only when its assertions can reject plausible wrong behavior.

  3. 03

    Accessibility evidence starts where the screenshot stops ↗

    A page can look correct and still be unusable by keyboard, screen reader, zoom, or error recovery.

  4. 04

    Ship an artifact you can identify and undo ↗

    A release is safer when the reviewed source, built bytes, deployed revision, and rollback target form one traceable chain.

Official source-reference image used for orientation; not a result from this reading path. GitHub ↗ · Official interface screenshot · Owner review pending. Select the image to enlarge.