@dzhechkov/harness-cli 0.3.111 → 0.3.112
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ The **`dz`** CLI — the main entry point to the DZ Harness Hub. Install AI skil
|
|
|
26
26
|
| **Guarantee quality** | `benchmark` (L0 A–F), `verify`, `doctor` | one bar — 20 deterministic checks per skill |
|
|
27
27
|
| **Learn** | `teach`, `consolidate`, `recall`, `pretrain`, `roam` (reward-learning) | accumulate patterns, harvest session outcomes, recall ranked memory, improve recommendations over time |
|
|
28
28
|
|
|
29
|
-
(+ ops: `publish`, `stats`, `downloads`, `dashboard`, `plugin`.)
|
|
29
|
+
(+ ops: `publish`, `bundle` (portable export), `stats`, `downloads`, `dashboard`, `plugin`.)
|
|
30
30
|
|
|
31
31
|
**Analogy:** **npm** for distribution, a **compiler / Babel** for one source → many targets (adapters for 6 agents), and a **linter / CI** for a quality bar (`benchmark`) — but for AI agent skills, not ordinary code.
|
|
32
32
|
|
|
@@ -994,7 +994,7 @@ npx @dzhechkov/p-replicator init
|
|
|
994
994
|
|
|
995
995
|
## Status
|
|
996
996
|
|
|
997
|
-
`v0.3.
|
|
997
|
+
`v0.3.111` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
998
998
|
|
|
999
999
|
## Claude Plugin
|
|
1000
1000
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.112",
|
|
4
4
|
"description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 34 commands, 12 presets, 6 platform targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|