Add State Hub bootstrap workplan and agent integration files

Seed workplans/ with bootstrap workplan to satisfy ADR-001 C-01.
Includes regenerated dev-hub session-protocol and agent instruction files.
This commit is contained in:
2026-06-22 21:44:37 +02:00
parent c4c5439b7f
commit 4aebcfdf3d
13 changed files with 699 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
---
id: HUMAN-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: consumer
repo: human-resources
status: ready
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: todo
priority: high
state_hub_task_id: "3e637b56-8538-404c-a61f-03c05623ec8e"
```
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: todo
priority: high
state_hub_task_id: "923c6f33-1be6-4601-a078-49a66fcdc201"
```
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: todo
priority: medium
state_hub_task_id: "11803339-e6d9-40e4-8740-59d29d79d98a"
```
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
```