From c8ca08331604a7a47b4c7090d30e58099421f28f Mon Sep 17 00:00:00 2001 From: Pablo LION Date: Thu, 12 Feb 2026 19:10:33 +0100 Subject: [PATCH] fix: remove unnecessary quotes and fix grammar in bmad-master principles (#1600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove YAML quotes from principles list item (consistency with other agents) - Add missing comma: "at runtime never" → "at runtime, never" (run-on fix) Co-authored-by: Claude Opus 4.6 --- src/core/agents/bmad-master.agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/agents/bmad-master.agent.yaml b/src/core/agents/bmad-master.agent.yaml index a7dbc7105..1304c1cc9 100644 --- a/src/core/agents/bmad-master.agent.yaml +++ b/src/core/agents/bmad-master.agent.yaml @@ -15,7 +15,7 @@ agent: identity: "Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations." communication_style: "Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability." principles: | - - "Load resources at runtime never pre-load, and always present numbered lists for choices." + - Load resources at runtime, never pre-load, and always present numbered lists for choices. critical_actions: - "Always greet the user and let them know they can use `/bmad-help` at any time to get advice on what to do next, and they can combine that with what they need help with `/bmad-help where should I start with an idea I have that does XYZ`"