@godmode-team/godmode 1.3.2 → 1.4.0
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/auth-public-key.pem +9 -0
- package/dist/godmode-ui/assets/{index-DSS-Mmm_.js → index-Ci8Asx5i.js} +1036 -1877
- package/dist/godmode-ui/assets/index-DPoGIF2w.css +1 -0
- package/dist/godmode-ui/index.html +2 -2
- package/dist/index.js +15073 -22502
- package/openclaw.plugin.json +1 -96
- package/package.json +6 -3
- package/dist/godmode-ui/assets/index-DLms34x3.css +0 -1
- package/dist/godmode-ui/assets/proactive-intel-BU5IobT1.js +0 -1
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "godmode",
|
|
3
3
|
"name": "GodMode",
|
|
4
4
|
"description": "Personal AI Operating System for entrepreneurs",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.4.0",
|
|
6
6
|
"configSchema": {
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
@@ -15,101 +15,6 @@
|
|
|
15
15
|
"type": "string",
|
|
16
16
|
"default": "~/godmode",
|
|
17
17
|
"description": "Root directory for GodMode data files"
|
|
18
|
-
},
|
|
19
|
-
"focusPulse": {
|
|
20
|
-
"type": "object",
|
|
21
|
-
"properties": {
|
|
22
|
-
"enabled": {
|
|
23
|
-
"type": "boolean",
|
|
24
|
-
"default": false,
|
|
25
|
-
"description": "Enable Focus Pulse daily priority tracking in the topbar"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"coding": {
|
|
30
|
-
"type": "object",
|
|
31
|
-
"description": "Coding task orchestration — worktrees, dispatch, validation, PRs",
|
|
32
|
-
"properties": {
|
|
33
|
-
"enabled": {
|
|
34
|
-
"type": "boolean",
|
|
35
|
-
"default": true,
|
|
36
|
-
"description": "Enable coding task orchestration"
|
|
37
|
-
},
|
|
38
|
-
"maxParallelWriters": {
|
|
39
|
-
"type": "number",
|
|
40
|
-
"default": 1,
|
|
41
|
-
"description": "Maximum concurrent write tasks (each gets its own worktree)"
|
|
42
|
-
},
|
|
43
|
-
"autoMerge": {
|
|
44
|
-
"type": "boolean",
|
|
45
|
-
"default": false,
|
|
46
|
-
"description": "Auto-merge PRs to main after all validation gates pass (squash merge)"
|
|
47
|
-
},
|
|
48
|
-
"defaultRepoVisibility": {
|
|
49
|
-
"type": "string",
|
|
50
|
-
"default": "private",
|
|
51
|
-
"description": "Visibility for newly created repos (private or public)"
|
|
52
|
-
},
|
|
53
|
-
"validation": {
|
|
54
|
-
"type": "object",
|
|
55
|
-
"description": "Validation gates run after each coding task completes",
|
|
56
|
-
"properties": {
|
|
57
|
-
"lint": {
|
|
58
|
-
"type": "boolean",
|
|
59
|
-
"default": true,
|
|
60
|
-
"description": "Run pnpm lint after task completion"
|
|
61
|
-
},
|
|
62
|
-
"typecheck": {
|
|
63
|
-
"type": "boolean",
|
|
64
|
-
"default": true,
|
|
65
|
-
"description": "Run pnpm tsc --noEmit after task completion"
|
|
66
|
-
},
|
|
67
|
-
"test": {
|
|
68
|
-
"type": "boolean",
|
|
69
|
-
"default": true,
|
|
70
|
-
"description": "Run pnpm test --run after task completion"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"notifications": {
|
|
75
|
-
"type": "object",
|
|
76
|
-
"properties": {
|
|
77
|
-
"enabled": {
|
|
78
|
-
"type": "boolean",
|
|
79
|
-
"default": true,
|
|
80
|
-
"description": "Enable task completion notifications"
|
|
81
|
-
},
|
|
82
|
-
"channel": {
|
|
83
|
-
"type": "string",
|
|
84
|
-
"default": "imessage",
|
|
85
|
-
"description": "Notification channel (currently imessage)"
|
|
86
|
-
},
|
|
87
|
-
"to": {
|
|
88
|
-
"type": "string",
|
|
89
|
-
"description": "iMessage handle/number for completion alerts"
|
|
90
|
-
},
|
|
91
|
-
"service": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"default": "imessage",
|
|
94
|
-
"description": "iMessage service: imessage, sms, or auto"
|
|
95
|
-
},
|
|
96
|
-
"accountId": {
|
|
97
|
-
"type": "string",
|
|
98
|
-
"description": "Optional iMessage account id for outbound alerts"
|
|
99
|
-
},
|
|
100
|
-
"onlyWhenDesktopIdle": {
|
|
101
|
-
"type": "boolean",
|
|
102
|
-
"default": true,
|
|
103
|
-
"description": "Only send notifications when desktop has been idle"
|
|
104
|
-
},
|
|
105
|
-
"desktopIdleSeconds": {
|
|
106
|
-
"type": "number",
|
|
107
|
-
"default": 120,
|
|
108
|
-
"description": "Required desktop idle duration before alerts are sent"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
18
|
}
|
|
114
19
|
},
|
|
115
20
|
"required": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@godmode-team/godmode",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "GodMode - Personal AI Operating System plugin for OpenClaw",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"dist/**/*.webp",
|
|
37
37
|
"dist/**/*.ico",
|
|
38
38
|
"dist/**/*.svg",
|
|
39
|
+
"dist/**/*.pem",
|
|
39
40
|
"openclaw.plugin.json",
|
|
40
41
|
"LICENSE",
|
|
41
42
|
"README.md"
|
|
@@ -57,18 +58,20 @@
|
|
|
57
58
|
"dependencies": {
|
|
58
59
|
"@noble/ed25519": "3.0.0",
|
|
59
60
|
"chokidar": "^4.0.3",
|
|
61
|
+
"clawhub": "^0.7.0",
|
|
60
62
|
"dompurify": "^3.3.1",
|
|
61
63
|
"json5": "^2.2.3",
|
|
62
64
|
"lit": "^3.3.2",
|
|
63
|
-
"clawhub": "^0.7.0",
|
|
64
65
|
"marked": "^17.0.1"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@types/node": "^24.3.3",
|
|
68
69
|
"openclaw": "^2026.2.23",
|
|
69
70
|
"tsup": "^8.5.1",
|
|
71
|
+
"tsx": "^4.21.0",
|
|
70
72
|
"typescript": "^5.9.3",
|
|
71
|
-
"vite": "7.3.1"
|
|
73
|
+
"vite": "7.3.1",
|
|
74
|
+
"vitest": "^4.0.18"
|
|
72
75
|
},
|
|
73
76
|
"peerDependencies": {
|
|
74
77
|
"openclaw": ">=2026.2.0 <2027.0.0"
|