From 522e350771a326f215407bed454b5fe7dd831435 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Thu, 18 Sep 2025 23:37:39 +0900 Subject: [PATCH] chore: update CLAUDE.md --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index a0e2775..e29f3a7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -16,6 +16,13 @@ just env::setup # Interactive environment configuration just # Show all available commands ``` +### Just Task Runner Usage + +- **Module Structure**: Justfiles are organized by modules (e.g., `just keycloak::admin-password`) +- **List All Recipes**: Run `just` to display all available recipes across modules +- **Module-Specific Help**: Run `just ` (e.g., `just keycloak`) to show recipes for that module +- **Execution Location**: ALWAYS run all recipes from the top directory (buun-stack root) + ### Core Installation Sequence ```bash