docs(work): close fallow-integration-v1 epic

This commit is contained in:
2026-05-13 08:55:50 +02:00
parent 7ecb365e63
commit 072e08d855
6 changed files with 36 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-13T06:47:32.677Z", "updated_at": "2026-05-13T06:55:52.068Z",
"epics": { "epics": {
"agent-workflow-docs-v1": { "agent-workflow-docs-v1": {
"status": "done", "status": "done",
@@ -203,24 +203,24 @@
} }
}, },
"fallow-integration-v1": { "fallow-integration-v1": {
"status": "in-progress", "status": "done",
"title": "Fallow integration v1 — whole-codebase static analysis as 5th gate", "title": "Fallow integration v1 — whole-codebase static analysis as 5th gate",
"stories": { "stories": {
"01-fallow-install": { "01-fallow-install": {
"status": "in-progress", "status": "done",
"title": "Install fallow + create .fallowrc.json", "title": "Install fallow + create .fallowrc.json",
"ac_total": 4, "ac_total": 4,
"ac_completed": 0, "ac_completed": 4,
"depends_on": [], "depends_on": [],
"blocks": [ "blocks": [
"02-pnpm-turbo-wiring" "02-pnpm-turbo-wiring"
] ]
}, },
"02-pnpm-turbo-wiring": { "02-pnpm-turbo-wiring": {
"status": "todo", "status": "done",
"title": "pnpm script + turbo task wiring", "title": "pnpm script + turbo task wiring",
"ac_total": 4, "ac_total": 4,
"ac_completed": 0, "ac_completed": 4,
"depends_on": [ "depends_on": [
"01-fallow-install" "01-fallow-install"
], ],
@@ -229,10 +229,10 @@
] ]
}, },
"03-ci-integration": { "03-ci-integration": {
"status": "todo", "status": "done",
"title": "CI workflow runs pnpm fallow", "title": "CI workflow runs pnpm fallow",
"ac_total": 2, "ac_total": 2,
"ac_completed": 0, "ac_completed": 2,
"depends_on": [ "depends_on": [
"02-pnpm-turbo-wiring" "02-pnpm-turbo-wiring"
], ],
@@ -241,10 +241,10 @@
] ]
}, },
"04-docs-and-prompts": { "04-docs-and-prompts": {
"status": "todo", "status": "done",
"title": "Docs + agent prompt updates", "title": "Docs + agent prompt updates",
"ac_total": 5, "ac_total": 5,
"ac_completed": 0, "ac_completed": 5,
"depends_on": [ "depends_on": [
"03-ci-integration" "03-ci-integration"
], ],
@@ -409,37 +409,6 @@
} }
} }
}, },
"ready": [ "ready": [],
{ "blocked": []
"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"
]
}
]
} }

View File

@@ -3,7 +3,7 @@ id: 01-fallow-install
epic: fallow-integration-v1 epic: fallow-integration-v1
title: Install fallow + create .fallowrc.json title: Install fallow + create .fallowrc.json
type: technical-story type: technical-story
status: in-progress status: done
feature: tooling feature: tooling
depends-on: [] depends-on: []
blocks: [02-pnpm-turbo-wiring] blocks: [02-pnpm-turbo-wiring]
@@ -11,7 +11,7 @@ blocks: [02-pnpm-turbo-wiring]
## Tasks ## Tasks
- [ ] Story scaffold - [x] Story scaffold
- [ ] Add fallow to root devDependencies - [x] Add fallow to root devDependencies
- [ ] Create .fallowrc.json with monorepo-aware config - [x] Create .fallowrc.json with monorepo-aware config
- [ ] Verify `pnpm exec fallow --version` works - [x] Verify `pnpm exec fallow --version` works

View File

