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/
This commit is contained in:
alexandre.azouri 2026-05-11 10:01:08 +02:00
parent a969f1e6f1
commit 2977bde1a6
1 changed files with 1 additions and 1 deletions

View File

@ -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
1 module skill display-name menu-code description action args phase after preceded-by before followed-by required output-location outputs
2 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