Close out statehub-register bootstrap housekeeping (GLAS-0001)
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Has been cancelled

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>
This commit is contained in:
tegwick 2026-07-26 19:45:47 +02:00
parent 5603d97ebc
commit 5520ba3ab2
3 changed files with 55 additions and 17 deletions

View file

@ -11,6 +11,24 @@
---
## Developer Workflow
```bash
# Install (editable, pulls in the sand-boxer sibling checkout)
python3 -m venv .venv && source .venv/bin/activate
pip install -e . -e ../sand-boxer pytest
# Test
python3 -m pytest tests/ -q
# Run — resolves a sand-boxer sandbox, runs one task through a rein, verifies
glas-harness run --sandbox-profile profile.bwrap-local \
--repo <path> --title "..." --description "..."
```
No separate lint/build step — this is a plain library + CLI, no packaging
pipeline beyond `pip install -e .`.
## State Hub Integration
The Custodian State Hub tracks work across all domains. Interact via HTTP REST —