Sync CE-WP-0010 hub IDs after fix-consistency.

Write state_hub_workstream_id and task IDs from C-06 registration; regenerate WORK-RECORDS.md.
This commit is contained in:
tegwick 2026-07-30 19:21:37 +02:00
parent 8e7aed7125
commit 6bc1650285
2 changed files with 99 additions and 0 deletions

View file

@ -19,6 +19,7 @@ spec_refs:
- workplans/CE-WP-0003-form-binding-visual-guide.md
- workplans/CE-WP-0007-capture-view-polish.md
- docs/decisions/ADR-0004-pdf-viewer-library.md
state_hub_workstream_id: "e03c5d0c-36f9-49ef-8c6d-1dafe1fc781b"
---
# CE-WP-0010 — Annotate & Attributes UX
@ -115,6 +116,7 @@ T07 (tests + copy audit)
id: CE-WP-0010-T01
status: todo
priority: high
state_hub_task_id: "acacc281-7cc3-4833-a123-593494cafe24"
```
**Change:** In the session top bar tab list (`src/app/App.tsx`), set the
@ -139,6 +141,7 @@ are updated in the same task.
id: CE-WP-0010-T02
status: todo
priority: high
state_hub_task_id: "f8538031-3916-4f3b-a66c-2a5fd1d575f7"
```
**UI copy (drop “form”):**
@ -173,6 +176,7 @@ priority: high
id: CE-WP-0010-T03
status: todo
priority: high
state_hub_task_id: "5ba0e6dd-e2c9-4167-87fb-2ac7a7d81933"
```
Next to the **Evidence** caption in the right column of Annotate (and the
@ -210,6 +214,7 @@ id: CE-WP-0010-T04
status: todo
priority: high
depends_on: [T02]
state_hub_task_id: "3ca351b4-a039-48ad-a2a1-d95cc202b04f"
```
Same interaction model as T03, next to the **Attributes** caption:
@ -232,6 +237,7 @@ id: CE-WP-0010-T05
status: todo
priority: critical
depends_on: [T02, T03]
state_hub_task_id: "45e4a981-9985-49cd-bdbf-4ce8e29ae243"
```
**Problem:** Capture mode currently uses Collection | Viewer | FormPane with
@ -284,6 +290,7 @@ id: CE-WP-0010-T06
status: todo
priority: high
depends_on: [T05]
state_hub_task_id: "3451fe43-2909-4bf6-aa7c-72805239245b"
```
**Behaviour:** When an evidence item is active, draw a guide line from the
@ -323,6 +330,7 @@ id: CE-WP-0010-T07
status: todo
priority: medium
depends_on: [T01, T02, T03, T04, T05, T06]
state_hub_task_id: "cc6802be-c910-4b5b-aa36-0ba970aff4c4"
```
**Tests (prefer DOM / integration where layout matters):**