@dzhechkov/harness-cli 0.2.13 → 0.2.15
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ dz scout --topics mcp-server,ai-agent # custom topics
|
|
|
96
96
|
dz scout --since 2026-05-01 # only recent repos
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
**Radar mode** (`dz scout`) scans **
|
|
99
|
+
**Radar mode** (`dz scout`) scans **9 sources in parallel (GitHub + npm + HN + MCP Registry + Glama + OSSInsight + Smithery + Semantic Scholar + arXiv):
|
|
100
100
|
1. **Detects skill format** — SKILL.md, plugin.json, .claude/skills/, MCP manifests
|
|
101
101
|
2. **Scores relevance** — format (40%) + stars (30%) + recency (20%) + novelty (10%)
|
|
102
102
|
3. **Compares against our 24 packages** — finds skills we don't have
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
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",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@dzhechkov/harness-core": "0.2.0",
|
|
38
|
-
"@dzhechkov/
|
|
39
|
-
"@dzhechkov/
|
|
38
|
+
"@dzhechkov/harness-presets": "0.2.0",
|
|
39
|
+
"@dzhechkov/scout": "0.6.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.6.0",
|