mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
Address code review feedback from Gemini Code Assist on PR #692. Refactored the repeated matchAll() logic in extractSummary() functions to use a loop over a configuration array, reducing code duplication and improving maintainability. - agent-context-parser.ts: Use regexesToTry array with group index - log-parser.ts: Use regexesToTry array with processor functions for special handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>