@cloudy-app/opencode-plugin 0.0.3 → 0.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.
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -181,9 +181,6 @@ var IdeaPlugin = async ({
|
|
|
181
181
|
}
|
|
182
182
|
if (input.tool === "edit") {
|
|
183
183
|
const filePath = output.args.filePath;
|
|
184
|
-
if (isIdeaIndexMd(filePath)) {
|
|
185
|
-
throw new Error("Cannot modify index.md in idea directory");
|
|
186
|
-
}
|
|
187
184
|
if (isFileIdeaFile(filePath)) {
|
|
188
185
|
const ideaPath = extractIdeaPath(filePath);
|
|
189
186
|
await touchIdea(ideaPath);
|