diff --git a/.claude/scripts/compile-on-save.sh b/.claude/scripts/compile-on-save.sh index 396ab68..b67e37f 100755 --- a/.claude/scripts/compile-on-save.sh +++ b/.claude/scripts/compile-on-save.sh @@ -27,7 +27,7 @@ fi # Llamar al server Python para compilar curl -s -X POST "http://localhost:${SERVER_PORT}/api/compile-module" \ -H "Content-Type: application/json" \ - -d "{\"file_path\": \"${FILE_PATH}\", \"project_dir\": \"${CLAUDE_PROJECT_DIR}\"}" \ + -d "{\"file\": \"${FILE_PATH}\", \"project_dir\": \"${CLAUDE_PROJECT_DIR}\"}" \ > /dev/null 2>&1 & exit 0