@mandors/cli 0.3.4 → 0.3.6
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/npm/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mandors/cli",
|
|
3
|
+
"version": "0.3.5",
|
|
4
|
+
"description": "Mandor CLI - Event-based task management for development workflows",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"mandor": "bin/mandor"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"postinstall": "node lib/index.js"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"cli",
|
|
14
|
+
"task-management",
|
|
15
|
+
"event-driven",
|
|
16
|
+
"mandor"
|
|
17
|
+
],
|
|
18
|
+
"author": "Budi Santoso",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/sanxzy/mandor.git"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/sanxzy/mandor/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/sanxzy/mandor#readme",
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=14.0.0"
|
|
30
|
+
}
|
|
31
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mandors/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Event-based task manager CLI for AI agent workflows",
|
|
5
5
|
"main": "npm/lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
"url": "https://github.com/sanxzy/mandor/issues"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/sanxzy/mandor#readme"
|
|
56
|
-
}
|
|
56
|
+
}
|