chore: group justfile recipes for just --list #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/justfile-groups"
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
Tag every justfile recipe with a
[group('...')]attribute, matching the pattern ina8n-run/youtrack-cli/justfile.just --listnow groups recipes under[hooks],[checks],[build], and[release]sections instead of one flat alphabetical list. No recipe behavior changes; the ASCII section header comments are kept since they're useful when reading the file source.The
dev/rungroups from youtrack-cli are intentionally omitted: this is a Windows-only desktop CLI with nocompose.dev.ymland no host-run path.Test plan
just --listrenders four groups (hooks,checks,build,release) with the correct recipes under each.Adopts the youtrack-cli sibling pattern: every recipe carries a [group('...')] attribute so `just --list` renders them under named sections (hooks / checks / build / release) instead of one flat alphabetical list. No recipe behavior changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>