Skip to content

Protocol: use snake_case token names in diagrams for consistency#24

Open
rohanharikr wants to merge 2 commits into
dickhardt:mainfrom
rohanharikr:protocol-diagrams-agent-token-underscore
Open

Protocol: use snake_case token names in diagrams for consistency#24
rohanharikr wants to merge 2 commits into
dickhardt:mainfrom
rohanharikr:protocol-diagrams-agent-token-underscore

Conversation

@rohanharikr
Copy link
Copy Markdown
Contributor

@rohanharikr rohanharikr commented May 7, 2026

Summary

  • Diagram code blocks mixed prose-style and snake_case token names; align on the snake_case form everywhere in diagrams.
  • agent tokenagent_token (11 occurrences) in identity-based, three-party, four-party, governance, and call-chaining diagrams.
  • auth tokenauth_token (5 occurrences) in three-party, four-party, call-chaining, and interaction-chaining diagrams.
  • Matches how agent_token, resource_token, upstream_token, bootstrap_token are already written elsewhere in the same diagrams and in draft-hardt-aauth-bootstrap.md.
  • Prose text outside diagrams is unchanged — natural-language "agent token" / "auth token" is preserved.

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.
  • Rebuild HTML/TXT and skim the diagrams to confirm column alignment is preserved (each replacement is the same character count).

🤖 Generated with Claude Code

rohanharikr and others added 2 commits May 7, 2026 17:08
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>
@rohanharikr rohanharikr changed the title Protocol: use agent_token in diagrams for consistency Protocol: use snake_case token names in diagrams for consistency May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant