aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/config.rs
AgeCommit message (Collapse)Author
2026-05-05refactor(core): replace ComposerConfig with typed Config structnsfisis
Config uses serde with kebab-case field mapping; known properties are strongly-typed fields and unknown keys flow into an extra BTreeMap. resolve_references is moved to the new config module.