Part of the Op / Temporal deployment workflow redesign.
New chant run command family for starting, monitoring, and controlling Op executions. Manages Temporal worker lifecycle via profiles defined in chant.config.ts. Generates deployment reports on completion and on demand.
Tasks
Part of the Op / Temporal deployment workflow redesign.
New
chant runcommand family for starting, monitoring, and controlling Op executions. Manages Temporal worker lifecycle via profiles defined inchant.config.ts. Generates deployment reports on completion and on demand.Tasks
chant run <name>— resolve profile, start worker ifauto, submit workflow to Temporal, stream phase progresschant run <name> --profile <p>— profile selectionchant run list— list all Ops with current run statuschant run status <name>— current phase and step state from Temporal querychant run signal <name> <signal>— send named signal to unblock a gate activitychant run cancel <name>— cancel in-progress runchant run log <name>— run historychant run <name> --report— print deployment report on demanddist/<name>-report.mdon terminal state (done/failed)chant graph— Op dependency graphchant spell *commands