1 parent 89819d6 commit 615e951Copy full SHA for 615e951
1 file changed
.opencode/agents/release-manager.md
@@ -16,12 +16,25 @@ permission:
16
"packages/docs/**/*": allow
17
"*": ask
18
bash:
19
- "pnpm *": allow
20
- "git status *": allow
21
- "git diff *": allow
22
- "git log *": allow
23
- "git tag *": allow
+ "pnpm --filter * build": allow
+ "pnpm --filter * lint": allow
+ "pnpm --filter * typecheck": allow
+ "pnpm --filter * test": allow
24
"head *": allow
+ "ls *": allow
25
+ "ls -la *": allow
26
+ "find *": allow
27
+ "grep *": allow
28
+ "rg *": allow
29
+ "cat *": allow
30
+ "tail *": allow
31
+ "wc *": allow
32
+ "wc -l *": allow
33
+ "sort *": allow
34
+ "uniq *": allow
35
+ "git log -- *": allow
36
+ "git diff -- *": allow
37
+ "git status": allow
38
39
webfetch: deny
40
color: success
0 commit comments