YAML frontmatter

The built-in frontmatter parser in roadmap_lib MUST be used for parsing YAML frontmatter. A PyYAML dependency MUST NOT be added. The parser handles the --- delimited frontmatter block at the top of markdown files.

version
1.0.2
tags
language, python, yaml-frontmatter
author
Mike Fullerton
modified
2026-04-09

Change History

Version Date Author Summary
1.0.2 2026-04-09 Mike Fullerton Add trigger tags
1.0.1 2026-04-09 Mike Fullerton Reorganize into use-case directory
1.0.0 2026-03-27 Mike Fullerton Initial creation