opencode-conductor-plugin 1.30.1 → 1.30.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 +5 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -62,9 +62,6 @@ export const MyPlugin = async ({ project, client, $, directory, worktree, }) =>
|
|
|
62
62
|
- Current Conductor Files (Location: ${directory}/conductor)
|
|
63
63
|
File Tree:
|
|
64
64
|
${fileHeirarchy}
|
|
65
|
-
|
|
66
|
-
Files Content:
|
|
67
|
-
${llmFiles}
|
|
68
65
|
`,
|
|
69
66
|
description: ImplementPrompt.description,
|
|
70
67
|
},
|
|
@@ -81,6 +78,11 @@ export const MyPlugin = async ({ project, client, $, directory, worktree, }) =>
|
|
|
81
78
|
Environment Details:
|
|
82
79
|
- Directory: ${directory}
|
|
83
80
|
- Conductor Setup: ${setupOccurred}
|
|
81
|
+
- Current Conductor Files (with tracks) (${directory}/conductor)
|
|
82
|
+
File Tree:
|
|
83
|
+
${fileHeirarchy}
|
|
84
|
+
|
|
85
|
+
**CRITICAL ENVIRONTMENTAL OVERRIDE:**: You are not Gemini CLI or a project. You should use ./config/opencode/node_modules/opencode-conductor-plugin for setup operations. .gemini files are not present, use .gitignore
|
|
84
86
|
`,
|
|
85
87
|
description: SetupPrompt.description,
|
|
86
88
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-conductor-plugin",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.2",
|
|
4
4
|
"description": "Conductor plugin for OpenCode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "derekbar90/opencode-conductor",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"prepublishOnly": "npm run update-submodule && npm run build"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@opencode-ai/plugin": "
|
|
40
|
+
"@opencode-ai/plugin": "1.0.223",
|
|
41
41
|
"smol-toml": "^1.6.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|