feat(agents): clarify mandatory YAML frontmatter for sub-agents (#16515)

This commit is contained in:
N. Taylor Mullen
2026-01-13 09:44:52 -08:00
committed by GitHub
parent a6dca02344
commit 8faa23cea6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ System prompt content.`);
AgentLoadError,
);
await expect(parseAgentMarkdown(filePath)).rejects.toThrow(
'Invalid markdown format',
'Missing mandatory YAML frontmatter',
);
});