lean-ctx-bin 3.6.26 → 3.7.0
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 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# lean-ctx-bin
|
|
2
2
|
|
|
3
|
-
Pre-built binary distribution of [lean-ctx](https://github.com/yvgude/lean-ctx) — the Cognitive
|
|
3
|
+
Pre-built binary distribution of [lean-ctx](https://github.com/yvgude/lean-ctx) — the Cognitive Context Layer for AI coding agents.
|
|
4
4
|
|
|
5
5
|
No Rust toolchain required. The correct binary for your platform is downloaded automatically during `npm install`.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lean-ctx-bin",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.7.0",
|
|
4
|
+
"description": "LeanCTX \u2014 the Context OS for AI coding agents. One local binary that compresses, remembers, routes, and verifies every token between your code and the model. No Rust required.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lean-ctx",
|
|
7
|
+
"context-os",
|
|
8
|
+
"context-engineering",
|
|
7
9
|
"mcp",
|
|
8
10
|
"llm",
|
|
9
11
|
"context",
|
|
10
12
|
"claude",
|
|
11
13
|
"cursor",
|
|
12
14
|
"ai",
|
|
15
|
+
"ai-agents",
|
|
16
|
+
"code-graph",
|
|
13
17
|
"token-optimization"
|
|
14
18
|
],
|
|
15
19
|
"homepage": "https://leanctx.com",
|