@dzhechkov/harness-cli 0.3.2 → 0.3.4
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 +5 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ dz init --target claude-code --preset meta
|
|
|
25
25
|
| **--select** | Want specific skills by name | `dz init --target claude-code --select explore,feature-adr` |
|
|
26
26
|
| **Standalone npx** | Want a full toolkit with its own CLI | `npx @dzhechkov/keysarium init` |
|
|
27
27
|
|
|
28
|
-
### Available Presets (
|
|
28
|
+
### Available Presets (9)
|
|
29
29
|
|
|
30
30
|
| Preset | Skills | Description |
|
|
31
31
|
|--------|--------|-------------|
|
|
@@ -37,6 +37,7 @@ dz init --target claude-code --preset meta
|
|
|
37
37
|
| `p-replicator` | 10 | AI product development (/replicate, SPARC PRD, pipeline-forge) |
|
|
38
38
|
| `feature-adr` | 5 | Feature pipeline (feature-adr, explore, frontend-design) |
|
|
39
39
|
| `devops` | 10 | DevOps skills (pr-review, security-audit, test-writer, ci-fix, ...) |
|
|
40
|
+
| `web3` | 12 | Web3/DeFi (quicknode, zerion, symbiosis, bankr, veil, neynar, ...) |
|
|
40
41
|
|
|
41
42
|
### Standalone Packages (install via npx, no dz CLI needed)
|
|
42
43
|
|
|
@@ -71,7 +72,7 @@ dz roam [--apply] [--slug <slug>]
|
|
|
71
72
|
dz help
|
|
72
73
|
```
|
|
73
74
|
|
|
74
|
-
### Targets (
|
|
75
|
+
### Targets (5 platforms)
|
|
75
76
|
|
|
76
77
|
| Target | Skills directory |
|
|
77
78
|
|--------|-----------------|
|
|
@@ -79,6 +80,7 @@ dz help
|
|
|
79
80
|
| `codex` | `.agents/skills/` |
|
|
80
81
|
| `opencode` | `.opencode/skills/` |
|
|
81
82
|
| `hermes` | `.hermes/skills/` |
|
|
83
|
+
| `openclaude` | `.openclaude/skills/` |
|
|
82
84
|
|
|
83
85
|
### Workflows (Opus 4.8+ dynamic workflows)
|
|
84
86
|
|
|
@@ -165,7 +167,7 @@ After scaffolding, fill in the SKILL.md protocol and run `/bto-test .claude/skil
|
|
|
165
167
|
|
|
166
168
|
- `dz init` compiles canonical skills from the [agentskills.io](https://agentskills.io) standard into the target platform's layout
|
|
167
169
|
- Writing is **additive** — existing files are never overwritten without `--force`
|
|
168
|
-
- All
|
|
170
|
+
- All 5 platform adapters produce **byte-identical** output (ADR-005)
|
|
169
171
|
- `dz doctor` runs 7 health checks (node version, adapters, config, SQLite, skills)
|
|
170
172
|
- `dz migrate` detects legacy keysarium/bto installations and recommends migration path
|
|
171
173
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
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,9 +34,9 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@dzhechkov/harness-core": "0.3.
|
|
37
|
+
"@dzhechkov/harness-core": "0.3.2",
|
|
38
38
|
"@dzhechkov/scout": "0.7.1",
|
|
39
|
-
"@dzhechkov/harness-presets": "0.2.
|
|
39
|
+
"@dzhechkov/harness-presets": "0.2.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.6.0",
|