Phase 4: Deploy + Smoke Test (#463) #464

Merged
jason.woltje merged 3 commits from feat/phase-4-deploy into main 2026-02-23 02:09:44 +00:00

3 Commits

Author SHA1 Message Date
715b90fa77 docs: phase-4 deploy + smoke test complete, mission done
All checks were successful
ci/woodpecker/push/web Pipeline was successful
All smoke tests pass: web HTTP 200, API healthy, dashboard renders
with all widgets, auth working. Fixed root route redirect that
prevented dashboard from rendering at /.

Mission: mosaic-stack-go-live-mvp-20260222 — 4/4 milestones complete.

Issue: #463

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 20:08:52 -06:00
2235758d26 fix(web): remove root redirect so dashboard renders at /
The root app/page.tsx was intercepting the / route and redirecting
authenticated users to /tasks, preventing the dashboard page in
(authenticated)/page.tsx from rendering. Removing it lets the
route group's auth guard handle both cases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:36:14 -06:00
8e18684b7e docs: bootstrap phase-4 deploy + smoke test
Update TASKS.md with MS-P4-001 through MS-P4-003, update mission
manifest to phase-4 (3/4 milestones), append phase-3 completion
summary to scratchpad.

Issue: #463

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:11:13 -06:00