Conversation
There was a problem hiding this comment.
Code Review
This pull request implements branch filtering and limiting logic, excluding stale branches older than 14 days and capping active branches at 30, sorted by update time and name. It also updates the git branch retrieval to use committer dates and adds inline documentation. The review feedback suggests replacing non-null assertions with optional chaining in the branch sorting function to ensure runtime safety.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🔗 연관된 이슈
🎯 의도
committer date와 단일 실행 시각을 기준으로 일관된 branch 선택 결과를 생성📝 작업 내용
📌 요약
stale_branch,branch_limit제외 사유 추가xhigh로 상향🔍 상세
issue #41 구현 (
bd66e5b)git for-each-ref의 갱신 시각을authordate에서committerdate로 변경run에서 생성한 단일generatedAt을selectWithReasons에 전달baseBranch와defaultBranch를 감시 대상에서 제외stale_branch로 제외branch_limit으로 제외branch-selection.json에 선택 결과 및 제외 사유 유지추가 유지보수 변경
d4c5858:.codex/agents/*.toml에서gpt-5.3-codex-spark를 사용하는 5개 에이전트의model_reasoning_effort를xhigh로 변경f98e1cf: 실제 기능을 수행하는 프로덕션 함수·메서드에 역할 주석 31줄 추가📸 영상 / 이미지 (Optional)