@dzhechkov/harness-cli 0.3.250 → 0.3.251

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/.dz-manifest.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "README.md",
12
- "sha256": "1559995482381fd6ac146e6d229cb7d33476cdca8fad21fd361467dd698bd065"
12
+ "sha256": "4ffd489223826f51e8777ce825d60552365012de11d408ed9cf8c407357c0229"
13
13
  },
14
14
  {
15
15
  "path": "coverage/coverage-final.json",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "path": "package.json",
76
- "sha256": "4e22f0553a19181eea750db59bd3eec84fd880473ac523705a1a26197665e87e"
76
+ "sha256": "4926d5f944db1dc7361d0ebd80be28f99455133796ce10970df553eb57c198e8"
77
77
  },
78
78
  {
79
79
  "path": "src/bin.ts",
@@ -101,5 +101,5 @@
101
101
  }
102
102
  ]
103
103
  },
104
- "signature": "d+++ms/ySpdJ2w5VE7F3b8IaZLWhIYcrvTRT1nPQmi2OHDdrQZ4YBHHW2KNxrauUdTXuUf/7tD//NQiGCQgQDw=="
104
+ "signature": "UAmZ0MzvL3RreqyakIVHBNTDP3o2/9atXMcT/OuxBjkrLo8YC48WFe7bYEP6R2TXH1p1+m8m2HRU4PzveHBdAQ=="
105
105
  }
package/README.md CHANGED
@@ -1175,6 +1175,38 @@ The `--bto` flag generates eval templates compatible with `/bto-test`:
1175
1175
 
1176
1176
  After scaffolding, fill in the SKILL.md protocol and run `/bto-test .claude/skills/my-skill` to evaluate.
1177
1177
 
1178
+ ### dz backlog — brain-backed idea inbox (smart backlog)
1179
+
1180
+ Throw ideas in as they come; the backlog dedups them semantically against everything you already
1181
+ captured (via the same agentdb vector engine the Brain uses — no second store), scores them against
1182
+ your goals, and picks what to work on when you have free time.
1183
+
1184
+ ```bash
1185
+ # 1. Capture an idea — it is instantly deduped + aligned
1186
+ dz backlog add "add a compounding metric to strengthen dz recall" --effort 3
1187
+ # → [new] e3 align 0.72 (or: [duplicate of 268d3cb1 @ cosine 0.95] / [related: …])
1188
+
1189
+ # 2. Define your goals once ("map + compass") — alignment is scored against these
1190
+ dz backlog goals # opens/creates .dz/backlog/goals.json; --validate checks it
1191
+
1192
+ # 3. When you have free time — spin the roulette (weighted: alignment^α · recency · 1/effort)
1193
+ dz backlog roulette --seed 7
1194
+ # → 268d3cb1 — add a compounding metric … align 0.72 · effort 3 (add --commit to start it)
1195
+
1196
+ # 4. Work it: stage an idea2prd hand-off (writes the PRD-pipeline input scaffold)
1197
+ dz backlog enrich 268d3cb1 # → features/<slug>/ scaffold; run the idea2prd-manual skill on it
1198
+
1199
+ # 5. Or push it to Jira via the configured adapter (jira-mcp | copilot-mcp | none)
1200
+ dz backlog jira 268d3cb1 # 'none' (default) writes an auditable .dz/backlog/jira-outbox/<id>.json
1201
+
1202
+ # Housekeeping: cluster near-duplicates (dry-run by default; --apply prunes vectors too)
1203
+ dz backlog harmonize --apply
1204
+ ```
1205
+
1206
+ When to use: any time an idea strikes mid-work — capture beats context-switching. Without the
1207
+ agentdb memory backend installed the dedup honestly degrades to exact-text and alignment to 0
1208
+ (`dz setup --memory agentdb` enables the semantic tier).
1209
+
1178
1210
  ### dz install — install skills from any npm package
1179
1211
 
1180
1212
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.250",
3
+ "version": "0.3.251",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "1559995482381fd6ac146e6d229cb7d33476cdca8fad21fd361467dd698bd065"
28
+ "content": "4ffd489223826f51e8777ce825d60552365012de11d408ed9cf8c407357c0229"
29
29
  }
30
30
  ]
31
31
  },
@@ -185,7 +185,7 @@
185
185
  "hashes": [
186
186
  {
187
187
  "alg": "SHA-256",
188
- "content": "4e22f0553a19181eea750db59bd3eec84fd880473ac523705a1a26197665e87e"
188
+ "content": "4926d5f944db1dc7361d0ebd80be28f99455133796ce10970df553eb57c198e8"
189
189
  }
190
190
  ]
191
191
  },