From c04da305d398478411f18431bd7d1f39fca4b693 Mon Sep 17 00:00:00 2001 From: manjaroblack Date: Sat, 19 Jul 2025 11:33:16 -0500 Subject: [PATCH] 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 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 042d1861..d4dcf9ce 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ docs/prd/ docs/stories/ docs/project-architecture.md tests/ -custom-output.xml \ No newline at end of file +custom-output.xml +flattened-codebase.xml +biome.json \ No newline at end of file