This commit is contained in:
Harivansh Rathi 2026-03-09 13:31:12 -07:00
parent 85c2a0b675
commit ffb6f1db70
6 changed files with 86 additions and 44 deletions

View file

@ -270,9 +270,9 @@ describe("skills", () => {
const introText = result.substring(0, xmlStart);
expect(introText).toContain(
"The following skills provide specialized instructions",
"Skills are specialized instructions for specific tasks",
);
expect(introText).toContain("Use the read tool to load a skill's file");
expect(introText).toContain("Do not load skills speculatively");
});
it("should escape XML special characters", () => {