Primary Commands
Session + execution
driftgate session start --agent refund-agent
driftgate session execute <sessionId> --input '{"orderId":"123"}'Ephemeral one-liner
driftgate execute --agent refund-agent --input '{"orderId":"123"}'Execution lifecycle (v4-visible, v1 status backend)
driftgate execution status <executionId>
driftgate execution events <executionId>
driftgate execution wait <executionId> --timeout-ms 15000Deprecated Commands
Legacy run and status commands are removed from the public CLI UX and return migration guidance.