MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
LICENSES/Apache-2.0.txt
LICENSES/CC0-1.0.txt
data/AGENTS.md
data/candidates/README.md
data/candidates/review/candidate-anthropic-pricing-d4ebe425c4b343b4.json
data/candidates/review/candidate-anthropic-status-3be0bf5deb1f1902.json
data/candidates/review/candidate-aws-bedrock-docs-fb7a0d95bc6ef917.json
data/candidates/review/candidate-aws-bedrock-pricing-b4c77a8519c0a894.json
data/candidates/review/candidate-azure-openai-docs-19fd095bafac3a3a.json
data/candidates/review/candidate-azure-openai-pricing-d223f9b5d4c0dd1c.json
data/candidates/review/candidate-google-ai-docs-740030791003c654.json
data/candidates/review/candidate-google-vertex-pricing-5903e89982b9749d.json
data/candidates/review/candidate-openai-pricing-12eaf0f0299e0c09.json
data/candidates/review/candidate-openai-status-44d7c9aa6a62e64d.json
data/events/2024-01-04-openai-gpt3-completions-retirement.json
data/events/2024-06-14-azure-openai-legacy-gpt3-retirement.json
data/events/2024-12-04-aws-bedrock-prompt-caching-preview.json
data/events/2025-02-24-anthropic-claude-3-7-sonnet-launch.json
data/events/2026-06-01-google-vertex-gemini-2-0-flash-retirement.json
data/events/2026-06-03-anthropic-claude-code-services-degraded.json
data/events/2026-06-03-anthropic-opus-4-7-elevated-errors.json
data/events/2026-06-04-openai-codex-compaction-latency.json
data/events/2026-06-04-openai-image-api-401-errors.json
data/events/README.md
data/feeds/events.json
data/feeds/events.ndjson
data/feeds/latest.json
data/feeds/rss.xml
data/indexes/kind/caching_change.json
data/indexes/kind/model_launch.json
data/indexes/kind/model_retirement.json
data/indexes/kind/status_incident.json
data/indexes/provider/anthropic.json
data/indexes/provider/aws-bedrock.json
data/indexes/provider/azure-openai.json
data/indexes/provider/google.json
data/indexes/provider/openai.json
data/indexes/severity/low.json
data/indexes/severity/medium.json
data/releases/dev/checksums.txt
data/releases/dev/manifest.json
data/source-state/fingerprints.json
registries/agent-apps.json
registries/models.json
registries/provider-surfaces.json
registries/providers.json
schemas/candidate.schema.json
schemas/ecosystem-mapping.schema.json
schemas/event-detail.schema.json
schemas/event.schema.json
schemas/impact.schema.json
schemas/llm-review-request.schema.json
schemas/llm-review-result.schema.json
schemas/observation.schema.json
schemas/release-dry-run.schema.json
schemas/release-manifest.schema.json
schemas/repo-impact.schema.json
schemas/slack-payload.schema.json
schemas/source.schema.json
schemas/webhook-payload.schema.json
sources/AGENTS.md
sources/registry.json
sources/anthropic/README.md
sources/anthropic/source.json
sources/anthropic/fixtures/expected-sources.json
sources/anthropic/fixtures/pricing.expected.json
sources/anthropic/fixtures/pricing.html
sources/anthropic/fixtures/status.expected.json
sources/anthropic/fixtures/status.html
sources/aws-bedrock/README.md
sources/aws-bedrock/source.json
sources/aws-bedrock/fixtures/expected-sources.json
sources/aws-bedrock/fixtures/model-cards.expected.json
sources/aws-bedrock/fixtures/model-cards.html
sources/aws-bedrock/fixtures/pricing.expected.json
sources/aws-bedrock/fixtures/pricing.html
sources/azure-openai/README.md
sources/azure-openai/source.json
sources/azure-openai/fixtures/docs-models.expected.json
sources/azure-openai/fixtures/docs-models.html
sources/azure-openai/fixtures/expected-sources.json
sources/azure-openai/fixtures/legacy-models.expected.json
sources/azure-openai/fixtures/legacy-models.html
sources/azure-openai/fixtures/pricing.expected.json
sources/azure-openai/fixtures/pricing.html
sources/google/README.md
sources/google/source.json
sources/google/fixtures/ai-docs-models.expected.json
sources/google/fixtures/ai-docs-models.html
sources/google/fixtures/expected-sources.json
sources/google/fixtures/vertex-model-versions.expected.json
sources/google/fixtures/vertex-model-versions.html
sources/google/fixtures/vertex-pricing.expected.json
sources/google/fixtures/vertex-pricing.html
sources/openai/README.md
sources/openai/source.json
sources/openai/fixtures/deprecations.expected.json
sources/openai/fixtures/deprecations.html
sources/openai/fixtures/expected-sources.json
sources/openai/fixtures/pricing.expected.json
sources/openai/fixtures/pricing.html
sources/openai/fixtures/status-feed.atom
sources/openai/fixtures/status-feed.expected.json
src/ai_provider_watch/__init__.py
src/ai_provider_watch/__main__.py
src/ai_provider_watch.egg-info/PKG-INFO
src/ai_provider_watch.egg-info/SOURCES.txt
src/ai_provider_watch.egg-info/dependency_links.txt
src/ai_provider_watch.egg-info/entry_points.txt
src/ai_provider_watch.egg-info/requires.txt
src/ai_provider_watch.egg-info/top_level.txt
src/ai_provider_watch/cli/__init__.py
src/ai_provider_watch/core/__init__.py
src/ai_provider_watch/core/feeds.py
src/ai_provider_watch/core/io.py
src/ai_provider_watch/core/issues.py
src/ai_provider_watch/core/temporal.py
src/ai_provider_watch/core/untrusted.py
src/ai_provider_watch/core/validation.py
src/ai_provider_watch/mcp/__init__.py
src/ai_provider_watch/mcp/server.py
src/ai_provider_watch/pipeline/__init__.py
src/ai_provider_watch/pipeline/candidates.py
src/ai_provider_watch/pipeline/ecosystem.py
src/ai_provider_watch/pipeline/llm_review.py
src/ai_provider_watch/pipeline/notifications.py
src/ai_provider_watch/pipeline/release.py
src/ai_provider_watch/pipeline/repo_impact.py
src/ai_provider_watch/pipeline/review_pr.py
src/ai_provider_watch/source_watch/__init__.py
src/ai_provider_watch/source_watch/fixtures.py
src/ai_provider_watch/source_watch/http.py
src/ai_provider_watch/source_watch/parsers.py
src/ai_provider_watch/source_watch/scopes.py
src/ai_provider_watch/sources/__init__.py
src/ai_provider_watch/sources/registry.py
tests/test_action_metadata.py
tests/test_candidates.py
tests/test_cli.py
tests/test_codex_plugin.py
tests/test_downstream_smoke_fixtures.py
tests/test_ecosystem_mappings.py
tests/test_feeds.py
tests/test_governance_docs.py
tests/test_llm_review.py
tests/test_mcp_readonly.py
tests/test_notifications.py
tests/test_package_data.py
tests/test_prompt_injection_redteam.py
tests/test_release.py
tests/test_repo_impact.py
tests/test_review_pr.py
tests/test_sources.py
tests/test_validation.py
tests/test_workflows.py