Refresh verification runtime docs

This commit is contained in:
ejclaw
2026-04-08 05:42:43 +09:00
parent 46274f2372
commit 52a59a1eba
3 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ bun run build
## Documentation ## Documentation
- [Architecture](docs/architecture.md) — Data flow, room model, verification isolation, key files - [Architecture](docs/architecture.md) — Data flow, room model, verification execution, key files
- [Configuration](docs/configuration.md) — Full `.env` reference, debugging paths - [Configuration](docs/configuration.md) — Full `.env` reference, debugging paths
### Environment ### Environment

View File

@@ -77,7 +77,7 @@ User message
→ Arbiter summoned → binding verdict → loop resumes → Arbiter summoned → binding verdict → loop resumes
``` ```
## Verification Isolation ## Verification Execution
Reviewer and arbiter now run as host processes with role-scoped read-only Reviewer and arbiter now run as host processes with role-scoped read-only
guards and sandbox settings. Verification profiles run directly on the host with guards and sandbox settings. Verification profiles run directly on the host with

View File

@@ -422,7 +422,7 @@ server.tool(
server.tool( server.tool(
'run_verification', 'run_verification',
'Run a fixed verification profile against the current repo snapshot using an isolated scratch workspace and the reviewer runtime image. Use this instead of broad shell write access for test/typecheck/build verification.', 'Run a fixed verification profile directly on the host against the current repo snapshot using a restricted environment and snapshot checks. Use this instead of broad shell write access for test/typecheck/build verification.',
{ {
profile: z profile: z
.enum(VERIFICATION_PROFILES) .enum(VERIFICATION_PROFILES)