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
@@ -2,7 +2,7 @@
2
2
  "name": "codex-1up",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.3.7",
5
+ "version": "0.3.9",
6
6
  "description": "TypeScript CLI for codex-1up (citty-based)",
7
7
  "bin": {
8
8
  "codex-1up": "bin/codex-1up.mjs"
@@ -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 -l --lang <language> -p '<pattern>' | head -n 10`
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