Files
bootstrap/templates/repo/.mosaic/orchestrator/tasks.json
2026-02-17 13:31:29 -06:00

17 lines
338 B
JSON

{
"tasks": [
{
"id": "EXAMPLE-001",
"title": "Example orchestrator task",
"description": "Replace this with a real task and command",
"status": "pending",
"runtime": "codex",
"command": "",
"quality_gates": [],
"metadata": {
"source": "bootstrap-template"
}
}
]
}