@dzhechkov/harness-cli 0.3.70 → 0.3.72
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 +4 -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
|
|
@@ -566,6 +567,7 @@ Install [Understand-Anything](https://github.com/Lum1104/Understand-Anything) pl
|
|
|
566
567
|
# 4. Develop with full context
|
|
567
568
|
"Add a payment module"
|
|
568
569
|
# → feature-adr runs with architecture awareness (layers, hot spots, dependencies)
|
|
570
|
+
# → see: https://www.npmjs.com/package/@dzhechkov/skills-feature-adr
|
|
569
571
|
# → code generation informed by real dependency graph
|
|
570
572
|
# → QE review targets tests at high-impact files
|
|
571
573
|
# → agentshield-scan checks new configs for security
|
package/package.json
CHANGED