Personal-first entry
The next live slice starts with account access, confirmation gating, and a personal dashboard before any project admin surface.
- Sign in route shell
- Sign up route shell
- Dashboard route shell
This monorepo is structured for Vercel-first delivery and long-lived agent collaboration: clear scopes, a single durable changelog, compact local coordination notes, and explicit runtime boundaries.
The next live slice starts with account access, confirmation gating, and a personal dashboard before any project admin surface.
URS keeps authority separate from delivery and long-lived work.
Work is split into explicit scopes so multiple agents can make progress without uncontrolled overlap.
2026.04-bootstrap
Next.js on Vercel, external Postgres, external realtime delivery, durable automation outside request lifetimes.
apps/webNext.js admin and operator portal.
apps/apiTransitional local shell for shared HTTP and service composition.
apps/workerExternal or separately hosted durable automation runner.
packages/*Contracts, config, schema, and test helpers.
npm run coordination:record -- --scope platform-core --context RepoBootstrap --summary "Scaffolded the monorepo" npm run coordination:watch