@dzhechkov/harness-cli 0.3.30 → 0.3.31

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 +7 -1
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -598,4 +598,10 @@ npx @dzhechkov/p-replicator init
598
598
 
599
599
  ## Status
600
600
 
601
- `v0.3.29` — published on npm. Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
601
+ `v0.3.30` — published on npm. Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
602
+
603
+ ## Related Projects
604
+
605
+ - [AgentDB](https://github.com/ruvnet/agentdb) — Self-learning vector memory for AI agents (optional `--memory agentdb` backend)
606
+ - [OpenClaude](https://github.com/gitlawb/openclaude) — Open-source coding-agent CLI for multiple LLM providers (5th target platform)
607
+ - [agentskills.io](https://agentskills.io) — Open standard for agent skill definitions (SKILL.md format)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
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",
@@ -15,7 +15,11 @@
15
15
  "opencode",
16
16
  "hermes",
17
17
  "ai-skills",
18
- "cross-platform"
18
+ "cross-platform",
19
+ "openclaude",
20
+ "agentdb",
21
+ "self-learning",
22
+ "mcp"
19
23
  ],
20
24
  "main": "./dist/index.js",
21
25
  "types": "./dist/index.d.ts",
@@ -35,8 +39,8 @@
35
39
  ],
36
40
  "dependencies": {
37
41
  "@dzhechkov/harness-core": "0.3.12",
38
- "@dzhechkov/harness-presets": "0.2.9",
39
- "@dzhechkov/scout": "0.7.1"
42
+ "@dzhechkov/scout": "0.7.1",
43
+ "@dzhechkov/harness-presets": "0.2.9"
40
44
  },
41
45
  "devDependencies": {
42
46
  "@types/node": "^25.6.0",