fix(workplans): repair stale State Hub binding IDs for DISCTL-WP-0001..0003
Workplan files referenced workstream and task UUIDs that did not exist in the hub DB, so fix-consistency could not sync finished status after completion on 2026-07-07. Point bindings at the real records so hub and files stay aligned.
This commit is contained in:
parent
d4eacc2b3e
commit
7c0f8a9a08
3 changed files with 19 additions and 19 deletions
|
|
@ -9,7 +9,7 @@ owner: grok
|
|||
topic_slug: custodian
|
||||
created: "2026-07-04"
|
||||
updated: "2026-07-07"
|
||||
state_hub_workstream_id: "e7e1ad29-1c50-40cf-9e1c-b6e43111ff17"
|
||||
state_hub_workstream_id: "686c4de9-f65d-4ca3-b95d-076be347e188"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
|
@ -22,7 +22,7 @@ Resilience control plane for Coulomb Social / Helix Forge: the single source of
|
|||
id: DISCTL-WP-0001-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "af1cee45-7172-478a-8df4-3cda0e161a45"
|
||||
state_hub_task_id: "70e8a0d3-0d89-4c6b-9975-0e4f7319b156"
|
||||
```
|
||||
|
||||
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||
|
|
@ -38,7 +38,7 @@ workplans to `workplans/archived/`.
|
|||
id: DISCTL-WP-0001-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "7a96f4ee-a491-4f37-9dbb-8f1c033aa042"
|
||||
state_hub_task_id: "c5eb9093-29e1-43f1-aa46-7bc98a1a7e5c"
|
||||
```
|
||||
|
||||
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
||||
|
|
@ -54,7 +54,7 @@ and `fix-consistency` in `AGENTS.md` and `.claude/rules/stack-and-commands.md`.
|
|||
id: DISCTL-WP-0001-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "0562be0b-ab85-4bbf-ad4d-0df78ba96c8e"
|
||||
state_hub_task_id: "29fea6e1-53ce-4b81-8333-c10f8942f952"
|
||||
```
|
||||
|
||||
Result 2026-07-04: Created `DISCTL-WP-0002-resilience-foundation.md`, derived
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ owner: grok
|
|||
topic_slug: custodian
|
||||
created: "2026-07-04"
|
||||
updated: "2026-07-07"
|
||||
state_hub_workstream_id: "73d2ecb3-e594-4a7c-920d-8753198eb6ec"
|
||||
state_hub_workstream_id: "359d7db1-bea1-4ad4-b99c-29c37bbad7c2"
|
||||
---
|
||||
|
||||
# Resilience foundation: registers, policy, first tested restore
|
||||
|
|
@ -34,7 +34,7 @@ items 7–8 are T03/T04/T06 below; its cross-repo items are tracked by T08.
|
|||
id: DISCTL-WP-0002-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "f2f8648e-110c-455e-9745-6e2aa7f4fdfa"
|
||||
state_hub_task_id: "0d7e27f6-1290-45da-b76a-407b7b039e95"
|
||||
```
|
||||
|
||||
This repo must survive the disasters it describes. Add at least one mirror on
|
||||
|
|
@ -48,7 +48,7 @@ mirror is refreshed.
|
|||
id: DISCTL-WP-0002-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "99bb7f1b-3ab4-4cee-b7ff-f55f0c2b287a"
|
||||
state_hub_task_id: "59f04771-25cf-4bde-adf0-8a1cd418dc1f"
|
||||
```
|
||||
|
||||
Write `AssetRegister.yaml` and `DataRegister.yaml` seeded with the current
|
||||
|
|
@ -64,7 +64,7 @@ Every T1 entry must name its source of truth and backup mechanism (or mark it
|
|||
id: DISCTL-WP-0002-T03
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "a6f87f9d-5fbd-4586-bb97-62e0ce99cb27"
|
||||
state_hub_task_id: "8c119835-0c97-4556-ab98-42267688e432"
|
||||
```
|
||||
|
||||
Write `ResiliencePolicy.md` (operating principle, tier definitions, drill
|
||||
|
|
@ -78,7 +78,7 @@ RTO ≤ 1 day full recovery, RTO ≤ 4–8h for code/content/control plane.
|
|||
id: DISCTL-WP-0002-T04
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "75ce1886-e53e-4382-9a39-07f638cb59a8"
|
||||
state_hub_task_id: "d6b9b621-c901-48c0-be4c-7bc98245de99"
|
||||
```
|
||||
|
||||
Write `BackupPolicy.md`: 3-2-1 + immutable/offline model, per-stream mechanisms
|
||||
|
|
@ -94,7 +94,7 @@ defined schedule with a named alerting path.
|
|||
id: DISCTL-WP-0002-T05
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "da73d8fd-13d0-4549-a196-c29e9f418784"
|
||||
state_hub_task_id: "c413734b-7a17-4164-bf72-0de18fd509c4"
|
||||
```
|
||||
|
||||
Write `RestoreRunbooks/01-full-server-loss.md` (new machine → Ansible → secret
|
||||
|
|
@ -109,7 +109,7 @@ stranger could execute it.
|
|||
id: DISCTL-WP-0002-T06
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "b08f1b02-4937-42aa-9989-042f50cc2e01"
|
||||
state_hub_task_id: "c816efa0-bbc2-4612-9a8f-a03bd83ca7c0"
|
||||
```
|
||||
|
||||
The 2026-07-04 Forgejo drill (evidence in `railiance-infra`) proved that path;
|
||||
|
|
@ -127,7 +127,7 @@ workplan: no drill evidence here, not finished.
|
|||
id: DISCTL-WP-0002-T07
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "b1b9df65-1dc9-45a2-89fb-c6e0655be85d"
|
||||
state_hub_task_id: "ee7254a8-5adf-4913-bb47-bf94e59c88ec"
|
||||
```
|
||||
|
||||
Write the five playbooks under `IncidentPlaybooks/`: ransomware/hostile access,
|
||||
|
|
@ -141,7 +141,7 @@ page of numbered steps per the spec (§6).
|
|||
id: DISCTL-WP-0002-T08
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "2c8f432e-dc63-4a6b-a838-e60eb514d848"
|
||||
state_hub_task_id: "af9ae2ca-5af8-45af-9301-8c28e78ea32a"
|
||||
```
|
||||
|
||||
Drive closure of the cross-repo items from the Forgejo assessment's pickup
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ owner: grok
|
|||
topic_slug: custodian
|
||||
created: "2026-07-07"
|
||||
updated: "2026-07-07"
|
||||
state_hub_workstream_id: "e13c139e-032e-4a16-97b8-b02b9e376f3d"
|
||||
state_hub_workstream_id: "ad41d75a-5785-4416-96e8-8c0fd3b6d2e4"
|
||||
---
|
||||
|
||||
# Railiance backup lane governance integration
|
||||
|
|
@ -42,7 +42,7 @@ in `railiance-platform`, `railiance-apps`, and `railiance-infra`.
|
|||
id: DISCTL-WP-0003-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "da37bcf1-2d7c-4f6b-88c4-08c0bad91151"
|
||||
state_hub_task_id: "9ae3b126-0fbf-407b-9af8-f5be5d365ddd"
|
||||
```
|
||||
|
||||
Write initial `AssetRegister.yaml` and `DataRegister.yaml` seeded with the
|
||||
|
|
@ -70,7 +70,7 @@ Feeds `DISCTL-WP-0002-T02`.
|
|||
id: DISCTL-WP-0003-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "2e32792d-4c22-4e76-adf5-44d9e81bd09a"
|
||||
state_hub_task_id: "006f2d98-fbed-46a5-b135-acc5d9f7f8a0"
|
||||
```
|
||||
|
||||
Write `BackupPolicy.md` translating live `railiance-backup` practices into
|
||||
|
|
@ -102,7 +102,7 @@ Feeds `DISCTL-WP-0002-T04`.
|
|||
id: DISCTL-WP-0003-T03
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "cec8f15d-471d-4bbb-ad01-e25bc73c66e3"
|
||||
state_hub_task_id: "042ed258-7e6a-4040-a15d-41dca7b7d1b9"
|
||||
```
|
||||
|
||||
Write `RTO-RPO-Matrix.md` with explicit per-system targets. Start from the
|
||||
|
|
@ -128,7 +128,7 @@ Feeds `DISCTL-WP-0002-T03` (partial — ResiliencePolicy.md remains in WP-0002).
|
|||
id: DISCTL-WP-0003-T04
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "484e433c-4840-41f7-8eda-fd6c0520dd1d"
|
||||
state_hub_task_id: "5f3b0f77-fbd2-42b1-8a57-8b646f084c43"
|
||||
```
|
||||
|
||||
Create `BackupPickupQueue.md` tracking closure of assessment items 1–6. Each row:
|
||||
|
|
@ -155,7 +155,7 @@ Feeds `DISCTL-WP-0002-T08`.
|
|||
id: DISCTL-WP-0003-T05
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "e28afd71-7716-4623-b2ae-0e8675d6a60f"
|
||||
state_hub_task_id: "e8ee7395-ca22-4cc6-bf22-b332dfa52d45"
|
||||
```
|
||||
|
||||
Establish the evidence loop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue