Build Zig skeleton with canonical checks

This commit is contained in:
slhx agent
2026-06-21 01:39:52 +02:00
parent 043af63425
commit 760afbf471
3 changed files with 135 additions and 1 deletions
+8 -1
View File
@@ -29,7 +29,14 @@ 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.
Canonical implementation checks:
```sh
zig build
zig build test
zig build run -- --help
```
## Work tracking