LICENSE
README.md
pyproject.toml
scyther/__init__.py
scyther/__main__.py
scyther/run.py
scyther.egg-info/PKG-INFO
scyther.egg-info/SOURCES.txt
scyther.egg-info/dependency_links.txt
scyther.egg-info/entry_points.txt
scyther.egg-info/requires.txt
scyther.egg-info/top_level.txt
scyther/commands/__init__.py
scyther/commands/about_command.py
scyther/commands/append_command.py
scyther/commands/config_command.py
scyther/commands/copy_command.py
scyther/commands/create_command.py
scyther/commands/delete_command.py
scyther/commands/deps_command.py
scyther/commands/display_command.py
scyther/commands/doctor_command.py
scyther/commands/exit_command.py
scyther/commands/find_command.py
scyther/commands/git_diff_command.py
scyther/commands/git_status_command.py
scyther/commands/help_command.py
scyther/commands/largest_command.py
scyther/commands/list_command.py
scyther/commands/mkdir_command.py
scyther/commands/move_command.py
scyther/commands/open_command.py
scyther/commands/permission_command.py
scyther/commands/recent_command.py
scyther/commands/refs_command.py
scyther/commands/replace_command.py
scyther/commands/search_command.py
scyther/commands/stats_command.py
scyther/commands/summary_command.py
scyther/commands/todo_command.py
scyther/commands/tree_command.py
scyther/commands/version_command.py
scyther/commands/where_command.py
scyther/commands/write_command.py
scyther/core/__init__.py
scyther/core/command_registry.py
scyther/core/config.py
scyther/core/errors.py
scyther/core/models.py
scyther/core/version.py
scyther/permissions/__init__.py
scyther/permissions/access_control.py
scyther/permissions/permission_manager.py
scyther/routing/__init__.py
scyther/routing/command_router.py
scyther/routing/parser.py
scyther/services/__init__.py
scyther/services/code_index_service.py
scyther/services/config_service.py
scyther/services/file_service.py
scyther/services/git_service.py
scyther/services/path_service.py
scyther/services/repo_service.py
scyther/services/repository_stats_service.py
scyther/services/search_service.py
scyther/tools/__init__.py
scyther/tools/edit_tool.py
scyther/tools/file_tool.py
scyther/tools/git_tool.py
scyther/tools/repo_tool.py
scyther/ui/__init__.py
scyther/ui/debug_logger.py
scyther/ui/dependency_renderer.py
scyther/ui/display_manager.py
scyther/ui/file_renderer.py
scyther/ui/repo_renderer.py
scyther/ui/search_renderer.py
scyther/ui/symbol_renderer.py
scyther/ui/terminal.py
tests/test_code_index_service.py
tests/test_command_registry.py
tests/test_command_router.py
tests/test_config_service.py
tests/test_copy_command.py
tests/test_delete_command.py
tests/test_deps_command.py
tests/test_edit_tool.py
tests/test_file_service.py
tests/test_file_tool.py
tests/test_git_diff_command.py
tests/test_git_status_command.py
tests/test_help_command_new.py
tests/test_largest_command.py
tests/test_modification_commands.py
tests/test_move_command.py
tests/test_new_commands.py
tests/test_parser.py
tests/test_path_service.py
tests/test_permission_enforcement.py
tests/test_project_scoped_file_resolution.py
tests/test_recent_command.py
tests/test_refs_command.py
tests/test_release_commands.py
tests/test_replace_command.py
tests/test_repo_service.py
tests/test_repo_tool.py
tests/test_repository_stats_service.py
tests/test_search_command.py
tests/test_search_renderer.py
tests/test_stats_command.py
tests/test_todo_command.py
tests/test_where_command.py