test(core): align tool architecture expectations

This commit is contained in:
Aiden Cline 2026-07-26 23:36:54 -05:00
commit e64d2c0bcc
6 changed files with 29 additions and 152 deletions

View file

@ -394,8 +394,7 @@ describe("Plugin", () => {
metadata: undefined,
})
expect(execution).toMatchObject({
status: "completed",
content: [{ type: "text", text: "after-mutated" }],
content: [{ type: "text", text: '{"text":"before-mutated"}' }],
metadata: { rewritten: true },
})
}),