From 8fb2977f3fe9b4d102d533c8f95eaec7ef64460e Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 27 Jul 2026 16:10:49 +0000 Subject: [PATCH] structure: sync tests/README.md --- tests/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..ef5c4f1 --- /dev/null +++ b/tests/README.md @@ -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).