generated from coulomb/repo-seed
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:
68
workplans/ATLAS-WP-0001-statehub-bootstrap.md
Normal file
68
workplans/ATLAS-WP-0001-statehub-bootstrap.md
Normal 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
|
||||
```
|
||||
66
workplans/ATLAS-WP-0002-registry-foundation.md
Normal file
66
workplans/ATLAS-WP-0002-registry-foundation.md
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
id: ATLAS-WP-0002
|
||||
type: workplan
|
||||
title: "Configuration atlas registry foundation"
|
||||
domain: infotech
|
||||
repo: config-atlas
|
||||
status: ready
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-06-26"
|
||||
updated: "2026-06-26"
|
||||
state_hub_workstream_id: "27b42720-1bd7-4755-ab2f-59a6d095a2c3"
|
||||
---
|
||||
|
||||
# Configuration atlas registry foundation
|
||||
|
||||
Replace inherited `repo-seed` template artifacts with config-atlas-specific
|
||||
registry scaffold and establish the configuration surface model.
|
||||
|
||||
## Define configuration surface schema
|
||||
|
||||
```task
|
||||
id: ATLAS-WP-0002-T01
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "125a4ad3-ddd4-4aee-bb94-9433a5fa4651"
|
||||
```
|
||||
|
||||
Document the configuration surface model: required fields (id, name, owner,
|
||||
source path, scope, validation), naming conventions, and index file layout.
|
||||
Add schema docs under `registry/` (e.g. `registry/README.md` expansion and a
|
||||
`docs/configuration-surface-schema.md` reference).
|
||||
|
||||
## Replace inherited template registry
|
||||
|
||||
```task
|
||||
id: ATLAS-WP-0002-T02
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "2d8e41e9-ba93-4a1a-862b-993da03df1f9"
|
||||
```
|
||||
|
||||
Remove `capability.infotech.repo-template` and other repo-seed artifacts from
|
||||
`registry/`. Add the config-atlas capability entry and update
|
||||
`registry/indexes/capabilities.yaml`. Remove or relocate inherited template
|
||||
consumer docs (`docs/template-validation-checklist.md`,
|
||||
`docs/statehub-register.md`) — those belong in `repo-seed`.
|
||||
|
||||
## Seed initial configuration surfaces
|
||||
|
||||
```task
|
||||
id: ATLAS-WP-0002-T03
|
||||
status: todo
|
||||
priority: medium
|
||||
state_hub_task_id: "9b8bb1c2-a6ee-4b6e-91a4-2cd902fb52ff"
|
||||
```
|
||||
|
||||
Index 3–5 high-value configuration surfaces already present in the ecosystem
|
||||
(e.g. State Hub API config, warden routing catalog, reuse-surface registry
|
||||
layout). Each entry must link to canonical source files, not duplicate values.
|
||||
|
||||
After workplan file updates, run from `~/state-hub`:
|
||||
|
||||
```bash
|
||||
make fix-consistency REPO=config-atlas
|
||||
```
|
||||
@@ -1,67 +0,0 @@
|
||||
---
|
||||
id: REPO-WP-0001
|
||||
type: workplan
|
||||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
repo: repo-seed
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: infotech
|
||||
created: "2026-06-22"
|
||||
updated: "2026-06-22"
|
||||
state_hub_workstream_id: "b809c762-8675-470c-be3e-0e5552f7d79d"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
||||
Git repository template to bootstrap coulomb projects.
|
||||
|
||||
## Review Generated Integration Files
|
||||
|
||||
```task
|
||||
id: REPO-WP-0001-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "65734e48-ec48-47f2-bd5c-5673e94343cc"
|
||||
|
||||
```
|
||||
|
||||
Result 2026-06-22: Filled SCOPE.md; README is canonical intent.
|
||||
|
||||
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: REPO-WP-0001-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "76f1c245-3f06-4ef7-943f-bf2e9722c71b"
|
||||
|
||||
```
|
||||
|
||||
Result 2026-06-22: Template workflow documented.
|
||||
|
||||
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: REPO-WP-0001-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "9670ff11-ed7a-49e6-8a1f-944af9794f6a"
|
||||
|
||||
```
|
||||
|
||||
Result 2026-06-22: Created REPO-WP-0002.
|
||||
|
||||
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=repo-seed
|
||||
```
|
||||
@@ -1,34 +0,0 @@
|
||||
---
|
||||
id: REPO-WP-0002
|
||||
type: workplan
|
||||
title: "Template consumer validation checklist"
|
||||
domain: infotech
|
||||
repo: repo-seed
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: infotech
|
||||
created: "2026-06-22"
|
||||
updated: "2026-06-24"
|
||||
state_hub_workstream_id: "8aaf98a0-7045-4d5b-915f-bc9ecc5aa319"
|
||||
---
|
||||
|
||||
# Template consumer validation checklist
|
||||
|
||||
Validate repo-seed against statehub_register output and document consumer steps.
|
||||
|
||||
## Template validation checklist
|
||||
|
||||
```task
|
||||
id: REPO-WP-0002-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "a1b0aaab-f0dc-4bd0-bde3-89635ac0ca3b"
|
||||
```
|
||||
|
||||
Result 2026-06-24: Added `docs/statehub-register.md` (consumer guide),
|
||||
`docs/template-validation-checklist.md` (bootstrap verification checklist),
|
||||
`registry/capabilities/capability.infotech.repo-template.md` with index entry,
|
||||
and README bootstrap pointers. Validated register output structure against
|
||||
`statehub_register.write_registration_files`.
|
||||
|
||||
Author checklist for new repo bootstrap: register, agent files, first workplan, fix-consistency.
|
||||
Reference in New Issue
Block a user