Skip to content

docs: add CURSOR_RIPGREP_PATH gotcha for proof package#180

Merged
tonyketcham merged 1 commit intomainfrom
toeknee/install-mergify-cli-bb20
May 9, 2026
Merged

docs: add CURSOR_RIPGREP_PATH gotcha for proof package#180
tonyketcham merged 1 commit intomainfrom
toeknee/install-mergify-cli-bb20

Conversation

@tonyketcham
Copy link
Copy Markdown
Collaborator

Summary of changes

Adds CURSOR_RIPGREP_PATH documentation to AGENTS.md. The @flatbread/proof package uses @cursor/sdk which tries to resolve a bundled ripgrep from @cursor/sdk-linux-x64. In Cloud Agent VMs, this optional dependency isn't installed, but system ripgrep is available at /usr/bin/rg. Setting CURSOR_RIPGREP_PATH=/usr/bin/rg resolves the warning.

The VM update script is also updated to set this env var automatically.

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • I added doc comments to any new public exports, and inline comments to any hard-to-understand areas
  • My changes generate no new console errors locally
  • If applicable, try to include a test that fails without this PR but passes with it

Does this introduce any non-backwards compatible changes?

  • Yes
  • No

Does this include any user config changes?

  • Yes
  • No
Open in Web Open in Cursor 

Change-Id: I988514171f9387e2d7f01f2a45d1ce87a382124d
@tonyketcham tonyketcham marked this pull request as ready for review May 9, 2026 02:09
@tonyketcham tonyketcham merged commit 4837bba into main May 9, 2026
19 checks passed
@tonyketcham tonyketcham deleted the toeknee/install-mergify-cli-bb20 branch May 9, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants