setup agent runtime requirements (#7)

This commit is contained in:
Hari 2026-04-01 00:37:15 -04:00 committed by GitHub
parent 5d97c33d7e
commit e75b3f98a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
```