feat: bmad-master can load kb properly

This commit is contained in:
Brian Madison
2025-07-12 10:27:21 -05:00
parent 97f01f6931
commit 3c13c56498

View File

@@ -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)