mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 09:01:13 +00:00
setup agent runtime requirements
This commit is contained in:
parent
5d97c33d7e
commit
016e0ee581
17 changed files with 424 additions and 28 deletions
22
README.md
22
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue