chore(just): list recipes when run with no arguments #5

Merged
David merged 1 commit from fix/MCPWEB-5-default-recipe-lists into main 2026-08-01 02:56:24 +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 never applied here and bare just ran check (fmt + clippy + build) instead of printing the recipe list. Define default explicitly as the first recipe in this file and note in the header that recipe order matters.

Also reflow the check doc comment so its last line is a self-contained one-liner, which is what just --list shows.

#MCPWEB-5

just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` never applied here and bare `just` ran `check` (fmt + clippy + build) instead of printing the recipe list. Define `default` explicitly as the first recipe in this file and note in the header that recipe order matters. Also reflow the `check` doc comment so its last line is a self-contained one-liner, which is what `just --list` shows. #MCPWEB-5
chore(just): list recipes when run with no arguments
Some checks failed
Check / fmt + clippy + build + tests (pull_request) Failing after 8s
Create release / Create release from merged PR (pull_request) Has been skipped
650cf92be5
just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` never applied here and bare `just` ran `check` (fmt + clippy + build) instead of printing the recipe list. Define `default` explicitly as the first recipe in this file and note in the header that recipe order matters.

Also reflow the `check` doc comment so its last line is a self-contained one-liner, which is what `just --list` shows.

#MCPWEB-5
David merged commit 87fc79a245 into main 2026-08-01 02:56:24 +02:00
David deleted branch fix/MCPWEB-5-default-recipe-lists 2026-08-01 02:56:24 +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/mcp-web!5
No description provided.