@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudy-app/opencode-plugin",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "OpenCode plugin for Cloudy — idea management tools and session tracking",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",