You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils: add save_report_markdown for generating i18n-friendly Markdown reports (7a3b551)
utils: implement filter_logs to filter submission records of specified rules (75e874b)
utils: implement format_commit function with unit tests (4cd4fc5)
utils: implement format_log function for parsing and structuring git log lines (f3a7379)
utils: implement get_repo_logs for cross-platform git log retrieval (d2178d0)
BREAKING CHANGES
The entire project has been refactored and rewritten in Rust.
Previous JavaScript implementation and related files have been removed.
All usage, configuration, and build processes are now based on the Rust version.