Complete ADAPTIVE-WP-0001 State Hub bootstrap

Set bootstrap workplan active and finish all tasks: refine SCOPE.md and
README.md, add Dev Workflow and credential routing to AGENTS.md, propagate
.claude/rules/credential-routing.md, and document early-phase verification
commands (fix-consistency, registry sanity check).
This commit is contained in:
2026-06-22 01:20:07 +02:00
parent 3af0c8b7f7
commit 3feba6eebc
5 changed files with 179 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Bootstrap State Hub integration"
domain: helix_forge
repo: adaptive-pricing
status: ready
status: finished
owner: codex
topic_slug: helix-forge
created: "2026-06-21"
@@ -20,7 +20,7 @@ Auto-regulating market value exploring price engine.
```task
id: ADAPTIVE-WP-0001-T01
status: todo
status: done
priority: high
state_hub_task_id: "48d1c0ad-0710-44e1-a5b8-8ec775dd8b79"
```
@@ -28,11 +28,16 @@ state_hub_task_id: "48d1c0ad-0710-44e1-a5b8-8ec775dd8b79"
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
Done 2026-06-21: refined `SCOPE.md` and `README.md`, fixed `AGENTS.md` structure
(credential routing, repository layout), propagated credential-routing rules.
`INTENT.md` and `.custodian-brief.md` confirmed accurate (brief is fix-consistency
generated).
## Verify Local Developer Workflow
```task
id: ADAPTIVE-WP-0001-T02
status: todo
status: done
priority: high
state_hub_task_id: "94f16d97-3fe3-498f-8aa8-136649c106ad"
```
@@ -41,6 +46,9 @@ 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.
Done 2026-06-21: documented early-phase dev workflow in `AGENTS.md` (no runtime
yet; `make fix-consistency` and registry sanity check as verification steps).
## Seed First Real Workplan
```task
@@ -57,4 +65,4 @@ legacy `AdaptivePricing-MVP-Workplan.md`. After workplan file updates, run from
```bash
make fix-consistency REPO=adaptive-pricing
```
```