feat: add minimal run engine

This commit is contained in:
chungyeong
2026-05-11 00:46:45 +09:00
parent 64efeabd33
commit 78ebd5ef78
26 changed files with 6045 additions and 209 deletions

View File

@@ -0,0 +1,24 @@
{
"phases": [
{
"key": "unbound",
"title": "Unbound planned phase",
"objective": "Prove approval-triggered advancement fails terminally on invalid plan roles.",
"roles": ["missing_role"],
"expectedArtifact": {
"path": "artifacts/unbound-spec.json",
"schema": "dev/spec@1"
},
"gates": [],
"tasks": [
{
"id": "TASK-1",
"title": "Impossible task",
"role": "missing_role",
"writeSet": ["src/**"],
"dependsOn": []
}
]
}
]
}