17 lines
338 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|