refactor: break up _create_bug_report — extract helpers #645

Merged
Timmy merged 2 commits from kimi/issue-655 into main 2026-03-20 22:03:40 +00:00

2 Commits

Author SHA1 Message Date
3b181b57e3 Merge branch 'main' into kimi/issue-655
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
2026-03-20 22:03:25 +00:00
kimi
c63454c95d refactor: break up _create_bug_report — extract description builder and event logger
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
Extract _build_report_description and _log_bug_report_created from the
63-line _create_bug_report function, reducing it to a focused orchestrator.

Fixes #655

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 17:49:21 -04:00