rt gate open
rt › gate › open
Open a human-decision gate on a subject
Usage
rt gate open [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--subject | text | Opaque <prefix>:<id> the gate pauses | |
--kind | text | Gate kind, free-form | |
--questions | text | JSON array of questions | |
--meta | text | Optional JSON metadata | |
--agent | text | Optional opening agent id | |
--pane | text | Optional 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) | |
--nudge | text | Optional JSON nudge target; required for a form-presentation origin | |
--context | text | Optional verbatim decision context (raw text, 8KB cap) | |
--origin | text | Optional JSON origin; presentation form|wait, and paneId names the pane the remote-answer Escape is injected into |
See code: commands/gate.ts › gateOpen