Skip to content

Commit c19c132

Browse files
docs: fix incorrect bash default description in front-matter.md (#497)
1 parent 4be7ab2 commit c19c132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/front-matter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos: # compact repository declarations (replaces rep
2828
ref: refs/heads/release/2.x
2929
checkout: false # declared as resource only, not checked out by the agent
3030
tools: # optional tool configuration
31-
bash: ["cat", "ls", "grep"] # bash command allow-list (defaults to safe built-in list)
31+
bash: ["cat", "ls", "grep"] # explicit bash allow-list; when omitted, all bash tools are allowed (unrestricted)
3232
edit: true # enable file editing tool (default: true)
3333
cache-memory: true # persistent memory across runs (see docs/tools.md)
3434
# cache-memory: # Alternative object format (with options)

0 commit comments

Comments
 (0)