docs: markdown pages for diagram context#28
Merged
devonartis merged 3 commits intodevelopfrom Apr 13, 2026
Merged
Conversation
…agrams Raw SVG links render poorly on GitHub. Each diagram now has its own markdown page with the embedded SVG plus context tables explaining the phases, zones, and security properties shown in the diagram. Architecture doc links updated to point to the markdown pages.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
- Token lifecycle and security topology diagrams get dedicated markdown pages with context tables instead of raw SVG links. - README comparison table corrected to be fair against industry IAM: "Key works for everything, forever" → "Key is over-permissioned and long-lived"; revocation and audit rows reframed against real IAM capabilities rather than strawman claims.
Traditional IAM was built for humans and long-running services, not ephemeral AI agents. Reframed the comparison table to lead with that distinction and added delegation row. Honest about what IAM does — the gap is agent-specific lifecycle, not IAM being broken.
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
docs/token-lifecycle.md— embeds the SVG with tables explaining the 5 phases, APIs, and token statesdocs/security-topology.md— embeds the SVG with tables explaining the 3 trust zones, scope narrowing, and security propertiesdocs/architecture.mdlinks to point to the markdown pages instead of raw SVGsRaw SVG links render poorly on GitHub — clicking them shows XML. Markdown pages give the diagram proper context and navigation.
Test plan