@dzhechkov/harness-cli 0.3.21 → 0.3.22
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 +2 -2
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ dz publish # publish all changed packages
|
|
|
139
139
|
| `feature-adr` | 5 | Feature pipeline (feature-adr, explore, frontend-design) |
|
|
140
140
|
| `devops` | 24 | DevOps skills (terraform, kubernetes, nginx, redis, graphql, playwright, ...) |
|
|
141
141
|
| `web3` | 12 | Web3/DeFi (quicknode, zerion, symbiosis, bankr, veil, neynar, ...) |
|
|
142
|
-
| `mcp` |
|
|
142
|
+
| `mcp` | 13 | MCP servers (brave-search, exa, gmail, notion, obsidian, git-mcp, ...) |
|
|
143
143
|
|
|
144
144
|
### Standalone Packages (install via npx, no dz CLI needed)
|
|
145
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
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",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@dzhechkov/harness-presets": "0.2.8",
|
|
37
38
|
"@dzhechkov/harness-core": "0.3.9",
|
|
38
|
-
"@dzhechkov/harness-presets": "0.2.7",
|
|
39
39
|
"@dzhechkov/scout": "0.7.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|