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
This commit is contained in:
2026-06-22 23:35:10 +02:00
parent 62692a56d6
commit d60e894c27
4 changed files with 60 additions and 128 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Bootstrap State Hub integration"
domain: consumer
repo: human-resources
status: ready
status: finished
owner: codex
topic_slug: consumer
created: "2026-06-22"
@@ -20,11 +20,14 @@ Human resources domain tooling.
```task
id: HUMAN-WP-0001-T01
status: todo
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.
@@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed.
```task
id: HUMAN-WP-0001-T02
status: todo
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.
@@ -45,11 +51,14 @@ changes confidently.
```task
id: HUMAN-WP-0001-T03
status: todo
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`:

View File

@@ -0,0 +1,28 @@
---
id: HUMAN-WP-0002
type: workplan
title: "HR workflow registry scaffold"
domain: consumer
repo: human-resources
status: ready
owner: codex
topic_slug: consumer
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "cbd6beb1-3581-4301-9e00-43e74f6b19b4"
---
# HR workflow registry scaffold
Define the first HR workflow registry entries and assessment loop.
## HR workflow registry draft
```task
id: HUMAN-WP-0002-T01
status: todo
priority: high
state_hub_task_id: "29985d64-88c5-4268-9fba-9cd6094038c5"
```
Add initial workflow entries to `registry/` and link to INTENT phases (assessment, automation roadmap).