@dzhechkov/harness-cli 0.3.56 → 0.3.57
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
183
183
|
|
|
184
184
|
**Difference:** `dz init --preset` installs individual skills from `.claude/skills/` source into a target platform tree. Standalone `npx` packages have their own CLI and install a complete toolkit with commands, rules, shards, and agents — a richer but self-contained experience.
|
|
185
185
|
|
|
186
|
-
## All Commands (
|
|
186
|
+
## All Commands (32)
|
|
187
187
|
|
|
188
188
|
```
|
|
189
189
|
dz setup --target <name> [--preset <name>] [--memory agentdb] [--no-hooks] [--force]
|
|
@@ -215,6 +215,7 @@ dz stats
|
|
|
215
215
|
dz dashboard
|
|
216
216
|
dz doctor [--project <dir>]
|
|
217
217
|
dz roam [--apply] [--slug <slug>]
|
|
218
|
+
dz import-ecc [--local-path <dir>] [--select id,id,...] [--limit N] [--output <dir>] [--force]
|
|
218
219
|
dz help
|
|
219
220
|
```
|
|
220
221
|
|
|
@@ -776,7 +777,7 @@ npx @dzhechkov/p-replicator init
|
|
|
776
777
|
|
|
777
778
|
## Status
|
|
778
779
|
|
|
779
|
-
`v0.3.
|
|
780
|
+
`v0.3.56` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
780
781
|
|
|
781
782
|
## Claude Plugin
|
|
782
783
|
|
package/package.json
CHANGED