lean-ctx-bin 3.2.5 → 3.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ This auto-detects your shell and editors, installs shell aliases, creates MCP co
|
|
|
31
31
|
```bash
|
|
32
32
|
# Universal installer (no Rust needed)
|
|
33
33
|
curl -fsSL https://leanctx.com/install.sh | sh
|
|
34
|
+
# or: curl -fsSL https://leanctx.com/install.sh | bash
|
|
34
35
|
|
|
35
36
|
# Homebrew (macOS/Linux)
|
|
36
37
|
brew tap yvgude/lean-ctx && brew install lean-ctx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lean-ctx-bin",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "lean-ctx — the token-efficient context tool for LLM coding agents. Installs a pre-built binary, no Rust required.",
|
|
5
5
|
"keywords": ["lean-ctx", "mcp", "llm", "context", "claude", "cursor", "ai", "token-optimization"],
|
|
6
6
|
"homepage": "https://leanctx.com",
|