From d8d63f824456808c2d08f501a6e1f1535dbd54a6 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 26 Aug 2026 10:29:31 +0200 Subject: [PATCH] fix(workplans): declare records the hub already holds as workplans MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- workplans/OPEN-CMIS-TCK-WP-0001-harness-foundation.md | 2 +- workplans/OPEN-CMIS-TCK-WP-0002-live-test-infrastructure.md | 2 +- ...OPEN-CMIS-TCK-WP-0003-assessment-log-review-and-hardening.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workplans/OPEN-CMIS-TCK-WP-0001-harness-foundation.md b/workplans/OPEN-CMIS-TCK-WP-0001-harness-foundation.md index 72a81ed..ec859aa 100644 --- a/workplans/OPEN-CMIS-TCK-WP-0001-harness-foundation.md +++ b/workplans/OPEN-CMIS-TCK-WP-0001-harness-foundation.md @@ -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 diff --git a/workplans/OPEN-CMIS-TCK-WP-0002-live-test-infrastructure.md b/workplans/OPEN-CMIS-TCK-WP-0002-live-test-infrastructure.md index 6cd1eaa..b308b0e 100644 --- a/workplans/OPEN-CMIS-TCK-WP-0002-live-test-infrastructure.md +++ b/workplans/OPEN-CMIS-TCK-WP-0002-live-test-infrastructure.md @@ -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 diff --git a/workplans/OPEN-CMIS-TCK-WP-0003-assessment-log-review-and-hardening.md b/workplans/OPEN-CMIS-TCK-WP-0003-assessment-log-review-and-hardening.md index a9077f2..12d3368 100644 --- a/workplans/OPEN-CMIS-TCK-WP-0003-assessment-log-review-and-hardening.md +++ b/workplans/OPEN-CMIS-TCK-WP-0003-assessment-log-review-and-hardening.md @@ -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