LICENSE
README.md
pyproject.toml
src/reahl/swordfish/__init__.py
src/reahl/swordfish/browser.py
src/reahl/swordfish/class_diagram.py
src/reahl/swordfish/closable_notebook.py
src/reahl/swordfish/exceptions.py
src/reahl/swordfish/execution.py
src/reahl/swordfish/inspector.py
src/reahl/swordfish/main.py
src/reahl/swordfish/navigation.py
src/reahl/swordfish/object_diagram.py
src/reahl/swordfish/selection_list.py
src/reahl/swordfish/tab_registry.py
src/reahl/swordfish/text_editing.py
src/reahl/swordfish/ui_context.py
src/reahl/swordfish/ui_support.py
src/reahl/swordfish/gemstone/__init__.py
src/reahl/swordfish/gemstone/breakpoint_registry.py
src/reahl/swordfish/gemstone/browser.py
src/reahl/swordfish/gemstone/debugging.py
src/reahl/swordfish/gemstone/filetree_sync.py
src/reahl/swordfish/gemstone/session.py
src/reahl/swordfish/gemstone/smalltalk_method_parser.py
src/reahl/swordfish/gemstone/smalltalk_source_scanner.py
src/reahl/swordfish/gemstone/working_copy.py
src/reahl/swordfish/mcp/__init__.py
src/reahl/swordfish/mcp/debug_registry.py
src/reahl/swordfish/mcp/integration_state.py
src/reahl/swordfish/mcp/main.py
src/reahl/swordfish/mcp/server.py
src/reahl/swordfish/mcp/session_registry.py
src/reahl/swordfish/mcp/tools.py
src/reahl/swordfish/mcp/tracer_assets.py
src/reahl/swordfish/mcp/tracing/__init__.py
src/reahl/swordfish/mcp/tracing/swordfish_mcp_tracer.st
src/reahl_swordfish.egg-info/PKG-INFO
src/reahl_swordfish.egg-info/SOURCES.txt
src/reahl_swordfish.egg-info/dependency_links.txt
src/reahl_swordfish.egg-info/entry_points.txt
src/reahl_swordfish.egg-info/requires.txt
src/reahl_swordfish.egg-info/top_level.txt
tests/test_closable_notebook.py
tests/test_code_panel_highlighting.py
tests/test_covering_tests_stop_interrupts.py
tests/test_exact_class_search.py
tests/test_filetree_file_in.py
tests/test_filetree_file_out.py
tests/test_filetree_repository.py
tests/test_filetree_working_copy.py
tests/test_gemstone_browser_ast_pattern.py
tests/test_gemstone_browser_breakpoints.py
tests/test_gemstone_browser_class_references.py
tests/test_gemstone_browser_compile_with_edits.py
tests/test_gemstone_browser_edit_node.py
tests/test_gemstone_browser_extract.py
tests/test_gemstone_browser_filetree_sync.py
tests/test_gemstone_browser_method_outline.py
tests/test_gemstone_browser_move_and_param_preview.py
tests/test_gemstone_browser_packages.py
tests/test_gemstone_browser_parser_backed_sends.py
tests/test_gemstone_browser_selector_occurrence.py
tests/test_gemstone_browser_selector_rename.py
tests/test_gemstone_browser_send_sites.py
tests/test_gemstone_browser_source_method_ast_uses_parser.py
tests/test_gemstone_browser_tracer.py
tests/test_gemstone_debugging.py
tests/test_gui.py
tests/test_mcp_debug_registry.py
tests/test_mcp_debug_tools.py
tests/test_mcp_extract_method_wrapper.py
tests/test_mcp_filetree_sync_tools.py
tests/test_mcp_live_gemstone.py
tests/test_mcp_main.py
tests/test_mcp_senders_interface.py
tests/test_mcp_server.py
tests/test_mcp_session_registry.py
tests/test_mcp_tool_policies.py
tests/test_mcp_tools_schema_types.py
tests/test_mcp_tracer_assets.py
tests/test_senders_classification.py
tests/test_senders_filters.py
tests/test_senders_overview.py
tests/test_smalltalk_method_parser.py
tests/test_smalltalk_source_scanner.py