Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/HARNESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ The harness is independent of the project's domain. The included `src/api/echo`

## Reading order

For someone who hasn't worked in a harness like this before, start with [`docs/HARNESS_PRIMER.md`](HARNESS_PRIMER.md) — it's the same surface as this doc but written for non-engineers.

For an engineer setting up the template:

1. **`docs/INVARIANTS.md`** — the load-bearing rules. Every PR is checked against them.
2. **`docs/BOUNDARIES.md`** — module layering and the import-linter contracts.
3. **`docs/DEVELOPMENT.md`** — local setup, the `justfile`, the CI pipeline.
Expand Down
Loading
Loading