simmer-automaton 0.1.1 → 0.1.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/openclaw.plugin.json +1 -1
- package/package.json +7 -2
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "simmer-automaton",
|
|
3
3
|
"name": "Simmer Automaton",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Adaptive trading skill orchestration",
|
|
5
5
|
"version": "0.1.0",
|
|
6
6
|
"configSchema": {
|
|
7
7
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simmer-automaton",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Simmer Automaton plugin for OpenClaw — adaptive trading
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Simmer Automaton plugin for OpenClaw — adaptive trading skill orchestration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc",
|
|
9
9
|
"dev": "tsc --watch"
|
|
10
10
|
},
|
|
11
|
+
"openclaw": {
|
|
12
|
+
"extensions": {
|
|
13
|
+
"plugin": "dist/index.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
11
16
|
"keywords": ["openclaw", "plugin", "simmer", "prediction-markets", "trading"],
|
|
12
17
|
"license": "MIT",
|
|
13
18
|
"devDependencies": {
|