@draig/lexis-two 1.0.4 → 1.0.5

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.
@@ -0,0 +1,8 @@
1
+ // lexis-two — OpenCode TUI plugin (no-op)
2
+ //
3
+ // This is a dummy TUI entry point to satisfy OpenCode's TUI plugin loader
4
+ // and prevent installation/runtime load failures in the TUI interface.
5
+
6
+ export default async () => {
7
+ return {};
8
+ };
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@draig/lexis-two",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "The simple way to obtain the best code. Portable rules, skills, and slash commands for AI agents with lowest tokens usage.",
5
5
  "main": "./.opencode/plugins/lexis-two.mjs",
6
6
  "exports": {
7
7
  "./server": "./.opencode/plugins/lexis-two.mjs",
8
- "./tui": "./.opencode/plugins/lexis-two.mjs"
8
+ "./tui": "./.opencode/plugins/lexis-two-tui.mjs"
9
9
  },
10
10
  "oc-plugin": [
11
11
  "server",
@@ -13,6 +13,7 @@
13
13
  ],
14
14
  "files": [
15
15
  ".opencode/plugins/lexis-two.mjs",
16
+ ".opencode/plugins/lexis-two-tui.mjs",
16
17
  ".opencode/command/",
17
18
  "hooks/",
18
19
  "skills/"