//! Universal frontmatter format for bundle resources
//!
//! Parses YAML frontmatter (between `---` delimiters) and supports
//! platform-specific blocks keyed by Augent platform id. At install time,
//! common fields are merged with the platform block for the target platform.
pub use ;