This commit is contained in:
2026-03-06 23:07:08 -05:00
parent cb57cc4a02
commit 4921a6715c
7 changed files with 51 additions and 44 deletions

View File

@@ -15,10 +15,7 @@ Fixed 329/330 tests passing for asyncio_decoupling_refactor_20260306 track.
- Issue in the _pending_gui_tasks queue - tracks aren't being processed
## CRITICAL MCP TOOL LESSON
When using manual-slop_edit_file, parameters are CAMEL CASE:
- oldString (NOT old_string)
- newString (NOT new_string)
- replaceAll (NOT replace_all)
When using manual-slop_edit_file, parameters are lower_snake_case:
The tool schema shows camelCase. Never assume snake_case. Always verify params from schema.