.gitattributes
.gitignore
.importlinter
.large-files-allowlist
.mcp.json
.python-version
CONTRIBUTING.md
INSTALL.md
LICENSE
README.md
claude.bat
claude_local.bat
icoder.bat
icoder_local.bat
pyproject.toml
tach.toml
vulture_whitelist.py
.claude/CLAUDE.md
.claude/settings.local.json
.claude/agents/commit-pusher.md
.claude/commands/check_branch_status.md
.claude/commands/commit_push.md
.claude/commands/discuss.md
.claude/commands/implementation_approve.md
.claude/commands/implementation_finalise.md
.claude/commands/implementation_needs_rework.md
.claude/commands/implementation_new_tasks.md
.claude/commands/implementation_review.md
.claude/commands/implementation_review_supervisor.md
.claude/commands/issue_analyse.md
.claude/commands/issue_approve.md
.claude/commands/issue_create.md
.claude/commands/issue_update.md
.claude/commands/plan_approve.md
.claude/commands/plan_review.md
.claude/commands/plan_review_supervisor.md
.claude/commands/plan_update.md
.claude/commands/rebase.md
.claude/commands/rebase_design.md.txt
.claude/knowledge_base/planning_principles.md
.claude/knowledge_base/python.md
.claude/knowledge_base/refactoring_principles.md
.claude/knowledge_base/software_engineering_principles.md
.github/dependabot.yml
.github/workflows/approve-command.yml
.github/workflows/ci.yml
.github/workflows/label-new-issues.yml
.github/workflows/publish.yml
docs/ARCHITECTURE.md
docs/processes-prompts/refactoring-guide.md
src/__init__.py
src/mcp_workspace/__init__.py
src/mcp_workspace/log_utils.py
src/mcp_workspace/main.py
src/mcp_workspace/py.typed
src/mcp_workspace/server.py
src/mcp_workspace.egg-info/PKG-INFO
src/mcp_workspace.egg-info/SOURCES.txt
src/mcp_workspace.egg-info/dependency_links.txt
src/mcp_workspace.egg-info/entry_points.txt
src/mcp_workspace.egg-info/requires.txt
src/mcp_workspace.egg-info/top_level.txt
src/mcp_workspace/file_tools/__init__.py
src/mcp_workspace/file_tools/directory_utils.py
src/mcp_workspace/file_tools/edit_file.py
src/mcp_workspace/file_tools/file_operations.py
src/mcp_workspace/file_tools/git_operations.py
src/mcp_workspace/file_tools/path_utils.py
src/mcp_workspace/file_tools/search.py
tests/LLM_Test.md
tests/README.md
tests/__init__.py
tests/conftest.py
tests/integration_test_move.py
tests/test_log_utils.py
tests/test_reference_projects.py
tests/test_server.py
tests/file_tools/__init__.py
tests/file_tools/test_directory_utils.py
tests/file_tools/test_edit_already_applied_fix.py
tests/file_tools/test_edit_file.py
tests/file_tools/test_edit_file_api.py
tests/file_tools/test_edit_file_backslash.py
tests/file_tools/test_edit_file_issues.py
tests/file_tools/test_file_operations.py
tests/file_tools/test_git_operations.py
tests/file_tools/test_markdown_indentation.py
tests/file_tools/test_move_git_integration.py
tests/file_tools/test_move_operations.py
tests/file_tools/test_path_utils.py
tests/file_tools/test_search.py
tests/testdata/indent_testing_data.txt
tests/testdata/markdown_testing_data.md
tools/__init__.py
tools/black.bat
tools/check_version.bat
tools/checks2clipboard.bat
tools/commit_summary.bat
tools/format_all.bat
tools/format_all.sh
tools/get_pytest_performance_stats.bat
tools/git_changed_files.bat
tools/iSort.bat
tools/lint_imports.bat
tools/lint_imports.sh
tools/mypy.bat
tools/pr_review.bat
tools/pr_summary.bat
tools/pycycle_check.bat
tools/pycycle_check.sh
tools/pydeps_graph.bat
tools/pydeps_graph.sh
tools/pylint_check.bat
tools/pytest_check.bat
tools/reinstall_local.bat
tools/run_all_checks.bat
tools/run_all_checks.sh
tools/tach_check.bat
tools/tach_check.sh
tools/tach_docs.bat
tools/tach_docs.py
tools/tach_docs.sh
tools/test_profiler.bat
tools/test_profiler_generate_only.bat
tools/update_packages.bat
tools/vulture_check.bat
tools/vulture_check.sh
tools/test_profiler_plugin/__init__.py
tools/test_profiler_plugin/generate_report.py