codeix 0.3.0

Portable, composable code index — build with tree-sitter, query via MCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target/

# npm wrapper
npm/bin/
npm/node_modules/

# Python wrapper
python/dist/
python/*.egg-info/
python/codeix/__pycache__/

# Python common
__pycache__/
*.pyc
*.pyo