chore: bootstrap MS22 Fleet Evolution — PRD, TASKS, mission manifest

This commit is contained in:
2026-02-28 19:26:25 -06:00
parent a3af402f73
commit b7bb62e03f
5 changed files with 440 additions and 121 deletions
+17 -47
View File
@@ -1,90 +1,60 @@
{
"schema_version": 1,
"mission_id": "ms21-multi-tenant-rbac-data-migration-20260228",
"name": "MS21 Multi-Tenant RBAC Data Migration",
"description": "Build multi-tenant user/workspace/team management, break-glass auth, RBAC UI enforcement, and migrate jarvis-brain data into Mosaic Stack",
"mission_id": "fleet-evolution-20260228",
"name": "Fleet Evolution",
"description": "Multi-agent fleet with persistent knowledge layer, OpenClaw as runtime, Mosaic as management plane",
"project_path": "/home/jwoltje/src/mosaic-stack",
"created_at": "2026-02-28T17:10:22Z",
"created_at": "2026-03-01T01:21:19Z",
"status": "active",
"task_prefix": "MS21",
"task_prefix": "MS22",
"quality_gates": "pnpm lint && pnpm build && pnpm test",
"milestone_version": "0.0.21",
"milestone_version": "0.5.0",
"milestones": [
{
"id": "phase-1",
"name": "Schema and Admin API",
"name": "Knowledge Layer",
"status": "pending",
"branch": "schema-and-admin-api",
"branch": "knowledge-layer",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-2",
"name": "Break-Glass Authentication",
"name": "Agent Fleet Standup",
"status": "pending",
"branch": "break-glass-authentication",
"branch": "agent-fleet-standup",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-3",
"name": "Data Migration",
"name": "WebUI Chat + Tasks",
"status": "pending",
"branch": "data-migration",
"branch": "webui-chat-tasks",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-4",
"name": "Admin UI",
"name": "LLM Provider Management",
"status": "pending",
"branch": "admin-ui",
"branch": "llm-provider-management",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-5",
"name": "RBAC UI Enforcement",
"name": "Installer + Polish",
"status": "pending",
"branch": "rbac-ui-enforcement",
"issue_ref": "",
"started_at": "",
"completed_at": ""
},
{
"id": "phase-6",
"name": "Verification",
"status": "pending",
"branch": "verification",
"branch": "installer-polish",
"issue_ref": "",
"started_at": "",
"completed_at": ""
}
],
"sessions": [
{
"session_id": "sess-001",
"runtime": "unknown",
"started_at": "2026-02-28T17:48:51Z",
"ended_at": "",
"ended_reason": "",
"milestone_at_end": "",
"tasks_completed": [],
"last_task_id": ""
},
{
"session_id": "sess-002",
"runtime": "unknown",
"started_at": "2026-02-28T20:30:13Z",
"ended_at": "",
"ended_reason": "",
"milestone_at_end": "",
"tasks_completed": [],
"last_task_id": ""
}
]
"sessions": []
}