.gitattributes
.gitignore
.importlinter
.large-files-allowlist
.mcp.json
.python-version
README.md
claude.bat
claude_local.bat
mlflow_implementation.md
project_idea.md
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/langchain-integration.yml
.github/workflows/publish.yml
.run/pytest in tests - just unit tests.run.xml
.run/pytest in tests.run.xml
docs/README.md
docs/claude_sdk_response_structure.md
docs/cli-reference.md
docs/coordinator-vscodeclaude.md
docs/repository-setup.md
docs/architecture/architecture-maintenance.md
docs/architecture/architecture.md
docs/architecture/dependencies/dependency_graph.html
docs/architecture/dependencies/pydeps_graph.dot
docs/architecture/dependencies/pydeps_graph.html
docs/architecture/dependencies/readme.md
docs/configuration/claude-code.md
docs/configuration/claude-desktop.md
docs/configuration/config.md
docs/configuration/mlflow-integration.md
docs/getting-started/label-setup.md
docs/processes-prompts/claude_cheat_sheet.md
docs/processes-prompts/development-process.md
docs/processes-prompts/github_Issue_Workflow_Matrix.html
docs/processes-prompts/refactoring-guide.md
docs/tests/issues.md
docs/tests/runtime-statistics-review-process.md
docs/tests/runtime_statistics.md
docs/tests/slow-test-review-methodology.md
docs/tests/performance_data/performance_stats_20251005_055638.txt
docs/tests/performance_data/performance_stats_20251005_120721.txt
docs/tests/performance_data/performance_stats_20251007_103917.txt
docs/tests/performance_data/performance_stats_20251008_070010.txt
docs/tests/performance_data/performance_stats_20251008_174005.txt
docs/tests/performance_data/performance_stats_20251009_070944.txt
docs/tests/performance_data/performance_stats_20251014_071242.txt
docs/tests/performance_data/performance_stats_20260127_071318.txt
src/mcp_coder/__init__.py
src/mcp_coder/constants.py
src/mcp_coder/mcp_tools_py.py
src/mcp_coder/mcp_workspace.py
src/mcp_coder/prompt_manager.py
src/mcp_coder/py.typed
src/mcp_coder.egg-info/PKG-INFO
src/mcp_coder.egg-info/SOURCES.txt
src/mcp_coder.egg-info/dependency_links.txt
src/mcp_coder.egg-info/entry_points.txt
src/mcp_coder.egg-info/requires.txt
src/mcp_coder.egg-info/top_level.txt
src/mcp_coder/checks/__init__.py
src/mcp_coder/checks/branch_status.py
src/mcp_coder/checks/ci_log_parser.py
src/mcp_coder/checks/file_sizes.py
src/mcp_coder/cli/__init__.py
src/mcp_coder/cli/main.py
src/mcp_coder/cli/parsers.py
src/mcp_coder/cli/utils.py
src/mcp_coder/cli/commands/__init__.py
src/mcp_coder/cli/commands/check_branch_status.py
src/mcp_coder/cli/commands/check_file_sizes.py
src/mcp_coder/cli/commands/commit.py
src/mcp_coder/cli/commands/create_plan.py
src/mcp_coder/cli/commands/create_pr.py
src/mcp_coder/cli/commands/define_labels.py
src/mcp_coder/cli/commands/gh_tool.py
src/mcp_coder/cli/commands/git_tool.py
src/mcp_coder/cli/commands/help.py
src/mcp_coder/cli/commands/implement.py
src/mcp_coder/cli/commands/prompt.py
src/mcp_coder/cli/commands/set_status.py
src/mcp_coder/cli/commands/verify.py
src/mcp_coder/cli/commands/coordinator/__init__.py
src/mcp_coder/cli/commands/coordinator/command_templates.py
src/mcp_coder/cli/commands/coordinator/commands.py
src/mcp_coder/cli/commands/coordinator/core.py
src/mcp_coder/cli/commands/coordinator/issue_stats.py
src/mcp_coder/cli/commands/coordinator/workflow_constants.py
src/mcp_coder/config/__init__.py
src/mcp_coder/config/labels.json
src/mcp_coder/config/labels_schema.md
src/mcp_coder/config/mlflow_config.py
src/mcp_coder/formatters/__init__.py
src/mcp_coder/formatters/black_formatter.py
src/mcp_coder/formatters/config_reader.py
src/mcp_coder/formatters/isort_formatter.py
src/mcp_coder/formatters/models.py
src/mcp_coder/formatters/utils.py
src/mcp_coder/llm/__init__.py
src/mcp_coder/llm/env.py
src/mcp_coder/llm/interface.py
src/mcp_coder/llm/mlflow_logger.py
src/mcp_coder/llm/mlflow_metrics.py
src/mcp_coder/llm/serialization.py
src/mcp_coder/llm/types.py
src/mcp_coder/llm/formatting/__init__.py
src/mcp_coder/llm/formatting/formatters.py
src/mcp_coder/llm/formatting/sdk_serialization.py
src/mcp_coder/llm/providers/__init__.py
src/mcp_coder/llm/providers/claude/__init__.py
src/mcp_coder/llm/providers/claude/claude_cli_verification.py
src/mcp_coder/llm/providers/claude/claude_code_api.py
src/mcp_coder/llm/providers/claude/claude_code_cli.py
src/mcp_coder/llm/providers/claude/claude_executable_finder.py
src/mcp_coder/llm/providers/claude/logging_utils.py
src/mcp_coder/llm/providers/langchain/__init__.py
src/mcp_coder/llm/providers/langchain/_models.py
src/mcp_coder/llm/providers/langchain/agent.py
src/mcp_coder/llm/providers/langchain/anthropic_backend.py
src/mcp_coder/llm/providers/langchain/gemini_backend.py
src/mcp_coder/llm/providers/langchain/openai_backend.py
src/mcp_coder/llm/providers/langchain/verification.py
src/mcp_coder/llm/session/__init__.py
src/mcp_coder/llm/session/resolver.py
src/mcp_coder/llm/storage/__init__.py
src/mcp_coder/llm/storage/session_finder.py
src/mcp_coder/llm/storage/session_storage.py
src/mcp_coder/prompts/prompt_instructions.md
src/mcp_coder/prompts/prompts.md
src/mcp_coder/prompts/prompts_testdata.md
src/mcp_coder/utils/__init__.py
src/mcp_coder/utils/clipboard.py
src/mcp_coder/utils/data_files.py
src/mcp_coder/utils/folder_deletion.py
src/mcp_coder/utils/git_utils.py
src/mcp_coder/utils/log_utils.py
src/mcp_coder/utils/mlflow_config_loader.py
src/mcp_coder/utils/subprocess_runner.py
src/mcp_coder/utils/timezone_utils.py
src/mcp_coder/utils/user_config.py
src/mcp_coder/utils/git_operations/__init__.py
src/mcp_coder/utils/git_operations/branches.py
src/mcp_coder/utils/git_operations/commits.py
src/mcp_coder/utils/git_operations/compact_diffs.py
src/mcp_coder/utils/git_operations/core.py
src/mcp_coder/utils/git_operations/diffs.py
src/mcp_coder/utils/git_operations/file_tracking.py
src/mcp_coder/utils/git_operations/readers.py
src/mcp_coder/utils/git_operations/remotes.py
src/mcp_coder/utils/git_operations/staging.py
src/mcp_coder/utils/git_operations/workflows.py
src/mcp_coder/utils/github_operations/__init__.py
src/mcp_coder/utils/github_operations/base_manager.py
src/mcp_coder/utils/github_operations/ci_results_manager.py
src/mcp_coder/utils/github_operations/github_utils.py
src/mcp_coder/utils/github_operations/label_config.py
src/mcp_coder/utils/github_operations/labels_manager.py
src/mcp_coder/utils/github_operations/pr_manager.py
src/mcp_coder/utils/github_operations/issues/__init__.py
src/mcp_coder/utils/github_operations/issues/base.py
src/mcp_coder/utils/github_operations/issues/branch_manager.py
src/mcp_coder/utils/github_operations/issues/cache.py
src/mcp_coder/utils/github_operations/issues/comments_mixin.py
src/mcp_coder/utils/github_operations/issues/events_mixin.py
src/mcp_coder/utils/github_operations/issues/labels_mixin.py
src/mcp_coder/utils/github_operations/issues/manager.py
src/mcp_coder/utils/github_operations/issues/types.py
src/mcp_coder/utils/jenkins_operations/__init__.py
src/mcp_coder/utils/jenkins_operations/client.py
src/mcp_coder/utils/jenkins_operations/models.py
src/mcp_coder/workflow_utils/__init__.py
src/mcp_coder/workflow_utils/base_branch.py
src/mcp_coder/workflow_utils/commit_operations.py
src/mcp_coder/workflow_utils/py.typed
src/mcp_coder/workflow_utils/task_tracker.py
src/mcp_coder/workflows/__init__.py
src/mcp_coder/workflows/create_plan.py
src/mcp_coder/workflows/utils.py
src/mcp_coder/workflows/create_pr/__init__.py
src/mcp_coder/workflows/create_pr/core.py
src/mcp_coder/workflows/implement/__init__.py
src/mcp_coder/workflows/implement/constants.py
src/mcp_coder/workflows/implement/core.py
src/mcp_coder/workflows/implement/prerequisites.py
src/mcp_coder/workflows/implement/task_processing.py
src/mcp_coder/workflows/vscodeclaude/__init__.py
src/mcp_coder/workflows/vscodeclaude/cleanup.py
src/mcp_coder/workflows/vscodeclaude/config.py
src/mcp_coder/workflows/vscodeclaude/helpers.py
src/mcp_coder/workflows/vscodeclaude/issues.py
src/mcp_coder/workflows/vscodeclaude/session_launch.py
src/mcp_coder/workflows/vscodeclaude/session_restart.py
src/mcp_coder/workflows/vscodeclaude/sessions.py
src/mcp_coder/workflows/vscodeclaude/status.py
src/mcp_coder/workflows/vscodeclaude/templates.py
src/mcp_coder/workflows/vscodeclaude/types.py
src/mcp_coder/workflows/vscodeclaude/workspace.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_input_validation.py
tests/test_integration_task_tracker.py
tests/test_mcp_tools_py_integration.py
tests/test_module_exports.py
tests/test_module_integration.py
tests/test_prompt_manager.py
tests/checks/__init__.py
tests/checks/test_branch_status.py
tests/checks/test_file_sizes.py
tests/cli/__init__.py
tests/cli/test_main.py
tests/cli/test_utils.py
tests/cli/test_utils_status_symbols.py
tests/cli/commands/__init__.py
tests/cli/commands/conftest.py
tests/cli/commands/test_check_branch_status.py
tests/cli/commands/test_check_branch_status_auto_fixes.py
tests/cli/commands/test_check_branch_status_ci_waiting.py
tests/cli/commands/test_check_branch_status_cli_integration.py
tests/cli/commands/test_check_file_sizes.py
tests/cli/commands/test_commit.py
tests/cli/commands/test_create_plan.py
tests/cli/commands/test_create_pr.py
tests/cli/commands/test_define_labels.py
tests/cli/commands/test_define_labels_config.py
tests/cli/commands/test_define_labels_execute.py
tests/cli/commands/test_define_labels_format.py
tests/cli/commands/test_define_labels_label_changes.py
tests/cli/commands/test_define_labels_staleness.py
tests/cli/commands/test_define_labels_status.py
tests/cli/commands/test_define_labels_validate.py
tests/cli/commands/test_gh_tool.py
tests/cli/commands/test_git_tool.py
tests/cli/commands/test_git_tool_compact_diff.py
tests/cli/commands/test_help.py
tests/cli/commands/test_implement.py
tests/cli/commands/test_prompt.py
tests/cli/commands/test_session_priority.py
tests/cli/commands/test_set_status.py
tests/cli/commands/test_verify.py
tests/cli/commands/test_verify_command.py
tests/cli/commands/test_verify_integration.py
tests/cli/commands/test_verify_orchestration.py
tests/cli/commands/test_verify_parser.py
tests/cli/commands/coordinator/__init__.py
tests/cli/commands/coordinator/test_commands.py
tests/cli/commands/coordinator/test_core.py
tests/cli/commands/coordinator/test_integration.py
tests/cli/commands/coordinator/test_issue_stats.py
tests/cli/commands/coordinator/test_issue_stats_cli.py
tests/cli/commands/coordinator/test_vscodeclaude_cli.py
tests/config/test_mlflow_config.py
tests/formatters/__init__.py
tests/formatters/test_black_formatter.py
tests/formatters/test_config_reader.py
tests/formatters/test_debug.py
tests/formatters/test_integration.py
tests/formatters/test_isort_formatter.py
tests/formatters/test_main_api.py
tests/formatters/test_models.py
tests/formatters/test_utils.py
tests/integration/test_execution_dir_integration.py
tests/integration/test_mcp_config_integration.py
tests/integration/test_mlflow_integration.py
tests/llm/__init__.py
tests/llm/test_env.py
tests/llm/test_interface.py
tests/llm/test_mlflow_logger.py
tests/llm/test_mlflow_verify.py
tests/llm/test_module_structure.py
tests/llm/test_serialization.py
tests/llm/test_types.py
tests/llm/formatting/__init__.py
tests/llm/formatting/test_formatters.py
tests/llm/formatting/test_sdk_serialization.py
tests/llm/providers/__init__.py
tests/llm/providers/test_provider_structure.py
tests/llm/providers/claude/__init__.py
tests/llm/providers/claude/conftest.py
tests/llm/providers/claude/test_claude_cli_stream_integration.py
tests/llm/providers/claude/test_claude_cli_stream_parsing.py
tests/llm/providers/claude/test_claude_cli_verification.py
tests/llm/providers/claude/test_claude_cli_wrappers.py
tests/llm/providers/claude/test_claude_code_api.py
tests/llm/providers/claude/test_claude_code_api_error_handling.py
tests/llm/providers/claude/test_claude_code_cli.py
tests/llm/providers/claude/test_claude_executable_finder.py
tests/llm/providers/claude/test_claude_integration.py
tests/llm/providers/claude/test_claude_mcp_config.py
tests/llm/providers/claude/test_llm_sessions.py
tests/llm/providers/claude/test_logging_utils.py
tests/llm/providers/langchain/__init__.py
tests/llm/providers/langchain/conftest.py
tests/llm/providers/langchain/test_langchain_agent.py
tests/llm/providers/langchain/test_langchain_agent_mode.py
tests/llm/providers/langchain/test_langchain_anthropic.py
tests/llm/providers/langchain/test_langchain_coverage_gaps.py
tests/llm/providers/langchain/test_langchain_gemini.py
tests/llm/providers/langchain/test_langchain_integration.py
tests/llm/providers/langchain/test_langchain_models.py
tests/llm/providers/langchain/test_langchain_openai.py
tests/llm/providers/langchain/test_langchain_provider.py
tests/llm/providers/langchain/test_langchain_verification.py
tests/llm/session/__init__.py
tests/llm/session/test_resolver.py
tests/llm/storage/__init__.py
tests/llm/storage/test_session_finder.py
tests/llm/storage/test_session_storage.py
tests/utils/__init__.py
tests/utils/conftest.py
tests/utils/test_clipboard.py
tests/utils/test_data_files.py
tests/utils/test_folder_deletion.py
tests/utils/test_git_encoding_stress.py
tests/utils/test_git_utils.py
tests/utils/test_log_utils.py
tests/utils/test_subprocess_runner.py
tests/utils/test_timezone_utils.py
tests/utils/test_user_config.py
tests/utils/test_user_config_integration.py
tests/utils/git_operations/__init__.py
tests/utils/git_operations/conftest.py
tests/utils/git_operations/test_branches.py
tests/utils/git_operations/test_commits.py
tests/utils/git_operations/test_compact_diffs.py
tests/utils/git_operations/test_diffs.py
tests/utils/git_operations/test_file_tracking.py
tests/utils/git_operations/test_readers.py
tests/utils/git_operations/test_remotes.py
tests/utils/git_operations/test_staging.py
tests/utils/github_operations/__init__.py
tests/utils/github_operations/conftest.py
tests/utils/github_operations/test_base_manager.py
tests/utils/github_operations/test_ci_results_manager_aggregation.py
tests/utils/github_operations/test_ci_results_manager_artifacts.py
tests/utils/github_operations/test_ci_results_manager_foundation.py
tests/utils/github_operations/test_ci_results_manager_logs.py
tests/utils/github_operations/test_ci_results_manager_status.py
tests/utils/github_operations/test_github_integration_smoke.py
tests/utils/github_operations/test_github_utils.py
tests/utils/github_operations/test_issue_branch_manager.py
tests/utils/github_operations/test_issue_branch_manager_integration.py
tests/utils/github_operations/test_issue_cache.py
tests/utils/github_operations/test_issue_manager_comments.py
tests/utils/github_operations/test_issue_manager_core.py
tests/utils/github_operations/test_issue_manager_events.py
tests/utils/github_operations/test_issue_manager_integration.py
tests/utils/github_operations/test_issue_manager_label_update.py
tests/utils/github_operations/test_issue_manager_labels.py
tests/utils/github_operations/test_labels_manager.py
tests/utils/github_operations/test_pr_manager.py
tests/utils/github_operations/test_repo_identifier.py
tests/utils/github_operations/issues/__init__.py
tests/utils/github_operations/issues/test_branch_resolution.py
tests/utils/jenkins_operations/__init__.py
tests/utils/jenkins_operations/conftest.py
tests/utils/jenkins_operations/test_client.py
tests/utils/jenkins_operations/test_integration.py
tests/utils/jenkins_operations/test_models.py
tests/workflow_utils/__init__.py
tests/workflow_utils/test_base_branch.py
tests/workflow_utils/test_commit_operations.py
tests/workflow_utils/test_task_tracker.py
tests/workflow_utils/test_data/case_insensitive.md
tests/workflow_utils/test_data/empty_tracker.md
tests/workflow_utils/test_data/missing_section.md
tests/workflow_utils/test_data/real_world_tracker.md
tests/workflow_utils/test_data/valid_tracker.md
tests/workflows/__init__.py
tests/workflows/test_create_pr_integration.py
tests/workflows/test_label_config.py
tests/workflows/config/__init__.py
tests/workflows/config/test_labels.json
tests/workflows/create_plan/__init__.py
tests/workflows/create_plan/test_argument_parsing.py
tests/workflows/create_plan/test_branch_management.py
tests/workflows/create_plan/test_main.py
tests/workflows/create_plan/test_prerequisites.py
tests/workflows/create_plan/test_prompt_execution.py
tests/workflows/create_pr/__init__.py
tests/workflows/create_pr/test_file_operations.py
tests/workflows/create_pr/test_generation.py
tests/workflows/create_pr/test_parsing.py
tests/workflows/create_pr/test_prerequisites.py
tests/workflows/create_pr/test_repository.py
tests/workflows/create_pr/test_workflow.py
tests/workflows/implement/__init__.py
tests/workflows/implement/test_ci_check.py
tests/workflows/implement/test_core.py
tests/workflows/implement/test_prerequisites.py
tests/workflows/implement/test_task_processing.py
tests/workflows/vscodeclaude/__init__.py
tests/workflows/vscodeclaude/conftest.py
tests/workflows/vscodeclaude/test_cache_aware.py
tests/workflows/vscodeclaude/test_cleanup.py
tests/workflows/vscodeclaude/test_closed_issues_integration.py
tests/workflows/vscodeclaude/test_config.py
tests/workflows/vscodeclaude/test_folder_git_status.py
tests/workflows/vscodeclaude/test_helpers.py
tests/workflows/vscodeclaude/test_issues.py
tests/workflows/vscodeclaude/test_launch_vscode_env_vars.py
tests/workflows/vscodeclaude/test_next_action.py
tests/workflows/vscodeclaude/test_orchestrator_cache.py
tests/workflows/vscodeclaude/test_orchestrator_documentation.py
tests/workflows/vscodeclaude/test_orchestrator_launch.py
tests/workflows/vscodeclaude/test_orchestrator_regenerate.py
tests/workflows/vscodeclaude/test_orchestrator_sessions.py
tests/workflows/vscodeclaude/test_sessions.py
tests/workflows/vscodeclaude/test_startup_script_mcp_coder_path.py
tests/workflows/vscodeclaude/test_status_display.py
tests/workflows/vscodeclaude/test_templates.py
tests/workflows/vscodeclaude/test_types.py
tests/workflows/vscodeclaude/test_workspace.py
tests/workflows/vscodeclaude/test_workspace_git.py
tests/workflows/vscodeclaude/test_workspace_startup_script.py
tools/__init__.py
tools/black.bat
tools/check_version.bat
tools/checks2clipboard.bat
tools/commit_summary.bat
tools/debug_vscode_sessions.py
tools/debug_windows.py
tools/docstring_stats.sh
tools/format_all.bat
tools/format_all.sh
tools/get_latest_mlflow_db_entries.py
tools/get_mlflow_config.py
tools/get_pytest_performance_stats.bat
tools/get_recent_mlflow_runs.py
tools/iSort.bat
tools/lint_imports.bat
tools/lint_imports.sh
tools/mypy.bat
tools/pr_review.bat
tools/pr_review_highlevel.bat
tools/pr_summary.bat
tools/pycycle_check.bat
tools/pycycle_check.sh
tools/pydeps_graph.bat
tools/pydeps_graph.sh
tools/pylint_check_for_errors.bat
tools/reinstall.bat
tools/ruff_check.bat
tools/ruff_check.sh
tools/safe_delete_folder.py
tools/start_mlflow.bat
tools/start_mlflow.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.md
tools/test_profiler_generate_only.bat
tools/test_prompt.bat
tools/vulture_check.bat
tools/vulture_check.sh
tools/test_profiler_plugin/__init__.py
tools/test_profiler_plugin/generate_report.py