chore(workplans): restructure and extend ATLAS-WP-0002; archive WP-0001

Realign ATLAS-WP-0002 to ArchitectureBlueprint Phase 0-1 and the PRD MVP:
add context/exit-condition/sequencing, refine the three existing tasks
with acceptance criteria, and extend with three new tasks (T04 canon
mapping, T05 surface.* namespace + reuse-surface federation, T06 CI
validation). Existing task ids and state_hub_task_ids preserved.

Archive finished ATLAS-WP-0001 to workplans/archived/ with date prefix
per the workplan convention.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 22:40:48 +02:00
parent 05fa73e20f
commit e7dd84890d
2 changed files with 112 additions and 16 deletions

View File

@@ -0,0 +1,68 @@
---
id: ATLAS-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: config-atlas
status: finished
owner: codex
topic_slug: custodian
created: "2026-06-26"
updated: "2026-06-26"
state_hub_workstream_id: "74c1f6bb-9b4d-4640-aa1f-1c7e2116883a"
---
# Bootstrap State Hub integration
Federated configuration atlas for the Coulomb ecosystem.
## Review Generated Integration Files
```task
id: ATLAS-WP-0001-T01
status: done
priority: high
state_hub_task_id: "bb307d50-d3bc-4487-9170-cd54221fee8d"
```
Result 2026-06-26: Customized INTENT.md, SCOPE.md, AGENTS.md, README.md,
`.claude/rules/*`, and `.repo-classification.yaml` for config-atlas. Removed
inherited REPO-WP template workplans.
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
## Verify Local Developer Workflow
```task
id: ATLAS-WP-0001-T02
status: done
priority: high
state_hub_task_id: "f4d28bd5-2577-44f2-b7b8-df3adaa1effb"
```
Result 2026-06-26: Documented orient, validate, and fix-consistency commands in
AGENTS.md and `.claude/rules/stack-and-commands.md`. No install/test/build/run
(no application runtime).
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.
## Seed First Real Workplan
```task
id: ATLAS-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "8f641e16-ab62-427d-af6b-04f3e5778239"
```
Result 2026-06-26: Created ATLAS-WP-0002 (configuration atlas registry foundation).
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub`:
```bash
make fix-consistency REPO=config-atlas
```