Skip to main content
show me the diff
Reads the latest plan from session state, or a specific plan_<id> if one is named. The plan is loaded from ~/.zuno/plans/<planId>.json and rendered as a before/after diff. Useful for:
  • Reviewing the exact target range before simulation.
  • Reviewing a plan after-the-fact without re-running the full mesh.
  • Comparing plan ids across runs.

Example

$ show me the diff

  position    WETH / USDC 0.05%
  range       2,190.79 to 2,421.19   out of range
  ...

Where plans live

~/.zuno/plans/
  plan_dd4f9e0b6806.json
  plan_4a1c0e2b9912.json
  ...
Plan files contain position and recommendation details. Treat them as private trading records.