Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR converts the purty tool registration from using an asdf backend to npm backend, improving installation simplicity and reliability by using npm's package manager directly.
- Changes purty backend from
asdf:mise-plugins/mise-purtytonpm:purty - Adds test command configuration using
purty versioncommand with expected output pattern
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 x -- echo |
20.7 ± 0.4 | 19.9 | 23.0 | 1.00 |
mise x -- echo |
21.5 ± 0.6 | 20.0 | 27.1 | 1.04 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 env |
20.4 ± 0.6 | 19.5 | 27.5 | 1.00 |
mise env |
21.1 ± 0.6 | 19.9 | 28.6 | 1.03 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 hook-env |
20.2 ± 0.4 | 19.4 | 23.3 | 1.00 |
mise hook-env |
20.8 ± 0.5 | 19.9 | 24.4 | 1.03 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 ls |
18.0 ± 0.4 | 17.0 | 23.4 | 1.00 |
mise ls |
18.6 ± 0.5 | 17.3 | 20.2 | 1.04 ± 0.04 |
xtasks/test/perf
| Command | mise-2025.12.12 | mise | Variance |
|---|---|---|---|
| install (cached) | 111ms | 112ms | +0% |
| ls (cached) | 67ms | 69ms | -2% |
| bin-paths (cached) | 74ms | 74ms | +0% |
| task-ls (cached) | 283ms | 284ms | +0% |
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
purty versioninstead of--version)Test plan
mise test-tool purty- installs and runs successfully🤖 Generated with Claude Code
Note
Switches
tools.purtyinregistry.tomlfrom asdf to npm and adds apurty versiontest asserting "Purty version: {{version}}".tools.purtyinregistry.toml:npm:purty.purty versionexpectingPurty version: {{version}}.Written by Cursor Bugbot for commit 5acb522. This will update automatically on new commits. Configure here.