@pimzino/sgrep 1.3.47 → 1.3.48
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sgrep",
|
|
3
3
|
"description": "Semantic grep - ask questions about codebases using AI. Use sgrep \"question\" to understand code (default) or sgrep search for raw code snippets.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.48",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "pimzino"
|
|
7
7
|
},
|
|
@@ -27,6 +27,7 @@ sgrep search "database connection setup"
|
|
|
27
27
|
|
|
28
28
|
## Constraints
|
|
29
29
|
|
|
30
|
+
- Run `sgrep` directly (it is globally installed). Never use `npx sgrep`
|
|
30
31
|
- Run from project root (never cd into subdirectories first)
|
|
31
32
|
- For exact text/symbol matching, use Grep instead
|
|
32
33
|
- For external docs or general knowledge, use WebSearch instead
|