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

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
codex 2026-08-26 10:29:31 +02:00
parent 89fd1c4c77
commit d8d63f8244
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
id: OPEN-CMIS-TCK-WP-0001
type: extension-workplan
type: workplan
title: "OpenCMIS TCK Harness Foundation"
repo: open-cmis-tck
extension: open-cmis-tck

View file

@ -1,6 +1,6 @@
---
id: OPEN-CMIS-TCK-WP-0002
type: extension-workplan
type: workplan
title: "Live OpenCMIS TCK Execution And Capability Maturity"
repo: open-cmis-tck
extension: open-cmis-tck

View file

@ -1,6 +1,6 @@
---
id: OPEN-CMIS-TCK-WP-0003
type: extension-workplan
type: workplan
title: "Assessment Log Review And Hardening"
repo: open-cmis-tck
extension: open-cmis-tck