@dzhechkov/harness-cli 0.3.144 → 0.3.146
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -337,10 +337,13 @@ dz consolidate [--sessions-dir <dir>] [--project <dir>] [--no-mirror]
|
|
|
337
337
|
dz recall "<query>" [--limit <N>] [--project <dir>]
|
|
338
338
|
dz recall --books "<query>" [--book <slug>] # digitized-book KUs; --book narrows to one book
|
|
339
339
|
dz brain list [--json] # the durable cross-project knowledge brain
|
|
340
|
-
dz brain query "<q>" [--source <slug>] [--limit <N>] [--json] # cross-source
|
|
341
|
-
dz brain add [--source <slug>] [--project <dir>] [--
|
|
340
|
+
dz brain query "<q>" [--source <slug>] [--limit <N>] [--any] [--rerank] [--json] # cross-source recall (--any = OR match; --rerank reorders on-point first)
|
|
341
|
+
dz brain add [--source <slug>] [--project <dir>] [--from-slice <f>|--from-pack <p>|--from-kus <f> --slug <s> --kind <k> --license <spdx> [--override]] [--json] # grow the brain
|
|
342
342
|
dz brain ground "<prompt>" [--k <N>] [--source <slug>] [--text] # retrieve + emit grounding citations (hook entrypoint; silent if irrelevant)
|
|
343
343
|
dz brain init [--project <dir>] [--k <N>] # opt-in: wire the grounding UserPromptSubmit hook into settings.json
|
|
344
|
+
dz brain primer <slug> [--json] # print a source's capability card (histogram + top decision moments)
|
|
345
|
+
dz brain export --source <slug> --out <file> # write a portable per-book KB slice (ships inside the pack, §8.1)
|
|
346
|
+
dz brain update <slug> [--project <dir>] [--json] # non-destructive refresh: re-mirror a re-ingested source, evict stale corpus
|
|
344
347
|
dz pretrain [--project <dir>]
|
|
345
348
|
dz recommend "<task description>"
|
|
346
349
|
dz compose <preset1+preset2+...> [--target <name>]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.146",
|
|
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",
|