agentic-codebase 0.2.5

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto-detect text files
* text=auto

# Rust source
*.rs text eol=lf
*.toml text eol=lf

# Binary files
*.acb binary
*.pdf binary
*.svg binary
*.png binary

# Shell scripts
*.sh text eol=lf