docs(hero_claim_format): groups.<name> always emitted; admin claim deprecated #209
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills!209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_lee_groups_emission"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Drops the per-route opt-in language from §3.2 — the proxy now emits
groups.<name>for every group an authenticated user belongs to(transitively), symmetric with
users.<x>. No flag, no opt-in.Adds §3.3 documenting the predefined
admingroup: seeded at startup,membership auto-synced to users.is_admin, and groups.remove_member
guards against manual desync. The legacy
adminclaim is markedDEPRECATED 2026-05; rules should match
groups.admininstead.Updates the §3.1 example to use groups.admin in place of admin.