Close out statehub-register bootstrap housekeeping (REIN-OW-0001)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
a9658352db
commit
5f3e4333f5
3 changed files with 52 additions and 17 deletions
18
AGENTS.md
18
AGENTS.md
|
|
@ -11,6 +11,24 @@
|
|||
|
||||
---
|
||||
|
||||
## Developer Workflow
|
||||
|
||||
```bash
|
||||
# Install
|
||||
python3 -m venv .venv && source .venv/bin/activate
|
||||
pip install -e . pytest
|
||||
|
||||
# Test — no network/OpenBao calls, everything mocked at the httpx/subprocess
|
||||
# boundary
|
||||
python3 -m pytest tests/ -q
|
||||
|
||||
# Run — real OpenRouter call (needs OPENROUTER_API_KEY or OpenBao access)
|
||||
rein-openweights run --task-file examples/task-hello-sandbox.json --no-hub
|
||||
```
|
||||
|
||||
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 —
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue