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
091c7e25ad
commit
65b3a5cb6b
1 changed files with 3 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: ADHOC-2026-08-20
|
||||
id: AGENTIC-WP-ADHOC-2026-08-20
|
||||
type: workplan
|
||||
title: "Clarify agentic-resources scope for leadership and workforce architecture"
|
||||
domain: infotech
|
||||
|
|
@ -9,7 +9,6 @@ owner: codex
|
|||
topic_slug: agent-workforce-governance
|
||||
created: "2026-08-20"
|
||||
updated: "2026-08-20"
|
||||
state_hub_workstream_id: "0f803d0d-cfba-5139-a476-3d0e54256daa"
|
||||
---
|
||||
|
||||
# Clarify agentic-resources scope for leadership and workforce architecture
|
||||
|
|
@ -17,10 +16,9 @@ state_hub_workstream_id: "0f803d0d-cfba-5139-a476-3d0e54256daa"
|
|||
## Review and refine the repository boundary
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-20-T01
|
||||
id: AGENTIC-WP-ADHOC-2026-08-20-T01
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "570d53c0-055b-54bb-ae07-17a3230f6bd1"
|
||||
```
|
||||
|
||||
Review the implemented Helix Forge subsystem, `INTENT.md`, and the current
|
||||
|
|
@ -42,10 +40,9 @@ spine, explicit ecosystem ownership, and current maturity gaps.
|
|||
## Correct the execution-layer abstraction
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-20-T02
|
||||
id: AGENTIC-WP-ADHOC-2026-08-20-T02
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "cf285ee4-709e-5cfc-8f2f-a8aad6486d57"
|
||||
```
|
||||
|
||||
Review `glas-harness` and `rein-aharness` implementation, intent, scope,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue