Expand description
YAML frontmatter parser for markdown reports.
Structs§
- Report
Frontmatter - Parsed frontmatter fields from an agent report.
- Report
Frontmatter Steering - Small, stable steering metadata that can route retrieval and framework behavior.
- Report
Frontmatter Telemetry - Passive report telemetry preserved for downstream analytics and correlation.
Functions§
- parse
- Split markdown text into optional frontmatter and body.
Returns
(Some(frontmatter), body)if frontmatter exists, else(None, full text).