feat(bootstrap): complete ATLAS-WP-0001 State Hub integration

Customize config-atlas identity (INTENT, SCOPE, AGENTS, rules), document
dev workflow commands, remove inherited repo-seed workplans, and add
ATLAS-WP-0002 registry foundation workplan.
This commit is contained in:
2026-06-26 17:52:30 +02:00
parent 3918ef8a0d
commit 7078eaf596
14 changed files with 335 additions and 160 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
```