You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tag-mode prompt told the model to call mcp__github_file_ops__delete_files with files. The tool schema and handler expect paths, so the first signed-commit delete fails Zod validation.
This changes the prompt example to paths and adds a test so the example cannot drift back to files.
Summary
The tag-mode prompt told the model to call
mcp__github_file_ops__delete_fileswithfiles. The tool schema and handler expectpaths, so the first signed-commit delete fails Zod validation.This changes the prompt example to
pathsand adds a test so the example cannot drift back tofiles.Fixes #1665
Test plan
bun test test/create-prompt.test.ts(49 pass)bun run typecheckFrom RESILIENCE Agentic Solutions.