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:
parent
6dc147b7a2
commit
c04da305d3
|
|
@ -35,3 +35,5 @@ docs/stories/
|
|||
docs/project-architecture.md
|
||||
tests/
|
||||
custom-output.xml
|
||||
flattened-codebase.xml
|
||||
biome.json
|
||||
Loading…
Reference in New Issue