Open
Conversation
f34ab1f to
37f2fd0
Compare
- Update moon from v1.41.8 to v2.0.0 - Update binary naming from moon-* to moon_cli-* - Update packaging from standalone binaries to tar.xz archives - Remove darwin amd64 platform (not available in v2.0.0) - Update all SHA256 checksums for v2.0.0 release - Simplify manifest by using strip=1 for tar.xz extraction Breaking changes in moon v2.0.0: - New plugin-based toolchain system - Command syntax changes (moon <target> deprecated, use moonx) - Task command parsing now stricter (no pipes/redirects) - Extensions config moved to .moon/extensions.* files See https://moonrepo.dev/blog/moon-v2.0 for full migration guide Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
37f2fd0 to
70b1839
Compare
After upgrading to moon v2.0.0, the old symlinks are removed. Add explicit hermit install step to ensure moon is available in CI.
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
This PR upgrades moon from v1.41.8 to v2.0.0, following the major release announced at https://moonrepo.dev/blog/moon-v2.0.
Changes Made
third_party/hermit/moon.hcl) for moon v2.0.0moon-*tomoon_cli-*.tar.xzarchivesstrip=1for tar.xz extractionBreaking Changes in Moon v2.0.0
Per the official release notes:
platformsystem has been completely replacedmoon <target>is deprecated; usemoonx app:buildinstead.moon/extensions.*filesMigration Notes
The workspace configuration appears compatible with v2.0.0:
experiments.gitV2setting to remove (already using default)After merging: Users will need to reinstall moon to pick up the new version:
rm bin/moon bin/.moon-1.41.8.pkg hermit install moon moon --version # Should show 2.0.0Test Plan
moon --versionshows v2.0.0moon query projects, etc.)🤖 Generated with Claude Code