chore: group just recipes for clearer --list output #98
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/group-just-recipes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
[group('...')]attributes to every recipe in the justfile sojust --listrenders setup, check, build, dev, test, and format buckets instead of one flat alphabetised list. Also moves the--jobs 2rationale comment inside thetestrecipe body so just no longer hijacks it as the recipe's docstring (it was previously surfacing "swapless host, getting the linker OOM-killed (SIGTERM)." as the description forjust --list).No recipe behaviour changes; this is purely organisational.
Test plan
just --listshows recipes grouped by[build],[check],[dev],[format],[setup],[test]with the expected one-line docstrings.just check-serverstill resolves and runs (no recipe rename or dependency change).Adds `[group('...')]` attributes to every recipe so `just --list` renders setup, check, build, dev, test, and format buckets instead of one flat list. Also moves the `--jobs 2` rationale comment inside the `test` recipe body so just no longer hijacks it as the docstring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>