From c2c86c7c7c97c140ada420623de4202a9d6a508a Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 22 Jun 2026 20:28:43 +0200 Subject: [PATCH] chore(state-hub): write back CENG-WP workstream and task IDs Sync CENG-WP-0001/0002 frontmatter with state-hub after fix-consistency. --- workplans/CENG-WP-0001-intent-placeholder.md | 4 ++++ workplans/CENG-WP-0002-package-distribution.md | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/workplans/CENG-WP-0001-intent-placeholder.md b/workplans/CENG-WP-0001-intent-placeholder.md index fc49675..0afefd8 100644 --- a/workplans/CENG-WP-0001-intent-placeholder.md +++ b/workplans/CENG-WP-0001-intent-placeholder.md @@ -7,6 +7,7 @@ repo: citation-engine status: done owner: codex topic_slug: citation_evidence_mvp +topic_id: 96fa8e80-9f74-40f2-84cd-644e9747b9ec created: "2026-06-21" updated: "2026-06-22" state_hub_workstream_id: "ccd217a2-572d-435d-9a29-e0a55b6a4311" @@ -54,6 +55,7 @@ id: CENG-WP-0001-T02 status: done priority: critical depends_on: [T01] +state_hub_task_id: "01c0295a-d524-48cc-848c-d55eefbedbe2" ``` Copy the umbrella partitions verbatim: @@ -71,6 +73,7 @@ id: CENG-WP-0001-T03 status: done priority: high depends_on: [T02] +state_hub_task_id: "aee0fcae-2a26-47a7-be0b-b2940f4c7767" ``` Copy `wiki/SharedContracts.md` from the umbrella so enum conformance tests @@ -85,6 +88,7 @@ id: CENG-WP-0001-T04 status: done priority: critical depends_on: [T02, T03] +state_hub_task_id: "46f76120-e5b3-40ef-b5e3-599db1c4b82b" ``` - `pnpm test` — 89 tests pass diff --git a/workplans/CENG-WP-0002-package-distribution.md b/workplans/CENG-WP-0002-package-distribution.md index 0cab48d..e2bc034 100644 --- a/workplans/CENG-WP-0002-package-distribution.md +++ b/workplans/CENG-WP-0002-package-distribution.md @@ -9,12 +9,15 @@ owner: codex topic_slug: citation_evidence_mvp created: "2026-06-22" updated: "2026-06-22" +planning_order: 2 +planning_priority: high depends_on_workplan: CENG-WP-0001 -state_hub_workstream_id: "ccd217a2-572d-435d-9a29-e0a55b6a4311" +topic_id: 96fa8e80-9f74-40f2-84cd-644e9747b9ec spec_refs: - ../citation-evidence/docs/decisions/ADR-0002-monorepo-vs-polyrepo.md - ../citation-evidence/wiki/SharedContracts.md - ../citation-evidence/wiki/DependencyMap.md +state_hub_workstream_id: "c1141068-d969-4367-bd6f-d159efb8332d" --- # CENG-WP-0002 — Package Distribution @@ -44,6 +47,7 @@ id: CENG-WP-0002-T01 status: done priority: critical depends_on: [] +state_hub_task_id: "ed44ca36-d834-4fe7-8a02-82e5a921b95d" ``` Fill in `citation-evidence/docs/decisions/ADR-0002-monorepo-vs-polyrepo.md`: @@ -69,6 +73,7 @@ id: CENG-WP-0002-T02 status: done priority: high depends_on: [T01] +state_hub_task_id: "5726bfff-e3ff-4942-a5d8-3a69107695e7" ``` Document in `citation-engine/README.md`: @@ -101,6 +106,7 @@ id: CENG-WP-0002-T03 status: done priority: high depends_on: [T01] +state_hub_task_id: "deb05231-751a-4b3b-812a-62ad3016724a" ``` `citation-evidence/wiki/SharedContracts.md` remains the **authoritative** @@ -126,6 +132,7 @@ id: CENG-WP-0002-T04 status: done priority: low depends_on: [T01, T02] +state_hub_task_id: "9087896a-7779-42e0-8844-aaa8de1016e9" ``` Prepare for first registry publish when a host is chosen (npm, GitHub Packages,