Fix ADR-001 workplan reference after HARNESS-WP-0002 rename
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
748cf09e28
commit
7a3c8669c7
7 changed files with 315 additions and 1 deletions
59
workplans/GLAS-0001-statehub-bootstrap.md
Normal file
59
workplans/GLAS-0001-statehub-bootstrap.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
id: GLAS-0001
|
||||
type: workplan
|
||||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
repo: glas-harness
|
||||
status: ready
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-26"
|
||||
updated: "2026-07-26"
|
||||
state_hub_workstream_id: "ff06817b-5101-45c1-90c1-0534d7fed1ce"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
||||
Meta-framework routing between concrete agent-harness backends (reins)
|
||||
|
||||
## Review Generated Integration Files
|
||||
|
||||
```task
|
||||
id: GLAS-0001-T01
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "89f9f0d8-8715-486f-b1b6-bb7afcf885d7"
|
||||
```
|
||||
|
||||
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: GLAS-0001-T02
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "e52c40e5-49b3-43d2-be50-774993c715d9"
|
||||
```
|
||||
|
||||
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: GLAS-0001-T03
|
||||
status: todo
|
||||
priority: medium
|
||||
state_hub_task_id: "2ad8b534-ebf8-479b-834b-f8df629df717"
|
||||
```
|
||||
|
||||
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
|
||||
```
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
id: GLAS-WP-0001
|
||||
title: "Harness router foundation: contract + first two reins"
|
||||
status: proposed
|
||||
state_hub_workstream_id: "4b8740d9-9ea8-4c11-abfc-af9e9ac1c2df"
|
||||
---
|
||||
|
||||
Turn glas-harness from a charter into the actual harness router per
|
||||
|
|
@ -26,6 +27,7 @@ harness level: something like `start_session`/`dispatch_tool`/
|
|||
id: GLAS-WP-0001-T01
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "e4e6e7e4-ad30-42b7-a278-39d24ec5cecc"
|
||||
```
|
||||
|
||||
## Task: Rein registry
|
||||
|
|
@ -42,6 +44,7 @@ glas-harness` entry per the registry-first-reuse principle.
|
|||
id: GLAS-WP-0001-T02
|
||||
status: todo
|
||||
priority: medium
|
||||
state_hub_task_id: "c09e617b-a2d1-42c4-8c90-47ab0056c09c"
|
||||
```
|
||||
|
||||
## Task: Harness profile catalog seed
|
||||
|
|
@ -57,6 +60,7 @@ fast local iteration without an SSH hop.
|
|||
id: GLAS-WP-0001-T03
|
||||
status: todo
|
||||
priority: medium
|
||||
state_hub_task_id: "e599f276-a010-4284-bddd-a5a121b57de9"
|
||||
```
|
||||
|
||||
## Task: Minimal CLI gateway — prove the contract against rein-aharness
|
||||
|
|
@ -72,6 +76,7 @@ concern" conversation — deliberately not attempted until this exists.
|
|||
id: GLAS-WP-0001-T04
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "cdcacf98-62a1-47ae-92b9-e0320968ac1f"
|
||||
```
|
||||
|
||||
## Task: Charter and bootstrap rein-openweights
|
||||
|
|
@ -88,6 +93,7 @@ before anything is pushed — coordinate repo creation with the operator.
|
|||
id: GLAS-WP-0001-T05
|
||||
status: todo
|
||||
priority: high
|
||||
state_hub_task_id: "84fa62ae-3b34-42fd-a263-f65c35e87586"
|
||||
```
|
||||
|
||||
## Task: Decide credential-brokering ownership for rein-openweights
|
||||
|
|
@ -102,4 +108,5 @@ before T05 lands, not after.
|
|||
id: GLAS-WP-0001-T06
|
||||
status: todo
|
||||
priority: medium
|
||||
state_hub_task_id: "b4e775d6-ad81-40a4-9fd0-974ba27182fd"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue