Close out statehub-register bootstrap housekeeping (REIN-A-0001)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
f457db0e44
commit
363866f3a8
3 changed files with 55 additions and 17 deletions
18
AGENTS.md
18
AGENTS.md
|
|
@ -11,6 +11,24 @@
|
|||
|
||||
---
|
||||
|
||||
## Developer Workflow
|
||||
|
||||
```bash
|
||||
# Install (editable, pulls in the llm-connect sibling checkout)
|
||||
python3 -m venv .venv && source .venv/bin/activate
|
||||
pip install -e . -e ../llm-connect pytest
|
||||
|
||||
# Test
|
||||
PYTHONPATH=".:$HOME/llm-connect" python3 -m pytest tests/ -q
|
||||
|
||||
# Run — bounded agentic session against a real target repo (real Claude Code
|
||||
# CLI call, real commit if successful)
|
||||
rein-aharness run --task-file examples/task-hello-sandbox.json --no-hub --no-metrics
|
||||
|
||||
# Build the Railiance deploy image
|
||||
make image
|
||||
```
|
||||
|
||||
## State Hub Integration
|
||||
|
||||
The Custodian State Hub tracks work across all domains. Interact via HTTP REST —
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue