docs(work): scaffold fallow-integration-v1 epic + stories

This commit is contained in:
2026-05-13 08:47:30 +02:00
parent 85fb050019
commit 2722305398
6 changed files with 179 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-13T06:32:59.719Z",
"updated_at": "2026-05-13T06:47:32.677Z",
"epics": {
"agent-workflow-docs-v1": {
"status": "done",
@@ -202,6 +202,56 @@
}
}
},
"fallow-integration-v1": {
"status": "in-progress",
"title": "Fallow integration v1 — whole-codebase static analysis as 5th gate",
"stories": {
"01-fallow-install": {
"status": "in-progress",
"title": "Install fallow + create .fallowrc.json",
"ac_total": 4,
"ac_completed": 0,
"depends_on": [],
"blocks": [
"02-pnpm-turbo-wiring"
]
},
"02-pnpm-turbo-wiring": {
"status": "todo",
"title": "pnpm script + turbo task wiring",
"ac_total": 4,
"ac_completed": 0,
"depends_on": [
"01-fallow-install"
],
"blocks": [
"03-ci-integration"
]
},
"03-ci-integration": {
"status": "todo",
"title": "CI workflow runs pnpm fallow",
"ac_total": 2,
"ac_completed": 0,
"depends_on": [
"02-pnpm-turbo-wiring"
],
"blocks": [
"04-docs-and-prompts"
]
},
"04-docs-and-prompts": {
"status": "todo",
"title": "Docs + agent prompt updates",
"ac_total": 5,
"ac_completed": 0,
"depends_on": [
"03-ci-integration"
],
"blocks": []
}
}
},
"frontend-conformance-v1": {
"status": "done",
"title": "Frontend conformance rules v1",
@@ -359,6 +409,37 @@
}
}
},
"ready": [],
"blocked": []
"ready": [
{
"epic": "fallow-integration-v1",
"story": "01-fallow-install",
"title": "Install fallow + create .fallowrc.json"
}
],
"blocked": [
{
"epic": "fallow-integration-v1",
"story": "02-pnpm-turbo-wiring",
"title": "pnpm script + turbo task wiring",
"waiting_on": [
"fallow-integration-v1/01-fallow-install"
]
},
{
"epic": "fallow-integration-v1",
"story": "03-ci-integration",
"title": "CI workflow runs pnpm fallow",
"waiting_on": [
"fallow-integration-v1/02-pnpm-turbo-wiring"
]
},
{
"epic": "fallow-integration-v1",
"story": "04-docs-and-prompts",
"title": "Docs + agent prompt updates",
"waiting_on": [
"fallow-integration-v1/03-ci-integration"
]
}
]
}