@hcmai/cli 0.3.6 → 0.3.7
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/index.js +69 -11
- package/dist/index.js.map +1 -1
- package/dist/skills/manifest.json +19 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"cliVersion": "0.3.
|
|
3
|
+
"cliVersion": "0.3.7",
|
|
4
4
|
"commands": [
|
|
5
5
|
{
|
|
6
6
|
"path": "action",
|
|
@@ -168,6 +168,24 @@
|
|
|
168
168
|
"--ttl-seconds"
|
|
169
169
|
]
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
"path": "delivery recon",
|
|
173
|
+
"options": [
|
|
174
|
+
"--as",
|
|
175
|
+
"--capabilities",
|
|
176
|
+
"--env",
|
|
177
|
+
"--model",
|
|
178
|
+
"--out",
|
|
179
|
+
"--output",
|
|
180
|
+
"--state"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"path": "delivery recon round",
|
|
185
|
+
"options": [
|
|
186
|
+
"--dir"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
171
189
|
{
|
|
172
190
|
"path": "describe",
|
|
173
191
|
"options": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hcmai/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "Official HCM Next CLI for business APIs, tenant delivery, workspaces, and AI agents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hcmai/sdk": "0.3.
|
|
40
|
+
"@hcmai/sdk": "0.3.7",
|
|
41
41
|
"axios": "^1.6.0",
|
|
42
42
|
"commander": "^12.0.0",
|
|
43
43
|
"ink": "^7.0.5",
|