Build
Test
Demonstrate
Benchmark
Rules
- Normal tests run without public internet access.
- Protocol behavior changes require fixtures and expected results.
- Parser changes require malformed-input tests.
- Performance claims require measured benchmarks.
- Do not add third-party runtime dependencies without an ADR.
- Do not use
unsafe, cgo, native plugins, or shell execution in trusted Go request paths. - Keep documentation synchronized with implemented behavior.