@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 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
- ## WorkBuddy delivery projects
29
+ ## Delivery projects
30
30
 
31
- `@hcmai/cli@0.3.1` can synchronize a Chiron Skill and its dependency/file closure
32
- into a WorkBuddy project while generating a stable project-local launcher:
33
-
34
- ```bash
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`).