Files
jules 4b817b85ff Wire operator Integrations page + capability-gating framework
Completes the arcadia-admin operator surface for the integration registry and
the capability/route-guard framework it depends on.

- Integration registry: route + Data-group nav entry + `platform.integrations`
  capability; the in-app client now delegates to the shared
  `@crema/integration-registry-client` lib (vite alias + tsconfig); the
  operator Integrations page (committed earlier) is now reachable.
- Capability gating: capabilities map + route-guard + jwt helpers + the
  apps/plan/entitlements routes and supporting tenants/session changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 23:09:24 +10:00
..

layout/

App structure and page chrome.

Examples: AppShell, PageHeader, SidebarNav, Breadcrumbs, Footer.

Rules:

  • Import from ~/components/ui/* — never the reverse.
  • Reference tokens only. No hardcoded colors or spacing.
  • These compose ui/sidebar, ui/navigation-menu, etc. into opinionated shells.