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
This commit is contained in:
parent
40a876db99
commit
c58d096cbd
5 changed files with 10 additions and 5 deletions
|
|
@ -16,7 +16,8 @@ spec_refs:
|
||||||
- wiki/ProductRequirementsDocument.md
|
- wiki/ProductRequirementsDocument.md
|
||||||
- wiki/ArchitectureOverview.md
|
- wiki/ArchitectureOverview.md
|
||||||
- wiki/SharedContracts.md
|
- wiki/SharedContracts.md
|
||||||
- wiki/DependencyMap.md---
|
- wiki/DependencyMap.md
|
||||||
|
---
|
||||||
|
|
||||||
# CE-WP-0001 — Foundations
|
# CE-WP-0001 — Foundations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0001
|
||||||
spec_refs:
|
spec_refs:
|
||||||
- wiki/ProductRequirementsDocument.md
|
- wiki/ProductRequirementsDocument.md
|
||||||
- wiki/ArchitectureOverview.md
|
- wiki/ArchitectureOverview.md
|
||||||
- wiki/SharedContracts.md---
|
- wiki/SharedContracts.md
|
||||||
|
---
|
||||||
|
|
||||||
# CE-WP-0002 — PDF Review Slice
|
# CE-WP-0002 — PDF Review Slice
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0002
|
||||||
spec_refs:
|
spec_refs:
|
||||||
- wiki/ProductRequirementsDocument.md
|
- wiki/ProductRequirementsDocument.md
|
||||||
- wiki/ArchitectureOverview.md
|
- wiki/ArchitectureOverview.md
|
||||||
- wiki/SharedContracts.md---
|
- wiki/SharedContracts.md
|
||||||
|
---
|
||||||
|
|
||||||
# CE-WP-0003 — Form Binding + Visual Guide
|
# CE-WP-0003 — Form Binding + Visual Guide
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0002
|
||||||
spec_refs:
|
spec_refs:
|
||||||
- wiki/ProductRequirementsDocument.md
|
- wiki/ProductRequirementsDocument.md
|
||||||
- wiki/ArchitectureOverview.md
|
- wiki/ArchitectureOverview.md
|
||||||
- wiki/SharedContracts.md---
|
- wiki/SharedContracts.md
|
||||||
|
---
|
||||||
|
|
||||||
# CE-WP-0004 — Citation Card Export
|
# CE-WP-0004 — Citation Card Export
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ depends_on_workplan: CE-WP-0004
|
||||||
spec_refs:
|
spec_refs:
|
||||||
- wiki/ProductRequirementsDocument.md
|
- wiki/ProductRequirementsDocument.md
|
||||||
- wiki/ArchitectureOverview.md
|
- wiki/ArchitectureOverview.md
|
||||||
- wiki/SharedContracts.md---
|
- wiki/SharedContracts.md
|
||||||
|
---
|
||||||
|
|
||||||
# CE-WP-0005 — Demo App: Sessions + Uploads + ZIP Archive
|
# CE-WP-0005 — Demo App: Sessions + Uploads + ZIP Archive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue