The helper to install, update, and verify the asondy hooks across every AI coding CLI.
It resolves an asondy source checkout (clone, or --from a local one) and installs the
hooks, skill, and scripts into your CLI. The asondy code stays in the source repo; this
helper does not bundle it.
npx create-asondy install [claude|qwen|opencode|codex|cursor|cline|all]
Options: --from <path> (local checkout), --cache-dir <dir>, --home <dir>.
By default the installer resolves the asondy source from ASONDY_SOURCE_URL (set it to your
checkout URL). Pass --from <path> to point at a local checkout instead.
| Host | Behavior |
|---|---|
| claude | runs the source checkout's bin/install.js (hooks + skill + scripts) |
| qwen | registers hooks in ~/.qwen/settings.json (points at the claude install) |
| opencode | writes ~/.config/opencode/agent/asondy.md, merges opencode.json |
| codex | writes ~/.agents/skills/asondy/SKILL.md |
| cursor | writes ~/.cursor/rules/asondy.mdc |
| cline | writes ~/.cline/rules/asondy.md |
npx create-asondy doctor [--from <path>]
Reads the checkout's SHA256SUMS and reports OK/DRIFT/MISSING/UNKNOWN per deployed file.