chore(release): v0.16.7 - #235
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
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.
Eleven changes, and all but two are the same shape: a command that took a bad
input and did something anyway. That is the theme of this release.
Wrong input now stops instead of proceeding
Each of these previously accepted something invalid and failed later, somewhere
else, in a way that did not name the cause:
moshcode doh --portandmoshcode dns— a port that cannot be bound isexplained, not crashed on
moshcode update --interval— an interval systemd would reject is caught hererather than by a unit that silently never fires
moshcode skills— an unknown flag was being installed as the skill sourcemoshcode site— a starter that does not exist is refused, instead of servingan empty document root
moshcode template install— a nestedtemplate.jsonwas dropped on the floormosh()in moshscript — no longer claims it launched a browser it never openedRedirection is safe now
moshcode <verb> > fileon a build without that verb wrote the help banner intothe file. Point it at an nginx config and nginx refuses to start, with an error
four layers away from the typo that caused it.
Help you asked for still goes to stdout. Help you got because a verb was wrong
goes to stderr, behind a one-line reason, and exits non-zero — so the redirect
leaves an empty file and an
&&chain stops.Smaller
moshcode template install --dry-run— see the plan before it writesmoshcode pwd --jsonandmoshcode prd --json— machine-readable output