@dzhechkov/harness-cli 0.3.70 → 0.3.71
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,8 +27,9 @@ DISCOVER → INSTALL → USE → CREATE → MAINTAIN → SHARE
|
|
|
27
27
|
npm install -g @dzhechkov/harness-cli # install the CLI
|
|
28
28
|
|
|
29
29
|
dz help # see all commands
|
|
30
|
-
dz pretrain # analyze project →
|
|
31
|
-
dz recommend "build API and deploy to K8s" #
|
|
30
|
+
dz pretrain # analyze project files → recommend by tech stack
|
|
31
|
+
dz recommend "build API and deploy to K8s" # keyword match → skills + toolkits
|
|
32
|
+
dz recommend "work on this project" # generic? → auto-runs pretrain → recommends by stack
|
|
32
33
|
dz stats # 30 packages, 108 skills, 5 targets, 11 presets
|
|
33
34
|
dz dashboard # visual panel — packages, adapters, skill packs
|
|
34
35
|
dz registry # browse all 108 skills by category
|
package/package.json
CHANGED