.gitignore
LICENSE
README.md
RELEASE_NOTES.md
demo.py
interactive_demo.py
pyproject.toml
pytest.ini
.claude/launch.json
.github/workflows/ci.yml
.github/workflows/publish.yml
astrobridge/__init__.py
astrobridge/_version.py
astrobridge/ai_description.py
astrobridge/analytics.py
astrobridge/benchmarking.py
astrobridge/ccd_calibration.py
astrobridge/connectors.py
astrobridge/database.py
astrobridge/geometry.py
astrobridge/identify.py
astrobridge/jobs.py
astrobridge/lookup.py
astrobridge/models.py
astrobridge/query_engine.py
astrobridge/state_store.py
astrobridge.egg-info/PKG-INFO
astrobridge.egg-info/SOURCES.txt
astrobridge.egg-info/dependency_links.txt
astrobridge.egg-info/entry_points.txt
astrobridge.egg-info/requires.txt
astrobridge.egg-info/top_level.txt
astrobridge/api/__init__.py
astrobridge/api/orchestrator.py
astrobridge/api/schemas.py
astrobridge/matching/__init__.py
astrobridge/matching/base.py
astrobridge/matching/calibrator.py
astrobridge/matching/confidence.py
astrobridge/matching/config.py
astrobridge/matching/probabilistic.py
astrobridge/matching/spatial.py
astrobridge/routing/__init__.py
astrobridge/routing/base.py
astrobridge/routing/intelligent.py
astrobridge/web/__init__.py
astrobridge/web/app.py
docs/Algorithm and Science.md
docs/Architecture Guide.md
docs/Command Guide.md
docs/Deployment Guide.md
docs/Example Usage.md
docs/Future Improvements.md
docs/Interactive Demo Guide.md
docs/Phases of Development.md
docs/Platforms_and_Catalogs_Matrix.md
docs/RELEASE_NOTES.md
docs/Test Suite Guide.md
docs/WORKLOG.md
docs-private/REFERENCES.bib
logs/verification-2026-04-07.md
logs/verification-connectors-2026-04-07.md
logs/verification-ned-tap-and-tests-2026-04-07.md
logs/verification-simbad-tap-2026-04-07.md
logs/verification-tap-reliability-2026-04-07.md
tests/__init__.py
tests/tap_fakes.py
tests/test_ai_description.py
tests/test_api.py
tests/test_ccd_calibration.py
tests/test_confidence_scoring.py
tests/test_database.py
tests/test_edge_cases.py
tests/test_identify.py
tests/test_interactive_demo.py
tests/test_live_adapters.py
tests/test_matcher.py
tests/test_new_catalogs.py
tests/test_persistence.py
tests/test_routing.py
tests/test_web.py
tests/integration/__init__.py
tests/integration/test_matching_pipeline.py
tests/regression/__init__.py
tests/regression/test_matching_determinism.py