@dzhechkov/harness-cli 0.3.56 → 0.3.58

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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,9 +24,9 @@ npm install -g @dzhechkov/harness-cli # install the CLI
24
24
  dz help # see all commands
25
25
  dz pretrain # analyze project → auto-recommend skills/presets
26
26
  dz recommend "build API and deploy to K8s" # task advisor — decomposes your task into skills
27
- dz stats # 28 packages, 80 skills, 5 targets, 11 presets
27
+ dz stats # 28 packages, 108 skills, 5 targets, 11 presets
28
28
  dz dashboard # visual panel — packages, adapters, skill packs
29
- dz registry # browse all 80 skills by category
29
+ dz registry # browse all 108 skills by category
30
30
  dz registry search kubernetes # find specific skills
31
31
  dz registry --category devops # filter by domain
32
32
  dz downloads # npm weekly download stats
@@ -157,7 +157,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
157
157
  | Preset | Skills | Description |
158
158
  |--------|--------|-------------|
159
159
  | `meta` | 8 | Development process (explore, goap-research, problem-solver, design-thinking, feature-adr, knowledge-extractor, understand-anything-bridge, agentshield-scan) |
160
- | `qe-engineer` | 8 | Quality engineering (test-gen, coverage, chaos, defect, ...) |
160
+ | `qe-engineer` | 20 | Quality engineering (test-gen, coverage, chaos, defect, ...) |
161
161
  | `bto` | 1 | Build-Benchmark-Test-Optimize pipeline |
162
162
  | `health` | 8 | Medical AI (diagnostics, drugs, labs, clinical decisions) |
163
163
  | `keysarium` | 9 | Full research toolkit (feature-adr, presentation, reverse-eng) |
@@ -183,7 +183,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
183
183
 
184
184
  **Difference:** `dz init --preset` installs individual skills from `.claude/skills/` source into a target platform tree. Standalone `npx` packages have their own CLI and install a complete toolkit with commands, rules, shards, and agents — a richer but self-contained experience.
185
185
 
186
- ## All Commands (31)
186
+ ## All Commands (32)
187
187
 
188
188
  ```
189
189
  dz setup --target <name> [--preset <name>] [--memory agentdb] [--no-hooks] [--force]
@@ -215,6 +215,7 @@ dz stats
215
215
  dz dashboard
216
216
  dz doctor [--project <dir>]
217
217
  dz roam [--apply] [--slug <slug>]
218
+ dz import-ecc [--local-path <dir>] [--select id,id,...] [--limit N] [--output <dir>] [--force]
218
219
  dz help
219
220
  ```
220
221
 
@@ -384,7 +385,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
384
385
  ### dz registry — searchable skill index
385
386
 
386
387
  ```bash
387
- dz registry # visual panel: 80 skills in 6 categories
388
+ dz registry # visual panel: 108 skills in 6 categories
388
389
  dz registry search security # fuzzy search
389
390
  dz registry --category mcp # filter by category
390
391
  ```
@@ -776,7 +777,7 @@ npx @dzhechkov/p-replicator init
776
777
 
777
778
  ## Status
778
779
 
779
- `v0.3.54` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
780
+ `v0.3.56` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
780
781
 
781
782
  ## Claude Plugin
782
783
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes. 11 commands, 7 presets, 4 platform adapters.",
5
5
  "type": "module",
6
6
  "license": "MIT",