.gitignore
.pre-commit-config.yaml
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/release.yaml
src/semble/__init__.py
src/semble/cli.py
src/semble/mcp.py
src/semble/py.typed
src/semble/search.py
src/semble/stats.py
src/semble/tokens.py
src/semble/types.py
src/semble/utils.py
src/semble/version.py
src/semble.egg-info/PKG-INFO
src/semble.egg-info/SOURCES.txt
src/semble.egg-info/dependency_links.txt
src/semble.egg-info/entry_points.txt
src/semble.egg-info/requires.txt
src/semble.egg-info/top_level.txt
src/semble/agents/claude.md
src/semble/agents/copilot.md
src/semble/agents/cursor.md
src/semble/agents/gemini.md
src/semble/agents/kiro.md
src/semble/agents/opencode.md
src/semble/chunking/__init__.py
src/semble/chunking/chunking.py
src/semble/chunking/core.py
src/semble/index/__init__.py
src/semble/index/create.py
src/semble/index/dense.py
src/semble/index/file_walker.py
src/semble/index/files.py
src/semble/index/index.py
src/semble/index/sparse.py
src/semble/ranking/__init__.py
src/semble/ranking/boosting.py
src/semble/ranking/penalties.py
src/semble/ranking/weighting.py
tests/__init__.py
tests/conftest.py
tests/test_chunker.py
tests/test_cli.py
tests/test_file_walker.py
tests/test_files.py
tests/test_git.py
tests/test_index.py
tests/test_mcp.py
tests/test_ranking.py
tests/test_search.py
tests/test_stats.py