Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/workflows/docs-accuracy-audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const ALL_HANDWRITTEN = [
"content/docs/permissions/rls.mdx",
"content/docs/permissions/sharing-rules.mdx",
"content/docs/permissions/sso.mdx",
"content/docs/permissions/system-context.mdx",
"content/docs/plugins/adding-a-metadata-type.mdx",
"content/docs/plugins/anatomy.mdx",
"content/docs/plugins/development.mdx",
Expand Down
4 changes: 3 additions & 1 deletion content/docs/permissions/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ one of two doors, each writing only what it owns:
**overlay** — the record projects the effective body while the package keeps
owning the row, and "delete" resets to the shipped declaration. System /
boot writes carry `isSystem` and bypass it, so the seeder and materializer
are never self-blocked.
are never self-blocked. That bypass is not local to this gate — the full set
of behaviours the flag changes is catalogued in
[System Context (`isSystem`)](/docs/permissions/system-context).

## Lifecycle coverage (five stages)

Expand Down
1 change: 1 addition & 0 deletions content/docs/permissions/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"authentication",
"sso",
"authorization",
"system-context",
"profiles",
"permission-sets",
"positions",
Expand Down
Loading
Loading