Skip to main content

Module examples

Module examples 

Source
Expand description

Bundled example discovery from README frontmatter. Bundled example discovery from {wyvern_share}/examples/**/README.md frontmatter.

Structs§

ExampleReadmeViolation
One README that violates the bundled example discovery contract.
ExampleRecord
One catalog row from a README with YAML frontmatter.

Enums§

ExamplesDiscoverError
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 name and description from a README frontmatter block.
validate_example_folder_readmes
Audit every immediate child directory under {share_root}/examples/ for a README.md whose YAML frontmatter satisfies the discovery contract (name + description).