From 0fdf8f4469fc3d6596ef35b4428f6e3f0816f0e5 Mon Sep 17 00:00:00 2001 From: Hau Vo Date: Fri, 29 Aug 2025 15:23:50 +0700 Subject: [PATCH] Update instruction to match with namespace for commands --- tools/installer/config/install.config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/installer/config/install.config.yaml b/tools/installer/config/install.config.yaml index fbc95e90..d1cddc2b 100644 --- a/tools/installer/config/install.config.yaml +++ b/tools/installer/config/install.config.yaml @@ -137,6 +137,6 @@ ide-configurations: command-suffix: .md instructions: | # To use BMad agents in Augment Code: - # 1. Type /agent-name (e.g., "/dev", "/pm", "/architect") + # 1. Type /agent-name (e.g., "/bmad:dev", "/bmad:pm", "/bmad:architect") # 2. The agent will adopt that persona for the conversation # 3. Commands are available based on your selected location(s)