Skip to content

Commit a83d6dd

Browse files
committed
Docs: note SUBMODULES_TOKEN requirement for root CI
1 parent 478797f commit a83d6dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/STATUS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sorrel status
22

3-
Last updated: 2026-07-22
3+
Last updated: 2026-07-24
44

55
What works today, what does not, and where to look next. For how to run the
66
stack, see [GETTING_STARTED.md](GETTING_STARTED.md). The forward plan is
@@ -29,7 +29,7 @@ ahead: colocated Git mirror, production auth, richer agents/SDKs, and apps.
2929
| **Hub API** | JSON HTTP server: health, projects, admin collections with GET/PATCH, proposals/reviews lifecycle, lane-submit collaboration endpoint, sync endpoints, FS persistence. |
3030
| **Hub UI** | Framework-free Nord companion: Projects, Reviews (proposal detail + comment thread + workflow status), Sync; proxies `/api/*` to Hub. |
3131
| **Landing (`sorrel-web`)** | Static marketing site (Nord theme). Production deploy is Cloudflare Pages; local Docker is optional preview only. |
32-
| **Root E2E / CI** | `npm test` E2E; `.github/workflows/ci.yml` on root, hub, and hub-web. |
32+
| **Root E2E / CI** | `npm test` E2E; `.github/workflows/ci.yml` on root, hub, and hub-web. Root CI needs the `SUBMODULES_TOKEN` Actions secret (PAT with read access to the private submodules) for submodule checkout. |
3333

3434
## Missing / not ready
3535

0 commit comments

Comments
 (0)