opencode-mad 1.0.2 → 1.0.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.
@@ -10,7 +10,9 @@ tools:
10
10
  grep: true
11
11
  view: true
12
12
  ls: true
13
- permission: "*"
13
+ permission:
14
+ bash:
15
+ "*": allow
14
16
  ---
15
17
 
16
18
  ## Communication Protocol
@@ -16,7 +16,9 @@ tools:
16
16
  grep: true
17
17
  view: true
18
18
  ls: true
19
- permission: "*"
19
+ permission:
20
+ bash:
21
+ "*": allow
20
22
  ---
21
23
 
22
24
  ## Communication Protocol
@@ -16,7 +16,9 @@ tools:
16
16
  read: true
17
17
  write: true
18
18
  edit: true
19
- permission: "*"
19
+ permission:
20
+ bash:
21
+ "*": allow
20
22
  ---
21
23
 
22
24
  ## Communication Protocol
@@ -15,7 +15,9 @@ tools:
15
15
  glob: true
16
16
  grep: true
17
17
  read: true
18
- permission: "*"
18
+ permission:
19
+ bash:
20
+ "*": allow
19
21
  ---
20
22
 
21
23
  ## Communication Protocol
@@ -10,7 +10,9 @@ tools:
10
10
  grep: true
11
11
  view: true
12
12
  ls: true
13
- permission: "*"
13
+ permission:
14
+ bash:
15
+ "*": allow
14
16
  ---
15
17
 
16
18
  ## Communication Protocol
@@ -15,7 +15,9 @@ tools:
15
15
  write: false
16
16
  edit: false
17
17
  patch: false
18
- permission: "*"
18
+ permission:
19
+ bash:
20
+ "*": allow
19
21
  ---
20
22
 
21
23
  ## Communication Protocol
@@ -13,7 +13,9 @@ tools:
13
13
  glob: true
14
14
  grep: true
15
15
  read: true
16
- permission: "*"
16
+ permission:
17
+ bash:
18
+ "*": allow
17
19
  ---
18
20
 
19
21
  # Communication Protocol
@@ -12,7 +12,9 @@ tools:
12
12
  glob: true
13
13
  grep: true
14
14
  read: true
15
- permission: "*"
15
+ permission:
16
+ bash:
17
+ "*": allow
16
18
  ---
17
19
 
18
20
  ## Communication Protocol
@@ -4,7 +4,9 @@ mode: primary
4
4
  model: anthropic/claude-opus-4-5
5
5
  temperature: 0.3
6
6
  color: "#9333ea"
7
- permission: "*"
7
+ permission:
8
+ bash:
9
+ "*": allow
8
10
  tools:
9
11
  mad_worktree_create: true
10
12
  mad_status: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-mad",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Multi-Agent Dev - Parallel development orchestration plugin for OpenCode",
5
5
  "type": "module",
6
6
  "main": "plugins/mad-plugin.ts",