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 <noreply@anthropic.com>
selfcontained
added a commit
that referenced
this pull request
Aug 2, 2026
…release-workflow shape, cursor in preflight (#865) - The update flow's build-from-source fallback was removed in #693; the runbook still described an artifact-first-with-fallback deploy. Now documents the artifact-only path and the corrupt-cache-retry behavior. - The release workflow section claimed a single 'pnpm run ci' pass and a tag created with the version-bump commit. Documented the actual pipeline: prepare (bump incl. browser-extension manifest, notes, push to main) -> verify (check/lint/unit tests) -> signed+notarized builds -> Linux+macOS smoke tests -> publish, where 'gh release create' is what mints the tag. - Preflight optional-dependency list was missing Cursor's 'agent' binary (#684). - Noted force:true also bypasses the 503 migration-evaluation gate. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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