mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
prepare runtime loop
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
e75b3f98a6
commit
f754a217f4
12 changed files with 386 additions and 44 deletions
16
README.md
16
README.md
|
|
@ -25,14 +25,26 @@ Run the repo acceptance loop with:
|
|||
pnpm verify
|
||||
```
|
||||
|
||||
## Agent loop
|
||||
## Runtime loop
|
||||
|
||||
Bootstrap a clone-local environment with:
|
||||
Bootstrap clone-local runtime settings with:
|
||||
|
||||
```bash
|
||||
pnpm agent:bootstrap
|
||||
```
|
||||
|
||||
If `.env.agent` is missing, bootstrap writes clone-local defaults for this checkout.
|
||||
|
||||
Bring the stack up, verify it, and tear it down with:
|
||||
|
||||
```bash
|
||||
pnpm stack:up
|
||||
pnpm stack:verify
|
||||
pnpm stack:down --volumes
|
||||
```
|
||||
|
||||
## Agent loop
|
||||
|
||||
Run the full static and integration loop with:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue