LICENSE
README.md
pyproject.toml
src/codira/__init__.py
src/codira/cli.py
src/codira/contracts.py
src/codira/docstring.py
src/codira/indexer.py
src/codira/models.py
src/codira/normalization.py
src/codira/parser_ast.py
src/codira/prefix.py
src/codira/py.typed
src/codira/registry.py
src/codira/scanner.py
src/codira/schema.py
src/codira/sqlite_backend_support.py
src/codira/storage.py
src/codira/types.py
src/codira/utils.py
src/codira/version.py
src/codira.egg-info/PKG-INFO
src/codira.egg-info/SOURCES.txt
src/codira.egg-info/dependency_links.txt
src/codira.egg-info/entry_points.txt
src/codira.egg-info/requires.txt
src/codira.egg-info/top_level.txt
src/codira/analyzers/__init__.py
src/codira/analyzers/bash.py
src/codira/analyzers/c.py
src/codira/analyzers/json.py
src/codira/analyzers/python.py
src/codira/prompts/__init__.py
src/codira/prompts/default.py
src/codira/query/__init__.py
src/codira/query/classifier.py
src/codira/query/context.py
src/codira/query/exact.py
src/codira/query/graph_enrichment.py
src/codira/query/producers.py
src/codira/query/signals.py
src/codira/query/structural.py
src/codira/semantic/__init__.py
src/codira/semantic/embeddings.py
src/codira/semantic/search.py
tests/test_bootstrap_scripts.py
tests/test_call_graph.py
tests/test_characterization_phase2.py
tests/test_commit_message_check.py
tests/test_context_rendering.py
tests/test_contracts.py
tests/test_docstring_validation.py
tests/test_embeddings.py
tests/test_future_repo_ci.py
tests/test_future_repo_export.py
tests/test_future_repo_split_manifest.py
tests/test_incremental_indexing.py
tests/test_json_schema.py
tests/test_plugins.py
tests/test_prefix_filtering.py
tests/test_query_signals.py
tests/test_retrieval_merge.py
tests/test_smoke.py