Require regular and adversarial slice tests

This commit is contained in:
slhx agent
2026-06-21 01:32:29 +02:00
parent 2d70b9fe0d
commit b69af3c464
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ redgate lint
redgate health
```
Every implementation slice needs carry-their-weight tests: regular tests that prove the intended payoff works, plus adversarial tests for realistic failure, boundary, or regression cases. Prefer protocol/headless/replay/fixture tests over brittle UI snapshots unless rendering behavior is the claim. See req: testing/001 through req: testing/004.
No implementation build/test command exists yet. When the Zig project is created, record the canonical build/test command here.
## Work tracking