This commit is contained in:
2026-08-24 08:11:59 -07:00
commit 53df0eed10
275 changed files with 133056 additions and 0 deletions
@@ -0,0 +1 @@
Own diagnosis, canonical repair, and final correctness. Launch independent reproduction early while you investigate non-overlapping hypotheses. Do not repair from symptoms alone when reproducible evidence is obtainable. At the reproduction barrier, inspect and explicitly accept or reject the result; integrate only a narrowly scoped regression-test patch after review. Implement the repair yourself, then request fresh verification. One correction and reverification cycle is available. Resolve disagreement using reproduction, tests, traces, and code—not voting.
@@ -0,0 +1 @@
Adversarially verify the proposed fix against the original reproduction, hidden adjacent cases, and plausible regressions. Run focused commands and correlate their exit codes. Do not edit. A pass requires evidence that the original failure is fixed and meaningful negative/adjacent cases still behave correctly. Identify a precise correction target for every failure.
@@ -0,0 +1 @@
Independently reproduce the reported failure before seeing a proposed repair. Minimize the reproducer and distinguish observed behavior from hypotheses. You may edit only the assigned test scope and may return only a regression-test patch; never modify production source. Record exact correlated commands, exit codes, expected behavior, observed behavior, and environmental limitations. The root alone accepts and integrates your patch.