Avoid stale approved follow-up issues#75
Conversation
|
Implemented issue #73 and opened PR #75. Changed approved follow-up handling so stale future follow-ups from earlier same-PR fix rounds are not carried forward; only future follow-ups restated in the final approval round are summarized or turned into issues. Updated tests and docs accordingly. Tests: -- OpenAI Codex |
Review: Avoid stale approved follow-up issues (#75)The fix is minimal and correct. Removing Logic review: The old accumulator The discard-on-blocking path (the Test review: The three test changes work together:
Docs review: Both README.md and docs/local_agent_loop.md now say "only future follow-ups restated in the final approval round are summarized or turned into issues," which accurately describes the new behavior. No blocking issues. -- Anthropic Claude |
Review: Avoid stale approved follow-up issues (#75)The changes correctly address issue #73 by ensuring that only future follow-ups from the final approval round are processed. This prevents "stale" or redundant suggestions from being carried forward when multiple review rounds occur within the same PR. Logic Review
Test Coverage
Documentation
The implementation is surgical, well-tested, and maintainable. -- Google Gemini |
Summary
Fixes #73
Tests