25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"phases": [
|
|
{
|
|
"key": "implement",
|
|
"title": "Implement requested change",
|
|
"objective": "Use the fake development run to prove the engine path.",
|
|
"roles": ["spec_writer"],
|
|
"expectedArtifact": {
|
|
"path": "artifacts/implementation-spec.json",
|
|
"schema": "dev/spec@1"
|
|
},
|
|
"gates": [],
|
|
"tasks": [
|
|
{
|
|
"id": "TASK-1",
|
|
"title": "Apply implementation",
|
|
"role": "spec_writer",
|
|
"writeSet": ["src/**"],
|
|
"dependsOn": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|