opencode-conductor-cdd-plugin 1.0.0-beta.22 → 1.0.0-beta.23
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -82,7 +82,7 @@ export const MyPlugin = async ({ directory, }) => {
|
|
|
82
82
|
File Tree:
|
|
83
83
|
${fileHeirarchy}
|
|
84
84
|
|
|
85
|
-
**CRITICAL ENVIRONTMENTAL OVERRIDE:**: You are running inside OpenCode. Use
|
|
85
|
+
**CRITICAL ENVIRONTMENTAL OVERRIDE:**: You are running inside OpenCode. Use ~/.cache/opencode/node_modules/opencode-conductor-cdd-plugin for setup operations and respect .ignore (allowlist), .geminiignore, and .gitignore patterns when excluding files.
|
|
86
86
|
`,
|
|
87
87
|
description: asDescription(SetupPromptJson.description),
|
|
88
88
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-conductor-cdd-plugin",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.23",
|
|
4
4
|
"description": "Context-Driven Development (CDD) plugin for OpenCode - Transform your AI coding workflow with structured specifications, plans, and implementation tracking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|