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

25 lines
587 B
JSON

{
"phases": [
{
"key": "unknown-schema",
"title": "Unknown schema planned phase",
"objective": "Prove fatal planned-phase failures clean up every session.",
"roles": ["spec_writer"],
"expectedArtifact": {
"path": "artifacts/unknown-schema.json",
"schema": "dev/unknown-schema@1"
},
"gates": [],
"tasks": [
{
"id": "TASK-1",
"title": "Write unknown schema artifact",
"role": "spec_writer",
"writeSet": ["src/**"],
"dependsOn": []
}
]
}
]
}