opencode-rules-md 0.8.0 → 0.8.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/tui/tui/index.js +7869 -0
- package/dist/tui/tui/index.js.map +88 -0
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-rules-md",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "OpenCode plugin that discovers and injects markdown rules into system prompts",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@opencode-ai/sdk": "^1.3.9",
|
|
64
64
|
"@opentui/core": "^0.4.3",
|
|
65
65
|
"@opentui/solid": "^0.4.3",
|
|
66
|
-
"solid-js": "1.9.
|
|
66
|
+
"solid-js": "^1.9.12"
|
|
67
67
|
},
|
|
68
68
|
"peerDependenciesMeta": {
|
|
69
69
|
"@opencode-ai/plugin": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"yaml": "^2.8.2"
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|
|
105
|
-
"build": "tsc",
|
|
105
|
+
"build": "tsc && bun scripts/build-tui.mjs",
|
|
106
106
|
"dev": "tsc --watch",
|
|
107
107
|
"test": "vitest",
|
|
108
108
|
"test:run": "vitest run",
|