Merged
Conversation
- Fix CLI docs: badge keep CA mode shown as implemented (not future) - Add --agent-id flag documentation to badge keep - Update trust level descriptions to RFC-002 §5 names - Fix request.state.agent_claims → request.state.agent in middleware examples - Add API Route Architecture section documenting dual-path pattern - Update SDK badge reference with IAL documentation
- Fix badge lifetime: badges are 5-minute TTL, not 1 year - Add IAL (Identity Assurance Level) FAQ explaining IAL-0 vs IAL-1 - Add FAQ explaining why badges are short-lived - Fix badge structure example to match RFC-002 §4.3 claims - Correct Trust Level 1 description: 'Registered' not 'Email verification' - Update SSL comparison to highlight lifetime difference - Fix badge lifecycle diagram for short-lived token model - Add warning about Level 0 in production BREAKING MISCONCEPTION FIX: The previous docs implied badges last 1 year like SSL certificates. Badges are intentionally short-lived (5 min default) for security. This is a critical conceptual fix.
…ls 0-4 mapping across all docs (SS, REG, DV, OV, EV)
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
Fixes documentation discrepancies with RFC-002 and actual implementation.
Changes
CLI Documentation (
docs/reference/cli/index.md)badge keepCA mode shown as implemented (was incorrectly marked "future")--agent-idflag documentationMiddleware Examples
request.state.agent_claims→request.state.agent(matches SDK)request.state.agent_idto examplesServer API (
docs/reference/server/api.md)SDK Badge Reference (
docs/reference/sdk-python/badge.md)CapiscioMiddlewareRelated