@dzhechkov/harness-cli 0.3.95 → 0.3.96
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -956,7 +956,7 @@ npx @dzhechkov/p-replicator init
|
|
|
956
956
|
|
|
957
957
|
## Status
|
|
958
958
|
|
|
959
|
-
`v0.3.
|
|
959
|
+
`v0.3.95` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
960
960
|
|
|
961
961
|
## Claude Plugin
|
|
962
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.96",
|
|
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.31"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^25.6.0",
|