@dzhechkov/harness-cli 0.3.116 → 0.3.117

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -173,7 +173,7 @@ dz bundle --select news-digest,goap-research-ed25519 --out ./dist
173
173
  | **Pipeline** | No | No | Yes (phases, checkpoints, governance) |
174
174
  | **Self-learning** | No | `dz setup` adds it | Built-in |
175
175
  | **Install** | `dz init --select X` | `dz setup --preset X` | `npx @dzhechkov/X init` |
176
- | **Example** | `terraform` | `devops` (28 skills) | `keysarium` (7-phase research) |
176
+ | **Example** | `terraform` | `devops` (29 skills) | `keysarium` (7-phase research) |
177
177
 
178
178
  ```bash
179
179
  # One skill:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.116",
3
+ "version": "0.3.117",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 34 commands, 12 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",