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
This commit is contained in:
parent
2ba22ebbbc
commit
ea6fb0e92a
2 changed files with 8 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: ADHOC-2026-06-01
|
id: ACTIVITY-WP-ADHOC-2026-06-01
|
||||||
type: workplan
|
type: workplan
|
||||||
title: "Ad hoc — activity-core opportunistic fixes 2026-06-01"
|
title: "Ad hoc — activity-core opportunistic fixes 2026-06-01"
|
||||||
domain: custodian
|
domain: custodian
|
||||||
|
|
@ -9,10 +9,9 @@ owner: custodian
|
||||||
topic_slug: custodian
|
topic_slug: custodian
|
||||||
created: "2026-06-01"
|
created: "2026-06-01"
|
||||||
updated: "2026-06-03"
|
updated: "2026-06-03"
|
||||||
state_hub_workstream_id: "36162ff0-9b47-47c4-8602-56767f9b7a1c"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# ADHOC-2026-06-01 — activity-core opportunistic fixes
|
# ACTIVITY-WP-ADHOC-2026-06-01 — activity-core opportunistic fixes
|
||||||
|
|
||||||
Captured during the CUST-WP-0045 T06 cutover prep session. The dev worker was
|
Captured during the CUST-WP-0045 T06 cutover prep session. The dev worker was
|
||||||
brought up and surfaced an unrelated, pre-existing bug in the state-hub
|
brought up and surfaced an unrelated, pre-existing bug in the state-hub
|
||||||
|
|
@ -23,10 +22,9 @@ context resolver that is independent of the daily triage canary.
|
||||||
### T01 - Fix repo_sbom_status resolver route and params
|
### T01 - Fix repo_sbom_status resolver route and params
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-06-01-T01
|
id: ACTIVITY-WP-ADHOC-2026-06-01-T01
|
||||||
status: done
|
status: done
|
||||||
priority: low
|
priority: low
|
||||||
state_hub_task_id: "87b56da9-e692-4350-9aff-47080414ec06"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
`src/activity_core/context_resolvers/state_hub.py` resolves
|
`src/activity_core/context_resolvers/state_hub.py` resolves
|
||||||
|
|
@ -111,10 +109,9 @@ worst-repo fields to the top of `context.repos`).
|
||||||
### T02 - Rule action context interpolation and per-iteration binding
|
### T02 - Rule action context interpolation and per-iteration binding
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-06-01-T02
|
id: ACTIVITY-WP-ADHOC-2026-06-01-T02
|
||||||
status: done
|
status: done
|
||||||
priority: low
|
priority: low
|
||||||
state_hub_task_id: "6b3a185e-cbea-454c-82fb-8b4c16cefef0"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Discovered while completing T01: `RunActivityWorkflow` builds each
|
Discovered while completing T01: `RunActivityWorkflow` builds each
|
||||||
|
|
@ -197,10 +194,9 @@ Tests: `PYTHONPATH=src .venv/bin/python -m pytest -q` -> 125 passed, 1 skipped.
|
||||||
### T03 - Make activity-core's Temporal activity timeout env-configurable
|
### T03 - Make activity-core's Temporal activity timeout env-configurable
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-06-01-T03
|
id: ACTIVITY-WP-ADHOC-2026-06-01-T03
|
||||||
status: done
|
status: done
|
||||||
priority: low
|
priority: low
|
||||||
state_hub_task_id: "bc9c9edb-e20b-4ff9-a15d-6e3e81f9b5e1"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Discovered during the CUST-WP-0045 T06 canary on 2026-06-01. The daily
|
Discovered during the CUST-WP-0045 T06 canary on 2026-06-01. The daily
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: ADHOC-2026-08-20
|
id: ACTIVITY-WP-ADHOC-2026-08-20
|
||||||
type: workplan
|
type: workplan
|
||||||
title: "Ad hoc — activity-core opportunistic fixes 2026-08-20"
|
title: "Ad hoc — activity-core opportunistic fixes 2026-08-20"
|
||||||
domain: infotech
|
domain: infotech
|
||||||
|
|
@ -9,18 +9,16 @@ owner: codex
|
||||||
topic_slug: activity-core
|
topic_slug: activity-core
|
||||||
created: "2026-08-20"
|
created: "2026-08-20"
|
||||||
updated: "2026-08-20"
|
updated: "2026-08-20"
|
||||||
state_hub_workstream_id: "0f803d0d-cfba-5139-a476-3d0e54256daa"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# ADHOC-2026-08-20 — activity-core opportunistic fixes
|
# ACTIVITY-WP-ADHOC-2026-08-20 — activity-core opportunistic fixes
|
||||||
|
|
||||||
## Reconcile the daily TODO review sink warning
|
## Reconcile the daily TODO review sink warning
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-08-20-T01
|
id: ACTIVITY-WP-ADHOC-2026-08-20-T01
|
||||||
status: done
|
status: done
|
||||||
priority: low
|
priority: low
|
||||||
state_hub_task_id: "570d53c0-055b-54bb-ae07-17a3230f6bd1"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The projected `daily-todo-md-stale-review` definition still said that
|
The projected `daily-todo-md-stale-review` definition still said that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue