Session-first shell
The workspace can render immediately from the shared session cookie and account context.
Workspace Design
Customer views stay thin. They read session and account context from `platform-api`, then branch into service-specific screens for formations, billing, documents, and future backoffice slices.
The workspace can render immediately from the shared session cookie and account context.
This app will call service APIs and indexes instead of reaching into per-domain databases.
The first real domain slice will layer formations and billing onto this shell next.