magellan 3.2.0

Deterministic codebase mapping tool for local development
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.db
*.db-journal
*.db-shm
*.db-wal
*.v3
*.v3-journal
*.v3-shm
*.v3-wal
*.geo
*.geo-journal
*.geo-shm
*.geo-wal

# Backup files
*.bak
*.backup
*.old

# Test databases
test*.db
test*.geo
code.geo
downstream_test.geo
geometric_*.geo
manual_audit.db

# AI assistant configs
opencode.json
.mcp.json
.kimi/

# Temporary files
tmp/
temp/

# FastEmbed cache
.fastembed_cache/

# CodeMCP files
.codemcp/
codemcp/

# Claude/CodeMCP/AI assistant files (internal only)
.mcp.json
AGENTS.md
CLAUDE.md
.claude/

# Local context notes
MAGELLAN_CONTEXT.md

# Internal documentation (not for published crate)
# Development plans, roadmaps, TODOs, internal research
docs/*PLAN*.md
docs/*ROADMAP*.md
docs/TODO*.md
docs/LLM_*.md
docs/SQLITEGRAPH_*.md
docs/NATIVE_*.md
docs/INSTRUMENTATION*.md
docs/DEVELOPMENT_*.md
docs/SOURCE_TEXT_*.md
docs/codemcp*.md
docs/CROSS_FILE*.md
docs/CLI_SEARCH*.md
docs/MAGELLAN_IMPROVEMENT*.md
docs/archive/

# Planning documents (GSD workflow - local only)
.planning/

# Internal issues/reviews (development only)
docs/CODE_REVIEW*.md
docs/COMBINED_ISSUES*.md
docs/AST_NODES_*.md

# Internal development files (not for release)
PLAN_*.md
QWEN.md
.worktrees/
.internal/
.magellan/
docs/superpowers/
2026-*-this-session-*.txt
.claude.zip