forked from solana-foundation/surfpool
-
Notifications
You must be signed in to change notification settings - Fork 0
REHEARSAL ONLY — ship tree on upstream main e4e3c54 (do not merge) #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
323a137
feat(cli): install the Solana dev skills on first scaffold
michael-moffett 3dd177d
fix(cli): pin the skill install and run it after the scaffold
michael-moffett a99e8ed
fix(cli): stop a declined confirmation from starting the install
michael-moffett fa48d66
fix(cli): drop the install from the existing-runbook path
michael-moffett a3fc26c
feat(cli): ask before installing the dev skill
michael-moffett 5f7a694
feat(cli): move the skill installer pin to 1.5.23
michael-moffett 7848cfe
docs(cli): cut the comment density to the neighbouring files
michael-moffett 4ac6fb5
docs(cli): say why the install passes -y twice
michael-moffett d339d86
feat(cli): cover the undisplayable prompt, and say why it records not…
michael-moffett 0a333d7
feat(cli): fold the two --yes tests into the one property they share
michael-moffett 146a8a5
docs(cli): drop the test comments that restate their asserts
michael-moffett 03570b0
feat(cli): record the yes too, so neither answer is asked twice
michael-moffett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a fresh project is started with
--yes, the runbook-only flag is passed asauto_acceptand silently authorizesnpxto download and execute an external installer that writes.agents/skills/solana-devandskills-lock.json. The flag is documented only as “Skip runbook generation prompts,” so this installation occurs without informed consent. How this was verified: The flag was traced from its CLI definition through the scaffold caller to the branch that bypasses the dedicated installation prompt and spawnsnpx.