@dzhechkov/harness-cli 0.3.71 → 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 +18 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -567,6 +567,7 @@ Install [Understand-Anything](https://github.com/Lum1104/Understand-Anything) pl
|
|
|
567
567
|
# 4. Develop with full context
|
|
568
568
|
"Add a payment module"
|
|
569
569
|
# → feature-adr runs with architecture awareness (layers, hot spots, dependencies)
|
|
570
|
+
# → see: https://www.npmjs.com/package/@dzhechkov/skills-feature-adr
|
|
570
571
|
# → code generation informed by real dependency graph
|
|
571
572
|
# → QE review targets tests at high-impact files
|
|
572
573
|
# → agentshield-scan checks new configs for security
|
|
@@ -845,7 +846,7 @@ npx @dzhechkov/p-replicator init
|
|
|
845
846
|
|
|
846
847
|
## Status
|
|
847
848
|
|
|
848
|
-
`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).
|
|
849
850
|
|
|
850
851
|
## Claude Plugin
|
|
851
852
|
|
|
@@ -860,13 +861,25 @@ claude plugin install dz-harness-hub@dz-harness-hub
|
|
|
860
861
|
claude --plugin-dir /path/to/dz-harness-hub
|
|
861
862
|
|
|
862
863
|
# Generate plugin manifest from current inventory:
|
|
863
|
-
dz plugin --version 0.3.
|
|
864
|
+
dz plugin --version 0.3.72
|
|
864
865
|
```
|
|
865
866
|
|
|
866
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).
|
|
867
868
|
|
|
868
869
|
## Related Projects
|
|
869
870
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
- [
|
|
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