Commit graph

7 commits

Author SHA1 Message Date
be872bf4e0 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
2026-08-26 08:29:25 +02:00
95779bae02 Normalize agent instructions and workplan frontmatter (STATE-WP-0067)
- Align agent files with on-disk workplan prefixes (infer from workplan ids)
- Set workplan domain to registered domain_slug; add topic_slug where applicable
- Repair frontmatter delimiter formatting; migrate legacy task status literals
- Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
2026-06-22 23:16:25 +02:00
46aad3cce8 generic source-to-infospace generator 2026-05-14 19:33:22 +02:00
b442a2de47 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-14:
  - IB-WP-0015-T03: todo → in_progress
2026-05-14 18:37:40 +02:00
ca9929d659 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-14:
  - IB-WP-0015-T02: todo → in_progress
2026-05-14 18:37:40 +02:00
66cd85d0fc chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-14:
  - IB-WP-0015-T01: todo → in_progress
2026-05-14 18:37:40 +02:00
b0acd3725b Workplan for infospace creation 2026-05-14 18:30:44 +02:00