TOML commands use ``.toml`` extension.
(self, template_name: str)
| 884 | return args |
| 885 | |
| 886 | def command_filename(self, template_name: str) -> str: |
| 887 | """TOML commands use ``.toml`` extension.""" |
| 888 | return f"speckit.{template_name}.toml" |
| 889 | |
| 890 | @staticmethod |
| 891 | def _extract_description(content: str) -> str: |