docs: reorganize structure with conceptual bridge#27
Merged
Conversation
added 10 commits
March 11, 2026 22:49
- vectors/: manifest + valid-settlement, expired-grant, budget-exceeded, intent-hash-mismatch, settlement-mismatch - test/vectors/goldenVectors.test.ts: verifier test runner - Roadmap: PR20 marked done - CLI docs: golden vectors section Made-with: Cursor
Made-with: Cursor
- Add overview/: problem-statement, design-goals (with what-is-mpcp) - Add architecture/: system-model, actors, artifact-lifecycle, reference-flow - Add protocol specs to docs/: mpcp, PolicyGrant, SBA, SPA, SettlementIntent, SIH, FPA - Add scenarios/: ev-charging, parking, machine-commerce - Add implementation/: verifier, sdk, conformance - Add See also cross-links from artifact specs to reference flow - Update mkdocs nav and internal links Made-with: Cursor
…dmap nav - Add docs/architecture/authorization-chain.md (PR18A visual) - Embed chain diagram in index, system-model, reference-flow - Clarify problem.md redirect for SEO - Add See: Actors link in reference-flow - Point roadmap nav to doc/ (single source) Made-with: Cursor
…dex, problem Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
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
Reorganizes the docs under
docs/with a clearer conceptual flow: concept → architecture → flow → spec.New Structure
Cross-links
Each artifact spec (PolicyGrant, SignedBudgetAuthorization, SignedPaymentAuthorization, SettlementIntent) now includes a See Also linking to the MPCP Reference Flow — EV Charging, so readers can follow: concept → architecture → flow → spec.
Notes
doc/symlink kept for now — guides/examples still reference REFERENCE_PROFILES, OFFLINE_PAYMENTS, etc. Will address in a follow-up PR.Made with Cursor