@hcmai/cli 0.3.7 → 0.3.8
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 +130 -64
- package/dist/index.js.map +1 -1
- package/dist/skills/manifest.json +10 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"cliVersion": "0.3.
|
|
3
|
+
"cliVersion": "0.3.8",
|
|
4
4
|
"commands": [
|
|
5
5
|
{
|
|
6
6
|
"path": "action",
|
|
@@ -157,6 +157,15 @@
|
|
|
157
157
|
"--project"
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
+
{
|
|
161
|
+
"path": "delivery gate0",
|
|
162
|
+
"options": [
|
|
163
|
+
"--mapping",
|
|
164
|
+
"--output",
|
|
165
|
+
"--recon",
|
|
166
|
+
"--skills"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
160
169
|
{
|
|
161
170
|
"path": "delivery prepare",
|
|
162
171
|
"options": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hcmai/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
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.8",
|
|
41
41
|
"axios": "^1.6.0",
|
|
42
42
|
"commander": "^12.0.0",
|
|
43
43
|
"ink": "^7.0.5",
|