MCPcopy Index your code
hub / github.com/github/spec-kit / command_filename

Method command_filename

src/specify_cli/integrations/base.py:1074–1076  ·  view source on GitHub ↗

YAML commands use ``.yaml`` extension.

(self, template_name: str)

Source from the content-addressed store, hash-verified

1072 """
1073
1074 def command_filename(self, template_name: str) -> str:
1075 """YAML commands use ``.yaml`` extension."""
1076 return f"speckit.{template_name}.yaml"
1077
1078 @staticmethod
1079 def _extract_frontmatter(content: str) -> dict[str, Any]:

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected