From 536d74a854f742a52c71d5c733e0a5792c5a727b Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 19 Aug 2025 15:19:01 -0700 Subject: [PATCH] Update test file to trigger CI failure --- test-failure.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-failure.ts b/test-failure.ts index 3b13016..0c1cd9b 100644 --- a/test-failure.ts +++ b/test-failure.ts @@ -1,5 +1,5 @@ // This file intentionally has TypeScript errors to trigger CI failure -// Updated to trigger new workflow run +// Testing auto-fix with MCP file ops enabled const testFunction = (param: string): number => { // Type error: returning string instead of number return "this should be a number";