@dzhechkov/harness-cli 0.3.60 → 0.3.61
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ dz benchmark packages/@dzhechkov/skills-devops --all # batch all
|
|
|
85
85
|
dz benchmark skill-a --compare skill-b # A/B compare
|
|
86
86
|
|
|
87
87
|
# Find skills to canonicalize from the ecosystem:
|
|
88
|
-
dz scout # scan
|
|
88
|
+
dz scout # scan 10 sources (GitHub, npm+plugins, HN, ...)
|
|
89
89
|
dz scout --deep # deep analysis with SKILL.md parsing
|
|
90
90
|
dz auto-canonicalize --source github.com/user/repo --pack packages/@dzhechkov/skills-devops
|
|
91
91
|
```
|
|
@@ -259,7 +259,7 @@ dz scout --topics mcp-server,ai-agent # custom topics
|
|
|
259
259
|
dz scout --since 2026-05-01 # only recent repos
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
**Radar mode** (`dz scout`) scans **
|
|
262
|
+
**Radar mode** (`dz scout`) scans **10 sources in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv + ECC):
|
|
263
263
|
1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, .claude-plugin/, MCP manifests
|
|
264
264
|
2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
|
|
265
265
|
3. **Compares against our 30 packages** — finds skills we don't have
|
package/package.json
CHANGED