v2.17.4
Feature: Hook Redirect Path Exclusion + Automated Publishing
Added
- Path exclusion for hook redirect (#60) — Exclude specific paths from PreToolUse redirect hook. Paths matching patterns bypass the redirect and allow native Read/Grep/ListFiles to proceed.
- Config:
redirect_exclude = [".wolf/**", ".claude/**", "*.json"]in~/.lean-ctx/config.toml - Env var:
LEAN_CTX_HOOK_EXCLUDE=".wolf/**,.claude/**"(takes precedence) - Glob patterns support
*,?, and**(recursive directory match)
- Config:
- Automated crates.io publishing —
cargo publishruns automatically after GitHub Release - Automated npm publishing —
lean-ctx-binandpi-lean-ctxpublished automatically
Upgrade
cargo install lean-ctx # or
npm update -g lean-ctx-bin # or
brew upgrade lean-ctxFull Changelog: v2.17.3...v2.17.4