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.
- package/README.md +2 -0
- 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
|