fix(just): list recipes when run with no arguments #133

Merged
Claude-Run merged 1 commit from fix/YT-79-default-recipe-lists-recipes into main 2026-08-01 02:26:25 +02:00
Member

just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's default was ineligible and the first locally defined recipe, pre-commit, became the default. Typing just to discover recipes instead launched the full containerized check suite, which fails outright on a host with no docker daemon.

Define an explicit default recipe running @just --list as the first recipe in the justfile (allow-duplicate-recipes is already set, so redefining the imported name is fine), and update the header comment: drop default from the inherited list and record that recipe order matters here.

#YT-79

just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` was ineligible and the first locally defined recipe, `pre-commit`, became the default. Typing `just` to discover recipes instead launched the full containerized check suite, which fails outright on a host with no docker daemon. Define an explicit `default` recipe running `@just --list` as the first recipe in the justfile (allow-duplicate-recipes is already set, so redefining the imported name is fine), and update the header comment: drop `default` from the inherited list and record that recipe order matters here. #YT-79
fix(just): list recipes when run with no arguments
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 3m32s
Create release / Create release from merged PR (pull_request) Has been skipped
c0ced6ddae
just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` was ineligible and the first locally defined recipe, `pre-commit`, became the default. Typing `just` to discover recipes instead launched the full containerized check suite, which fails outright on a host with no docker daemon.

Define an explicit `default` recipe running `@just --list` as the first recipe in the justfile (allow-duplicate-recipes is already set, so redefining the imported name is fine), and update the header comment: drop `default` from the inherited list and record that recipe order matters here.

#YT-79
Claude-Run deleted branch fix/YT-79-default-recipe-lists-recipes 2026-08-01 02:26:26 +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
pandoras-box/youtrack-cli!133
No description provided.