@dzhechkov/harness-cli 0.3.93 → 0.3.95
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 +12 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -175,7 +175,7 @@ dz publish # publish all changed packages
|
|
|
175
175
|
dz init --target claude-code --select design-thinking
|
|
176
176
|
|
|
177
177
|
# Curated set by topic (recommended):
|
|
178
|
-
dz setup --target claude-code --preset meta #
|
|
178
|
+
dz setup --target claude-code --preset meta # 17 development skills + self-learning
|
|
179
179
|
|
|
180
180
|
# Full toolkit with orchestrated pipeline:
|
|
181
181
|
npx @dzhechkov/keysarium init # 7-phase research + commands + memory
|
|
@@ -190,7 +190,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
190
190
|
|
|
191
191
|
| Preset | Skills | Description |
|
|
192
192
|
|--------|--------|-------------|
|
|
193
|
-
| `meta` |
|
|
193
|
+
| `meta` | 17 | Development process (explore, goap-research, problem-solver, design-thinking, feature-adr, knowledge-extractor, understand-anything-bridge, agentshield-scan, adversarial-verifier, skill-advisor, audit) |
|
|
194
194
|
| `qe-engineer` | 20 | Quality engineering (test-gen, coverage, chaos, defect, ...) |
|
|
195
195
|
| `bto` | 1 | Build-Benchmark-Test-Optimize pipeline |
|
|
196
196
|
| `health` | 8 | Medical AI (diagnostics, drugs, labs, clinical decisions) |
|
|
@@ -221,7 +221,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
221
221
|
|
|
222
222
|
> **A skill and its npx toolkit are not duplicates — they're a graduation.** Several skills (e.g. `feature-adr`, `design-thinking`) exist BOTH as a skill inside a `dz` preset AND as a standalone `npx` package. The preset's SKILL.md is **fully functional on its own** (the whole methodology — modules + references — travels with it, and it auto-activates by description), and it's the only way to compile that capability to the **non-Claude platforms** (Codex/OpenCode/Hermes/OpenClaude) via `dz`. The npx package adds **project-level runtime governance** around the same skill: a slash command, governance rules, a context shard, and (for feature-adr) reward-learning + `/harvest`. So: pick the **skill/preset** for a working capability across platforms; pick the **npx toolkit** when you want it as a governed, command-driven fixture of one project.
|
|
223
223
|
|
|
224
|
-
## All Commands (
|
|
224
|
+
## All Commands (34)
|
|
225
225
|
|
|
226
226
|
```
|
|
227
227
|
dz setup --target <name> [--preset <name>] [--memory agentdb] [--no-hooks] [--install-driver] [--force]
|
|
@@ -260,9 +260,9 @@ dz import-ecc [--local-path <dir>] [--select id,id,...] [--limit N] [--out
|
|
|
260
260
|
dz help
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
### Targets (5
|
|
263
|
+
### Targets (6 platforms — 5 lossless + GitHub Copilot)
|
|
264
264
|
|
|
265
|
-
|
|
265
|
+
Five platforms natively support the [agentskills.io](https://agentskills.io) `SKILL.md` format:
|
|
266
266
|
|
|
267
267
|
| Target | Skills directory | Native SKILL.md? |
|
|
268
268
|
|--------|-----------------|:---:|
|
|
@@ -274,6 +274,8 @@ All 5 platforms natively support the [agentskills.io](https://agentskills.io) `S
|
|
|
274
274
|
|
|
275
275
|
Same SKILL.md file, different directory — no format conversion needed.
|
|
276
276
|
|
|
277
|
+
The **6th target — `copilot`** (GitHub Copilot) — is an intentionally *lossy* adapter that emits `.github/instructions/<id>.instructions.md` instead of a skills tree.
|
|
278
|
+
|
|
277
279
|
**Optional platform enrichment** (skills work without these):
|
|
278
280
|
|
|
279
281
|
| Platform | Optional extra | What it adds |
|
|
@@ -303,7 +305,7 @@ dz scout --since 2026-05-01 # only recent repos
|
|
|
303
305
|
**Radar mode** (`dz scout`) scans **11 sources** in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv + ECC + AgentBox):
|
|
304
306
|
1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, .claude-plugin/, MCP manifests
|
|
305
307
|
2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
|
|
306
|
-
3. **Compares against our
|
|
308
|
+
3. **Compares against our 33 packages** — finds skills we don't have
|
|
307
309
|
4. **Recommends** — integrate (score ≥70) / monitor (40-69 + ≥50 stars) / skip
|
|
308
310
|
|
|
309
311
|
**Deep analyst mode** (`dz scout --deep`) goes further for top-scored repos:
|
|
@@ -566,13 +568,13 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
|
|
|
566
568
|
|
|
567
569
|
### What's included vs what's optional
|
|
568
570
|
|
|
569
|
-
**Core DT** — the `meta` preset includes all required dependencies (
|
|
571
|
+
**Core DT** — the `meta` preset includes all required dependencies (17 skills):
|
|
570
572
|
|
|
571
573
|
```bash
|
|
572
574
|
dz setup --target claude-code --preset meta
|
|
573
575
|
# → explore, goap-research-ed25519, problem-solver-enhanced,
|
|
574
576
|
# design-thinking, feature-adr, knowledge-extractor,
|
|
575
|
-
# understand-anything-bridge, ... (
|
|
577
|
+
# understand-anything-bridge, ... (17 total)
|
|
576
578
|
```
|
|
577
579
|
|
|
578
580
|
**Full DT** — for ALL optional integrations, install [agentic-qe](https://github.com/proffesor-for-testing/agentic-qe):
|
|
@@ -633,7 +635,7 @@ dz pretrain # detects stack, recommends pres
|
|
|
633
635
|
dz recommend "work on this Node.js API" # suggests skills + toolkits
|
|
634
636
|
|
|
635
637
|
# 2. Install skills (choose your level)
|
|
636
|
-
dz setup --target claude-code --preset meta --memory agentdb #
|
|
638
|
+
dz setup --target claude-code --preset meta --memory agentdb # 17 skills (includes feature-adr)
|
|
637
639
|
dz setup --target claude-code --preset qe-engineer # + 20 QE skills
|
|
638
640
|
|
|
639
641
|
# Want the full feature-adr toolkit with /feature-adr command + governance?
|
|
@@ -954,7 +956,7 @@ npx @dzhechkov/p-replicator init
|
|
|
954
956
|
|
|
955
957
|
## Status
|
|
956
958
|
|
|
957
|
-
`v0.3.
|
|
959
|
+
`v0.3.94` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
958
960
|
|
|
959
961
|
## Claude Plugin
|
|
960
962
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.95",
|
|
4
4
|
"description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 32 commands, 11 presets, 6 platform targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@dzhechkov/skills-meta": "^0.9.0",
|
|
48
48
|
"@dzhechkov/skills-academic": "^0.3.0",
|
|
49
49
|
"@dzhechkov/skills-ecc": "^0.1.0",
|
|
50
|
-
"@dzhechkov/harness-core": "0.3.
|
|
50
|
+
"@dzhechkov/harness-core": "0.3.30"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^25.6.0",
|