CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/interactive_semantic_hunt.egg-info/PKG-INFO
src/interactive_semantic_hunt.egg-info/SOURCES.txt
src/interactive_semantic_hunt.egg-info/dependency_links.txt
src/interactive_semantic_hunt.egg-info/entry_points.txt
src/interactive_semantic_hunt.egg-info/requires.txt
src/interactive_semantic_hunt.egg-info/top_level.txt
src/ish/__init__.py
src/ish/bootstrap.py
src/ish/settings.py
src/ish/adapters/__init__.py
src/ish/adapters/embedder/__init__.py
src/ish/adapters/embedder/llama_cpp.py
src/ish/adapters/embedder/ollama.py
src/ish/adapters/embedder/prefixes.py
src/ish/adapters/embedder/sentence_transformer.py
src/ish/adapters/parser/__init__.py
src/ish/adapters/parser/limits.py
src/ish/adapters/parser/markup.py
src/ish/adapters/parser/plugins.py
src/ish/adapters/parser/python.py
src/ish/adapters/parser/structured.py
src/ish/adapters/parser/tree_sitter.py
src/ish/adapters/vcs/__init__.py
src/ish/adapters/vcs/git.py
src/ish/adapters/vector_store/__init__.py
src/ish/adapters/vector_store/federated.py
src/ish/adapters/vector_store/pure_python.py
src/ish/adapters/vector_store/sqlite.py
src/ish/application/__init__.py
src/ish/application/index.py
src/ish/application/preview.py
src/ish/application/scan.py
src/ish/application/search.py
src/ish/application/ports/__init__.py
src/ish/application/ports/embedder.py
src/ish/application/ports/parser.py
src/ish/application/ports/vector_store.py
src/ish/domain/__init__.py
src/ish/domain/chunk.py
src/ish/interfaces/__init__.py
src/ish/interfaces/complete.py
src/ish/interfaces/format.py
src/ish/interfaces/cli/__init__.py
src/ish/interfaces/cli/args.py
src/ish/interfaces/cli/complete.py
src/ish/interfaces/cli/log.py
src/ish/interfaces/cli/main.py
src/ish/interfaces/mcp/__init__.py
src/ish/interfaces/mcp/protocol.py
src/ish/interfaces/mcp/server.py
src/ish/interfaces/python/__init__.py
src/ish/interfaces/python/api.py
src/ish/interfaces/tui/__init__.py
src/ish/interfaces/tui/app.py