fix(workplans): declare type: workplan on records the hub already holds
All checks were successful
ci / validate (push) Successful in 1m16s

These files carried no type field at all. Selection is by 'type: workplan', so
they were invisible to every projection while the hub held a record for each —
and a forge-derived reset read those correct records as no longer deriving and
queued them for retirement.

Only the type line is added.

Refs STATE-WP-0083-T05

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 20:56:02 +02:00
parent ad7f775926
commit 02b29af9ca
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
id: GLAS-WP-0001
type: workplan
title: "Harness router foundation: contract + first two reins"
status: finished
state_hub_workstream_id: "4b8740d9-9ea8-4c11-abfc-af9e9ac1c2df"

View file

@ -1,5 +1,6 @@
---
id: GLAS-WP-0002
type: workplan
title: "Observability and composability follow-ups"
status: finished
state_hub_workstream_id: "ec0777ff-18ce-4666-abaf-5bd2ff0fd4b9"

View file

@ -1,5 +1,6 @@
---
id: GLAS-WP-0003
type: workplan
title: "First channel extension: formalize the CLI channel contract"
status: finished
state_hub_workstream_id: "78da8b34-27dd-4807-b7c8-321328dd2db8"