trust cursor workspaces in headless runs - #983
Open
Svector-anu wants to merge 1 commit into
Open
Conversation
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.
what
always pass cursor's headless
--trustflag, while keeping--forcelimited to write-mode runs. add and register a focused adapter regression test, then update the generated capability metadata and harness docs to match the real invocation.why
read-only skills never received
--force, and cursor starts every ci run with a fresh temporary home. the workspace therefore had no saved trust decision, so cursor exited before executing the prompt withpass --trust, --yolo, or -f if you trust this directory.reproduced in fork runs 33149126007 and 33149186413.
fix
--trustfor both read-only and write runs--forceonly outside read-only modeverification
mutation with only
--trustremoved:restored:
real fork dispatch: run 33187785314
harness: cursor | auth: native-key | model: gpt-5.1capability mode: read-onlyharness: cursor,model: gpt-5.1--forcewas supplied by the tested adapter paththe skill used its documented internal-log fallback rather than x.ai in this cursor run; that limitation is stated in the captured output and is not hidden as an api-backed result.
local checks:
git diff --check: clean