Commit graph

4 commits

Author SHA1 Message Date
8838725e70 fix(workplans): bring vergabe-teilnahme onto the work-record convention
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
This repository predates the convention wholesale: no file declared a type at
all, identifiers were bare WP-NNNN with no repository prefix, and no file
carried a hub identifier. Seventeen real workplans were therefore invisible to
every projection while the hub separately held sixteen records for them — so a
forge-derived reset read all sixteen as no longer deriving.

Adds type: workplan, moves identifiers to VT-WP-NNNN, qualifies 135 task
identifiers with their workplan, and derives projection UUIDs. Frontmatter
status done maps to finished; task-block statuses are a different vocabulary and
are untouched.

Known remaining divergence: task fences contain prose after the YAML, so only 15
of 135 tasks parse. Recorded rather than rewritten — reflowing someone's
workplan content is not a mechanical change.

Refs STATE-WP-0083-T05

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-26 20:22:29 +02:00
a3cec3f221 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:29 +02:00
a907ed6f74 issue-facade integration 2026-05-14 11:30:30 +02:00
256fb4c75c chore(workplan): WP-0016 — Issue-Facade Integration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 04:29:29 +02:00