From 7e337fa0416191e36883cd51ee65cecba704faaf Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 26 Aug 2026 08:29:26 +0200 Subject: [PATCH] fix(workplans): terminate frontmatter that ran into the document A missing newline fused the closing delimiter onto the last frontmatter value, or fused a value onto the following key. Either way the frontmatter never terminates and the whole body is swallowed. Because workplan files are selected by 'type: workplan', such a file is not invalid but invisible: it appears in no projection, raises no error, and is reported as neither a workplan nor a problem. A forge-derived reset would read its correct hub record as no longer deriving and propose retiring live work. Only the missing newline is inserted; no value is altered. Refs STATE-WP-0083-T08 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- workplans/KAIZEN-WP-0006-scheduled-agent-execution.md | 3 ++- workplans/KAIZEN-WP-0007-agent-authoring-doc-generation.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/workplans/KAIZEN-WP-0006-scheduled-agent-execution.md b/workplans/KAIZEN-WP-0006-scheduled-agent-execution.md index c132a3c..cffdd8d 100644 --- a/workplans/KAIZEN-WP-0006-scheduled-agent-execution.md +++ b/workplans/KAIZEN-WP-0006-scheduled-agent-execution.md @@ -85,7 +85,8 @@ tasks: - id: T18 state_hub_task_id: 73986472-bf19-4b13-af1b-6505ab944459 status: done - title: Update wiki/EcosystemIntegration.md and CHANGELOG for v1.3.0state_hub_workstream_id: "d4edb92b-526f-4ee4-8efe-a9fa84ab6dff" + title: Update wiki/EcosystemIntegration.md and CHANGELOG for v1.3.0 + state_hub_workstream_id: "d4edb92b-526f-4ee4-8efe-a9fa84ab6dff" --- # KAIZEN-WP-0006 — Scheduled Agent Execution via activity-core diff --git a/workplans/KAIZEN-WP-0007-agent-authoring-doc-generation.md b/workplans/KAIZEN-WP-0007-agent-authoring-doc-generation.md index beb92b6..3dcc0a8 100644 --- a/workplans/KAIZEN-WP-0007-agent-authoring-doc-generation.md +++ b/workplans/KAIZEN-WP-0007-agent-authoring-doc-generation.md @@ -36,7 +36,8 @@ tasks: - id: T06 state_hub_task_id: 6715aa6f-1ee0-4f22-9249-f1cd41763cd1 status: done - title: Docs, CLI cheat sheet, CHANGELOG for v1.4.0state_hub_workstream_id: "a8bc88a4-0ee3-44c6-aff5-9d7f54a316f5" + title: Docs, CLI cheat sheet, CHANGELOG for v1.4.0 + state_hub_workstream_id: "a8bc88a4-0ee3-44c6-aff5-9d7f54a316f5" --- # KAIZEN-WP-0007 — Agent Authoring & Doc Generation