Skip to main content

Module frontmatter

Module frontmatter 

Source
Expand description

YAML frontmatter parser for markdown reports.

Structs§

ReportFrontmatter
Parsed frontmatter fields from an agent report.
ReportFrontmatterSteering
Small, stable steering metadata that can route retrieval and framework behavior.
ReportFrontmatterTelemetry
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).