From 2977bde1a62678440c805ecb8a771582db1ed01c Mon Sep 17 00:00:00 2001 From: "alexandre.azouri" Date: Mon, 11 May 2026 10:01:08 +0200 Subject: [PATCH] fix: correct CSV schema for bmo module-help to match canonical format - Change columns from 'after/before' to 'preceded-by/followed-by' - Resolves manifest merge warnings during custom module installation - Enables proper agent file generation in .github/agents/ --- orchestrator/bmad-orchestrator/assets/module-help.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/bmad-orchestrator/assets/module-help.csv b/orchestrator/bmad-orchestrator/assets/module-help.csv index 6bfd70da2..020e88950 100644 --- a/orchestrator/bmad-orchestrator/assets/module-help.csv +++ b/orchestrator/bmad-orchestrator/assets/module-help.csv @@ -1,2 +1,2 @@ -module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs +module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs BMAD Orchestrator,bmad-orchestrator,BMAD Orchestrator,OR,"Route natural-language intent to the right BMAD skill or named agent and suggests the next step.",orchestrate,"{freeform intent in natural language}",anytime,,,false,{project-root}/_bmad,_config/skill-manifest.csv \ No newline at end of file