cached-context 0.3.0

File cache with diff tracking for AI coding agents
Documentation
# Build artifacts
/target
**/target

# Cargo
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Node.js
node_modules/

# cached-context specific
.cachebro/
.cached-context/

# Other
crates/