LICENSE
README.md
pyproject.toml
skylakegrep/__init__.py
skylakegrep.egg-info/PKG-INFO
skylakegrep.egg-info/SOURCES.txt
skylakegrep.egg-info/dependency_links.txt
skylakegrep.egg-info/entry_points.txt
skylakegrep.egg-info/requires.txt
skylakegrep.egg-info/top_level.txt
skylakegrep/src/__init__.py
skylakegrep/src/answerer.py
skylakegrep/src/auto_index.py
skylakegrep/src/binary_extract.py
skylakegrep/src/bootstrap.py
skylakegrep/src/cli.py
skylakegrep/src/code_graph.py
skylakegrep/src/config.py
skylakegrep/src/embeddings.py
skylakegrep/src/enrich.py
skylakegrep/src/fast_intent.py
skylakegrep/src/hybrid.py
skylakegrep/src/indexer.py
skylakegrep/src/integrations.py
skylakegrep/src/intelligent_cli.py
skylakegrep/src/intent.py
skylakegrep/src/lazy_indexer.py
skylakegrep/src/llm_router.py
skylakegrep/src/metadata_search.py
skylakegrep/src/proactive.py
skylakegrep/src/recovery.py
skylakegrep/src/reference_graph.py
skylakegrep/src/render.py
skylakegrep/src/reranker.py
skylakegrep/src/server.py
skylakegrep/src/storage.py
skylakegrep/src/symbol_channel.py
skylakegrep/src/extractors/__init__.py
skylakegrep/src/extractors/code.py
skylakegrep/src/extractors/markdown.py
tests/test_answer_mode.py
tests/test_binary_extract.py
tests/test_code_graph.py
tests/test_enrich.py
tests/test_fast_intent.py
tests/test_filename_shortcut.py
tests/test_hybrid_ranking.py
tests/test_integrations.py
tests/test_intelligent_cli.py
tests/test_intent.py
tests/test_lazy_indexer_dedup.py
tests/test_lexical_shortcut.py
tests/test_llm_router.py
tests/test_metadata_search.py
tests/test_parity_batch.py
tests/test_proactive.py
tests/test_recovery.py
tests/test_reference_extractors.py
tests/test_search_quality.py
tests/test_symbol_channel.py
tests/test_symbol_index.py
tests/test_v0_4_ux.py