Docs
Install
One command, then restart your harness:
npx create-asondy install
The installer copies the skill to ~/.claude/skills/asondy, registers the fifteen hooks in ~/.claude/settings.json, installs the agents, and adds a guarded source line to ~/.zshrc for the dashboard prompt link. To remove everything again, run node bin/uninstall.js from a checkout.
What runs in the background
Everything works from your first session, with no command required:
- The guards hold every push and tool call to the bar; a red push is denied at the hook and never reaches the remote.
- The relay client surfaces the session on the cloud dashboard with harness, tokens, context fill and restart settings.
- The local dashboard prints its URL in the status line.
The /asondy command
The only thing that needs a command is explicit goal orchestration: give /asondy a goal in plain language and the loop drives itself while the guards hold it to the bar.
Verification
Server-side verification submits the commit diff to the relay, deterministic gates re-run it, and the verdict lands in the Audit tab:
node ~/.claude/skills/asondy/scripts/asondy-verify-remote.js
Cloud relay
Set your API key (from the dashboard Settings tab) in ~/.claude/skills/asondy/cloud-config.json to connect a session to the hosted dashboard.