From 888bc32be1183de8fca9c8e705a1b8c85e1ba789 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 12 Mar 2026 20:12:44 -0500 Subject: [PATCH] docs: mark P0-001 scaffold monorepo as done PR #60 merged, issue #1 closed. Co-Authored-By: Claude Opus 4.6 --- docs/TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TASKS.md b/docs/TASKS.md index b6969ae..711b9d7 100644 --- a/docs/TASKS.md +++ b/docs/TASKS.md @@ -4,7 +4,7 @@ | id | status | milestone | description | pr | notes | | ------ | ----------- | --------- | ------------------------------------------------------------ | --- | ----- | -| P0-001 | not-started | Phase 0 | Scaffold monorepo | — | #1 | +| P0-001 | done | Phase 0 | Scaffold monorepo | #60 | #1 | | P0-002 | not-started | Phase 0 | @mosaic/types — migrate and extend shared types | — | #2 | | P0-003 | not-started | Phase 0 | @mosaic/db — Drizzle schema and PG connection | — | #3 | | P0-004 | not-started | Phase 0 | @mosaic/auth — BetterAuth email/password setup | — | #4 |