glas-harness/workplans/GLAS-0001-statehub-bootstrap.md
tegwick 5520ba3ab2
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Has been cancelled
Close out statehub-register bootstrap housekeeping (GLAS-0001)
Refined the auto-generated SCOPE.md/AGENTS.md from generic templates
to real repo specifics, added a Developer Workflow section with
actual install/test/run commands. Real workplan (GLAS-WP-0001) was
already seeded and done.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 19:45:47 +02:00

59 lines
1.3 KiB
Markdown

---
id: GLAS-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: glas-harness
status: active
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: done
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: done
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: done
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
```