519a538]
bf3a7ec]
43b7515]
a8afd8b: Add YAML wire format package and universal edit modes for surgical spec refinement.### New:
@json-render/yaml -- YAML wire format for json-render. Includes streaming YAML parser, yamlPrompt() for system prompts, and AI SDK transform (pipeYamlRender) as a drop-in alternative to JSONL streaming. Supports four fence types: yaml-spec, yaml-edit, yaml-patch, and diff.@json-render/core -- three strategies for multi-turn spec refinement: patch (RFC 6902), merge (RFC 7396), and diff (unified diff). New editModes option on buildUserPrompt() and PromptOptions. New helpers: deepMergeSpec(), diffToPatches(), buildEditUserPrompt(), buildEditInstructions(), isNonEmptySpec().### Improved:
a8afd8b]