.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/notify-downstream.yml
.github/workflows/publish.yml
.github/workflows/upstream-mypy-check.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/_ssl.py
src/mcp_workspace/config.py
src/mcp_workspace/constants.py
src/mcp_workspace/main.py
src/mcp_workspace/py.typed
src/mcp_workspace/reference_projects.py
src/mcp_workspace/server.py
src/mcp_workspace/server_reference_tools.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/checks/__init__.py
src/mcp_workspace/checks/branch_status.py
src/mcp_workspace/checks/file_sizes.py
src/mcp_workspace/checks/pr_feedback.py
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/path_utils.py
src/mcp_workspace/file_tools/search.py
src/mcp_workspace/file_tools/tree_listing.py
src/mcp_workspace/git_operations/__init__.py
src/mcp_workspace/git_operations/arg_validation.py
src/mcp_workspace/git_operations/base_branch.py
src/mcp_workspace/git_operations/branch_queries.py
src/mcp_workspace/git_operations/branches.py
src/mcp_workspace/git_operations/commits.py
src/mcp_workspace/git_operations/compact_diffs.py
src/mcp_workspace/git_operations/core.py
src/mcp_workspace/git_operations/diffs.py
src/mcp_workspace/git_operations/file_tracking.py
src/mcp_workspace/git_operations/output_filtering.py
src/mcp_workspace/git_operations/parent_branch_detection.py
src/mcp_workspace/git_operations/read_operations.py
src/mcp_workspace/git_operations/remotes.py
src/mcp_workspace/git_operations/repository_status.py
src/mcp_workspace/git_operations/staging.py
src/mcp_workspace/git_operations/workflows.py
src/mcp_workspace/github_operations/__init__.py
src/mcp_workspace/github_operations/_pr_feedback_sources.py
src/mcp_workspace/github_operations/base_manager.py
src/mcp_workspace/github_operations/ci_log_parser.py
src/mcp_workspace/github_operations/ci_results_manager.py
src/mcp_workspace/github_operations/formatters.py
src/mcp_workspace/github_operations/labels_manager.py
src/mcp_workspace/github_operations/pr_manager.py
src/mcp_workspace/github_operations/verification.py
src/mcp_workspace/github_operations/issues/__init__.py
src/mcp_workspace/github_operations/issues/base.py
src/mcp_workspace/github_operations/issues/branch_manager.py
src/mcp_workspace/github_operations/issues/branch_naming.py
src/mcp_workspace/github_operations/issues/cache.py
src/mcp_workspace/github_operations/issues/comments_mixin.py
src/mcp_workspace/github_operations/issues/events_mixin.py
src/mcp_workspace/github_operations/issues/labels_mixin.py
src/mcp_workspace/github_operations/issues/manager.py
src/mcp_workspace/github_operations/issues/types.py
src/mcp_workspace/utils/__init__.py
src/mcp_workspace/utils/repo_identifier.py
src/mcp_workspace/utils/timezone_utils.py
src/mcp_workspace/workflows/__init__.py
src/mcp_workspace/workflows/task_tracker.py
tests/LLM_Test.md
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_constants.py
tests/test_read_github_deps.py
tests/test_reference_projects.py
tests/test_reference_projects_git.py
tests/test_reference_projects_mcp_tools.py
tests/test_reference_projects_utils.py
tests/test_server.py
tests/test_ssl.py
tests/checks/__init__.py
tests/checks/test_branch_status.py
tests/checks/test_branch_status_polling.py
tests/checks/test_branch_status_pr_feedback.py
tests/checks/test_branch_status_pr_fields.py
tests/checks/test_branch_status_recommendations.py
tests/checks/test_file_sizes.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_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/file_tools/test_tree_listing.py
tests/git_operations/__init__.py
tests/git_operations/conftest.py
tests/git_operations/test_arg_validation.py
tests/git_operations/test_base_branch.py
tests/git_operations/test_branch_queries.py
tests/git_operations/test_branches.py
tests/git_operations/test_commits.py
tests/git_operations/test_compact_diffs.py
tests/git_operations/test_compact_diffs_header_only.py
tests/git_operations/test_compact_diffs_integration.py
tests/git_operations/test_diffs.py
tests/git_operations/test_edge_cases.py
tests/git_operations/test_file_tracking.py
tests/git_operations/test_init_exports.py
tests/git_operations/test_output_filtering.py
tests/git_operations/test_parent_branch_detection.py
tests/git_operations/test_read_operations.py
tests/git_operations/test_remotes.py
tests/git_operations/test_repository_status.py
tests/git_operations/test_staging.py
tests/github_operations/__init__.py
tests/github_operations/conftest.py
tests/github_operations/test_base_manager.py
tests/github_operations/test_branch_naming.py
tests/github_operations/test_ci_log_parser.py
tests/github_operations/test_ci_results_manager_aggregation.py
tests/github_operations/test_ci_results_manager_artifacts.py
tests/github_operations/test_ci_results_manager_foundation.py
tests/github_operations/test_ci_results_manager_logs.py
tests/github_operations/test_ci_results_manager_status.py
tests/github_operations/test_formatters.py
tests/github_operations/test_github_integration_smoke.py
tests/github_operations/test_github_read_tools.py
tests/github_operations/test_github_utils.py
tests/github_operations/test_issue_branch_manager.py
tests/github_operations/test_issue_branch_manager_integration.py
tests/github_operations/test_issue_cache.py
tests/github_operations/test_issue_manager_comments.py
tests/github_operations/test_issue_manager_core.py
tests/github_operations/test_issue_manager_events.py
tests/github_operations/test_issue_manager_integration.py
tests/github_operations/test_issue_manager_labels.py
tests/github_operations/test_labels_manager.py
tests/github_operations/test_pr_manager.py
tests/github_operations/test_pr_manager_closing_issues.py
tests/github_operations/test_pr_manager_feedback.py
tests/github_operations/test_pr_manager_find_by_head.py
tests/github_operations/test_verification.py
tests/github_operations/issues/__init__.py
tests/github_operations/issues/conftest.py
tests/github_operations/issues/test_extract_prs_by_states.py
tests/github_operations/issues/test_get_branch_with_pr_fallback.py
tests/github_operations/issues/test_list_issues.py
tests/github_operations/issues/test_search_branches_by_pattern.py
tests/testdata/indent_testing_data.txt
tests/testdata/markdown_testing_data.md
tests/utils/__init__.py
tests/utils/test_repo_identifier.py
tests/utils/test_timezone_utils.py
tests/workflows/__init__.py
tests/workflows/test_task_tracker.py
tests/workflows/test_data/all_complete.md
tests/workflows/test_data/all_incomplete.md
tests/workflows/test_data/mixed_status.md
tests/workflows/test_data/no_tasks_section.md
tests/workflows/test_data/with_subtasks.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