contextl 1.2.49 → 1.2.50
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# contextl
|
|
2
2
|
|
|
3
|
-
> **v1.2.
|
|
3
|
+
> **v1.2.50 is our most stable, thoroughly benchmarked release yet.**
|
|
4
4
|
|
|
5
5
|
**Architecture intelligence for AI coding agents.**
|
|
6
6
|
|
|
@@ -23,10 +23,10 @@ No LLM. No embeddings. No API keys. No vector database. Pure dependency graph +
|
|
|
23
23
|
**Requires Python 3.9+** on your PATH. All required Python dependencies — graph processing and tree-sitter parsers for 7 languages — install automatically on first run.
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
|
|
26
|
+
npx -y contextl install
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
This will
|
|
29
|
+
This will automatically execute the `contextl` CLI and inject the correct configuration into your AI IDE (Cursor, Windsurf, Claude Code, etc.).
|
|
30
30
|
|
|
31
31
|
Restart your IDE and the contextl tools will be instantly available to your agent!
|
|
32
32
|
|