From cd1d9739cddfa2cc5b0017b77e3fc01dc3e3b955 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 26 Aug 2026 08:28:57 +0200 Subject: [PATCH] fix(workplans): terminate frontmatter that ran into the document A missing newline fused the closing delimiter onto the last frontmatter value (`- KONT-WP-0016---`), 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 therefore 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 --- .../archived/260702-RAIL-HO-WP-0001-hosteurope-bootstrap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workplans/archived/260702-RAIL-HO-WP-0001-hosteurope-bootstrap.md b/workplans/archived/260702-RAIL-HO-WP-0001-hosteurope-bootstrap.md index 27c72d1..1b4a7c8 100644 --- a/workplans/archived/260702-RAIL-HO-WP-0001-hosteurope-bootstrap.md +++ b/workplans/archived/260702-RAIL-HO-WP-0001-hosteurope-bootstrap.md @@ -18,7 +18,8 @@ handoff_note: > done in railiance-bootstrap (harden.yml, bootstrap.yml) is superseded by the roles/base and roles/sops_agent structure in this repo. The HostEurope server IP is 92.205.62.239 (hosts.ini is gitignored — recreate from - inventory/servers.yaml when working on the host).--- + inventory/servers.yaml when working on the host). +--- # Secure Single-Server Bootstrap at HostEurope