Skip to content

Commit 651f66d

Browse files
committed
fix(claude): import the claude-fix-settings recipe in shared recipes
PR #518 added sjust/recipes/shared/09-claude-fix-settings.just and its scripts but did not add the matching import to sjust/recipes/04-shared.just. The recipe file was therefore never loaded, so 'sjust claude-fix-settings' failed with 'justfile does not contain recipe'. Add the import line, consistent with the sibling 07 and 08 claude recipes. Verified with 'just --list': claude-fix-settings and claude-fix-settings-info now appear. Assisted-by: claude-code/claude-opus-4-8[1m]
1 parent 90c6ee6 commit 651f66d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sjust/recipes/04-shared.just

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ import "shared/05-rtk.just"
99
import "shared/06-shell.just"
1010
import "shared/07-claude-statusline.just"
1111
import "shared/08-claude-usage.just"
12+
import "shared/09-claude-fix-settings.just"

0 commit comments

Comments
 (0)