state-hub/workplans/ADHOC-2026-07-01.md
tegwick 4f68c5609f
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): qualify ad-hoc identifiers with the repository prefix
`ADHOC-YYYY-MM-DD` is unique per date but not per repository, so any two repos
opening an ad-hoc on the same day collide. The 2026-08-26 fleet projection
reset refused 9 records for exactly this reason.

Canon (work-record-types_v0.1, CUST-WP-0066) settled the form as
`{PREFIX}-WP-ADHOC-YYYY-MM-DD`, filename unchanged, and grandfathered existing
ids on the condition they are never *silently* re-derived. This is the explicit
migration that clause allows for.

The hub id is derived from the record id, so a changed id is a different
record: stale state_hub_*_id fields are dropped and fix-consistency re-derives.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-28 00:28:24 +02:00

40 lines
1 KiB
Markdown

---
id: STATE-WP-ADHOC-2026-07-01
type: workplan
title: "Ad hoc fixes - 2026-07-01"
domain: infotech
repo: state-hub
status: finished
owner: codex
topic_slug: custodian
created: "2026-07-01"
updated: "2026-07-01"
---
# Ad hoc fixes - 2026-07-01
## Add Local State Hub Consistency CLI
```task
id: STATE-WP-ADHOC-2026-07-01-T01
status: done
priority: medium
```
Add `statehub fix-consistency` so agents can reconcile ADR-001 workplan files
from the attached repo checkout instead of asking the operator to run
`make fix-consistency REPO=<slug>` inside the State Hub repo. Update generated
agent instructions to make the CLI sync a normal agent close-out step.
## Clear Closed-Workstream C-12 Orphan Warnings
```task
id: STATE-WP-ADHOC-2026-07-01-T02
status: done
priority: medium
```
Treat terminal DB-only tasks in closed workstreams as non-actionable historical
cache rows in the consistency checker. Open orphan tasks in closed workstreams
remain fixable and are still auto-canceled, but already-terminal duplicates no
longer leave permanent C-12 warnings.