The file carried an identifier minted by the retired local hub while central held a different record for the same file — ADR-010's same-filename, different-UUID duplicate-registration class. Central is authoritative (ADR-010 decision 1) and decision 6 says to mitigate by changing the repository file rather than editing central, so the file adopts central's id. The cache-side id dies with the cache. Refs CUST-WP-0068 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
69 lines
2 KiB
Markdown
69 lines
2 KiB
Markdown
---
|
|
id: DISCTL-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: disaster-control
|
|
status: finished
|
|
owner: grok
|
|
topic_slug: custodian
|
|
created: "2026-07-04"
|
|
updated: "2026-07-07"
|
|
state_hub_workstream_id: "e7e1ad29-1c50-40cf-9e1c-b6e43111ff17"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Resilience control plane for Coulomb Social / Helix Forge: the single source of truth for business continuity, disaster recovery, cyber recovery, and restore-test evidence covering the Coulomb infrastructure (Gitea, k3s, CoulombCore, Bubble.io, Stripe, DNS, secrets).
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: DISCTL-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "70e8a0d3-0d89-4c6b-9975-0e4f7319b156"
|
|
```
|
|
|
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
Result 2026-07-07: Updated identity across `AGENTS.md`, `SCOPE.md`,
|
|
`.claude/rules/`, `.repo-classification.yaml`; archived template `REPO-WP-*`
|
|
workplans to `workplans/archived/`.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: DISCTL-WP-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "c5eb9093-29e1-43f1-aa46-7bc98a1a7e5c"
|
|
```
|
|
|
|
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
|
those commands in the agent instructions so future coding sessions can verify
|
|
changes confidently.
|
|
|
|
Result 2026-07-07: Documented YAML validation, `git diff --check`, mirror sync,
|
|
and `fix-consistency` in `AGENTS.md` and `.claude/rules/stack-and-commands.md`.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: DISCTL-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "29fea6e1-53ce-4b81-8333-c10f8942f952"
|
|
```
|
|
|
|
Result 2026-07-04: Created `DISCTL-WP-0002-resilience-foundation.md`, derived
|
|
from the initial risk analysis in `history/2026-07-04-initial-risk-analysis.md`.
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
checkout:
|
|
|
|
```bash
|
|
statehub fix-consistency
|
|
```
|