setup agent runtime requirements

This commit is contained in:
Harivansh Rathi 2026-04-01 04:36:36 +00:00
parent 5d97c33d7e
commit 016e0ee581
17 changed files with 424 additions and 28 deletions

View file

@ -15,7 +15,7 @@
- `packages/ui`: shared React UI
- `infra/docker`: local Docker runtime
The root planning and delegation guide lives in [skeleton.md](/home/rathi/Documents/GitHub/betterNAS/skeleton.md).
The root planning and delegation guide lives in [skeleton.md](./skeleton.md).
## Verify
@ -24,3 +24,23 @@ Run the repo acceptance loop with:
```bash
pnpm verify
```
## Agent loop
Bootstrap a clone-local environment with:
```bash
pnpm agent:bootstrap
```
Run the full static and integration loop with:
```bash
pnpm agent:verify
```
Create or refresh the sibling agent clones with:
```bash
pnpm clones:setup
```