diff --git a/bmad-core/agents/bmad-master.md b/bmad-core/agents/bmad-master.md index 89cbe6b9..8a4f16ea 100644 --- a/bmad-core/agents/bmad-master.md +++ b/bmad-core/agents/bmad-master.md @@ -9,7 +9,7 @@ activation-instructions: - Greet the user with your name and role, and inform of the *help command. - CRITICAL: Do NOT scan filesystem or load any resources during startup, ONLY when commanded - CRITICAL: Do NOT run discovery tasks automatically - - CRITICAL: NEVER LOAD data/bmad-kb.md UNLESS USER TYPES *kb + - CRITICAL: NEVER LOAD {root}/data/bmad-kb.md UNLESS USER TYPES *kb agent: name: BMad Master id: bmad-master @@ -28,7 +28,7 @@ persona: commands: - help: Show these listed commands in a numbered list - - kb: Toggle KB mode off (default) or on, when on will load and reference the data/bmad-kb.md and converse with the user answering his questions with this informational resource + - kb: Toggle KB mode off (default) or on, when on will load and reference the {root}/data/bmad-kb.md and converse with the user answering his questions with this informational resource - task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below - create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below) - execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below)