prepare runtime loop

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-04-01 05:12:11 +00:00
parent e75b3f98a6
commit f754a217f4
12 changed files with 386 additions and 44 deletions

View file

@ -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