docs(config): use exact path in permissions example

This commit is contained in:
Hunter B
2026-06-01 05:43:45 -07:00
parent 3df018994f
commit 69cff93754
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ sandbox_mode = "workspace-write" # read-only | workspace-write | danger-full-acc
#
# [[rules]]
# tool = "read_file"
# path = "secrets/**"
# path = "secrets/api_key.txt"
# ─────────────────────────────────────────────────────────────────────────────────
# External Sandbox Backend (pluggable remote execution)