JSPM

  • Created
  • Published
  • Downloads 1369
  • Score
    100M100P100Q132987F
  • License MIT

The dz CLI - init / sync / verify / doctor for the DZ cross-platform harness.

Package Exports

  • @dzhechkov/harness-cli

Readme

@dzhechkov/harness-cli

The dz command-line interface for the DZ cross-platform harness — a thin argv shell over @dzhechkov/harness-core.

Commands

dz init   --target <name> [--skills-dir <dir>] [--project <dir>] [--force]
dz verify [--skills-dir <dir>] [--target <name>]
dz sync   [--canonical <dir>] [--project <dir>] [--dry-run] [--force]
dz update   (alias of sync)
dz doctor [--project <dir>]
dz help
  • --target — one of claude-code, codex, opencode, hermes
  • init compiles a skills directory for a target and writes it additively (existing files are never overwritten without --force)
  • sync compares the canonical pack to the legacy .claude/skills tree
  • doctor reports environment diagnostics

Status

0.1.0 — alpha, part of the extended-a-migration feature (Phase 6). --preset <name> (Phase 10) selects a named skill set — see @dzhechkov/harness-presets. The paperclip target is planned for a later phase.