Files
Atomizer/hq/mission-control/data/tasks.json.bak-20260219-005459

77 lines
2.8 KiB
Plaintext

{
"tasks": [
{
"id": "guide_onboarding",
"title": "\ud83c\udfed Atomizer HQ \u2014 Mission Control",
"description": "Self-hosted dashboard at http://100.68.144.33:8091\n\nAgents update tasks by writing to ~/atomizer/mission-control/data/tasks.json.\nNo GitHub tokens needed \u2014 everything is local.\n\nManaged by: Manager agent\nBacked up to: Gitea (Atomizer-HQ repo)",
"status": "permanent",
"project": "meta",
"tags": [
"guide",
"setup"
],
"subtasks": [
{
"id": "sub_001",
"title": "Dashboard is live and accessible \u2705",
"done": true
},
{
"id": "sub_002",
"title": "Systemd service running (atomizer-hq-dashboard)",
"done": true
},
{
"id": "sub_003",
"title": "Backed by Gitea repo",
"done": true
}
],
"priority": "high",
"dod": "Dashboard is live on GitHub Pages and connected"
},
{
"id": "ATZ-001",
"title": "\ud83e\uddea Test Orchestration: Material Trade Study Mini-Project",
"description": "End-to-end test of the Atomizer HQ orchestration pipeline.\n\n**Objective:** Compare two candidate materials for a hypothetical lightweight bracket:\n- 7075-T6 Aluminum\n- Ti-6Al-4V Titanium\n\n**Criteria:** Strength-to-weight, cost, machinability, fatigue life\n\n**Expected workflow:**\n1. Manager receives this task\n2. Manager spawns Webster \u2192 research material properties\n3. Manager spawns Tech Lead \u2192 evaluate trade-offs\n4. Manager spawns Auditor \u2192 review the evaluation\n5. Manager spawns Secretary \u2192 write summary to #reports\n\nThis is a TEST to validate the orchestration pipeline works end-to-end.",
"status": "backlog",
"project": "test",
"tags": [
"test",
"orchestration",
"materials"
],
"assignee": "manager",
"subtasks": [
{
"id": "s1",
"title": "Webster: Research material properties (density, yield, UTS, fatigue, cost/kg)",
"assignee": "webster",
"done": false
},
{
"id": "s2",
"title": "Tech Lead: Evaluate trade-offs with weighted scoring matrix",
"assignee": "tech-lead",
"done": false
},
{
"id": "s3",
"title": "Auditor: Review methodology and conclusions",
"assignee": "auditor",
"done": false
},
{
"id": "s4",
"title": "Secretary: Write summary and post to #reports",
"assignee": "secretary",
"done": false
}
],
"deliverables": [],
"comments": [],
"priority": "high",
"dod": "Complete trade study with recommendation, reviewed by auditor, summary in #reports"
}
]
}