Files
adaptive-pricing/workplans/ADAPTIVE-WP-0001-statehub-bootstrap.md
tegwick 3feba6eebc 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).
2026-06-22 01:20:07 +02:00

68 lines
1.9 KiB
Markdown

---
id: ADAPTIVE-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: helix_forge
repo: adaptive-pricing
status: finished
owner: codex
topic_slug: helix-forge
created: "2026-06-21"
updated: "2026-06-21"
state_hub_workstream_id: "d1e43a74-0c17-4403-9f7c-3feea527b161"
---
# Bootstrap State Hub integration
Auto-regulating market value exploring price engine.
## Review Generated Integration Files
```task
id: ADAPTIVE-WP-0001-T01
status: done
priority: high
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: done
priority: high
state_hub_task_id: "94f16d97-3fe3-498f-8aa8-136649c106ad"
```
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
id: ADAPTIVE-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "9127fa67-a362-4172-976f-b0717fad02d3"
```
Create the first implementation workplan for the repository's most important
next change. Seeded `ADAPTIVE-WP-0002-economic-observatory-mvp.md` from the
legacy `AdaptivePricing-MVP-Workplan.md`. After workplan file updates, run from
`~/state-hub`:
```bash
make fix-consistency REPO=adaptive-pricing
```