fix(workplans): declare records the hub already holds as workplans
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Canon defines six work-record kinds — workplan, task, intake, decision,
engagement, register-entry. These files declared none of them (feature, runbook,
bug-report, extension-workplan, scorecard, session-note, adhoc) while the hub
held each as a workplan.

Selection is by 'type: workplan', so the mismatch made them invisible to any
projection: a forge-derived reset read their correct hub records as no longer
deriving and proposed retiring live work.

Where a file also lacked a canonical identifier, one was assigned continuing the
repository's sequence. Existing hub identifiers are preserved, so no record is
orphaned.

Refs STATE-WP-0083
This commit is contained in:
codex 2026-08-26 10:29:39 +02:00
parent 932a7a6164
commit 76388e843a
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
--- ---
id: CUST-WP-0023 id: CUST-WP-0023
type: feature type: workplan
title: Third-Party Services Catalog (TPSC) title: Third-Party Services Catalog (TPSC)
domain: infotech domain: infotech
status: done status: done

View file

@ -1,6 +1,6 @@
--- ---
id: CUST-WP-0024 id: CUST-WP-0024
type: feature type: workplan
title: Repository DoI automated gate and dashboard integration title: Repository DoI automated gate and dashboard integration
domain: infotech domain: infotech
status: done status: done

View file

@ -1,6 +1,6 @@
--- ---
id: CUST-WP-0045-cutover-runbook id: CUST-WP-0069
type: runbook type: workplan
title: "CUST-WP-0045 T06 cutover — exact command sequence" title: "CUST-WP-0045 T06 cutover — exact command sequence"
parent_workplan: CUST-WP-0045 parent_workplan: CUST-WP-0045
status: finished status: finished
@ -8,6 +8,7 @@ created: "2026-06-01"
updated: "2026-06-27" updated: "2026-06-27"
state_hub_workstream_id: "4ebc847b-4a2c-4ce2-9fd2-62d3071eed96" state_hub_workstream_id: "4ebc847b-4a2c-4ce2-9fd2-62d3071eed96"
domain: infotech domain: infotech
repo: the-custodian
--- ---
# CUST-WP-0045 T06 cutover — exact command sequence # CUST-WP-0045 T06 cutover — exact command sequence