Simplify verification runtime

This commit is contained in:
ejclaw
2026-04-08 05:30:14 +09:00
parent ead7c32870
commit edd5b45d99
20 changed files with 300 additions and 427 deletions

View File

@@ -38,7 +38,6 @@ Run commands directly—don't tell the user to run them.
bun run build # Build main project
bun run build:runners # Install + build both runners
bun run build:runtime # Build host runtime only
bun run build:container # Optional: rebuild reviewer Docker image
bun run dev # Dev mode with hot reload
```
@@ -54,8 +53,8 @@ Deploy:
bun run deploy
```
`deploy` rebuilds only the host runtime. Rebuild the reviewer Docker image
separately with `bun run build:container` only when you need the container path.
`deploy` rebuilds only the host runtime, and verification also runs directly on
the host runtime.
## Service Stack Architecture