@dzhechkov/harness-cli 0.3.52 → 0.3.53
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 +7 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ dz publish # publish all changed packages
|
|
|
141
141
|
dz init --target claude-code --select design-thinking
|
|
142
142
|
|
|
143
143
|
# Curated set by topic (recommended):
|
|
144
|
-
dz setup --target claude-code --preset meta #
|
|
144
|
+
dz setup --target claude-code --preset meta # 7 development skills + self-learning
|
|
145
145
|
|
|
146
146
|
# Full toolkit with orchestrated pipeline:
|
|
147
147
|
npx @dzhechkov/keysarium init # 7-phase research + commands + memory
|
|
@@ -156,7 +156,7 @@ npx @dzhechkov/keysarium init # 7-phase research + comman
|
|
|
156
156
|
|
|
157
157
|
| Preset | Skills | Description |
|
|
158
158
|
|--------|--------|-------------|
|
|
159
|
-
| `meta` | 7 | Development process (explore, goap-research, problem-solver, design-thinking, feature-adr, knowledge-extractor) |
|
|
159
|
+
| `meta` | 7 | Development process (explore, goap-research, problem-solver, design-thinking, feature-adr, knowledge-extractor, understand-anything-bridge) |
|
|
160
160
|
| `qe-engineer` | 8 | Quality engineering (test-gen, coverage, chaos, defect, ...) |
|
|
161
161
|
| `bto` | 1 | Build-Benchmark-Test-Optimize pipeline |
|
|
162
162
|
| `health` | 8 | Medical AI (diagnostics, drugs, labs, clinical decisions) |
|
|
@@ -479,12 +479,13 @@ Phase 6: VALIDATE → Pilot with variance analysis: projected vs actual → Sc
|
|
|
479
479
|
|
|
480
480
|
### What's included vs what's optional
|
|
481
481
|
|
|
482
|
-
**Core DT** — the `meta` preset includes all required dependencies (
|
|
482
|
+
**Core DT** — the `meta` preset includes all required dependencies (7 skills):
|
|
483
483
|
|
|
484
484
|
```bash
|
|
485
485
|
dz setup --target claude-code --preset meta
|
|
486
486
|
# → explore, goap-research-ed25519, problem-solver-enhanced,
|
|
487
|
-
# design-thinking, feature-adr, knowledge-extractor
|
|
487
|
+
# design-thinking, feature-adr, knowledge-extractor,
|
|
488
|
+
# understand-anything-bridge
|
|
488
489
|
```
|
|
489
490
|
|
|
490
491
|
**Full DT** — for ALL optional integrations, install [agentic-qe](https://github.com/proffesor-for-testing/agentic-qe):
|
|
@@ -775,7 +776,7 @@ npx @dzhechkov/p-replicator init
|
|
|
775
776
|
|
|
776
777
|
## Status
|
|
777
778
|
|
|
778
|
-
`v0.3.
|
|
779
|
+
`v0.3.52` — published on npm. Also available as [Claude Plugin](#claude-plugin). Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
|
779
780
|
|
|
780
781
|
## Claude Plugin
|
|
781
782
|
|
|
@@ -790,7 +791,7 @@ claude plugin install dz-harness-hub@dz-harness-hub
|
|
|
790
791
|
claude --plugin-dir /path/to/dz-harness-hub
|
|
791
792
|
|
|
792
793
|
# Generate plugin manifest from current inventory:
|
|
793
|
-
dz plugin --version 0.3.
|
|
794
|
+
dz plugin --version 0.3.52
|
|
794
795
|
```
|
|
795
796
|
|
|
796
797
|
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).
|
package/package.json
CHANGED