# Workspace: cloud

Created: 2026-05-21
Strategy: worktree

## Member Repos

| Repo  | Source                                      | Branch          | Strategy |
|-------|---------------------------------------------|-----------------|----------|
| cloud | C:\Users\decid\Documents\projects\cloud     | workspace/cloud | worktree |

## Notes

Workspace for Bigscreen Website **Page Setup & Publishing Flow** milestone — Phase 1 (foundations-registry-oauth) execution.

Plan source-of-truth lives in the `website` repo at:
`C:\Users\decid\Documents\projects\website\.planning\phases\01-foundations-registry-oauth\`

Per D-09/D-10 (cross-repo mirror approach):
- All implementation work lands in this `cloud` worktree (branch `workspace/cloud`).
- Each cloud-side commit is mirrored in the `website` repo via a tracking commit:
  `chore(01-XX): cloud@<SHA> — <one-line description>`
- Plan `[cloud@SHA]` placeholders in PLAN.md `files_modified` get filled with real cloud-repo SHAs as commits land.

Phase 1 plans (from website repo):
- 01-01 — Walking Skeleton: VERIFICATION-MEMO + migration + OAuth scopes + Shadow DOM prototype (Shadow DOM prototype is local to website repo, not here)
- 01-02 — Foundation modules: Errors + Schemas + reservedPaths + Audit + Database + unit test
- 01-03 — Publish vertical slice: Presign + Api + admin_api router + Arda client + integration test
- 01-04 — Rate-limit + admin reads + admin_api router with 6 routes + admin-reads test
- 01-05 — apps/api public snapshot + public-read test + rate-limit integration test
