@godmode-team/godmode 1.6.1 → 1.7.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/assets/agent-roster/content-writer.md +36 -6
- package/dist/assets/workspace-templates/godmode-dev.json +1 -1
- package/dist/godmode-ui/assets/{index-x9_XfrBi.js → index-BtwTHiwI.js} +1425 -1367
- package/dist/godmode-ui/assets/{index-B3GyVuE4.css → index-xiAdnGJD.css} +1 -1
- package/dist/godmode-ui/index.html +2 -2
- package/dist/index.js +2734 -1805
- package/openclaw.plugin.json +1 -1
- package/package.json +4 -6
- package/dist/assets/workspace-templates/patient-autopilot/memory/README.md +0 -10
- package/dist/assets/workspace-templates/patient-autopilot.json +0 -14
- package/dist/assets/workspace-templates/trp/memory/README.md +0 -15
- package/dist/assets/workspace-templates/trp.json +0 -14
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@godmode-team/godmode",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "GodMode - Personal AI Operating System plugin for OpenClaw",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -57,12 +57,11 @@
|
|
|
57
57
|
"typecheck": "tsc --noEmit",
|
|
58
58
|
"pack:check": "npm pack --dry-run",
|
|
59
59
|
"prepublishOnly": "pnpm build && node scripts/verify-dist.mjs",
|
|
60
|
-
"preversion": "pnpm typecheck"
|
|
60
|
+
"preversion": "pnpm typecheck",
|
|
61
|
+
"postinstall": "bash patches/fix-imessage-native-vision.sh 2>/dev/null || true"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
64
|
"@noble/ed25519": "3.0.0",
|
|
64
|
-
"@paperclipai/adapter-openclaw-gateway": "^0.3.1",
|
|
65
|
-
"@paperclipai/server": "^0.3.1",
|
|
66
65
|
"better-sqlite3": "^11.8.1",
|
|
67
66
|
"chokidar": "^4.0.3",
|
|
68
67
|
"clawhub": "^0.7.0",
|
|
@@ -70,8 +69,7 @@
|
|
|
70
69
|
"json5": "^2.2.3",
|
|
71
70
|
"lit": "^3.3.2",
|
|
72
71
|
"marked": "^17.0.1",
|
|
73
|
-
"mem0ai": "^2.2.4"
|
|
74
|
-
"paperclipai": "^0.3.1"
|
|
72
|
+
"mem0ai": "^2.2.4"
|
|
75
73
|
},
|
|
76
74
|
"devDependencies": {
|
|
77
75
|
"@types/node": "^24.3.3",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# Patient Autopilot Workspace
|
|
2
|
-
|
|
3
|
-
## About
|
|
4
|
-
Patient Autopilot — shared context for the entire team.
|
|
5
|
-
|
|
6
|
-
## How This Works
|
|
7
|
-
- This workspace syncs across all team members via GitSync
|
|
8
|
-
- Drop notes, meeting summaries, and decisions in this memory folder
|
|
9
|
-
- Skills in the skills/ folder run for everyone on the team
|
|
10
|
-
- Agent outputs land in artifacts/ for team review
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Patient Autopilot",
|
|
3
|
-
"slug": "patient-autopilot",
|
|
4
|
-
"type": "project",
|
|
5
|
-
"description": "Patient Autopilot — team collaboration workspace",
|
|
6
|
-
"syncEnabled": true,
|
|
7
|
-
"syncInterval": 300,
|
|
8
|
-
"paths": {
|
|
9
|
-
"memory": "~/godmode/workspaces/patient-autopilot/memory",
|
|
10
|
-
"skills": "~/godmode/workspaces/patient-autopilot/skills",
|
|
11
|
-
"personas": "~/godmode/workspaces/patient-autopilot/agent-roster",
|
|
12
|
-
"artifacts": "~/godmode/workspaces/patient-autopilot/artifacts"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# TRP Workspace
|
|
2
|
-
|
|
3
|
-
## About
|
|
4
|
-
The Ready Project — shared context for the entire team.
|
|
5
|
-
|
|
6
|
-
## How This Works
|
|
7
|
-
- This workspace syncs across all team members via GitSync
|
|
8
|
-
- Drop notes, meeting summaries, and decisions in this memory folder
|
|
9
|
-
- Skills in the skills/ folder run for everyone on the team
|
|
10
|
-
- Agent outputs land in artifacts/ for team review
|
|
11
|
-
|
|
12
|
-
## Getting Started
|
|
13
|
-
1. Your ally has access to this workspace context
|
|
14
|
-
2. Say "switch to TRP workspace" to focus your ally on this project
|
|
15
|
-
3. Any memory files you create here are shared with the team
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "TRP",
|
|
3
|
-
"slug": "trp",
|
|
4
|
-
"type": "project",
|
|
5
|
-
"description": "The Ready Project — team collaboration workspace",
|
|
6
|
-
"syncEnabled": true,
|
|
7
|
-
"syncInterval": 300,
|
|
8
|
-
"paths": {
|
|
9
|
-
"memory": "~/godmode/workspaces/trp/memory",
|
|
10
|
-
"skills": "~/godmode/workspaces/trp/skills",
|
|
11
|
-
"personas": "~/godmode/workspaces/trp/agent-roster",
|
|
12
|
-
"artifacts": "~/godmode/workspaces/trp/artifacts"
|
|
13
|
-
}
|
|
14
|
-
}
|