@dzhechkov/harness-cli 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,6 +61,7 @@ dz sync [--canonical <dir>] [--project <dir>] [--dry-run] [--force]
61
61
  dz update (alias for sync)
62
62
  dz list [--skills-dir <dir>]
63
63
  dz info --id <skill-id> [--skills-dir <dir>]
64
+ dz create-skill --name <id> [--description <text>] [--tier 1|2|3]
64
65
  dz migrate [--project <dir>]
65
66
  dz scout [--topics <list>] [--since <date>]
66
67
  dz workflow --task <name> [--dry-run]
@@ -314,4 +315,4 @@ npx @dzhechkov/p-replicator init
314
315
 
315
316
  ## Status
316
317
 
317
- `v0.2.1` — published on npm. Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
318
+ `v0.3.0` — published on npm. Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes. 11 commands, 7 presets, 4 platform adapters.",
5
5
  "type": "module",
6
6
  "license": "MIT",