LICENSE
MANIFEST.in
README.md
pyproject.toml
ai_failure_periodic_table.egg-info/PKG-INFO
ai_failure_periodic_table.egg-info/SOURCES.txt
ai_failure_periodic_table.egg-info/dependency_links.txt
ai_failure_periodic_table.egg-info/entry_points.txt
ai_failure_periodic_table.egg-info/requires.txt
ai_failure_periodic_table.egg-info/top_level.txt
src/__init__.py
src/classifier.py
src/cli.py
src/data_loader.py
src/freshness_feed.py
src/py.typed
src/taxonomy_paths.py
src/tfidf_search.py
src/ai_failure_api/__init__.py
src/ai_failure_api/__main__.py
src/ai_failure_api/server.py
src/ai_failure_mcp/__init__.py
src/ai_failure_mcp/__main__.py
src/ai_failure_mcp/bridge.py
src/ai_failure_mcp/response_contract.py
src/ai_failure_mcp/scientific_envelope.py
src/ai_failure_mcp/server.py
src/data/embeddings_meta.json
src/data/failures.json
src/data/freshness_sources.json
src/data/search_index.json
tests/test_api.py
tests/test_classifier.py
tests/test_classifier_all_classes.py
tests/test_classifier_case_studies.py
tests/test_classifier_nl_probes.py
tests/test_cli_daily_driver.py
tests/test_data_integrity.py
tests/test_freshness_feed.py
tests/test_mcp_bridge.py
tests/test_mcp_protection.py
tests/test_tfidf_search.py