@dzhechkov/harness-cli 0.3.68 → 0.3.69

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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -551,9 +551,10 @@ dz init --target codex --preset meta --enrich
551
551
  dz pretrain # detects stack, recommends presets
552
552
  dz recommend "work on this Node.js API" # suggests skills + toolkits
553
553
 
554
- # 2. Install skills
555
- dz setup --target claude-code --preset meta # 8 core skills + self-learning
556
- dz setup --target claude-code --preset qe-engineer # 20 QE skills
554
+ # 2. Install skills with AgentDB (recommended — semantic search + self-learning)
555
+ dz setup --target claude-code --preset meta --memory agentdb # 8 skills + AgentDB
556
+ dz setup --target claude-code --preset qe-engineer # 20 QE skills
557
+ # Without AgentDB: dz setup --preset meta (JSONL backend)
557
558
  ```
558
559
 
559
560
  Install [Understand-Anything](https://github.com/Lum1104/Understand-Anything) plugin, then in Claude Code:
@@ -843,7 +844,7 @@ npx @dzhechkov/p-replicator init
843
844
 
844
845
  ## Status
845
846
 
846
- `v0.3.61` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
847
+ `v0.3.68` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
847
848
 
848
849
  ## Claude Plugin
849
850
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.68",
3
+ "version": "0.3.69",
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",