From bf2cb3a271984bc9b075e395282ae374a20d1fa0 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 12 Mar 2026 20:56:16 -0500 Subject: [PATCH] docs: mark P0-002, P0-005, P0-006 done (PR #65) Co-Authored-By: Claude Opus 4.6 --- docs/TASKS.md | 6 +++--- docs/scratchpads/mvp-20260312.md | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/TASKS.md b/docs/TASKS.md index f03b739..c86f1ef 100644 --- a/docs/TASKS.md +++ b/docs/TASKS.md @@ -5,11 +5,11 @@ | id | status | milestone | description | pr | notes | | ------ | ----------- | --------- | ------------------------------------------------------------- | --- | ----- | | P0-001 | done | Phase 0 | Scaffold monorepo | #60 | #1 | -| P0-002 | not-started | Phase 0 | @mosaic/types — migrate and extend shared types | — | #2 | +| P0-002 | done | Phase 0 | @mosaic/types — migrate and extend shared types | #65 | #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 | -| P0-005 | not-started | Phase 0 | Docker Compose — PG 17, Valkey 8, SigNoz | — | #5 | -| P0-006 | not-started | Phase 0 | OTEL foundation — OpenTelemetry SDK setup | — | #6 | +| P0-005 | done | Phase 0 | Docker Compose — PG 17, Valkey 8, SigNoz | #65 | #5 | +| P0-006 | done | Phase 0 | OTEL foundation — OpenTelemetry SDK setup | #65 | #6 | | P0-007 | not-started | Phase 0 | CI pipeline — Woodpecker config | — | #7 | | P0-008 | not-started | Phase 0 | Project docs — AGENTS.md, CLAUDE.md, README | — | #8 | | P0-009 | not-started | Phase 0 | Verify Phase 0 — CI green, all packages build | — | #9 | diff --git a/docs/scratchpads/mvp-20260312.md b/docs/scratchpads/mvp-20260312.md index 928d952..2f85538 100644 --- a/docs/scratchpads/mvp-20260312.md +++ b/docs/scratchpads/mvp-20260312.md @@ -37,10 +37,11 @@ User confirmed: start the planning gate. ## Session Log -| Session | Date | Milestone | Tasks Done | Outcome | -| ------- | ---------- | -------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -| 1 | 2026-03-13 | Planning | Planning gate | Milestones created, 59 issues created, TASKS.md populated, manifest updated | -| 2 | 2026-03-13 | Vertical slice | P1-001, P1-007, P1-008, P2-001, P5-002, P6-005 | Communication spine built and merged (PR #61). Gateway + TUI + Discord. 3-agent gatekeeper review, 10/16 issues remediated, 4 deferred. | +| Session | Date | Milestone | Tasks Done | Outcome | +| ------- | ---------- | -------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 1 | 2026-03-13 | Planning | Planning gate | Milestones created, 59 issues created, TASKS.md populated, manifest updated | +| 2 | 2026-03-13 | Vertical slice | P1-001, P1-007, P1-008, P2-001, P5-002, P6-005 | Communication spine built and merged (PR #61). Gateway + TUI + Discord. 3-agent gatekeeper review, 10/16 issues remediated, 4 deferred. | +| 3 | 2026-03-13 | Foundation | P0-002, P0-005, P0-006 | Foundation layer merged (PR #65). Docker Compose (PG+pgvector, Valkey, OTEL Collector, Jaeger), OTEL auto-instrumentation in gateway, @mosaic/types with DTOs + Socket.IO typed event maps. | ## Open Questions