BMAD-METHOD/tools/flattener
M.Abdulrahman Alnaseer 07c539dcc7 fix(flattener): refine packages ignore pattern to avoid excluding source code directories
The previous pattern '**/packages/**' was too broad and excluded legitimate source code directories named 'packages' in monorepo structures. Remove it to preserving source code organization patterns.

Fixes issue with flattening projects that use 'packages' directory for source code organization.
2025-08-15 10:42:52 -04:00
..
aggregate.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
binary.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
discovery.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
files.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
ignoreRules.js fix(flattener): refine packages ignore pattern to avoid excluding source code directories 2025-08-15 10:42:52 -04:00
main.js fix(flattener): fix argument parsing logic to work with provided input/output paths 2025-08-15 08:58:42 -04:00
projectRoot.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
prompts.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
stats.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
xml.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00