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:
2026-05-24 17:07:58 +02:00
parent d06a456c2a
commit 707620adfb
4 changed files with 41 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ title: "Form binding + visual guide — EvidenceLink, rect registry, SVG overlay
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: 7b5b7235-57e3-4835-8fa6-376bb518fe2d
status: todo
owner: Bernd
created: 2026-05-24
@@ -53,6 +56,7 @@ T01 (EvidenceLink + EvidenceSet types + relation/status enums)
```task
id: CE-WP-0003-T01
state_hub_task_id: 120b9b5a-9ca3-4dff-8c26-1b5c2e832dc4
priority: critical
status: todo
```
@@ -76,6 +80,7 @@ updating the doc, the test fails.
```task
id: CE-WP-0003-T02
state_hub_task_id: f17e251d-4fd7-4ef3-b35c-e8e0dfb3a455
priority: high
status: todo
depends_on: [T01]
@@ -99,6 +104,7 @@ Emit the events from SharedContracts §4 (`EvidenceLinkCreated`,
```task
id: CE-WP-0003-T03
state_hub_task_id: d3b853ef-7afe-491f-b40b-b6e980a23478
priority: critical
status: todo
depends_on: [T02]
@@ -126,6 +132,7 @@ it in T05/T06/T07.
```task
id: CE-WP-0003-T04
state_hub_task_id: f42e1ecc-351c-4248-8872-1a25e79d3640
priority: medium
status: todo
depends_on: [T01]
@@ -153,6 +160,7 @@ just needs to render 3-4 fields and accept evidence links.
```task
id: CE-WP-0003-T05
state_hub_task_id: 100fb1ca-6168-4e5d-9dc5-f051e6f9ff61
priority: high
status: todo
depends_on: [T02, T04]
@@ -175,6 +183,7 @@ linked fields (e.g. a chip showing the count of linked evidence items).
```task
id: CE-WP-0003-T06
state_hub_task_id: e3bdf1d3-c7a1-484c-8895-8d103e7f9fe6
priority: high
status: todo
depends_on: [T05]
@@ -198,6 +207,7 @@ Each evidence card registers itself with the rect registry as
```task
id: CE-WP-0003-T07
state_hub_task_id: e2ec50be-d9c5-47dd-b801-9c1afb01e6fd
priority: high
status: todo
depends_on: [T03, T06]
@@ -225,6 +235,7 @@ registered.
```task
id: CE-WP-0003-T08
state_hub_task_id: e6754c8e-f9e2-435a-af28-31a693c6d9a8
priority: high
status: todo
depends_on: [T05, T07]