@maestria/opencode 0.3.7 → 0.3.8

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.
@@ -14,11 +14,13 @@ permission:
14
14
  lsp: allow
15
15
  webfetch: allow
16
16
  skill: allow
17
+ todowrite: allow
17
18
  edit: deny
18
19
  bash:
19
20
  "*": ask
20
21
  "git log*": allow
21
22
  "git diff*": allow
23
+ "git status*": allow
22
24
  "which *": allow
23
25
  ---
24
26
 
@@ -14,6 +14,9 @@ permission:
14
14
  edit: deny
15
15
  bash:
16
16
  "*": ask
17
+ "git diff*": allow
18
+ "git log*": allow
19
+ "git status*": allow
17
20
  "which *": allow
18
21
  "npm view *": allow
19
22
  ---
package/agents/builder.md CHANGED
@@ -21,6 +21,7 @@ permission:
21
21
  "npm test*": allow
22
22
  "pnpm test*": allow
23
23
  "npx tsc*": allow
24
+ "npm view *": allow
24
25
  ---
25
26
 
26
27
  You are a focused implementation agent.
@@ -11,6 +11,7 @@ permission:
11
11
  lsp: allow
12
12
  webfetch: allow
13
13
  skill: allow
14
+ todowrite: allow
14
15
  edit: ask
15
16
  bash:
16
17
  "*": ask
@@ -16,6 +16,9 @@ permission:
16
16
  "git status*": allow
17
17
  "git diff*": allow
18
18
  "git log*": allow
19
+ "git show*": allow
20
+ "git branch*": allow
21
+ "ls *": allow
19
22
  "which *": allow
20
23
  "pwd": allow
21
24
  "npx --yes skills@latest *": allow
package/agents/planner.md CHANGED
@@ -15,6 +15,7 @@ permission:
15
15
  "git status*": allow
16
16
  "git diff*": allow
17
17
  "git log*": allow
18
+ "which *": allow
18
19
  webfetch: allow
19
20
  todowrite: allow
20
21
  skill: allow
@@ -17,6 +17,7 @@ permission:
17
17
  "git status*": allow
18
18
  "git diff*": allow
19
19
  "git log*": allow
20
+ "git show*": allow
20
21
  webfetch: allow
21
22
  ---
22
23
 
package/agents/writer.md CHANGED
@@ -8,12 +8,16 @@ permission:
8
8
  read: allow
9
9
  glob: allow
10
10
  grep: allow
11
+ lsp: allow
11
12
  edit: allow
12
13
  webfetch: allow
13
14
  skill: allow
15
+ todowrite: allow
14
16
  bash:
15
17
  "*": ask
16
18
  "git status*": allow
19
+ "git diff*": allow
20
+ "git log*": allow
17
21
  "npm view *": allow
18
22
  ---
19
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maestria/opencode",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "OpenCode plugin encoding AI engineering praxis: rules, agents, and workflow discipline.",
5
5
  "keywords": [
6
6
  "agents",