@mondoohq/xgrep_linux_amd64 0.29.0 → 0.30.0
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 +8 -7
- package/package.json +1 -1
- package/xgrep +0 -0
package/README.md
CHANGED
|
@@ -76,14 +76,15 @@ xgrep ci --init
|
|
|
76
76
|
|
|
77
77
|
xgrep bundles [Claude Code](https://www.claude.com/product/claude-code) skills for
|
|
78
78
|
triaging findings, fixing them, and navigating code with the code graph. Install
|
|
79
|
-
them into
|
|
79
|
+
them into Claude Code or Codex:
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
|
-
xgrep skill list
|
|
83
|
-
xgrep skill install
|
|
82
|
+
xgrep skill list # see the bundled skills
|
|
83
|
+
xgrep skill install # Claude Code plugins (into ~/.claude/plugins/)
|
|
84
|
+
xgrep skill install --target codex # Codex custom prompts (into ~/.codex/prompts/)
|
|
84
85
|
```
|
|
85
86
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
`xgrep fix` also drives an agent directly (`--agent codex`, or a custom command)
|
|
88
|
+
if you'd rather not install the skills. See the
|
|
89
|
+
[documentation](https://github.com/mondoohq/xgrep) for the full scan → triage →
|
|
90
|
+
fix workflow.
|
package/package.json
CHANGED
package/xgrep
CHANGED
|
Binary file
|