Parses a template file that may contain YAML front matter.
Front matter format:
---isCommand: truecommandName: mycommandcommandDescription: My command descriptioncommandArgumentHint: <arg1> <arg2>commandAgents: - Agent1 - Agent2---Template content here Copy
---isCommand: truecommandName: mycommandcommandDescription: My command descriptioncommandArgumentHint: <arg1> <arg2>commandAgents: - Agent1 - Agent2---Template content here
The raw file content to parse
ParsedTemplate containing the template content and optional metadata
Parses a template file that may contain YAML front matter.
Front matter format: