docs: add acceptance matrix as a hard rule across roadmap, AGENT, and README - #204
Merged
Conversation
… README Add a Capability Coverage Matrix as the mandatory acceptance section of the roadmap (docs/ROADMAP.md / docs/ROADMAP.zh.md), registering all 14 top-level capabilities with risk level, happy-path E2E, failure-path, policy-role, and failure-recovery coverage backed by real test names and scripts. Honest gaps are recorded (daemon happy-path E2E, serve run method) with minimum expectations. Codify the five coverage-floor rules as MUST-level hard rules in AGENT.md / docs/AGENT.zh.md and wire a matrix-update step into the extension workflow. Link the matrix and the floor from a new Quality & acceptance section in README.md / docs/README.zh.md. Docs-only change, bilingual per the documentation language policy. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Roadmap documents must now include an acceptance matrix. This PR adds a Capability Coverage Matrix as the mandatory acceptance section of the roadmap, codifies its coverage floor as MUST-level hard rules in AGENT.md, and links both from a key position in the README — bilingual throughout.
docs/ROADMAP.md / docs/ROADMAP.zh.md
readonly+ one ofguarded/unrestricted).src/*.zig) and scripts (playground/scripts/,scripts/).runmethod round-trip, plus one "to verify" (schedule failure recovery) — each with a minimum expectation.AGENT.md / docs/AGENT.zh.md
README.md / docs/README.zh.md
Notes