# lean-ctx Shell Optimization
# Prefix all shell commands with `lean-ctx -c` for 60-90% token savings.

When running shell commands, always prefix them with `lean-ctx -c` to compress output. For example:
- `lean-ctx -c git status` instead of `git status`
- `lean-ctx -c cargo test` instead of `cargo test`
- `lean-ctx -c ls src/` instead of `ls src/`

Supported commands: git, cargo, npm, pnpm, docker, kubectl, pip, ruff, go, curl, grep, find, ls, aws, helm, and 95+ more.
