Commit 8269e32
PortalSchema and its StackSchema `portals` collection were a forward-looking
design that was never wired to a runtime: no metadata-type registration, no
dispatcher route family, no auth scope, and no LayoutDispatcher /
NavigationBuilder / ThemeProvider consumer. Authoring a portal was already a
documented no-op marked [EXPERIMENTAL — not enforced]. This implements issue
#3464 disposition A (prune the dead schema) rather than B (build a runtime).
Removes ui/portal.zod.ts + its test, the `portals` key on StackSchema /
defineStack, every Portal* export, the showcase ClientPortal fixture, and the
generated Portal artifacts (json-schema manifest keys, api-surface entries,
reference doc). Hand-written docs/skills stop advertising portals as a live
surface; the real guest_portal public-forms path is left untouched.
Versioned minor per the #2377 enforce-or-remove precedent and the launch-window
no-major guard.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 9dcc0ae commit 8269e32
19 files changed
Lines changed: 49 additions & 976 deletions
File tree
- .changeset
- content/docs
- references/ui
- ui
- docs
- examples/app-showcase
- src
- docs
- security
- ui/portals
- packages/spec
- scripts
- src
- ui
- skills/objectstack-platform
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments