chore: group just recipes for clearer --list output #98

Merged
David merged 1 commit from chore/group-just-recipes into main 2026-05-15 01:01:15 +02:00
Owner

Summary

Adds [group('...')] attributes to every recipe in the justfile so just --list renders setup, check, build, dev, test, and format buckets instead of one flat alphabetised list. Also moves the --jobs 2 rationale comment inside the test recipe 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 for just --list).

No recipe behaviour changes; this is purely organisational.

Test plan

  • just --list shows recipes grouped by [build], [check], [dev], [format], [setup], [test] with the expected one-line docstrings.
  • just check-server still resolves and runs (no recipe rename or dependency change).
## Summary Adds `[group('...')]` attributes to every recipe in the justfile so `just --list` renders setup, check, build, dev, test, and format buckets instead of one flat alphabetised list. Also moves the `--jobs 2` rationale comment inside the `test` recipe 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 for `just --list`). No recipe behaviour changes; this is purely organisational. ## Test plan - [x] `just --list` shows recipes grouped by `[build]`, `[check]`, `[dev]`, `[format]`, `[setup]`, `[test]` with the expected one-line docstrings. - [x] `just check-server` still resolves and runs (no recipe rename or dependency change).
chore: group just recipes for clearer --list output
Some checks failed
Check / clippy + fmt + tests (pull_request) Failing after 5s
35e05b75c1
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>
David merged commit 078281861c into main 2026-05-15 01:01:15 +02:00
David deleted branch chore/group-just-recipes 2026-05-15 01:01:15 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/lets-chat!98
No description provided.