Adopt canonical HARNESS-WP prefix, add State Hub bootstrap files

Registered with State Hub (statehub register) and renamed
REIN-A-WP-0002 to HARNESS-WP-0002 per fix-consistency's C-26 check
(repo's canonical workplan prefix is HARNESS-WP, established by
HARNESS-WP-0001).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-26 12:32:59 +02:00
parent 61d8a39802
commit 9cd95c531a
6 changed files with 323 additions and 5 deletions

View file

@ -1,7 +1,8 @@
---
id: REIN-A-WP-0002
id: HARNESS-WP-0002
title: "Rename completion and glas-harness alignment"
status: proposed
state_hub_workstream_id: "c53fe489-845b-42b3-8e7f-c7e4e6f16b25"
---
Follow-up to HARNESS-WP-0001 (done) and glas-harness
@ -22,9 +23,10 @@ touch the CLI command name, Python package name, or deploy artifacts —
see next task.
```task
id: REIN-A-WP-0002-T01
id: HARNESS-WP-0002-T01
status: done
priority: high
state_hub_task_id: "bf04ed50-cbe2-4f8f-9876-d06c579d19e6"
```
## Task: Deploy/package rename (deliberate follow-up, needs a maintenance window)
@ -42,9 +44,10 @@ reviewed change with a Railiance re-deploy and smoke-test run
immediately after, not as incidental cleanup.
```task
id: REIN-A-WP-0002-T02
id: HARNESS-WP-0002-T02
status: todo
priority: medium
state_hub_task_id: "7c5d23cd-d7fd-4c79-8847-448b83feb673"
```
## Task: Implement the glas-harness rein contract
@ -56,9 +59,10 @@ into `rein-aharness` instead of `rein-aharness` only running itself via
its own CLI/poll loop.
```task
id: REIN-A-WP-0002-T03
id: HARNESS-WP-0002-T03
status: todo
priority: high
state_hub_task_id: "228e999c-807b-4456-a286-4e3ab4fc8e90"
```
## Task: Decide scheduling/blueprint coupling boundary
@ -72,7 +76,8 @@ Record the answer in `glas-harness/docs/adr/` before T03 forces the
question implicitly.
```task
id: REIN-A-WP-0002-T04
id: HARNESS-WP-0002-T04
status: todo
priority: low
state_hub_task_id: "31e2b763-8f04-4523-bd2b-ce4506b55700"
```

View file

@ -0,0 +1,59 @@
---
id: REIN-A-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: rein-aharness
status: ready
owner: codex
topic_slug: custodian
created: "2026-07-26"
updated: "2026-07-26"
state_hub_workstream_id: "e10231e6-a051-43dd-8343-b3963d25cbaa"
---
# Bootstrap State Hub integration
Claude-Code-CLI-driven rein: governed, unattended/scheduled agent runtime
## Review Generated Integration Files
```task
id: REIN-A-0001-T01
status: todo
priority: high
state_hub_task_id: "69710723-4fc0-4b64-953d-166520167493"
```
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: REIN-A-0001-T02
status: todo
priority: high
state_hub_task_id: "8a060f11-b5d7-4d99-b740-db102342249a"
```
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: REIN-A-0001-T03
status: todo
priority: medium
state_hub_task_id: "ee1b1a63-89e1-4743-8ec2-c0ce9b2b44d5"
```
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
```