voiage.domain_templates.load_domain_template_registry
load_domain_template_registry
Section titled “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.
Parameters
Section titled “Parameters”registry_path : Path, optional Custom path to registry.json file. Defaults to specs/domain-templates/registry.json.
Returns
Section titled “Returns”list[DomainTemplate] List of parsed DomainTemplate objects.
Parameters:
registry_pathPath | None(default:None)
Returns: list[DomainTemplate]