docs: synthesize architecture rewrite

This commit is contained in:
Tianyi Cui
2026-07-05 18:51:52 +08:00
parent dca7a436e4
commit fdd65269f9
7 files changed
+98 -73

No files matched your search

+3 -2
View File
@@ -5,8 +5,9 @@
* survey notes), tracks background tasks, and kills everything on dispose.
*
* TODO(permissions/sandbox): execution policy does NOT belong here — use
* the `tools/pre-execute` deny/ask gate (see docs/architecture.md § plugin
* checklist) or implement a sandboxing `BashExecutor`. Reference points:
* the `tools/pre-execute` deny/ask gate (see docs/architecture.md
* § Extending The Harness) or implement a sandboxing `BashExecutor`.
* Reference points:
* Claude Code wraps commands in sandbox-exec/bubblewrap; Codex applies
* seatbelt/landlock plus an execpolicy prefix-rule engine.
*