Skip to content

CommandOutputProcessor

github-actions[bot] edited this page May 2, 2026 · 1 revision

Converts buffered command output objects into serializable context entries.

JSON payloads are decoded eagerly so parent command envelopes can expose nested structured output without re-encoding it as an escaped string.


Methods

process

public process(array<string,mixed> $context): array<string,mixed>

Parameters:

Parameter Type Description
$context array<string,mixed>

Clone this wiki locally