Expand description
Bundled example discovery from README frontmatter.
Bundled example discovery from {wyvern_share}/examples/**/README.md frontmatter.
Structs§
- Example
Readme Violation - One README that violates the bundled example discovery contract.
- Example
Record - One catalog row from a README with YAML frontmatter.
Enums§
- Examples
Discover Error - Failure while scanning example README files.
Functions§
- discover_
examples - Discover bundled examples under
{share_root}/examples/. - format_
examples_ list - Format example records as human-readable text blocks.
- parse_
readme_ frontmatter - Parse mandatory
nameanddescriptionfrom a README frontmatter block. - validate_
example_ folder_ readmes - Audit every immediate child directory under
{share_root}/examples/for aREADME.mdwhose YAML frontmatter satisfies the discovery contract (name+description).