@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.
Files changed (3) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
  3. 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 your Claude Code environment:
79
+ them into Claude Code or Codex:
80
80
 
81
81
  ```bash
82
- xgrep skill list # see the bundled skills
83
- xgrep skill install # install them (into ~/.claude/plugins/)
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
- The skills are Claude Code plugins today. To drive fixes with another agent
87
- without the skills, `xgrep fix --agent codex` (or a custom command) works
88
- directly. See the [documentation](https://github.com/mondoohq/xgrep) for the full
89
- scan → triage → fix workflow.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondoohq/xgrep_linux_amd64",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "bin": {
5
5
  "xgrep_linux_amd64": "xgrep"
6
6
  },
package/xgrep CHANGED
Binary file