feat(flattener): enhance codebase flattener with content aggregation

Add binary file detection and content aggregation to generate detailed XML output. The flattener now:
- Identifies binary files by extension and content
- Aggregates text file contents with metadata
- Generates comprehensive XML with file statistics
- Handles errors gracefully with detailed reporting

Also update documentation formatting and add biome.json to gitignore
This commit is contained in:
manjaroblack 2025-07-19 11:33:16 -05:00
parent 6dc147b7a2
commit c04da305d3
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -34,4 +34,6 @@ docs/prd/
docs/stories/ docs/stories/
docs/project-architecture.md docs/project-architecture.md
tests/ tests/
custom-output.xml custom-output.xml
flattened-codebase.xml
biome.json