@dzhechkov/harness-cli 0.2.13 → 0.2.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
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 **6 sources in parallel** (GitHub + npm + Hacker News + MCP Registry + Glama.ai + OSSInsight Trending):
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.13",
3
+ "version": "0.2.14",
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,7 +35,7 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@dzhechkov/harness-core": "0.2.0",
38
- "@dzhechkov/scout": "0.6.0",
38
+ "@dzhechkov/scout": "0.6.1",
39
39
  "@dzhechkov/harness-presets": "0.2.0"
40
40
  },
41
41
  "devDependencies": {