@dzhechkov/harness-cli 0.3.209 → 0.3.210

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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ The **`dz`** CLI — the main entry point to the DZ Harness Hub. Install AI skil
6
6
 
7
7
  > **`dz` is a package manager + cross-compiler for your AI agent harness.** Write a skill once in one canonical form; `dz` installs it into any agent's harness, holds it to a quality bar, and lets the harness learn over time.
8
8
 
9
- **The problem.** You accumulate ~167 skills (design-thinking, QE, devops, web3, MCP, academic…). Five pains follow:
9
+ **The problem.** You accumulate ~173 skills (design-thinking, QE, devops, web3, MCP, academic…). Five pains follow:
10
10
 
11
11
  1. **Every agent wants a different layout.** Claude Code reads `.claude/skills/`, Codex `.codex/`, OpenCode/Hermes/OpenClaude their own. Hand-maintaining N copies is sync hell.
12
12
  2. **Skills arrive from many upstream repos** — they must be *canonicalized* (brought to one form) and kept in sync without losing provenance.
@@ -147,9 +147,9 @@ dz help # see all commands
147
147
  dz pretrain # analyze project files → recommend by tech stack
148
148
  dz recommend "build API and deploy to K8s" # keyword match → skills + toolkits
149
149
  dz recommend "work on this project" # generic? → auto-runs pretrain → recommends by stack
150
- dz stats # 42 packages, 167 skills, 10 targets, 13 presets
150
+ dz stats # 45 packages, 173 skills, 10 targets, 13 presets
151
151
  dz dashboard # visual panel — packages, adapters, skill packs
152
- dz registry # browse all 167 skills by category
152
+ dz registry # browse all 173 skills by category
153
153
  dz registry search kubernetes # find specific skills
154
154
  dz registry --category devops # filter by domain
155
155
  dz downloads # npm weekly download stats
@@ -280,7 +280,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
280
280
  - Need a **themed set** that works together → `--preset`
281
281
  - Need a **full pipeline** with commands and governance → `npx`
282
282
 
283
- ### Skill Packs (16 packs · 167 skills)
283
+ ### Skill Packs (22 packs · 173 skills)
284
284
 
285
285
  Each pack is an npm package — click through for the **full per-skill documentation** (what each skill does + how to trigger it). Install a whole pack with `dz install <pkg>`, or pick skills with `dz init --select` / a `--preset`.
286
286
 
@@ -727,7 +727,7 @@ dz scout --since 2026-05-01 # only recent repos
727
727
  **Radar mode** (`dz scout`) scans **11 sources** in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv + ECC + AgentBox):
728
728
  1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, .claude-plugin/, MCP manifests
729
729
  2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
730
- 3. **Compares against our 42 packages** — finds skills we don't have
730
+ 3. **Compares against our 45 packages** — finds skills we don't have
731
731
  4. **Recommends** — integrate (score ≥70) / monitor (40-69 + ≥50 stars) / skip
732
732
 
733
733
  **Deep analyst mode** (`dz scout --deep`) goes further for top-scored repos:
@@ -849,7 +849,7 @@ Compares installed skills with canonical source, reports which need `dz init --f
849
849
  ### dz downloads — npm weekly download stats
850
850
 
851
851
  ```bash
852
- dz downloads # fetch weekly downloads for all 42 packages
852
+ dz downloads # fetch weekly downloads for all 45 packages
853
853
  ```
854
854
 
855
855
  ### dz benchmark — L0 quality gate
@@ -899,7 +899,7 @@ Scans a GitHub repo for SKILL.md files, generates `dz create-skill` commands.
899
899
  ### dz registry — searchable skill index
900
900
 
901
901
  ```bash
902
- dz registry # visual panel: 167 skills in 11 categories
902
+ dz registry # visual panel: 173 skills in 11 categories
903
903
  dz registry search security # fuzzy search
904
904
  dz registry --category mcp # filter by category
905
905
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.209",
3
+ "version": "0.3.210",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",