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
|
|
@ -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
|
||||||
Loading…
Reference in New Issue