Commit 4a86a9b
chore(mise): remove 13 phantom tools and a no-op [alias] block (#3)
## Context
`mise.toml` in this repo named **13 tools which do not exist in the mise
registry**, plus
an `[alias]` block that never did anything. The result was roughly **25
warning lines on
every shell entry**.
Introduced across the estate by `sweep2` on 2026-07-18: one file, copied
to 427 repos, 419
carrying all 13 phantom names. This repo is one of 56 that actually
**committed** the
broken file (most of the 419 copies exist only in uncommitted local
working trees, not on
any remote).
## Three faults
**1. Thirteen names that do not resolve.** Removed, grouped by reason:
| reason | names |
|---|---|
| already provided by a listed tool | `cargo` (rust), `gofmt` (go),
`pip` (python) |
| project deps, not system tools | `vitest`, `jest`, `pytest`, `isort` |
| base system binaries | `git`, `gnu-sed`, `gnu-grep`, `gnu-tar` |
| simply misnamed | `denojs` → `deno` |
`go-task` is **dropped, not renamed**. The bare name `task` does not
work either:
`mise registry` lists it as `aqua:go-task/task`, but `task@latest` still
fails to resolve.
Worth recording — *appearing in `mise registry` output is not sufficient
to conclude a name
resolves; check with `mise ls-remote`.* `just` is listed instead,
matching the estate's
Justfile convention.
**2. The `[alias]` block never ran.** mise's `[alias]` maps an alias to
a **tool plugin**;
it does not define tasks. `build = "cargo build --release || npm run
build || go build"`
was therefore dead, and mise separately warns `[alias]` is deprecated in
favour of
`[tool_alias]`. Not re-added as `[tasks]`.
## Verification
Controlled comparison on one machine, one shell:
```
warnings citing the FIXED file : 0
errors citing the FIXED file : 0
warnings citing an UNFIXED copy : 14
```
1 parent 1791bbc commit 4a86a9b
1 file changed
Lines changed: 53 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
| 15 | + | |
11 | 16 | | |
12 | | - | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
44 | 60 | | |
45 | 61 | | |
46 | | - | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
50 | 65 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
0 commit comments