structure: sync tests/README.md

This commit is contained in:
Ty
2026-07-27 16:10:49 +00:00
parent 374af51993
commit 8fb2977f3f
+12
View File
@@ -0,0 +1,12 @@
# Tests (scaffold)
**Status:** Structure only — no product tests until **build**.
| Path | Purpose |
|------|---------|
| `unit/` | Deterministic domain/skill logic (no live model required) |
| `contract/` | Provider/MCP allow-deny contracts |
| `integration/` | Optional cheap-model dialogue paths |
| `fixtures/` | Test-only fixtures |
Design boundary: [design/det-vs-inf.md](../design/det-vs-inf.md).