Add FAQ to docs/topics - #20
Conversation
Adds a new documentation page covering ACS positioning, scope, paradigm support, deployment, operations, and roadmap. Content is sourced from the merged v0.1.0 spec; no normative claims beyond what conformance.md defines. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Two new questions under About ACS: - What is a hook? (with airport-security analogy) - How does it all combine in one session? (four-step walkthrough of handshake -> action -> audit -> seal) Both written in simple language, no spec internals or jargon. The hook question gives a reader the building block; the session question shows how the three pillars combine in one runtime story. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PR Agent-Control-Standard#21 promotes subagentStart and subagentStop from SHOULD to MUST in the ACS-Core hook minimum (8 hooks instead of 6). Update the FAQ to match: - "How do I make my framework ACS-conformant?" lists subagent hooks in the mandatory floor with a short justification. - "What if my framework does not have a particular hook surface?" no longer lists subagent hooks under "Additional hooks (SHOULD)"; they are now part of Core. Frameworks without a sub-agent abstraction satisfy this requirement vacuously, which is the same shape as the merged spec's "implement when observable" pattern. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Merge-order note: hold this until #21 lands, and reconcile the FAQ to the slimmed floor before merging. Right now
Fix is small: update those FAQ lines to match #21's floor, then merge after #21. No git conflict with #21 (different files), so this is sequencing for consistency, not a rebase. cc @afogel since you approved this. The catch before merge is the FAQ reconcile plus ordering after #21. @bar-capsule |
|
TL;DR - Let's sort out PRs 21 and 22 and then readdress this. Details: The FAQ is genuinely useful and I want it merged. It's also going to be the most-read page in the docs, which is exactly why I want to slow down on a few things before it lands. The short version: this page is currently more normative than it looks, it contradicts the spec on three items, and one section defines the project's governance in a way the repo doesn't back up. It contradicts #21 on three of the four items #21 changesItem 3 in the ten-component list at line 124 already carries #21's subagent language nearly word for word, including the "satisfy this vacuously" rationale. So this page was written against a partially-applied #21. The other three didn't come along:
The pillar diagram up at lines 19 to 28 repeats both, listing "5 dispositions" and "system/ping liveness" as baseline. Partial sync is worse than none, and that's not a dig. Unsynchronized docs get caught in review, because the mismatch is obvious. A doc that matches on one item and diverges on three passes review, because a reviewer who sees the subagent paragraph lining up reasonably infers the rest was checked too. I nearly did that myself. Easiest path is to gate this on #21's final text and rebase. Better long-term, replace the numbered restatement with a link, so ACS-Core is stated in exactly one place in the repo. By the project's own rule, this page is normativeThis is the one I'd push hardest on, because I don't think it's the intent.
I grepped: Practically, this page wins. It sits higher in the nav than Conformance Profiles, it's far more readable, and it's the thing a procurement team will quote back at a vendor. Two definitions of the same conformance claim, and the readable one governs by default. Cheap fix: a line at the top saying this page is non-normative and that The checkpoint count overstates the control surfaceLine 44 says "ACS defines 22 such checkpoints across the agent lifecycle. The Guardian decides each one independently," right after line 40 defines a checkpoint as something that "asks one question (should this proceed?), gets one decision." Six of those 22 aren't decision-eligible. The airport-security analogy at line 42 reinforces the wrong model, since the whole point of that image is that every checkpoint can stop you. There's also a count inconsistency worth cleaning up while you're there. This page says 22 at line 44 and 306, 19 at line 18, I'd restate it as something like "19 lifecycle hooks, of which 13 are decision-eligible control points and the rest are audit-only records," and drop Two claims I think overshootLine 65 describes the Guardian as "a policy authority outside the LLM's context that prompt injection cannot influence." But Line 108 says "What ACS prevents is the agent acting on injected reasoning without being detected." Line 206 of the same page says that if the Guardian times out or errors, "the action proceeds and the bypass is recorded as an audit event." So an attacker who can DoS the Guardian defeats the line-108 guarantee, and the page says so 98 lines later. What makes this awkward is that the FAQ is unusually honest elsewhere. Line 106's "Does ACS prevent prompt injection? No, and no runtime mechanism can" is better than most vendor docs manage, and line 241's "mechanism-to-control, not promise-to-eliminate" is exactly right. That candor is what buys unearned trust in the paragraphs that overreach, and 65 and 108 are the two that will get quoted back at the project after an incident. Qualifying line 65 with the §12.2 caveat and moving the fail-open disclosure up into the "what is a hook" answer would fix both. Separately, the overhead numbers at lines 198 and 200 ("below the noise floor," "microseconds to single-digit milliseconds," "tens-of-milliseconds range") have no benchmark behind them anywhere in the repo. I measured the #22 Claude Code adapter at a median of 93.9 ms for process spawn alone, before any Guardian round trip. Different thing being measured, probably, but a reader won't know that. I'd cut the numbers until there's something to cite. The governance section is doing more work than a FAQ shouldLines 73 to 84 describe a vendor-neutral effort with six workstreams, name individuals as leads, and say "Governance is by workstream leads (the Architecture Review Board) with an Advisory Board." I went looking for the document that backs this and there isn't one. No None of that means the structure isn't real. It means the FAQ becomes the citable record of it, because it's the only one. Six months from now, when someone asks who approved a normative change, the answer is a table in a topics page. I'd rather see a real One that isn't about the contentThe What I'd doLand #21 first, rebase items 4, 9, 10 and the diagram at 19 to 28 against its final text. Add the non-normative header and lowercase the RFC 2119 keywords. Fix the checkpoint count and the two overshooting claims. Then either pull the governance section out until there's a The rest of the page is the clearest explanation of ACS that exists right now, which is why I'd like the parts that will get quoted to be the parts that hold up. One procedural note: |
Summary
Adds a new documentation page (
docs/topics/faq.md) covering ACS positioning, scope, paradigm support, deployment, operations, and roadmap.The FAQ answers questions from four audiences (enterprise security teams, framework implementers, researchers, press) on one page, sourced from the merged v0.1.0 spec. No normative claims beyond what
docs/spec/conformance.mddefines.What lands
docs/topics/faq.md— new file, ~25 Q&As across six sections (About ACS / Scope and boundaries / For framework implementers / For enterprises / For researchers and paradigm authors / Versioning and roadmap)mkdocs.yml— one-line nav addition adding the FAQ under the existingTopicsgroupTest plan
mkdocs serverenders the new page under Topics → FAQ🤖 Generated with Claude Code