Skip to content

Commit 615e951

Browse files
committed
Minor change to release manager agent to adjust permissions
1 parent 89819d6 commit 615e951

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

.opencode/agents/release-manager.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,25 @@ permission:
1616
"packages/docs/**/*": allow
1717
"*": ask
1818
bash:
19-
"pnpm *": allow
20-
"git status *": allow
21-
"git diff *": allow
22-
"git log *": allow
23-
"git tag *": allow
19+
"pnpm --filter * build": allow
20+
"pnpm --filter * lint": allow
21+
"pnpm --filter * typecheck": allow
22+
"pnpm --filter * test": allow
2423
"head *": allow
24+
"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
2538
"*": ask
2639
webfetch: deny
2740
color: success

0 commit comments

Comments
 (0)