Protocol: use snake_case token names in diagrams for consistency#24
Open
rohanharikr wants to merge 2 commits into
Open
Protocol: use snake_case token names in diagrams for consistency#24rohanharikr wants to merge 2 commits into
rohanharikr wants to merge 2 commits into
Conversation
Diagram code blocks mixed "agent token" and "agent_token"; align on the underscored form used elsewhere in diagrams and in the bootstrap spec. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Same diagram-consistency fix as the prior commit, applied to "auth token" → "auth_token" in the three-party, four-party, call-chaining, and interaction-chaining diagrams. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
agent token→agent_token(11 occurrences) in identity-based, three-party, four-party, governance, and call-chaining diagrams.auth token→auth_token(5 occurrences) in three-party, four-party, call-chaining, and interaction-chaining diagrams.agent_token,resource_token,upstream_token,bootstrap_tokenare already written elsewhere in the same diagrams and indraft-hardt-aauth-bootstrap.md.Test plan
grep -nE "^ \|" draft-hardt-oauth-aauth-protocol.md | grep -iE "\b(agent token|auth token|resource token|upstream token|bootstrap token)\b"returns no matches.🤖 Generated with Claude Code