.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/knowledge_base/planning_principles.md
.claude/knowledge_base/python.md
.claude/knowledge_base/refactoring_principles.md
.claude/knowledge_base/software_engineering_principles.md
.claude/skills/check_branch_status/SKILL.md
.claude/skills/commit_push/SKILL.md
.claude/skills/discuss/SKILL.md
.claude/skills/implement_direct/SKILL.md
.claude/skills/implementation_approve/SKILL.md
.claude/skills/implementation_finalise/SKILL.md
.claude/skills/implementation_needs_rework/SKILL.md
.claude/skills/implementation_new_tasks/SKILL.md
.claude/skills/implementation_review/SKILL.md
.claude/skills/implementation_review_supervisor/SKILL.md
.claude/skills/issue_analyse/SKILL.md
.claude/skills/issue_approve/SKILL.md
.claude/skills/issue_create/SKILL.md
.claude/skills/issue_requirements/SKILL.md
.claude/skills/issue_update/SKILL.md
.claude/skills/plan_approve/SKILL.md
.claude/skills/plan_review/SKILL.md
.claude/skills/plan_review_supervisor/SKILL.md
.claude/skills/plan_update/SKILL.md
.claude/skills/rebase/SKILL.md
.claude/skills/rebase/rebase_design.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/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_read_github_deps.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/read_github_deps.py
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