From 90fc86e3efd87292c6688d7cab7a95107335daf5 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/KONT-WP-0015-first-release-readiness.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workplans/KONT-WP-0015-first-release-readiness.md b/workplans/KONT-WP-0015-first-release-readiness.md index c0af9a7..3575427 100644 --- a/workplans/KONT-WP-0015-first-release-readiness.md +++ b/workplans/KONT-WP-0015-first-release-readiness.md @@ -13,7 +13,8 @@ created: "2026-05-14" updated: "2026-05-14" state_hub_workstream_id: "cb525023-1139-4d6c-9226-d6fdd1f5fd8f" depends_on_workplans: - - KONT-WP-0016--- + - KONT-WP-0016 +--- # KONT-WP-0015: First Release Readiness