Skip to content

voiage.domain_templates.load_domain_template_registry

load_domain_template_registry([positional or keyword] registry_path: Path | None = None) -> list[DomainTemplate]

Load and parse all domain templates from the JSON registry manifest.

registry_path : Path, optional Custom path to registry.json file. Defaults to specs/domain-templates/registry.json.

list[DomainTemplate] List of parsed DomainTemplate objects.

Parameters:

  • registry_path Path | None (default: None)

Returns: list[DomainTemplate]