docs: package ProofPath Agent Payment Guard story (closes #153)#154
Merged
Conversation
- README: add Agent Payment Guard hero section with positioning formula, architecture Mermaid diagram, and quickstart block - docs/architecture.md: full Mermaid system diagram with all layers - examples/agent-payment-guard/run_e2e_evidence_demo.sh: copy-paste runnable E2E demo covering ACCEPT -> replay BLOCK -> export -> verify - docs/demo-transcript-payment-guard.md: expected output + story Core principle added to README: Model output is a proposal, not authorization.
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.
Closes #153
What this PR does
Packages the ProofPath Agent Payment Guard story so any reviewer understands the value in under 60 seconds.
No new payment functionality is added. This is a docs/demo-flow PR only.
Changes
README.mdNew
## Agent Payment Guardhero section at the top:docs/architecture.md(new)Full Mermaid diagrams:
examples/agent-payment-guard/run_e2e_evidence_demo.sh(new)Copy-paste runnable E2E demo from repo root:
ACCEPTBLOCK / INTENT_REPLAYEDexport_payment_guard_evidence.pydocs/demo-transcript-payment-guard.md(new)Expected output of
run_e2e_evidence_demo.sh, decisions table, and explanation of what the demo proves.Acceptance criteria
Model output is a proposal, not authorization.docs/architecture.md+ inline Mermaid in README)Validation