fix(workplans): terminate frontmatter that ran into the document
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

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
This commit is contained in:
codex 2026-08-26 08:29:24 +02:00
parent 40a876db99
commit c58d096cbd
5 changed files with 10 additions and 5 deletions

View file

@ -16,7 +16,8 @@ spec_refs:
- wiki/ProductRequirementsDocument.md
- wiki/ArchitectureOverview.md
- wiki/SharedContracts.md
- wiki/DependencyMap.md---
- wiki/DependencyMap.md
---
# CE-WP-0001 — Foundations

View file

@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0001
spec_refs:
- wiki/ProductRequirementsDocument.md
- wiki/ArchitectureOverview.md
- wiki/SharedContracts.md---
- wiki/SharedContracts.md
---
# CE-WP-0002 — PDF Review Slice

View file

@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0002
spec_refs:
- wiki/ProductRequirementsDocument.md
- wiki/ArchitectureOverview.md
- wiki/SharedContracts.md---
- wiki/SharedContracts.md
---
# CE-WP-0003 — Form Binding + Visual Guide

View file

@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0002
spec_refs:
- wiki/ProductRequirementsDocument.md
- wiki/ArchitectureOverview.md
- wiki/SharedContracts.md---
- wiki/SharedContracts.md
---
# CE-WP-0004 — Citation Card Export

View file

@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0004
spec_refs:
- wiki/ProductRequirementsDocument.md
- wiki/ArchitectureOverview.md
- wiki/SharedContracts.md---
- wiki/SharedContracts.md
---
# CE-WP-0005 — Demo App: Sessions + Uploads + ZIP Archive