You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(agents): document permission-set sync in the add-a-lexicon checklist
The "Adding / modifying a lexicon" steps covered codegen, ERD, README/SKILL,
SCHEMAS.md, format, check, and changeset — but never the permission sets. Each
authWrite.json enumerates every type:"record" collection in its namespace (the
list is both the grant and its boundary; no wildcards allowed inside a set), so
a new org.hypercerts.* / app.certified.* record lexicon is NOT grantable via the
published set until added to the matching set — and must be removed when deleted.
Add a step spelling this out, including the own-namespace-authority rule (each
record goes only in its own namespace's set) and the non-record exemption
(query/object/permission-set defs are not repo collections). Links to
docs/design/permission-sets.md for the full rationale.
Prettier also renumbered the list (fixing a pre-existing duplicate-"4" bug).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments