pub fn detect_format(content: &str) -> Result<AgentFileFormat>Expand description
Detect the format of an agent file from its raw content. Detection order: JSON → Copilot .agent.md frontmatter → YAML field sniffing
pub fn detect_format(content: &str) -> Result<AgentFileFormat>Detect the format of an agent file from its raw content. Detection order: JSON → Copilot .agent.md frontmatter → YAML field sniffing