docs: initialize go-live MVP mission with coordinator protocol (#455)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #455.
This commit is contained in:
2026-02-22 23:37:13 +00:00
committed by jason.woltje
parent d218902cb0
commit ea1620fa7a
4 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
{
"schema_version": 1,
"mission_id": "mosaic-stack-go-live-mvp-20260222",
"name": "Mosaic Stack Go-Live MVP",
"description": "Ship Mosaic Stack MVP: operational dashboard with theming, task ingestion, one visible agent cycle, deployed and smoke-tested. Unblocks SagePHR, DYOR, Calibr, and downstream projects.",
"project_path": "/home/jwoltje/src/mosaic-stack",
"created_at": "2026-02-22T23:35:51Z",
"status": "active",
"task_prefix": "MS",
"quality_gates": "pnpm lint && pnpm typecheck && pnpm test",
"milestone_version": "0.0.16",
"milestones": [
{
"id": "phase-1",
"name": "Dashboard Polish + Theming",
"status": "pending",
"branch": "dashboard-polish-theming",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-2",
"name": "Task Ingestion Pipeline",
"status": "pending",
"branch": "task-ingestion-pipeline",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-3",
"name": "Agent Cycle Visibility",
"status": "pending",
"branch": "agent-cycle-visibility",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-4",
"name": "Deploy + Smoke Test",
"status": "pending",
"branch": "deploy-smoke-test",
"issue_ref": "",
"started_at": "",
"completed_at": ""
}
],
"sessions": []
}