@@ -3,7 +3,7 @@ id: 02-pnpm-turbo-wiring
epic: fallow-integration-v1 epic: fallow-integration-v1
title: pnpm script + turbo task wiring title: pnpm script + turbo task wiring
type: technical-story type: technical-story
status: todo status: done
feature: tooling feature: tooling
depends-on: [01-fallow-install] depends-on: [01-fallow-install]
blocks: [03-ci-integration] blocks: [03-ci-integration]
@@ -11,7 +11,7 @@ blocks: [03-ci-integration]
## Tasks ## Tasks
- [ ] pnpm fallow script (runs all) - [x] pnpm fallow script (runs all)
- [ ] pnpm fallow:audit script (runs `fallow audit --base main`) - [x] pnpm fallow:audit script (runs `fallow audit --base main`)
- [ ] turbo.json task entry for fallow - [x] turbo.json task entry for fallow
- [ ] Run `pnpm fallow` against current repo, capture findings, tune config - [x] Run `pnpm fallow` against current repo, capture findings, tune config

View File

@@ -3,7 +3,7 @@ id: 03-ci-integration
epic: fallow-integration-v1 epic: fallow-integration-v1
title: CI workflow runs pnpm fallow title: CI workflow runs pnpm fallow
type: technical-story type: technical-story
status: todo status: done
feature: ci feature: ci
depends-on: [02-pnpm-turbo-wiring] depends-on: [02-pnpm-turbo-wiring]
blocks: [04-docs-and-prompts] blocks: [04-docs-and-prompts]
@@ -11,5 +11,5 @@ blocks: [04-docs-and-prompts]
## Tasks ## Tasks
- [ ] Add `pnpm fallow` step after `pnpm conformance` in ci.yml - [x] Add `pnpm fallow` step after `pnpm conformance` in ci.yml
- [ ] Use --format annotations for inline GH PR comments - [x] Use --format annotations for inline GH PR comments

View File

@@ -3,7 +3,7 @@ id: 04-docs-and-prompts
epic: fallow-integration-v1 epic: fallow-integration-v1
title: Docs + agent prompt updates title: Docs + agent prompt updates
type: technical-story type: technical-story
status: todo status: done
feature: agent-prompts feature: agent-prompts
depends-on: [03-ci-integration] depends-on: [03-ci-integration]
blocks: [] blocks: []
@@ -11,8 +11,8 @@ blocks: []
## Tasks ## Tasks
- [ ] Update CLAUDE.md conformance-system section to list Fallow as 5th gate - [x] Update CLAUDE.md conformance-system section to list Fallow as 5th gate
- [ ] Update docs/guides/conformance-quickref.md with Fallow row - [x] Update docs/guides/conformance-quickref.md with Fallow row
- [ ] Update .sandcastle/implementer.prompt.md: run `fallow audit` before commit - [x] Update .sandcastle/implementer.prompt.md: run `fallow audit` before commit
- [ ] Update .sandcastle/reviewer.prompt.md: verify implementer ran fallow audit - [x] Update .sandcastle/reviewer.prompt.md: verify implementer ran fallow audit
- [ ] Final verification + closeout - [x] Final verification + closeout

View File

@@ -3,7 +3,7 @@ id: fallow-integration-v1
prd: null prd: null
title: Fallow integration v1 — whole-codebase static analysis as 5th gate title: Fallow integration v1 — whole-codebase static analysis as 5th gate
type: epic type: epic
status: in-progress status: done
features: [tooling, ci, agent-prompts] features: [tooling, ci, agent-prompts]
created: 2026-05-13 created: 2026-05-13
--- ---
@@ -22,7 +22,7 @@ purpose-built for AI agents to self-validate before submission.
## Stories ## Stories
- [ ] [01 — Install fallow + .fallowrc.json](01-fallow-install/_story.md) - [x] [01 — Install fallow + .fallowrc.json](01-fallow-install/_story.md)
- [ ] [02 — pnpm + turbo wiring](02-pnpm-turbo-wiring/_story.md) - [x] [02 — pnpm + turbo wiring](02-pnpm-turbo-wiring/_story.md)
- [ ] [03 — CI workflow integration](03-ci-integration/_story.md) - [x] [03 — CI workflow integration](03-ci-integration/_story.md)
- [ ] [04 — Docs + agent prompt updates](04-docs-and-prompts/_story.md) - [x] [04 — Docs + agent prompt updates](04-docs-and-prompts/_story.md)