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:
parent
a969f1e6f1
commit
2977bde1a6
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue