@execufunction/cli 0.3.0 → 0.3.1
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/commands/calendar/list.d.ts.map +1 -1
- package/dist/commands/calendar/list.js +8 -2
- package/dist/commands/calendar/list.js.map +1 -1
- package/dist/commands/codebase/search.js +1 -1
- package/dist/commands/codebase/search.js.map +1 -1
- package/oclif.manifest.json +818 -818
- package/package.json +34 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@execufunction/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "CLI for ExecuFunction — AI executive function assistant",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,17 +22,39 @@
|
|
|
22
22
|
"@oclif/plugin-help"
|
|
23
23
|
],
|
|
24
24
|
"topics": {
|
|
25
|
-
"auth": {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
25
|
+
"auth": {
|
|
26
|
+
"description": "Authentication commands"
|
|
27
|
+
},
|
|
28
|
+
"tasks": {
|
|
29
|
+
"description": "Task management"
|
|
30
|
+
},
|
|
31
|
+
"projects": {
|
|
32
|
+
"description": "Project management"
|
|
33
|
+
},
|
|
34
|
+
"notes": {
|
|
35
|
+
"description": "Knowledge notes"
|
|
36
|
+
},
|
|
37
|
+
"calendar": {
|
|
38
|
+
"description": "Calendar events"
|
|
39
|
+
},
|
|
40
|
+
"people": {
|
|
41
|
+
"description": "People and contacts"
|
|
42
|
+
},
|
|
43
|
+
"codebase": {
|
|
44
|
+
"description": "Code indexing and search"
|
|
45
|
+
},
|
|
46
|
+
"code": {
|
|
47
|
+
"description": "Code tools"
|
|
48
|
+
},
|
|
49
|
+
"code:memory": {
|
|
50
|
+
"description": "Code memory and facts"
|
|
51
|
+
},
|
|
52
|
+
"vault": {
|
|
53
|
+
"description": "Secrets vault"
|
|
54
|
+
},
|
|
55
|
+
"documents": {
|
|
56
|
+
"description": "Document upload"
|
|
57
|
+
}
|
|
36
58
|
}
|
|
37
59
|
},
|
|
38
60
|
"dependencies": {
|