Adopt canonical permission standard v1 + installer verification gate

This commit is contained in:
Your Name
2026-08-24 15:51:09 -04:00
parent 53571e9cd0
commit 66564a1eaa
27 changed files with 287 additions and 13 deletions
+9
View File
@@ -2,7 +2,16 @@
name: builder
description: Scope-controlled implementation agent for approved changes
mode: subagent
# NOTE: Bash permission rules apply to EACH command segment independently (tree-sitter split);
# pipelines need every segment allowlisted incl. tails (head/wc/sort/grep/rg). Prefer single commands.
# CAVEAT: an in-session "always allow" approval injects pattern:* allow that overrides these denies
# for every agent until the server restarts.
permission:
edit: allow
bash: allow
webfetch: deny
websearch: deny
skill: deny
task: deny
---