```json
[
  {"name": "invoke_migration", "tool": "symbol_migration", "params": {"old_name": "invoke_sync", "new_name": "invoke"}},
  {"name": "invoke_body", "tool": "function_body", "params": {"file_path": "expert_build/llm.py", "function_name": "invoke"}},
  {"name": "invoke_sync_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": "cmd_propose_beliefs_body", "tool": "function_body", "params": {"file_path": "expert_build/propose.py", "function_name": "cmd_propose_beliefs"}},
  {"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": "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"}},
  {"name": "invoke_sync_callers", "tool": "find_callers", "params": {"symbol": "invoke_sync"}},
  {"name": "propose_tests", "tool": "related_test_files", "params": {"file_path": "expert_build/propose.py"}},
  {"name": "cmd_propose_callers", "tool": "find_callers", "params": {"symbol": "cmd_propose_beliefs"}}
]
```
