@dzhechkov/harness-cli 0.3.72 → 0.3.73
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 +17 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -846,7 +846,7 @@ npx @dzhechkov/p-replicator init
|
|
|
846
846
|
|
|
847
847
|
## Status
|
|
848
848
|
|
|
849
|
-
`v0.3.
|
|
849
|
+
`v0.3.72` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
850
850
|
|
|
851
851
|
## Claude Plugin
|
|
852
852
|
|
|
@@ -861,13 +861,25 @@ claude plugin install dz-harness-hub@dz-harness-hub
|
|
|
861
861
|
claude --plugin-dir /path/to/dz-harness-hub
|
|
862
862
|
|
|
863
863
|
# Generate plugin manifest from current inventory:
|
|
864
|
-
dz plugin --version 0.3.
|
|
864
|
+
dz plugin --version 0.3.72
|
|
865
865
|
```
|
|
866
866
|
|
|
867
867
|
The `.claude-plugin/` directory contains `plugin.json` + `marketplace.json` compatible with [pi-claude-marketplace](https://npm.im/pi-claude-marketplace) and [skill-hub](https://npm.im/@jasonwen/skill-hub).
|
|
868
868
|
|
|
869
869
|
## Related Projects
|
|
870
870
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
- [
|
|
871
|
+
### Skill sources
|
|
872
|
+
|
|
873
|
+
- [agentic-qe](https://github.com/proffesor-for-testing/agentic-qe) — 20 QE skills + 55 agents (test generation, coverage, chaos, QCSD swarms)
|
|
874
|
+
- [ECC](https://github.com/affaan-m/ECC) — 20 curated skills (agent patterns, autonomous loops, docker, git workflows)
|
|
875
|
+
- [AgentShield](https://github.com/affaan-m/agentshield) — Security scanning (170 rules for .claude/ configs)
|
|
876
|
+
- [Understand-Anything](https://github.com/Lum1104/Understand-Anything) — Codebase knowledge graph → architecture context
|
|
877
|
+
|
|
878
|
+
### Platform & infrastructure
|
|
879
|
+
|
|
880
|
+
- [AgentDB](https://github.com/ruvnet/agentdb) — Self-learning vector memory (`--memory agentdb`, 41 MCP tools)
|
|
881
|
+
- [agentskills.io](https://agentskills.io) — Open standard for SKILL.md format (adopted by all 5 platforms)
|
|
882
|
+
- [OpenAI Codex](https://github.com/openai/codex) — 2nd target platform
|
|
883
|
+
- [OpenCode](https://github.com/sst/opencode) — 3rd target platform (160K+ stars)
|
|
884
|
+
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — 4th target platform
|
|
885
|
+
- [OpenClaude](https://github.com/gitlawb/openclaude) — 5th target platform (28K+ stars)
|
package/package.json
CHANGED