@@ -84,10 +84,18 @@ See `CHANGELOG.md` for shipped versions.
8484 (v0.4 item 1) to any agent framework that reads the emerging llms.txt
8585 convention (https://llmstxt.org ), not just Cursor
8686
87- ## v0.6 — Agentic security & operations patterns
87+ ## v0.6 — Adoption guide
88+
89+ - [x] ` README.md ` "Adopting this into your project" section: a six-step path
90+ (operating-model doc, ` AGENTS.md ` /` agents/ ` , running the Quick-start
91+ scripts against the reader's own repo, ` templates/ ` , the two worked
92+ examples, ` docs/agent-skills-integration.md ` ) consolidating onboarding
93+ guidance that was previously scattered across the README and ` docs/ `
94+
95+ ## v0.7 — Agentic security & operations patterns (current)
8896
8997From the 2026-07-13 Zero-Trust-for-AI-Agents review (private ADRs: private-repo
90- ADR-030/031/032, private-repo ADR-018, cloud deployment proposal rev 7 ). Two
98+ ADR-030/031/032, private-repo ADR-018, and a private-repo deployment proposal ). Two
9199maturity classes — this repo exports packaged practice, not aspirations.
92100
93101** Export-ready (shipped + tested in the private monorepo, 2026-07-13):**
@@ -116,15 +124,15 @@ evidence TR-SEC-010 had — commits, tests, an operating track record):**
116124
117125- [ ] ** Disposition contract** — triage agents emit a structured disposition
118126 (query / think / report) as a loop-contract output field, extending
119- TR-AGT-003 (deployment proposal rev 7 )
127+ TR-AGT-003 (private-repo deployment proposal)
120128- [ ] ** Agreement-rate-gated authority promotion** — the measurable form of
121129 the advisory-first trust ramp: agent verdicts run advisory while
122130 human-agreement rate is measured; promotion to blocking/trusted cites
123- the rate, rule by rule, never the whole queue at once (rev 7 )
131+ the rate, rule by rule, never the whole queue at once (private-repo deployment proposal )
124132- [ ] ** Agent-ops metric floor** — dwell time (anomaly → human awareness),
125133 coverage (fraction of agent outputs a human reviewed), and
126134 explainability-by-trigger-ID (every agent output cites the ID of its
127- triggering event, a mandatory loop-contract field) (rev 7 )
135+ triggering event, a mandatory loop-contract field) (private-repo deployment proposal )
128136- [ ] ** Compartmentalization worked example** — the most-exposed agent gets
129137 the fewest permissions (write-only into a quarantine zone), the
130138 most-privileged agent gets no public egress, and promotion out of
@@ -143,7 +151,7 @@ evidence TR-SEC-010 had — commits, tests, an operating track record):**
143151- [ ] ** Layering rule** for agent/platform rollouts (operating-model doc):
144152 foundational ops/observability ships first; every subsequent phase is
145153 sized to be immediately usable — no functionality that idles behind
146- unmet dependencies (rev 7 )
154+ unmet dependencies (private-repo deployment proposal )
147155
148156## Non-goals
149157
0 commit comments