~/.zshrc, ~/.bashrc, etc.) if you want them available every time.
| intent | summary |
|---|---|
| wallet | Create, inspect, fund, and check the Turnkey-backed Zuno wallet |
| positions | List Uniswap v4 positions held by the Zuno wallet |
| inspect | Print one position snapshot: range, current tick, status |
| create | Open a brand-new position via the four-agent debate |
| recommend | Rebalance an existing position via the four-agent debate |
| diff | Re-render before/after range and inventory changes |
| simulate | Preview deterministic execution steps before signing |
| approve | Human approval before any state-changing action |
| apply | Policy check, Turnkey signing, and transaction submission |
| monitor | Inspect monitor setup and read alerts from the worker |
~/.zuno/plans/<planId>.json so zuno diff works
across sessions.
Notes
- The CLI is itself an AXL peer for recommendation flows. Direct reads, diffs, simulation, and wallet state stay outside AXL.
- If the mesh is not online, recommendation runs the same four-agent
debate in-process. If no LLM is available either, the deterministic
recommendPlanmath runs as a final fallback. Plans persist either way. - Continuous monitoring runs as
pnpm monitor; the shell stays the control surface and reads alerts withshow alerts. - Output is plain ANSI. No colour-stripping needed for piping.