From 071c943756e993947588c101061bd47735475d85 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 26 Aug 2026 20:56:03 +0200 Subject: [PATCH] fix(workplans): declare type: workplan on records the hub already holds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files carried no type field at all. Selection is by 'type: workplan', so they were invisible to every projection while the hub held a record for each — and a forge-derived reset read those correct records as no longer deriving and queued them for retirement. Only the type line is added. Refs STATE-WP-0083-T05 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- workplans/BINKY-WP-0002-operating-kernel-bootstrap.md | 1 + workplans/BINKY-WP-0003-autopilot-and-rhythm.md | 1 + 2 files changed, 2 insertions(+) diff --git a/workplans/BINKY-WP-0002-operating-kernel-bootstrap.md b/workplans/BINKY-WP-0002-operating-kernel-bootstrap.md index 393e043..04c5932 100644 --- a/workplans/BINKY-WP-0002-operating-kernel-bootstrap.md +++ b/workplans/BINKY-WP-0002-operating-kernel-bootstrap.md @@ -1,5 +1,6 @@ --- id: BINKY-WP-0002 +type: workplan title: "Binky / OK Operating Kernel Bootstrap" status: done state_hub_workstream_id: "5c6addae-2759-4212-94dc-d87c47318528" diff --git a/workplans/BINKY-WP-0003-autopilot-and-rhythm.md b/workplans/BINKY-WP-0003-autopilot-and-rhythm.md index cd6218b..50fc797 100644 --- a/workplans/BINKY-WP-0003-autopilot-and-rhythm.md +++ b/workplans/BINKY-WP-0003-autopilot-and-rhythm.md @@ -1,5 +1,6 @@ --- id: BINKY-WP-0003 +type: workplan title: "Autopilot Execution & Recurring Rhythm" status: done state_hub_workstream_id: "865c0ebe-a452-40c1-a346-c0fbd1c83c19"