mover-os 4.6.7 → 4.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/README.md +220 -220
- package/install.js +6440 -6440
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mover-os",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "
|
|
5
|
-
"bin": {
|
|
6
|
-
"moveros": "install.js"
|
|
7
|
-
},
|
|
8
|
-
"files": [
|
|
9
|
-
"install.js"
|
|
10
|
-
],
|
|
11
|
-
"keywords": [
|
|
12
|
-
"obsidian",
|
|
13
|
-
"productivity",
|
|
14
|
-
"ai",
|
|
15
|
-
"claude",
|
|
16
|
-
"cursor",
|
|
17
|
-
"agents",
|
|
18
|
-
"second-brain",
|
|
19
|
-
"pkm"
|
|
20
|
-
],
|
|
21
|
-
"author": "Asmir Khan",
|
|
22
|
-
"license": "SEE LICENSE IN LICENSE",
|
|
23
|
-
"engines": {
|
|
24
|
-
"node": ">=18"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/azkhh/Mover-OS.git"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mover-os",
|
|
3
|
+
"version": "4.7.0",
|
|
4
|
+
"description": "Your AI co-founder. Remembers your goals, pushes back when you drift. Works with 15 AI agents.",
|
|
5
|
+
"bin": {
|
|
6
|
+
"moveros": "install.js"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"install.js"
|
|
10
|
+
],
|
|
11
|
+
"keywords": [
|
|
12
|
+
"obsidian",
|
|
13
|
+
"productivity",
|
|
14
|
+
"ai",
|
|
15
|
+
"claude",
|
|
16
|
+
"cursor",
|
|
17
|
+
"agents",
|
|
18
|
+
"second-brain",
|
|
19
|
+
"pkm"
|
|
20
|
+
],
|
|
21
|
+
"author": "Asmir Khan",
|
|
22
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=18"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/azkhh/Mover-OS.git"
|
|
29
|
+
}
|
|
30
|
+
}
|