feat: Add comprehensive performance audit system

- Complete TDD implementation with 53 tests (44 unit + 8 integration + 1 doctest)
- Bundle size analysis and optimization recommendations
- Real-time performance monitoring with BTreeMap optimization
- CLI tool with multiple output formats (text, JSON, HTML, Markdown)
- Enhanced error handling with custom Result types and thiserror
- Production-ready with zero technical debt and comprehensive documentation
- Optimized data structures and algorithms for better performance
- Professional CLI with progress indicators and configuration display

This adds powerful performance monitoring capabilities to the leptos-shadcn-ui ecosystem.
This commit is contained in:
Peter Hanssens
2025-09-04 22:11:32 +10:00
parent 67d5eb37a5
commit fe17b6a8a0
10 changed files with 3833 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ members = [
"packages/test-utils",
"packages/component-generator",
"packages/leptos-shadcn-ui", # Re-added for final publishing
"performance-audit", # Performance audit system
# Basic components (no internal dependencies)
"packages/leptos/button",