ReadonlycapabilitiesCapability flags describing what this adapter supports.
ReadonlyprotocolTransport this adapter speaks.
Run a normalized structured api request (the gh-api passthrough surface).
Release any underlying connection. Safe to call when never connected.
Run a CLI-shaped command (WP-1c write surface).
Read a single record (singleton menu) as an object.
/console/inspect probe (request=child or request=completion).
Read a menu as an array of records, optionally projected/detailed.
Open-ended /listen follow (native-api only). Yields one rest-style change
record per !re frame (deletions carry .dead), until cancelled via
options.signal or the consumer stopping. REST and console transports
reject with transport/capability-unsupported.
Runtime transport seam. The orchestrator drives validation and data fetch through these operations so REST and native-api share the same pipeline and envelope shape.