modify plugin structure

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 18:07:01 -04:00
parent 07e1c0dd5e
commit b4101ea67b
5 changed files with 94 additions and 2 deletions

View File

@@ -2,18 +2,20 @@
"name": "opencode-plugin-ralph-loop",
"version": "0.1.0",
"description": "Standalone Ralph Loop plugin for OpenCode (extracted from oh-my-opencode)",
"main": "dist/index.js",
"main": ".opencode/plugins/ralph-loop.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
".opencode",
"dist",
"docs",
"README.md",
"LICENSE.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./.opencode/plugins/ralph-loop.js"
}
},
"scripts": {