@dzhechkov/harness-cli 0.3.24 → 0.3.25
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
|
@@ -143,7 +143,7 @@ dz publish # publish all changed packages
|
|
|
143
143
|
| `feature-adr` | 5 | Feature pipeline (feature-adr, explore, frontend-design) |
|
|
144
144
|
| `devops` | 24 | DevOps skills (terraform, kubernetes, nginx, redis, graphql, playwright, ...) |
|
|
145
145
|
| `web3` | 12 | Web3/DeFi (quicknode, zerion, symbiosis, bankr, veil, neynar, ...) |
|
|
146
|
-
| `mcp` |
|
|
146
|
+
| `mcp` | 14 | MCP servers (agentdb, brave-search, gmail, notion, obsidian, git-mcp, ...) |
|
|
147
147
|
|
|
148
148
|
### Standalone Packages (install via npx, no dz CLI needed)
|
|
149
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
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",
|
|
38
37
|
"@dzhechkov/harness-core": "0.3.11",
|
|
38
|
+
"@dzhechkov/harness-presets": "0.2.9",
|
|
39
39
|
"@dzhechkov/scout": "0.7.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|