Files
human-resources/workplans/HUMAN-WP-0001-statehub-bootstrap.md
tegwick d60e894c27 Complete State Hub bootstrap workplans (WP-0001)
- Review integration files; fill SCOPE where templated
- Document dev workflow in stack-and-commands.md
- Seed WP-0002 implementation workplan; mark bootstrap finished
- Hub sync via fix-consistency
2026-06-22 23:35:10 +02:00

68 lines
1.4 KiB
Markdown

---
id: HUMAN-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: consumer
repo: human-resources
status: finished
owner: codex
topic_slug: consumer
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "772fd538-c254-420f-8800-6959c86fe14d"
---
# Bootstrap State Hub integration
Human resources domain tooling.
## Review Generated Integration Files
```task
id: HUMAN-WP-0001-T01
status: done
priority: high
state_hub_task_id: "3e637b56-8538-404c-a61f-03c05623ec8e"
```
Result 2026-06-22: Filled SCOPE.md from 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: HUMAN-WP-0001-T02
status: done
priority: high
state_hub_task_id: "923c6f33-1be6-4601-a078-49a66fcdc201"
```
Result 2026-06-22: Registry 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: HUMAN-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "11803339-e6d9-40e4-8740-59d29d79d98a"
```
Result 2026-06-22: Created HUMAN-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=human-resources
```