Skip to content

Commit a3a1bb7

Browse files
committed
Mention in docs that --allow-run=bash is required for tests
The new chpwd-hook integration test spawns a bash subprocess to drive the generated shellcode end-to-end. AGENTS.md's documented test command needs the matching permission flag. Scoped to bash so the test suite cannot spawn arbitrary executables.
1 parent afb758f commit a3a1bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Public repository for developer environment activation tooling.
77
- `deno fmt --check .`
88
- `deno lint .`
99
- `deno check ./app.ts`
10-
- `deno test --allow-read --allow-write --allow-env`
10+
- `deno test --allow-read --allow-write --allow-env --allow-run=bash`
1111

1212
## Always Do
1313

0 commit comments

Comments
 (0)