opencode-dispatcher 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,6 +3,39 @@ description: Primary coordinator for the file-based task artifact workflow. Clar
|
|
|
3
3
|
mode: primary
|
|
4
4
|
permission:
|
|
5
5
|
edit: deny
|
|
6
|
+
read: allow
|
|
7
|
+
glob: allow
|
|
8
|
+
grep: allow
|
|
9
|
+
webfetch: deny
|
|
10
|
+
websearch: deny
|
|
11
|
+
bash:
|
|
12
|
+
"git commit*": deny
|
|
13
|
+
"git push*": deny
|
|
14
|
+
"ls": allow
|
|
15
|
+
"ls *": allow
|
|
16
|
+
"pwd": allow
|
|
17
|
+
"which": allow
|
|
18
|
+
"which *": allow
|
|
19
|
+
"env": allow
|
|
20
|
+
"echo": allow
|
|
21
|
+
"echo *": allow
|
|
22
|
+
"uname": allow
|
|
23
|
+
"uname *": allow
|
|
24
|
+
"file": allow
|
|
25
|
+
"file *": allow
|
|
26
|
+
"wc": allow
|
|
27
|
+
"wc *": allow
|
|
28
|
+
"git status*": allow
|
|
29
|
+
"git diff*": allow
|
|
30
|
+
"git log*": allow
|
|
31
|
+
"git branch*": allow
|
|
32
|
+
"git remote*": allow
|
|
33
|
+
"git rev-parse*": allow
|
|
34
|
+
"git show*": allow
|
|
35
|
+
"git config*": allow
|
|
36
|
+
"git stash list*": allow
|
|
37
|
+
"git ls-files*": allow
|
|
38
|
+
"*": deny
|
|
6
39
|
task:
|
|
7
40
|
"*": deny
|
|
8
41
|
task-planner: allow
|