opencode-conductor-plugin 1.17.1 → 1.17.2

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/dist/index.js CHANGED
@@ -139,8 +139,6 @@ const ConductorPlugin = async (ctx) => {
139
139
  lsp: true,
140
140
  patch: true,
141
141
  skill: true,
142
- todowrite: true,
143
- todoread: true,
144
142
  webfetch: true,
145
143
  },
146
144
  },
@@ -166,8 +164,6 @@ const ConductorPlugin = async (ctx) => {
166
164
  lsp: true,
167
165
  patch: true,
168
166
  skill: true,
169
- todowrite: true,
170
- todoread: true,
171
167
  webfetch: true,
172
168
  "conductor_delegate": true,
173
169
  "conductor_background_task": true,
@@ -12,8 +12,8 @@ permission:
12
12
  lsp: allow
13
13
  patch: allow
14
14
  skill: allow
15
- todowrite: allow
16
- todoread: allow
15
+ todo_write: allow
16
+ todo_read: allow
17
17
  webfetch: allow
18
18
  ---
19
19
  # Conductor Agent
@@ -12,8 +12,8 @@ permission:
12
12
  lsp: allow
13
13
  patch: allow
14
14
  skill: allow
15
- todowrite: allow
16
- todoread: allow
15
+ todo_write: allow
16
+ todo_read: allow
17
17
  webfetch: allow
18
18
  "conductor_delegate": allow
19
19
  "conductor_background_task": allow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-conductor-plugin",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Conductor plugin for OpenCode",
5
5
  "type": "module",
6
6
  "repository": "derekbar90/opencode-conductor",