LICENSE
README.md
pyproject.toml
flow_doctor/__init__.py
flow_doctor/_protocol.py
flow_doctor/otel.py
flow_doctor/py.typed
flow_doctor.egg-info/PKG-INFO
flow_doctor.egg-info/SOURCES.txt
flow_doctor.egg-info/dependency_links.txt
flow_doctor.egg-info/entry_points.txt
flow_doctor.egg-info/requires.txt
flow_doctor.egg-info/top_level.txt
flow_doctor/core/__init__.py
flow_doctor/core/_context.py
flow_doctor/core/builder.py
flow_doctor/core/client.py
flow_doctor/core/config.py
flow_doctor/core/dedup.py
flow_doctor/core/errors.py
flow_doctor/core/handler.py
flow_doctor/core/models.py
flow_doctor/core/rate_limiter.py
flow_doctor/core/scrubber.py
flow_doctor/diagnosis/__init__.py
flow_doctor/diagnosis/agent_provider.py
flow_doctor/diagnosis/context.py
flow_doctor/diagnosis/git_context.py
flow_doctor/diagnosis/knowledge_base.py
flow_doctor/diagnosis/provider.py
flow_doctor/digest/__init__.py
flow_doctor/digest/generator.py
flow_doctor/fix/__init__.py
flow_doctor/fix/cli.py
flow_doctor/fix/generator.py
flow_doctor/fix/pr_creator.py
flow_doctor/fix/prompts.py
flow_doctor/fix/replay_store.py
flow_doctor/fix/scope_guard.py
flow_doctor/fix/validator.py
flow_doctor/notify/__init__.py
flow_doctor/notify/base.py
flow_doctor/notify/configs.py
flow_doctor/notify/email.py
flow_doctor/notify/github.py
flow_doctor/notify/s3.py
flow_doctor/notify/slack.py
flow_doctor/notify/telegram.py
flow_doctor/remediation/__init__.py
flow_doctor/remediation/decision_gate.py
flow_doctor/remediation/executor.py
flow_doctor/remediation/playbook.py
flow_doctor/storage/__init__.py
flow_doctor/storage/base.py
flow_doctor/storage/sqlite.py
flow_doctor/testing/__init__.py
flow_doctor/testing/_plugin.py
flow_doctor/testing/_recording.py
tests/test_action_target.py
tests/test_builder.py
tests/test_config.py
tests/test_conservative_autofix.py
tests/test_context_assembler.py
tests/test_coverage_gaps.py
tests/test_dedup.py
tests/test_deprecations.py
tests/test_diagnosis_provider.py
tests/test_digest.py
tests/test_fail_loud.py
tests/test_fix_cli.py
tests/test_fix_generator.py
tests/test_git_context.py
tests/test_github_notifier.py
tests/test_handler.py
tests/test_knowledge_base.py
tests/test_models.py
tests/test_notifications.py
tests/test_otel_adapter.py
tests/test_phase2_integration.py
tests/test_pr_creator.py
tests/test_protocol_and_context.py
tests/test_rate_limiter.py
tests/test_remediation_pipeline.py
tests/test_remediation_telegram_notifier.py
tests/test_replay_store.py
tests/test_reporter.py
tests/test_s3_notifier.py
tests/test_scope_guard.py
tests/test_scrubber.py
tests/test_storage.py
tests/test_telegram_notifier.py
tests/test_testing_recorder.py
tests/test_validator.py