LICENSE
README.md
pyproject.toml
bicep_whatif_advisor/__init__.py
bicep_whatif_advisor/cli.py
bicep_whatif_advisor/input.py
bicep_whatif_advisor/noise_filter.py
bicep_whatif_advisor/prompt.py
bicep_whatif_advisor/render.py
bicep_whatif_advisor.egg-info/PKG-INFO
bicep_whatif_advisor.egg-info/SOURCES.txt
bicep_whatif_advisor.egg-info/dependency_links.txt
bicep_whatif_advisor.egg-info/entry_points.txt
bicep_whatif_advisor.egg-info/requires.txt
bicep_whatif_advisor.egg-info/top_level.txt
bicep_whatif_advisor/ci/__init__.py
bicep_whatif_advisor/ci/agents.py
bicep_whatif_advisor/ci/azdevops.py
bicep_whatif_advisor/ci/buckets.py
bicep_whatif_advisor/ci/diff.py
bicep_whatif_advisor/ci/github.py
bicep_whatif_advisor/ci/platform.py
bicep_whatif_advisor/ci/risk_buckets.py
bicep_whatif_advisor/ci/verdict.py
bicep_whatif_advisor/data/builtin_noise_patterns.txt
bicep_whatif_advisor/providers/__init__.py
bicep_whatif_advisor/providers/anthropic.py
bicep_whatif_advisor/providers/azure_openai.py
bicep_whatif_advisor/providers/ollama.py
tests/test_agents.py
tests/test_agents_integration.py
tests/test_azdevops.py
tests/test_buckets.py
tests/test_cli.py
tests/test_config_file.py
tests/test_diff.py
tests/test_github.py
tests/test_input.py
tests/test_integration.py
tests/test_noise_filter.py
tests/test_platform.py
tests/test_prompt.py
tests/test_providers.py
tests/test_render.py
tests/test_risk_buckets.py