//! Canonical on-disk RON: pretty, no struct names, unescaped strings (so
//! prose `notes` are written as real multiline text — raw strings only when the
//! content contains a `"`), trailing newline. Every writer (proposal staging,
//! schema-change rewrites) uses this so files are byte-stable and diff cleanly
//! line-by-line.
use Serialize;