statehub registration

This commit is contained in:
2026-06-05 11:41:03 +02:00
parent 0140957312
commit 327e0f2365

View File

@@ -0,0 +1,58 @@
---
id: RAILIANCE-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: railiance
repo: railiance-forge
status: ready
owner: codex
topic_slug: railiance
created: "2026-06-05"
updated: "2026-06-05"
state_hub_workstream_id: "96ff8f40-fc3d-4f48-94e4-c862f2eb866b"
---
# Bootstrap State Hub integration
This file defines what `railiance-forge` owns, when to use it, and where its boundaries stop.
## Review Generated Integration Files
```task
id: RAILIANCE-WP-0001-T01
status: todo
priority: high
state_hub_task_id: "695cbdcc-ff69-4b83-9611-1080ae5a46ef"
```
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: RAILIANCE-WP-0001-T02
status: todo
priority: high
state_hub_task_id: "60d01b85-1b82-49d0-9a19-f4147f12348f"
```
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: RAILIANCE-WP-0001-T03
status: todo
priority: medium
state_hub_task_id: "41d82631-86fb-4c2f-813d-305e0e18eab6"
```
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=railiance-forge
```