fix(paired): cap consecutive reviewer silent-failure retries

This commit is contained in:
claude-bot
2026-06-01 17:38:35 +09:00
parent 7e16fce17e
commit ccc747ae1c
11 changed files with 116 additions and 11 deletions

View File

@@ -293,6 +293,7 @@ function maybeAutoTriggerReviewerAfterOwnerCompletion(args: {
patch: {
round_trip_count: task.round_trip_count + 1,
owner_failure_count: 0,
reviewer_failure_count: 0,
owner_step_done_streak: 0,
empty_step_done_streak: 0,
...args.patch,