Files
dev-puppeteer/tests/fixtures/fake-artifacts/dev/phase-plan@1/mixed-unbound-role.json
2026-05-11 00:46:45 +09:00

25 lines
606 B
JSON

{
"phases": [
{
"key": "mixed-unbound",
"title": "Mixed bound and unbound planned phase",
"objective": "Prove every planned phase role is validated before insertion.",
"roles": ["spec_writer", "missing_role"],
"expectedArtifact": {
"path": "artifacts/mixed-unbound-spec.json",
"schema": "dev/spec@1"
},
"gates": [],
"tasks": [
{
"id": "TASK-1",
"title": "Impossible mixed-role task",
"role": "missing_role",
"writeSet": ["src/**"],
"dependsOn": []
}
]
}
]
}