Fixed
- Claude Code project rules missing (cowwoc):
lean-ctx init --agent claude-codenow creates.claude/rules/lean-ctx.mdin the project root (project-local rules), in addition to the existing global~/.claude/rules/lean-ctx.md. Claude Code reads both locations. --helpmissing commands (#109):watch(live TUI dashboard) andcache(file cache management) were implemented but not listed inlean-ctx --help.- install.sh fails without Rust (#108):
curl -fsSL https://leanctx.com/install.sh | shnow auto-detects missingcargoand downloads a pre-built binary instead of failing. Users with Rust still get a source build by default.
Upgrade
lean-ctx update # recommended (auto-downloads + refreshes shell hooks)
cargo install lean-ctx # or
npm update -g lean-ctx-bin # or
brew upgrade lean-ctxNote: After upgrading via cargo/npm/brew, run
lean-ctx setupto refresh shell aliases.lean-ctx updatedoes this automatically.
Full Changelog: v3.2.2...v3.2.3