.gitignore
.markdownlint.yaml
.mcp.json.example
.pre-commit-config.yaml
.pydocstyle
.pyeye.json.example
.secrets.baseline
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
DOCUMENTATION.md
LICENSE
README.md
pyproject.toml
setup.sh
.claude/README.md
.claude/settings.json
.claude/startup-context.md
.claude/worktree-helper.sh
.claude/agents/INTEGRATION-EXAMPLE.md
.claude/agents/README-SELF-IMPROVEMENT.md
.claude/agents/TEMPLATE-WITH-LEARNING.md
.claude/agents/cross-platform-issues.yaml
.claude/agents/cross-platform-validator.md
.claude/agents/pr-workflow.md
.claude/agents/smart-commit-examples.md
.claude/agents/smart-commit.md
.claude/agents/worktree-manager.md
.claude/feedback/.gitignore
.claude/feedback/.last_analysis_worktree-manager
.claude/feedback/ARCHITECTURE-DECISION.md
.claude/feedback/EVENT-DRIVEN-SUMMARY.md
.claude/feedback/IMPLEMENTATION-SUMMARY.md
.claude/feedback/LEARNING-LIFECYCLE.md
.claude/feedback/QUICK-START.md
.claude/feedback/README.md
.claude/feedback/WHEN-AGENTS-GET-SMARTER.md
.claude/feedback/analyze_agent_performance.py
.claude/feedback/apply_learnings.sh
.claude/feedback/event_driven_learning.sh
.claude/feedback/.counters/worktree-manager.count
.claude/feedback/.outcomes/worktree-manager.recent
.claude/feedback/.patterns/worktree-manager.patterns
.claude/feedback/.profiles/worktree-manager.profile
.claude/feedback/learnings/worktree-manager-learnings.md
.claude/feedback/learnings/worktree-manager-report-20250830_152419.md
.claude/feedback/learnings/worktree-manager-report-20250830_152513.md
.claude/feedback/logs/.gitkeep
.claude/feedback/metrics/.gitkeep
.claude/instructions/00-documentation-system.md
.claude/instructions/01-core-rules.md
.claude/instructions/02-session-startup.md
.claude/instructions/03-mcp-dogfooding.md
.claude/instructions/04-agent-triggers.md
.claude/instructions/05-workflow-issues.md
.claude/instructions/06-workflow-commits.md
.claude/instructions/07-validation.md
.claude/instructions/08-project-specific.md
.claude/instructions/09-task-management.md
.claude/instructions/10-cross-platform.md
.claude/instructions/11-pr-requirements.md
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/build-deploy-docs.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
benchmarks/BASELINE_RESULTS.md
benchmarks/benchmark_simple.py
docs/CLAUDE_AGENTS.md
docs/CLAUDE_WORKTREE_WORKFLOW.md
docs/COVERAGE.md
docs/DOGFOODING_INTEGRATION.md
docs/DOGFOODING_SETUP.md
docs/LABELS.md
docs/METRICS_BASELINE.md
docs/Makefile
docs/RELEASE.md
docs/TROUBLESHOOTING.md
docs/UNIFIED_METRICS.md
docs/migration-guide.md
docs/namespace-packages.md
docs/test_coverage_agent_usage.md
docs/api/README.md
docs/api/core-navigation.md
docs/api/django-tools.md
docs/api/flask-tools.md
docs/api/module-analysis.md
docs/api/pydantic-tools.md
docs/api/quick-reference.md
docs/development/test_generation_guidelines.md
docs/source/conf.py
docs/source/configuration.rst
docs/source/contributing.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/_static/.gitkeep
docs/source/api/index.rst
docs/source/architecture/caching-strategy.rst
docs/source/architecture/index.rst
docs/source/architecture/overview.rst
docs/source/architecture/plugin-system.rst
docs/source/examples/index.rst
docs/testing/CONVENTIONS.md
docs/testing/FIXTURES.md
docs/testing/PERFORMANCE.md
docs/testing/STRATEGY.md
examples/configurations/enterprise.json
examples/configurations/microservices.json
examples/configurations/monorepo.json
examples/configurations/plugin-system.json
examples/test_project/example.py
scripts/check_cross_platform_paths.py
scripts/dogfooding_metrics.py
scripts/grep_tracker.sh
scripts/install_hooks.sh
scripts/mcp_wrapper.sh
scripts/setup_aliases.sh
scripts/setup_dogfooding.sh
scripts/setup_grep_tracking.sh
scripts/test_coverage_agent.py
scripts/test_cross_platform_agent.py
scripts/unified_metrics.py
scripts/validate_changelog.py
scripts/worktree_safety.py
scripts/claude_hooks/README.md
scripts/claude_hooks/detect_grep_usage.py
scripts/claude_hooks/hooks.json
scripts/claude_hooks/mcp_analytics.py
scripts/claude_hooks/session_tracker.py
scripts/claude_hooks/setup_mcp_monitoring.sh
scripts/claude_hooks/track_mcp_call.py
scripts/claude_hooks/track_mcp_success.py
src/pyeye/__init__.py
src/pyeye/_version.py
src/pyeye/_version.pyi
src/pyeye/async_utils.py
src/pyeye/cache.py
src/pyeye/config.py
src/pyeye/connection_pool.py
src/pyeye/constants.py
src/pyeye/dependency_tracker.py
src/pyeye/dogfooding_integration.py
src/pyeye/exceptions.py
src/pyeye/import_analyzer.py
src/pyeye/metrics.py
src/pyeye/metrics_hook.py
src/pyeye/namespace_resolver.py
src/pyeye/path_utils.py
src/pyeye/project_manager.py
src/pyeye/scope_utils.py
src/pyeye/settings.py
src/pyeye/symbol_parser.py
src/pyeye/unified_metrics.py
src/pyeye/validation.py
src/pyeye/agents/__init__.py
src/pyeye/agents/test_coverage.py
src/pyeye/agents/test_coverage_enhanced.py
src/pyeye/analyzers/__init__.py
src/pyeye/analyzers/jedi_analyzer.py
src/pyeye/mcp/__init__.py
src/pyeye/mcp/__main__.py
src/pyeye/mcp/server.py
src/pyeye/plugins/__init__.py
src/pyeye/plugins/base.py
src/pyeye/plugins/django.py
src/pyeye/plugins/flask.py
src/pyeye/plugins/pydantic.py
src/pyeye/workflows/code_review_pr.md
src/pyeye/workflows/code_review_security.md
src/pyeye/workflows/code_review_standards.md
src/pyeye/workflows/code_understanding.md
src/pyeye/workflows/dependency_analysis.md
src/pyeye/workflows/find_references.md
src/pyeye/workflows/refactoring.md
src/pyeye_mcp.egg-info/PKG-INFO
src/pyeye_mcp.egg-info/SOURCES.txt
src/pyeye_mcp.egg-info/dependency_links.txt
src/pyeye_mcp.egg-info/requires.txt
src/pyeye_mcp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_automation.py
tests/test_coverage_agent.py
tests/test_dogfooding_integration.py
tests/test_dogfooding_metrics.py
tests/test_dogfooding_workflow.py
tests/test_get_type_info_inheritance.py
tests/test_helpers.py
tests/test_posixpath_serialization.py
tests/test_resources.py
tests/e2e/__init__.py
tests/e2e/scenarios/test_end_to_end.py
tests/fixtures/__init__.py
tests/fixtures/factories.py
tests/fixtures/reexport_test/__init__.py
tests/fixtures/reexport_test/core/__init__.py
tests/fixtures/reexport_test/core/auth/__init__.py
tests/fixtures/reexport_test/core/auth/authenticator.py
tests/fixtures/reexport_test/models/__init__.py
tests/fixtures/reexport_test/models/user.py
tests/fixtures/standalone_project/.pyeye.json
tests/fixtures/standalone_project/mypackage/__init__.py
tests/fixtures/standalone_project/mypackage/models.py
tests/fixtures/standalone_project/notebooks/analysis1.py
tests/fixtures/standalone_project/notebooks/analysis2.py
tests/fixtures/standalone_project/scripts/migrate.py
tests/integration/__init__.py
tests/integration/test_compound_symbols.py
tests/integration/test_connection_pool.py
tests/integration/test_dependency_tracker.py
tests/integration/test_find_symbol_cross_project.py
tests/integration/test_namespace_methods.py
tests/integration/test_namespace_resolver.py
tests/integration/test_namespace_support.py
tests/integration/test_polymorphic_references.py
tests/integration/test_project_manager.py
tests/integration/test_project_manager_pooling.py
tests/integration/test_scope_configuration.py
tests/integration/test_standalone_scripts.py
tests/integration/cache_system/test_smart_invalidation_integration.py
tests/integration/jedi_integration/test_jedi_analyzer.py
tests/integration/jedi_integration/test_jedi_integration.py
tests/integration/jedi_integration/test_module_analysis.py
tests/integration/jedi_integration/test_relative_imports.py
tests/integration/jedi_integration/test_src_layout.py
tests/integration/mcp_protocol/test_mcp_integration.py
tests/integration/mcp_protocol/test_server.py
tests/performance/__init__.py
tests/performance/benchmarks/test_find_imports_performance.py
tests/performance/benchmarks/test_performance_benchmarks.py
tests/performance/benchmarks/test_performance_regression.py
tests/performance/benchmarks/test_scope_performance.py
tests/unit/__init__.py
tests/unit/test_symbol_parser.py
tests/unit/core/test_cache.py
tests/unit/core/test_config.py
tests/unit/core/test_exceptions.py
tests/unit/core/test_granular_cache.py
tests/unit/core/test_settings.py
tests/unit/core/test_validation.py
tests/unit/core/test_version_validation.py
tests/unit/plugins/test_django_plugin.py
tests/unit/plugins/test_flask_plugin.py
tests/unit/plugins/test_pydantic_plugin.py
tests/unit/utils/test_async_utils.py
tests/unit/utils/test_metrics.py
tests/unit/utils/test_path_utils.py
tests/unit/utils/test_unified_metrics_core.py
tests/unit/utils/test_utils.py
tests/utils/__init__.py
tests/utils/performance.py