issue_tree
    Preparing search index...

    Type Alias RenderResult

    RenderResult:
        | { data: string; kind: "text" }
        | { data: Uint8Array; kind: "binary" }

    A rendered result: text (utf-8) or binary (image bytes), tagged so the CLI can route it.