agentic-codebase 0.1.2

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
Documentation
# Rust
/target/
**/*.rs.bk

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Environment
.env
.env.local

# LaTeX
*.aux
*.bbl
*.blg
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz

# Python
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/
.venv/

# Test artifacts
*.tmp
*.bak

# Planning docs build artifacts
planning-docs/_build/
planning-docs/.cache/

# Internal docs / AI planning / prompt artifacts (do not publish)
planning-docs/
CLAUDE-CODE-INSTRUCTIONS*.md
SPEC-*.md
.claude/

# Local runtime state
.agentra/
docs/REPO_HYGIENE.md
ECOSYSTEM-CONVENTIONS.md