Add Cursor CLI to preflight check and setup docs#684
Merged
Conversation
The Cursor agent type was added in PR #513 but bin/preflight and docs/12-new-machine-setup.md were never updated. Add the missing `agent` binary check to preflight and add Cursor CLI install instructions, version check, and DISPATCH_CURSOR_BIN env var to the setup guide. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentbinary) check tobin/preflight— it was the only agent type missing from the optional checksdocs/12-new-machine-setup.md:agent, installed via the Cursor IDE)DISPATCH_CURSOR_BINto the env var override listagent --versionto the Agent Setup Prompt's version-check stepWhat was audited
Deep-dive on
docs/12-new-machine-setup.mdper thenext_focusfrom the previous run. Cross-checked againstbin/preflight,bin/install-launchd,.env.example,apps/server/src/config.ts(agent binary config), andapps/web/src/lib/agent-types.ts.Also checked the diff since the last audit (7 commits, mostly test additions + PR #679 reviewer optimization). No other doc-relevant changes found.
Deferred to next run
next_focus: Audit docs-pane Reviewers section againstapps/server/src/server/mcp-handlers.ts— PR Skip recheck round-trip on clean approval #679 changed the recheck round-trip behavior, verify the docs-pane description of the review lifecycle is still accurate.🤖 Generated with Claude Code