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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # contextl
2
2
 
3
- > **v1.2.49 is our most stable, thoroughly benchmarked release yet.**
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
- npm install -g contextl && contextl install
26
+ npx -y contextl install
27
27
  ```
28
28
 
29
- This will globally install the `contextl` CLI and automatically inject the correct configuration into your AI IDE (Cursor, Windsurf, Claude Code, etc.).
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextl",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "description": "contextl — finds the most relevant files in your codebase for any change request. MCP server for AI coding agents.",
5
5
  "keywords": [
6
6
  "mcp",