Commit graph

6 commits

Author SHA1 Message Date
cf487a9fa2 fix(workplan): point workplan at its authoritative projection id
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
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
2026-08-25 17:37:50 +02:00
7c0f8a9a08 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.
2026-07-08 00:23:27 +02:00
a290584ed1 Complete DISCTL-WP-0001: bootstrap State Hub integration
Replace repo-seed template identity with disaster-control across
AGENTS.md, SCOPE.md, and .claude/rules. Archive REPO-WP template
workplans. Document dev workflow and classification. Mark WP-0001 finished.
2026-07-07 21:26:42 +02:00
3604ff6ea0 Sync State Hub workstream and task IDs for all workplans
Rebind DISCTL-WP-0001/0002 after stale hub references and register
DISCTL-WP-0003 with fix-consistency.
2026-07-07 17:04:06 +02:00
e73e8ea873 Record state-hub workstream/task IDs from fix-consistency writeback
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 13:21:10 +02:00
2f6f489289 Bootstrap resilience control plane: intent, risk analysis, first workplan
- INTENT.md: purpose and boundaries of the resilience control plane
- specs/ResilienceControlSetup.md: design exploration (tiers, RTO/RPO, 3-2-1)
- history/2026-07-04-initial-risk-analysis.md: 12 failure modes ranked, mapped to artifacts
- workplans/DISCTL-WP-0002-resilience-foundation.md: registers, policy, first tested restore
- DISCTL-WP-0001 T03 (seed first real workplan) done

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 12:45:16 +02:00