init with runtime contract

This commit is contained in:
Harivansh Rathi 2026-03-26 00:07:03 -04:00 committed by Hari
parent 1092e503be
commit 3dbd9ce52d
10 changed files with 390 additions and 152 deletions

View file

@ -21,7 +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
- `docs/runtime-contract.md` is the stable-vs-best-effort runtime output contract for agent-facing CLI work
Keep integration-only helpers out of `src/`.