@dzhechkov/harness-cli 0.3.100 → 0.3.101
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
|
@@ -972,7 +972,7 @@ npx @dzhechkov/p-replicator init
|
|
|
972
972
|
|
|
973
973
|
## Status
|
|
974
974
|
|
|
975
|
-
`v0.3.
|
|
975
|
+
`v0.3.100` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
976
976
|
|
|
977
977
|
## Claude Plugin
|
|
978
978
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.101",
|
|
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.33"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^25.6.0",
|