opencode-design-lab 0.0.2 → 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/.opencode/plugins/design-lab.js +7607 -284
- package/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-design-lab",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"description": "An OpenCode plugin that generates multiple independent design proposals using different AI models, then systematically evaluates, compares, and ranks those designs in a reproducible and structured way.",
|
|
6
6
|
"author": "OpenCode Design Lab Contributors",
|
|
7
7
|
"license": "MIT",
|
|
@@ -13,10 +13,7 @@
|
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/HuakunShen/opencode-design-lab/issues"
|
|
15
15
|
},
|
|
16
|
-
"
|
|
17
|
-
".": "./.opencode/plugins/design-lab.js",
|
|
18
|
-
"./package.json": "./package.json"
|
|
19
|
-
},
|
|
16
|
+
"main": ".opencode/plugins/design-lab.js",
|
|
20
17
|
"files": [
|
|
21
18
|
".opencode/plugins"
|
|
22
19
|
],
|