@json-render/yaml YAML wire format for . Progressive rendering and surgical edits via streaming YAML. Key Concepts - YAML wire format : Alternative to JSONL that uses code fences ( , , , ) - Streaming parser : Incrementally parses YAML, emits JSON Patch operations via diffing - Edit modes : Patch (RFC 6902), merge (RFC 7396), and unified diff - AI SDK transform : that converts YAML fences into json-render patches Generating YAML Prompts Options: - (string) — Custom system message intro - ("standalone" | "inline") — Output mode, default "standalone" - (string[]) — Additional rules appended to…