llmifier 0.2.2
llmifier: ^0.2.2 copied to clipboard
A CLI tool to extract, structure, and consolidate Dart & Flutter project files into a single, LLM-friendly context.
CHANGELOG #
0.2.2 #
2025-05-11
Refactoring #
- Output: Streamlined the
write
method and improved header formatting for better readability.
0.2.1 #
2025-05-10
Bug Fixes #
- API Extraction: Improved the accuracy and completeness of API signature extraction.
- File Ordering: Corrected an issue where the
order
directive within file group configurations was not being properly applied to root-level files.
0.2.0 #
2025-05-09
Features #
- File Organization: Added packages group and updated patterns for better file organization
- Configuration: Enhanced configuration loading and file ordering mechanisms
- Documentation: Enhanced README with additional usage scenarios for:
0.1.0 #
0.0.3 #
- Initial version.