adaptive-pricing/workplans/ADHOC-2026-07-02.md
codex 5ff416f6a8
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:19 +02:00

39 lines
1,010 B
Markdown

---
id: ADAPTIVE-WP-ADHOC-2026-07-02
type: workplan
title: "Ad hoc repo maintenance - 2026-07-02"
domain: financials
repo: adaptive-pricing
status: finished
owner: codex
topic_slug: helix-forge
created: "2026-07-02"
updated: "2026-07-02"
---
# Ad hoc repo maintenance - 2026-07-02
## Normalize Repo Metadata And Status Docs
```task
id: ADAPTIVE-WP-ADHOC-2026-07-02-T01
status: done
priority: medium
```
Align repo-managed metadata with the primary `financials` classification while
keeping the State Hub topic mapping explicit (`helix-forge`). Refresh stale
root status text and fill the remaining Claude rule placeholders with the
actual repo architecture, workflow, and boundary notes.
## Restore Pytest Execution And Repair Regressions
```task
id: ADAPTIVE-WP-ADHOC-2026-07-02-T02
status: done
priority: medium
```
Make `python3 -m pytest` available in the current environment, run the Coulomb
test suite, and repair any regressions or environment-sensitive tests needed to
restore a green test run.