mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
The web bundler now performs workflow vendoring before bundling agents, similar to the module installer. This ensures that workflows referenced via workflow-install attributes are copied from their source locations to their destination locations before the bundler attempts to resolve and bundle them. Changes: - Added vendorCrossModuleWorkflows() method to WebBundler class - Added updateWorkflowConfigSource() helper method - Integrated vendoring into bundleAll(), bundleModule(), and bundleAgent() - Workflows are vendored before agent discovery and bundling - Config_source is updated in vendored workflows to reference target module This fixes missing dependency warnings for BMGD agents that vendor BMM workflows for Phase 4 (Production) workflows.