@dzhechkov/harness-cli 0.3.103 → 0.3.104
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ dz help # see all commands
|
|
|
58
58
|
dz pretrain # analyze project files → recommend by tech stack
|
|
59
59
|
dz recommend "build API and deploy to K8s" # keyword match → skills + toolkits
|
|
60
60
|
dz recommend "work on this project" # generic? → auto-runs pretrain → recommends by stack
|
|
61
|
-
dz stats # 34 packages, 121 skills, 6 targets,
|
|
61
|
+
dz stats # 34 packages, 121 skills, 6 targets, 12 presets
|
|
62
62
|
dz dashboard # visual panel — packages, adapters, skill packs
|
|
63
63
|
dz registry # browse all 121 skills by category
|
|
64
64
|
dz registry search kubernetes # find specific skills
|
|
@@ -187,7 +187,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
187
187
|
- Need a **themed set** that works together → `--preset`
|
|
188
188
|
- Need a **full pipeline** with commands and governance → `npx`
|
|
189
189
|
|
|
190
|
-
### Available Presets (
|
|
190
|
+
### Available Presets (12)
|
|
191
191
|
|
|
192
192
|
| Preset | Skills | Description |
|
|
193
193
|
|--------|--------|-------------|
|
|
@@ -202,6 +202,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
202
202
|
| `web3` | 12 | Web3/DeFi (quicknode, zerion, symbiosis, bankr, veil, neynar, ...) |
|
|
203
203
|
| `mcp` | 16 | MCP servers (agentdb, brave-search, gmail, gitlab, comfyui, notion, ...) |
|
|
204
204
|
| `academic` | 5 | Thesis defense (review, questions, doc-check, live defense + answer eval) |
|
|
205
|
+
| `news` | 2 | News & monitoring (news-digest cited reports + news-monitor delta watches) |
|
|
205
206
|
|
|
206
207
|
#### What the `meta` skills do & how to trigger them
|
|
207
208
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.104",
|
|
4
4
|
"description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 32 commands, 11 presets, 6 platform targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|