generated from coulomb/repo-seed
Wire workplans to state-hub: topic, 4 workstreams, 29 tasks (UUIDs in frontmatter + task blocks)
Created topic citation_evidence_mvp (96fa8e80-…) and one workstream per workplan under the citation-evidence repo. Created one state-hub task per task block. All UUIDs now recorded in workplan frontmatter (state_hub_workstream_id) and per task block (state_hub_task_id) so ralph can call update_task_status against them on first run. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,9 @@ title: "Foundations — TS scaffold, folder layout, lint boundaries, normalizati
|
||||
domain: citation_evidence
|
||||
repo: citation-evidence
|
||||
repo_id: a677c189-b4e2-4f2a-9e48-faa482c277e6
|
||||
topic_slug: citation_evidence_mvp
|
||||
topic_id: 96fa8e80-9f74-40f2-84cd-644e9747b9ec
|
||||
state_hub_workstream_id: 1737bf6e-a3cb-413e-81b8-932f6f85791c
|
||||
status: todo
|
||||
owner: Bernd
|
||||
created: 2026-05-24
|
||||
@@ -52,6 +55,7 @@ T01 (toolchain decision + package.json)
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T01
|
||||
state_hub_task_id: 4de816d0-34de-4bdf-a802-da1b0feefc19
|
||||
priority: critical
|
||||
status: todo
|
||||
```
|
||||
@@ -79,6 +83,7 @@ Do not install application dependencies yet — just the toolchain.
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T02
|
||||
state_hub_task_id: 448d2d93-9517-4649-8aac-e00907a12a0a
|
||||
priority: critical
|
||||
status: todo
|
||||
depends_on: [T01]
|
||||
@@ -109,6 +114,7 @@ Add path aliases in `tsconfig.json`: `@shared/*`, `@engine/*`, etc.
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T03
|
||||
state_hub_task_id: abd08afb-78e5-4b41-b956-53e5605c1113
|
||||
priority: high
|
||||
status: todo
|
||||
depends_on: [T02]
|
||||
@@ -138,6 +144,7 @@ lint catches it; remove the fixture afterward.
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T04
|
||||
state_hub_task_id: 0ca4f848-20c5-425e-8996-a73569c9be16
|
||||
priority: critical
|
||||
status: todo
|
||||
depends_on: [T02]
|
||||
@@ -170,6 +177,7 @@ changes can be detected as a migration concern.
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T05
|
||||
state_hub_task_id: 0b686530-ef89-4172-b5c8-de97fa7b7ef0
|
||||
priority: high
|
||||
status: todo
|
||||
depends_on: [T01]
|
||||
@@ -199,6 +207,7 @@ Keep each PDF small (< 1 MB) and check sources/licenses into
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T06
|
||||
state_hub_task_id: b0a5b5a4-81f0-4359-a6e1-67bc6c77e52b
|
||||
priority: medium
|
||||
status: todo
|
||||
depends_on: [T01, T02]
|
||||
@@ -222,6 +231,7 @@ the MVP phase.
|
||||
|
||||
```task
|
||||
id: CE-WP-0001-T07
|
||||
state_hub_task_id: 15456374-73e0-403e-b805-2e259247e615
|
||||
priority: medium
|
||||
status: todo
|
||||
depends_on: [T01]
|
||||
|
||||
Reference in New Issue
Block a user