codex-1up 0.3.7 → 0.3.9
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/package.json
CHANGED
|
@@ -8,7 +8,7 @@ When you need to call tools from the shell, use this rubric:
|
|
|
8
8
|
|
|
9
9
|
## Structured Code Search
|
|
10
10
|
- Find code structure: `ast-grep --lang <language> -p '<pattern>'`
|
|
11
|
-
- List matching files: `ast-grep
|
|
11
|
+
- List matching files: `ast-grep --lang <language> -p '<pattern>' | head -n 10`
|
|
12
12
|
- Prefer `ast-grep` over `rg`/`grep` when you need syntax-aware matching
|
|
13
13
|
|
|
14
14
|
## Data Processing
|