Commits: 2bcc763f (macro migration) · 322bc5f8 (wire format fix)
This codebase originally used a runtime code-generation system to produce TypeScript-
compatible Codable implementations for Swift enums with associated values. The generated
files (Enums+Codable.swift, *+Codable.swift) emitted a cross-language-friendly format
where an enum case with a payload serializes as {"case": "foo", "value": }.