fix(converters): remove invalid tools/infer from Copilot agent frontmatter (#493)

This commit is contained in:
David Torres
2026-04-02 16:23:40 -04:00
committed by GitHub
parent 184724276a
commit 6dcb4a3c55
3 changed files with 52 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ describe("writeCopilotBundle", () => {
agents: [
{
name: "security-reviewer",
content: "---\ndescription: Security\ntools:\n - '*'\ninfer: true\n---\n\nReview code.",
content: "---\ndescription: Security\nuser-invocable: true\n---\n\nReview code.",
},
],
generatedSkills: [