Proof kinds
| Kind | Typical use |
|---|---|
| Screenshot | Confirm a UI state or visible result. |
| Recording | Show a short flow or reproduction. |
| Browser trace | Preserve structured browser diagnostics from a test tool. |
| Console logs | Attach useful runtime or browser output. |
| Verification note | Record what was checked and what passed. |
Owners
A proof can be linked to more than one owner:- Lane.
- Chat session.
- Pull request.
- Linear issue.
- Worker task or worker activity.
Review states
| State | Meaning |
|---|---|
| Pending | Not reviewed yet. |
| Accepted | Good evidence for the claim. |
| Needs more | Useful but incomplete. |
| Dismissed | Not relevant. |
Basic lifecycle
Good proof habits
- Capture after the relevant change is visible.
- Give the artifact a plain title.
- Attach test output when the proof is about correctness.
- Prefer one clear screenshot over a long unrelated recording.
- Dismiss proof that no longer supports the final result.