Expand description
Load and walk version-controlled markdown canned responses.
Structsยง
- Canned
Response - One canned response derived from a markdown file under the corpus.
Functionsยง
- default_
corpus_ dir - Default corpus directory relative to the current working directory / repo root.
- first_
heading ๐ - load_
response - Load a single markdown file into a
CannedResponse. - parse_
tags ๐ - split_
front_ ๐matter - Minimal YAML front-matter parser for
key: valueand simple list tags. - walk_
responses - Walk
rootfor*.mdfiles and load each as aCannedResponse.