You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/HARNESS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ The harness is independent of the project's domain. The included `src/api/echo`
32
32
33
33
## Reading order
34
34
35
+
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.
36
+
37
+
For an engineer setting up the template:
38
+
35
39
1.**`docs/INVARIANTS.md`** — the load-bearing rules. Every PR is checked against them.
36
40
2.**`docs/BOUNDARIES.md`** — module layering and the import-linter contracts.
37
41
3.**`docs/DEVELOPMENT.md`** — local setup, the `justfile`, the CI pipeline.
0 commit comments