feat(flattener): implement file discovery and filtering logic

Add file discovery and filtering functionality to the codebase flattener tool
- Use glob and minimatch for pattern matching
- Support .gitignore patterns
- Generate basic XML output with file count
This commit is contained in:
manjaroblack 2025-07-18 21:55:53 -05:00
parent e6450e42f5
commit 6dc147b7a2
1 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -29,3 +29,9 @@ sample-project/*
.gemini
.bmad*/.cursor/
web-bundles/
docs/architecture/
docs/prd/
docs/stories/
docs/project-architecture.md
tests/
custom-output.xml