Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 00:34:18 +06:00
co-authored by Claude Opus 5
commit 02268f9121
33 changed files with 2730 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
description: Run the objective gates and report evidence, not opinions
---
Run `./scripts/verify.sh` and report the result.
Then, if the working tree has uncommitted changes, produce feature-specific evidence for what
changed: start the server and `curl` the affected URL, run the relevant test by name, or diff
the golden file. Show real output.
If anything fails:
1. Report the failure verbatim before interpreting it.
2. Diagnose in one paragraph.
3. Propose the smallest fix. Do not apply it without a go-ahead unless it is a formatting fix.
If a budget in `scripts/budgets.env` is exceeded, do not raise the budget. Report which budget,
by how much, and which files are responsible. Offer the two options: shrink the code, or an ADR
raising the ceiling deliberately.