registry: add moon (aqua:moonrepo/moon)#10140
Conversation
moon is a monorepo build system which my organization uses via Mise. Installing it via the GitHub backend works perfectly, so this file just aliases that for convenience.
There was a problem hiding this comment.
Code Review
This pull request adds a configuration file for moonrepo in registry/moon.toml. The feedback suggests improving the configuration by adding a test block and defining idiomatic_files to ensure proper validation in CI and auto-detection by mise.
Greptile SummaryThis PR adds
Confidence Score: 5/5A single new TOML registry entry with no logic or security implications; safe to merge. The change is a straightforward registry addition. The backend, idiomatic-file detection, and test command are all correct. The only observations are minor style inconsistencies (template spacing and test block format) that do not affect runtime behaviour. No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "Switch to Aqua backend" | Re-trigger Greptile |
| @@ -0,0 +1,7 @@ | |||
| description = "A build system and monorepo management tool for the web ecosystem, written in Rust" | |||
| backends = ["aqua:moonrepo/moon"] | |||
| idiomatic_files = [".moon/*"] | |||
moon is a monorepo build system which my organization uses via Mise. Installing it via the Aqua backend works perfectly, so this file just aliases that for convenience.