contextl 1.2.15 → 1.2.16

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,6 +140,8 @@ Extracts the structural skeleton (API surface) of a source file using Tree-sitte
140
140
 
141
141
 
142
142
 
143
+ ## How the ranking works
144
+
143
145
  1. **Keyword match** — does the filename contain query terms?
144
146
  2. **Content match** — does the file's source code mention the terms?
145
147
  3. **Graph proximity** — files connected to high-scoring files get a relevance boost
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextl",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
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",