@dzhechkov/harness-cli 0.3.50 → 0.3.51
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
|
@@ -775,7 +775,7 @@ npx @dzhechkov/p-replicator init
|
|
|
775
775
|
|
|
776
776
|
## Status
|
|
777
777
|
|
|
778
|
-
`v0.3.
|
|
778
|
+
`v0.3.50` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
779
779
|
|
|
780
780
|
## Claude Plugin
|
|
781
781
|
|
|
@@ -790,7 +790,7 @@ claude plugin install dz-harness-hub@dz-harness-hub
|
|
|
790
790
|
claude --plugin-dir /path/to/dz-harness-hub
|
|
791
791
|
|
|
792
792
|
# Generate plugin manifest from current inventory:
|
|
793
|
-
dz plugin --version 0.3.
|
|
793
|
+
dz plugin --version 0.3.50
|
|
794
794
|
```
|
|
795
795
|
|
|
796
796
|
The `.claude-plugin/` directory contains `plugin.json` + `marketplace.json` compatible with [pi-claude-marketplace](https://npm.im/pi-claude-marketplace) and [skill-hub](https://npm.im/@jasonwen/skill-hub).
|
package/package.json
CHANGED