fix: add step_type to default approve/reject/timeout callbacks (not just multi-choice)

This commit is contained in:
2026-03-10 15:29:55 +09:00
parent 26c19fb6be
commit 0470c03ab3
5 changed files with 9 additions and 3 deletions

View File

@@ -5,3 +5,6 @@
## 수정 내역
- 초기 생성: Accept all 리뷰 바 트리거 테스트
- 2차 수정: Diff review 누적 감지 테스트 (14:45)
- 3차 수정: step_type 패스스루 검증 테스트 (15:18)
- 4차 수정: ApprovalRequest + 단일 봇 인스턴스 테스트 (15:21)
- 5차 수정: 진단 로그 추가 — step_type 확인 (15:25)