Skip to main content

rt gate open

rt › gate › open

Open a human-decision gate on a subject

Usage

rt gate open [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
--subjecttextOpaque <prefix>:<id> the gate pauses
--kindtextGate kind, free-form
--questionstextJSON array of questions
--metatextOptional JSON metadata
--agenttextOptional opening agent id
--panetextOptional herdr pane id: focus/resume reference, and the remote-answer Escape's fallback target when origin.paneId is absent (the doorbell itself binds to --nudge)
--nudgetextOptional JSON nudge target; required for a form-presentation origin
--contexttextOptional verbatim decision context (raw text, 8KB cap)
--origintextOptional JSON origin; presentation form|wait, and paneId names the pane the remote-answer Escape is injected into

See code: commands/gate.ts › gateOpen