runtime contract enforcement

This commit is contained in:
Harivansh Rathi 2026-03-25 21:39:58 -04:00
parent 61f4738311
commit 933ddf54f4
7 changed files with 958 additions and 157 deletions

View file

@ -21,6 +21,7 @@ pnpm --dir site install
- `src/` holds production code and unit tests
- `tests/` holds integration tests
- `tests/support/` holds shared X11 and daemon helpers for integration coverage
- `docs/runtime-output.md` is the stable-vs-best-effort runtime output contract for agent-facing CLI work
Keep integration-only helpers out of `src/`.