```json
[
  {"name": "invoke_rename_complete", "tool": "symbol_migration", "params": {"old_name": "invoke_sync", "new_name": "invoke"}},
  {"name": "invoke_function_body", "tool": "function_body", "params": {"file_path": "expert_build/llm.py", "function_name": "invoke"}},
  {"name": "invoke_sync_function_body", "tool": "function_body", "params": {"file_path": "expert_build/llm.py", "function_name": "invoke_sync"}},
  {"name": "invoke_raises", "tool": "raises_analysis", "params": {"file_path": "expert_build/llm.py", "function_name": "invoke"}},
  {"name": "build_dedup_context_body", "tool": "function_body", "params": {"file_path": "expert_build/propose.py", "function_name": "_build_dedup_context"}},
  {"name": "save_processed_body", "tool": "function_body", "params": {"file_path": "expert_build/propose.py", "function_name": "_save_processed"}},
  {"name": "cmd_propose_beliefs_full", "tool": "function_body", "params": {"file_path": "expert_build/propose.py", "function_name": "cmd_propose_beliefs"}},
  {"name": "llm_imports", "tool": "file_imports", "params": {"file_path": "expert_build/llm.py"}},
  {"name": "propose_imports", "tool": "file_imports", "params": {"file_path": "expert_build/propose.py"}}
]
```
