Commit 9c82146
A permission set marked `isDefault: true` became the deployment's ONLY
baseline — `fallbackPermissionSet` was a single name and the app's set went
into it — so every member of a baseline-declaring app silently lost the
platform floor. Measured on the showcase: all 10 built-in Account nav entries
served, 7/7 of the objects behind them 403.
ADR-0090 D5 rules the baseline additive without exception ("The fallback cliff
is abolished. ... `everyone` is additive like any other position: baseline u
explicit, always"). The human baseline is now the list of names it always was:
the declared set PLUS `member_default`, deduped, applied in the additive step,
the post-resolution fallback, the ADR-0106 D7 metadata-plane resolution, and
the boot-time `everyone`-anchor binding.
Unchanged on purpose: agent principals keep exactly their D10 restricted
ceiling, `null` still disables the baseline entirely, `member_default`'s grant
rows and the D5/D9 high-privilege anchor gate are untouched, and an app that
declares nothing resolves `['member_default']` exactly as before.
Claude-Session: https://claude.ai/code/session_01BVc1ekPpi6yaWywAUhfzfd
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 22df871 commit 9c82146
12 files changed
Lines changed: 561 additions & 84 deletions
File tree
- .changeset
- packages
- plugins
- plugin-hono-server/src
- plugin-security/src
- qa/dogfood/test
- spec/src/contracts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Lines changed: 36 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
315 | 345 | | |
316 | 346 | | |
317 | 347 | | |
| |||
665 | 695 | | |
666 | 696 | | |
667 | 697 | | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
| 698 | + | |
672 | 699 | | |
673 | 700 | | |
674 | 701 | | |
| |||
737 | 764 | | |
738 | 765 | | |
739 | 766 | | |
740 | | - | |
| 767 | + | |
741 | 768 | | |
742 | | - | |
| 769 | + | |
743 | 770 | | |
744 | 771 | | |
745 | 772 | | |
| |||
915 | 942 | | |
916 | 943 | | |
917 | 944 | | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
| 945 | + | |
922 | 946 | | |
923 | 947 | | |
924 | 948 | | |
| |||
951 | 975 | | |
952 | 976 | | |
953 | 977 | | |
954 | | - | |
| 978 | + | |
955 | 979 | | |
956 | | - | |
| 980 | + | |
957 | 981 | | |
958 | 982 | | |
959 | 983 | | |
| |||
Lines changed: 61 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
3 | 59 | | |
4 | 60 | | |
5 | 61 | | |
6 | 62 | | |
7 | 63 | | |
8 | 64 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
12 | 69 | | |
13 | 70 | | |
14 | | - | |
| 71 | + | |
15 | 72 | | |
16 | 73 | | |
17 | 74 | | |
| |||
0 commit comments