# Large files allowlist - files exceeding 750 lines
# These files are grandfathered in; reduce over time per #353
# generate with mcp-coder check file-size --generate-allowlist --max-lines 750
# sort for better comparability


docs/cli-reference.md
docs/configuration/config.md
docs/processes-prompts/development-process.md
src/mcp_coder/cli/commands/coordinator/commands.py
tools/safe_delete_folder.py
src/mcp_coder/llm/mlflow_logger.py
src/mcp_coder/prompt_manager.py
src/mcp_coder/utils/subprocess_runner.py
src/mcp_coder/workflows/implement/core.py
tests/cli/commands/coordinator/test_core.py
tests/cli/commands/test_commit.py
tests/icoder/test_app_pilot.py
tests/cli/commands/test_prompt.py
tests/cli/commands/test_verify_orchestration.py
tests/cli/test_main.py
tests/llm/test_interface.py
tests/utils/test_folder_deletion.py
tests/utils/github_operations/issues/test_get_branch_with_pr_fallback.py
tests/utils/github_operations/test_base_manager.py
tests/utils/github_operations/test_github_utils.py
tests/utils/github_operations/test_issue_branch_manager.py
tests/utils/github_operations/test_issue_cache.py
tests/utils/github_operations/test_issue_manager_label_update.py
tests/checks/test_branch_status.py
tests/workflow_utils/test_commit_operations.py
tests/workflow_utils/test_task_tracker.py
tests/workflows/implement/test_core.py
tests/workflows/implement/test_task_processing.py
tests/workflows/test_issue_stats.py
tests/workflows/test_validate_labels.py
tests/workflows/vscodeclaude/test_cleanup.py
tests/workflows/vscodeclaude/test_sessions.py
tests/workflows/vscodeclaude/test_issues.py
tests/workflows/vscodeclaude/test_session_restart.py
tests/workflows/vscodeclaude/test_status_display.py
docs/repository-setup/README.md
