DashboardKnowledgeFail-first regression proof

Fail-first regression proof

Category: preference
Confidence: 1.00
ID: 01a0b39d-a2eb-719d-8347-7934c24c9a3a
Project ID: (global)
Cross-project: Yes
Recalled in other projects: 0
Source session: 10yFZIo4KkRAqcYCH
Created: 2026-08-07 18:04:21
Updated: 2026-09-18 08:24:07

Content

Always prove security- or correctness-sensitive fixes with deterministic failing-first evidence: fail on the literal base, pass on the fix, then fail when each relevant guard is removed or inverted. Every adversarial-review defect needs that regression in the same PR; prioritize skip and early-return branches, and reproduce real lifecycle ordering, rollback, cancellation, fan-out, preexisting state, and delete/recreate boundaries. Run property tests 10 times, restore mutants byte-for-byte, then run focused suites, typecheck, lint, formatting, and repository gates.

Move to: