@hcmai/cli 0.3.9 → 0.3.11
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 +5 -16
- package/dist/index.js +534 -1278
- package/dist/index.js.map +1 -1
- package/dist/skills/hcm-delivery-triage/SKILL.md +100 -0
- package/dist/skills/llms.txt +1 -0
- package/dist/skills/manifest.json +31 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,20 +26,9 @@ package and are stored locally through the HCM login flow.
|
|
|
26
26
|
Source and release automation are maintained in
|
|
27
27
|
[CNB](https://cnb.cool/hcm/hcm_nx_cli).
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Delivery projects
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
hcm skills sync model-query-dsl \
|
|
36
|
-
--target workbuddy \
|
|
37
|
-
--project ./customer-delivery \
|
|
38
|
-
--env production
|
|
39
|
-
|
|
40
|
-
./customer-delivery/.hcm-delivery/bin/hcm query Employee --limit 3 --output json
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
Use `hcm delivery assess`, `prepare`, and `execute` for the command risk contract.
|
|
44
|
-
The WorkBuddy plugin orchestrates these commands; it does not embed HCM Skills or
|
|
45
|
-
bypass the CLI.
|
|
31
|
+
Install Chiron Skills with `hcm skills install` (targets: `codex`, `claude`), then use
|
|
32
|
+
`hcm delivery assess`, `prepare`, and `execute` for the command risk contract.
|
|
33
|
+
Controlled execution binds to the skills lock written by `skills install`
|
|
34
|
+
(`hcm-skills/.hcm-skills.json` or `.claude/skills/.hcm-skills.json`).
|