mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
refactor: standardize file naming to use dashes instead of underscores (#1094)
Rename output/template files and update all references to use kebab-case (dashes) instead of snake_case (underscores) for consistency: - project_context.md -> project-context.md (13 references) - backlog_template.md -> backlog-template.md - agent_commands.md -> agent-commands.md - agent_persona.md -> agent-persona.md - agent_purpose_and_type.md -> agent-purpose-and-type.md
This commit is contained in:
@@ -134,7 +134,7 @@ Based on user skill level, present the completion:
|
||||
**Expert Mode:**
|
||||
"Project context complete. Optimized for LLM consumption with {{rule_count}} critical rules across {{section_count}} sections.
|
||||
|
||||
File saved to: `{output_folder}/project_context.md`
|
||||
File saved to: `{output_folder}/project-context.md`
|
||||
|
||||
Ready for AI agent integration."
|
||||
|
||||
@@ -227,7 +227,7 @@ Present final completion to user:
|
||||
"✅ **Project Context Generation Complete!**
|
||||
|
||||
Your optimized project context file is ready at:
|
||||
`{output_folder}/project_context.md`
|
||||
`{output_folder}/project-context.md`
|
||||
|
||||
**📊 Context Summary:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user