We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be7ab2 commit c19c132Copy full SHA for c19c132
1 file changed
docs/front-matter.md
@@ -28,7 +28,7 @@ repos: # compact repository declarations (replaces rep
28
ref: refs/heads/release/2.x
29
checkout: false # declared as resource only, not checked out by the agent
30
tools: # optional tool configuration
31
- bash: ["cat", "ls", "grep"] # bash command allow-list (defaults to safe built-in list)
+ bash: ["cat", "ls", "grep"] # explicit bash allow-list; when omitted, all bash tools are allowed (unrestricted)
32
edit: true # enable file editing tool (default: true)
33
cache-memory: true # persistent memory across runs (see docs/tools.md)
34
# cache-memory: # Alternative object format (with options)
0 commit comments