feat(sandbox): enforce macOS network isolation

This commit is contained in:
marius-kilocode
2026-06-23 20:40:13 +02:00
parent 614be76937
commit 9fbc456b75
56 changed files with 1463 additions and 34 deletions
@@ -41,6 +41,9 @@ jobs:
- name: Check Effect Promise facade allowlist
run: bun run script/check-opencode-promise-facades.ts
- name: Check model tool network boundary
run: bun run script/check-model-tool-network.ts
- name: Check workflow allowlist
run: bun run script/check-workflows.ts
# kilocode_change end