71 lines
2 KiB
Markdown
71 lines
2 KiB
Markdown
---
|
|
id: RESOURCE-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: financials
|
|
repo: resource-control
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: railiance
|
|
created: "2026-08-10"
|
|
updated: "2026-08-10"
|
|
state_hub_workstream_id: "e17a3b82-f380-447d-a95d-baac97c3a555"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Provider-neutral infrastructure resource inventory, procurement, cost, utilization, and optimization control plane.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: RESOURCE-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "d2514ee4-f991-463f-9565-72d5ea401f61"
|
|
```
|
|
|
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
Completed 2026-08-10: reviewed generated files and refined `SCOPE.md` around
|
|
inventory, procurement, cost/utilization evidence, fin-hub handoff, credential
|
|
custody, and human purchasing authority.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: RESOURCE-WP-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "7baeab45-b0a3-418c-a1b0-e157ca359ec6"
|
|
```
|
|
|
|
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.
|
|
|
|
Completed for the seed stage 2026-08-10: the repository is currently a
|
|
file-backed control plane with no executable package. Validation is
|
|
`statehub fix-consistency`, `git diff --check`, and YAML/Markdown parsing as
|
|
schemas are introduced. A future implementation workplan must add first-class
|
|
validation commands with the resource declaration schema.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: RESOURCE-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "86ba2e50-8524-4cdc-bcd2-e7d5d66da869"
|
|
```
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
checkout:
|
|
|
|
```bash
|
|
statehub fix-consistency
|
|
```
|
|
|
|
Completed 2026-08-10 with `RESOURCE-WP-0002`.
|