@dzhechkov/harness-cli 0.3.71 → 0.3.72

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -567,6 +567,7 @@ Install [Understand-Anything](https://github.com/Lum1104/Understand-Anything) pl
567
567
  # 4. Develop with full context
568
568
  "Add a payment module"
569
569
  # → feature-adr runs with architecture awareness (layers, hot spots, dependencies)
570
+ # → see: https://www.npmjs.com/package/@dzhechkov/skills-feature-adr
570
571
  # → code generation informed by real dependency graph
571
572
  # → QE review targets tests at high-impact files
572
573
  # → agentshield-scan checks new configs for security
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.71",
3
+ "version": "0.3.72",
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",