Skip to content
Draft
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
4 changes: 4 additions & 0 deletions skills/objectstack-ui/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ An **App** groups objects, dashboards, reports, and custom pages into a
structured navigation tree. Build with `App.create({...})` from
`@objectstack/spec/ui` and register under `defineStack({ apps: [...] })`.

⛔ **Exactly one App per `type: 'app'` package** — `defineStack` refuses a
second at load, per ADR-0019 (app-as-consumer-unit) D3. More audiences are
`requiredPermissions`-gated groups **inside** that one app, never a second app.

### Navigation Item Types

| Type | Properties | Purpose |
Expand Down
Loading