chore: move mise tools to setup_localdev task#176
Conversation
Refactor mise.toml to remove global tool declarations and introduce a setup_localdev task for on-demand tool installation. This allows commands like `mise compose:deploy:release` to run without requiring all development tools to be installed on the host system. Changes: - Remove [tools] section with node, go, java, maven, and dotnet - Set auto_install = false to prevent automatic tool installation - Add setup_localdev task that installs all tools on-demand - Tools are installed globally and available across all projects Resolves #175 Co-authored-by: James Eastham <jeastham1993@users.noreply.github.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
scott.gerring@datadoghq.com unqueued this merge request since it was merged manually |
|
/remove |
|
View all feedbacks in Devflow UI.
|
Refactor mise.toml to remove global tool declarations and introduce a setup_localdev task for on-demand tool installation. This allows commands like
mise compose:deploy:releaseto run without requiring all development tools to be installed on the host system.Changes
Resolves #175
Generated with Claude Code