You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(mise): remove 13 phantom tools and a no-op [alias] block
mise.toml named 13 tools absent from the mise registry (denojs, pip, cargo,
go-task, gofmt, isort, git, gnu-sed, gnu-grep, gnu-tar, vitest, pytest,
jest), so mise emitted ~25 warning lines per shell entry while installing
none of them.
The [alias] block was dead: mise's [alias] maps an alias to a TOOL PLUGIN,
it does not define tasks, so build/test/lint/fmt never ran.
go-task is dropped rather than renamed: the bare name `task` does not
resolve either, despite `mise registry` listing it as aqua:go-task/task.
Listing is not resolution — verified with `mise ls-remote`.
Verified after `mise trust` (an untrusted mise.toml is silently ignored,
so zero warnings from an untrusted file proves nothing): 0 warnings and 0
errors attributable to this file.
Introduced by sweep2 (2026-07-18); this is one of 56 repos that committed
the broken file (417 identical copies existed estate-wide, most only in
uncommitted local working trees).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments