Skip to content

Conversation

@Tiki-77
Copy link
Contributor

@Tiki-77 Tiki-77 commented Oct 17, 2025

What

Refactor Qwen Coder configuration logic to support modular command structure

Why

Incorrect Qwen TOML file header causes commands to be unavailable
Remove agent rule trigger mechanism to save context

How

  • Unify BMad directory name from 'BMad' to lowercase 'bmad'
  • Use shared utility functions [getAgentsFromBmad] and [getTasksFromBmad] to fetch agents and tasks
  • Create independent subdirectory structures (agents, tasks) for each module
  • Update file writing paths to store TOML files by module classification
  • Remove legacy QWEN.md merged documentation generation logic
  • Add TOML metadata header support (not available in previous versions)
  • Clean up old version configuration directories (including uppercase BMad and bmad-method)

Testing

image

…ular command structure

- Unify BMad directory name from 'BMad' to lowercase 'bmad'
- Use shared utility functions [getAgentsFromBmad] and [getTasksFromBmad] to fetch agents and tasks
- Create independent subdirectory structures (agents, tasks) for each module
- Update file writing paths to store TOML files by module classification
- Remove legacy QWEN.md merged documentation generation logic
- Add TOML metadata header support (not available in previous versions)
- Clean up old version configuration directories (including uppercase BMad and bmad-method)
@Tiki-77 Tiki-77 changed the title Refactor Qwen IDE configuration logic to support modular command structure Refactor Qwen Cli configuration logic to support modular command structure Oct 17, 2025
@Tiki-77 Tiki-77 changed the title Refactor Qwen Cli configuration logic to support modular command structure Refactor Qwen Coder configuration logic to support modular command structure Oct 17, 2025
@Tiki-77
Copy link
Contributor Author

Tiki-77 commented Oct 17, 2025

Fixed #740

@bmadcode
Copy link
Collaborator

Thank you @Tiki-77 !

@bmadcode bmadcode merged commit 60475ac into bmad-code-org:v6-alpha Oct 20, 2025
3 checks passed
davedittrich pushed a commit to davedittrich/BMAD-METHOD that referenced this pull request Oct 27, 2025
…ular command structure (bmad-code-org#762)

- Unify BMad directory name from 'BMad' to lowercase 'bmad'
- Use shared utility functions [getAgentsFromBmad] and [getTasksFromBmad] to fetch agents and tasks
- Create independent subdirectory structures (agents, tasks) for each module
- Update file writing paths to store TOML files by module classification
- Remove legacy QWEN.md merged documentation generation logic
- Add TOML metadata header support (not available in previous versions)
- Clean up old version configuration directories (including uppercase BMad and bmad-method)
davedittrich pushed a commit to davedittrich/BMAD-METHOD that referenced this pull request Nov 12, 2025
…ular command structure (bmad-code-org#762)

- Unify BMad directory name from 'BMad' to lowercase 'bmad'
- Use shared utility functions [getAgentsFromBmad] and [getTasksFromBmad] to fetch agents and tasks
- Create independent subdirectory structures (agents, tasks) for each module
- Update file writing paths to store TOML files by module classification
- Remove legacy QWEN.md merged documentation generation logic
- Add TOML metadata header support (not available in previous versions)
- Clean up old version configuration directories (including uppercase BMad and bmad-method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants