embacle 0.3.0

LLM runner library — wraps AI CLI tools and SDKs as pluggable LLM providers
Documentation
# Build artifacts
/target/
debug/
release/

# Cargo lock is committed for libraries? No — this is a library crate.
# Actually, Rust docs recommend committing Cargo.lock for end-user applications
# but not for libraries. Since this can be both, we commit it.

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Environment
.envrc
.env
.env.*

# Lock files from wrong package managers
package-lock.json
yarn.lock
pnpm-lock.yaml