Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.06 KB

File metadata and controls

41 lines (34 loc) · 2.06 KB

Documentation index

System-of-record map for coop. The root CLAUDE.md is the short navigational entrypoint; durable detail lives here.

For contributors (engineering)

  • ARCHITECTURE.md — module map, the two-backend design, host→guest data flow, architectural invariants.
  • trust-model.md — trust boundaries, taint sources, secret handling, coop update verification. The authoritative security spec the review-security agent reads. (Disclosure policy is SECURITY.md.)
  • code-style.md — Rust authoring idioms and the review / authoring checklists.
  • testing.md — integration tests, mutation testing (+ .cargo/mutants.toml scoping and baselines), fuzzing, kani.
  • platform-notes.md — Firecracker CI-kernel workarounds, Docker networking, scp ~ caveat, tracing-to-stderr.

For users

Agent tooling (.claude/)

  • agents/review-*.md — single-lens PR review sub-agents.
  • commands/my-review, babysit-pr, babysit-my-prs, integration.
  • skills/closeout-review (pre-PR gate), mutation-check.
  • hooks/ + settings.json — the closeout gate, cargo fmt formatter, the no-pipe-test-output guard, and the read-only Bash allowlist.