docs: improve CLAUDE.md with additional development guidance#7763
Merged
Conversation
- Add target/debug/mise for running built binary directly - Add mise --cd crates/vfox run lint-fix command - Add mise task ls for discovering available tasks - Expand E2E test structure with assertion helper info - Clarify registry commit type references registry.toml Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This documentation PR enhances CLAUDE.md with clearer guidance for developers using Claude Code with the mise project, focusing on improving command discoverability and test structure documentation.
Changes:
- Added missing commands for running built binaries and fixing linting issues
- Expanded E2E test documentation with assertion helper details
- Clarified commit type usage for registry additions
💡 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-2026.1.4 x -- echo |
15.8 ± 0.5 | 14.8 | 19.4 | 1.00 |
mise x -- echo |
16.3 ± 0.6 | 15.0 | 18.5 | 1.03 ± 0.05 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 env |
15.2 ± 0.4 | 14.0 | 18.1 | 1.00 |
mise env |
16.1 ± 9.2 | 14.4 | 221.8 | 1.06 ± 0.61 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 hook-env |
15.2 ± 0.8 | 14.0 | 29.1 | 1.00 |
mise hook-env |
15.9 ± 0.7 | 14.7 | 26.5 | 1.04 ± 0.07 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.1.4 ls |
14.2 ± 0.5 | 13.2 | 15.5 | 1.00 |
mise ls |
14.5 ± 0.5 | 13.4 | 16.4 | 1.02 ± 0.05 |
xtasks/test/perf
| Command | mise-2026.1.4 | mise | Variance |
|---|---|---|---|
| install (cached) | 83ms | 83ms | +0% |
| ls (cached) | 54ms | 56ms | -3% |
| bin-paths (cached) | 56ms | 56ms | +0% |
| task-ls (cached) | 230ms | 235ms | -2% |
jdx
pushed a commit
that referenced
this pull request
Jan 20, 2026
### 🚀 Features - **(config)** add miette diagnostics for TOML parsing errors by @jdx in [#7764](#7764) - **(env)** add environment caching with module cacheability support by @jdx in [#7761](#7761) ### 🐛 Bug Fixes - **(prepare)** handle freshness check for auto-created venvs by @jdx in [#7770](#7770) - **(release)** use colon separator in release titles by @jdx in [#7765](#7765) - **(release)** drop Fedora 41 from COPR build (EOL) by @TobiX in [#7771](#7771) ### 🚜 Refactor - improve filetask field parsing tests and parser by @makp0 in [#7751](#7751) ### 📚 Documentation - improve CLAUDE.md with additional development guidance by @jdx in [#7763](#7763) - drop architecture from Debian sources.list by @TobiX in [#7772](#7772) ### 📦 Registry - use aqua for zprint by @scop in [#7767](#7767) ### Security - remove insecure registry-comment workflow by @jdx in [#7769](#7769) ## 📦 Aqua Registry Updates #### New Packages (2) - [`cameron-martin/bazel-lsp`](https://github.com/cameron-martin/bazel-lsp) - [`micro-editor/micro`](https://github.com/micro-editor/micro)
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
target/debug/misefor running built binary directlymise --cd crates/vfox run lint-fixcommand (was missing from cursor rules)mise task lsfor discovering available tasksassert,assert_contains,assert_fail)registry:commit type is for additions toregistry.tomlTest plan
🤖 Generated with Claude Code
Note
Improves development guidance and testing docs without code changes.
target/debug/miserun instruction,mise --cd crates/vfox run lint-fix, andmise task lse2e/(e.g.,cli/,backend/) and usage ofe2e/assert.shhelpers (assert,assert_contains,assert_fail)registry:applies to additions toregistry.tomlWritten by Cursor Bugbot for commit 6c3453f. This will update automatically on new commits. Configure here.