docs(work): close docs-and-runbook-v1 epic

This commit is contained in:
2026-05-13 09:05:54 +02:00
parent 88edde342e
commit 244313c914
4 changed files with 20 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-13T07:03:16.899Z", "updated_at": "2026-05-13T07:05:55.913Z",
"epics": { "epics": {
"agent-workflow-docs-v1": { "agent-workflow-docs-v1": {
"status": "done", "status": "done",
@@ -166,24 +166,24 @@
} }
}, },
"docs-and-runbook-v1": { "docs-and-runbook-v1": {
"status": "in-progress", "status": "done",
"title": "Developer runbook + post-Fallow doc sweep", "title": "Developer runbook + post-Fallow doc sweep",
"stories": { "stories": {
"01-runbook": { "01-runbook": {
"status": "in-progress", "status": "done",
"title": "docs/guides/runbook.md — day-1 onboarding", "title": "docs/guides/runbook.md — day-1 onboarding",
"ac_total": 2, "ac_total": 2,
"ac_completed": 0, "ac_completed": 2,
"depends_on": [], "depends_on": [],
"blocks": [ "blocks": [
"02-doc-sweep" "02-doc-sweep"
] ]
}, },
"02-doc-sweep": { "02-doc-sweep": {
"status": "todo", "status": "done",
"title": "README + CLAUDE.md + .env.example sweep", "title": "README + CLAUDE.md + .env.example sweep",
"ac_total": 5, "ac_total": 5,
"ac_completed": 0, "ac_completed": 5,
"depends_on": [ "depends_on": [
"01-runbook" "01-runbook"
], ],
@@ -435,21 +435,6 @@
} }
} }
}, },
"ready": [ "ready": [],
{ "blocked": []
"epic": "docs-and-runbook-v1",
"story": "01-runbook",
"title": "docs/guides/runbook.md — day-1 onboarding"
}
],
"blocked": [
{
"epic": "docs-and-runbook-v1",
"story": "02-doc-sweep",
"title": "README + CLAUDE.md + .env.example sweep",
"waiting_on": [
"docs-and-runbook-v1/01-runbook"
]
}
]
} }

View File

@@ -3,7 +3,7 @@ id: 01-runbook
epic: docs-and-runbook-v1 epic: docs-and-runbook-v1
title: docs/guides/runbook.md — day-1 onboarding title: docs/guides/runbook.md — day-1 onboarding
type: technical-story type: technical-story
status: in-progress status: done
feature: docs feature: docs
depends-on: [] depends-on: []
blocks: [02-doc-sweep] blocks: [02-doc-sweep]
@@ -11,5 +11,5 @@ blocks: [02-doc-sweep]
## Tasks ## Tasks
- [ ] Story scaffold - [x] Story scaffold
- [ ] Write docs/guides/runbook.md (sections: Prerequisites, First-time setup, Daily commands, Env vars, Agent-first workflow, Conformance gates reference, Troubleshooting, Where to read next) - [x] Write docs/guides/runbook.md (sections: Prerequisites, First-time setup, Daily commands, Env vars, Agent-first workflow, Conformance gates reference, Troubleshooting, Where to read next)

View File

@@ -3,7 +3,7 @@ id: 02-doc-sweep
epic: docs-and-runbook-v1 epic: docs-and-runbook-v1
title: README + CLAUDE.md + .env.example sweep title: README + CLAUDE.md + .env.example sweep
type: technical-story type: technical-story
status: todo status: done
feature: docs feature: docs
depends-on: [01-runbook] depends-on: [01-runbook]
blocks: [] blocks: []
@@ -11,8 +11,8 @@ blocks: []
## Tasks ## Tasks
- [ ] Update README.md to point at runbook + reflect 5 gates - [x] Update README.md to point at runbook + reflect 5 gates
- [ ] Expand .env.example to cover all relevant env vars with comments - [x] Expand .env.example to cover all relevant env vars with comments
- [ ] Sweep CLAUDE.md "Quick Start" for new commands (pnpm work, pnpm fallow, pnpm fallow:audit) - [x] Sweep CLAUDE.md "Quick Start" for new commands (pnpm work, pnpm fallow, pnpm fallow:audit)
- [ ] Add a "Conformance gates" reference line to docs/guides/conformance-quickref.md noting Fallow is the 5th - [x] Add a "Conformance gates" reference line to docs/guides/conformance-quickref.md noting Fallow is the 5th
- [ ] Final verification + closeout - [x] Final verification + closeout

View File

@@ -3,7 +3,7 @@ id: docs-and-runbook-v1
prd: null prd: null
title: Developer runbook + post-Fallow doc sweep title: Developer runbook + post-Fallow doc sweep
type: epic type: epic
status: in-progress status: done
features: [docs] features: [docs]
created: 2026-05-13 created: 2026-05-13
--- ---
@@ -16,5 +16,5 @@ and Fallow integration.
## Stories ## Stories
- [ ] [01 — Developer runbook](01-runbook/_story.md) - [x] [01 — Developer runbook](01-runbook/_story.md)
- [ ] [02 — Doc sweep + .env.example expansion](02-doc-sweep/_story.md) - [x] [02 — Doc sweep + .env.example expansion](02-doc-sweep/_story.md)