docs: fix stale canonical worked example and refresh the MCP HITL surface docs#5
Open
CoffeeAnon wants to merge 1 commit into
Open
docs: fix stale canonical worked example and refresh the MCP HITL surface docs#5CoffeeAnon wants to merge 1 commit into
CoffeeAnon wants to merge 1 commit into
Conversation
…face docs The canonical-form worked example still showed the pre-binding_message five-field payload and a signature that no longer verifies. Update it to the six-field contract that matches fixture 1, and fix the non-ASCII example so it shows the actual ï escape rather than a raw character. Refresh the MCP package README and SECURITY.md to match the shipped HITL gate: delete_task surfaces through MCP_HITL_ALLOWLIST when a consent store and Vault are wired, the elicitation-emission gap is closed, and the dead test reference is replaced with the tests that exist. Tighten the prose across the README and design docs: introduce HITL and RAR on first use, flatten a few headings, and state a couple of points directly rather than steering the reader toward them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The canonical-form worked example still showed the pre-
binding_messagefive-field payload and a signature that no longer verifies. It is updated to the six-field contract that matches fixture 1, and the non-ASCII example now shows the actualïescape rather than a raw character.The MCP package README and
SECURITY.mdare refreshed to match the shipped HITL gate:delete_tasksurfaces throughMCP_HITL_ALLOWLISTwhen a consent store and Vault are wired, the elicitation-emission gap is closed, and the dead test reference is replaced with the tests that exist.The prose across the README and design docs is tightened: HITL and RAR are introduced on first use, a few headings are flattened, and a couple of points are stated directly rather than steering the reader toward them.
No code changed; the canonical-form fixtures stay green.