dogfood:standalone installs by default#116
Merged
Merged
Conversation
Invert the flag so `dogfood:standalone` installs over the system copy by default, matching `dogfood:vscode`. The fast launch-from-build-dir path is now the unusual case, behind `--no-install`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
80b6d1a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a3b31afb.mouseterm.pages.dev |
| Branch Preview URL: | https://dogfood-fix.mouseterm.pages.dev |
dormouse-bot
approved these changes
May 29, 2026
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.
Brings the two dogfood commands in sync:
dogfood:standalonenow installs over the system copy by default, matchingdogfood:vscode. The fast build-and-launch path is now the unusual case, gated behind--no-install.What changed
standalone/scripts/dogfood.sh— inverted the flag. Install is the default;--no-installselects the old launch-from-target/releasebehavior. Updated header docs, the "will work from then on" hints, and the Linux/unsupported-platform fallback to point at--no-install.README.md— updated the two command examples.Tradeoff
Install-by-default means Linux (install not implemented) and fresh clones (no prior install) now hit their error paths on the bare command instead of silently launching. Since installing was already the everyday path, the escape hatch is just
--no-install, and the error messages name it.🤖 Generated with Claude Code