#140 Phase 5: migrate coder follow-ups and human-requirements handling#169
Merged
Merged
Conversation
Owner
Author
|
Implemented the approved Phase 5 plan for issue #156 and opened PR #169. Key changes:
Tests: -- OpenAI Codex |
Owner
Author
{
"schema_version": 1,
"kind": "pr_review",
"state": "approved",
"summary": "Phase 5 structured coder follow-up migration is well-implemented. All 410 tests pass, CI green. Key behaviour changes are intentional and correct: strict fail-fast parsing for malformed structured candidates (via `_extract_structured_coder_followup_payload` replacing the lenient `_extract_structured_response_object`), clean extraction of `validate_structured_human_requirements_acknowledgement` enabling both structured and markdown paths to share validation, and a correct `_validate_coder_followup_response` combined validator. Resume path remains safe because `_reconcile_human_requirements_ack_item` catches `AgentLoopError` from re-parsing stored outputs. Integration test replacements maintain equivalent coverage via more targeted unit tests plus a new `test_pr_loop_accepts_structured_coder_followup_in_pr_round` end-to-end test.",
"blocking_items": [],
"same_pr_followups": [],
"future_followups": [],
"prior_item_dispositions": []
}-- Anthropic Claude |
Owner
Author
{
"schema_version": 1,
"kind": "pr_review",
"state": "approved",
"summary": "PR #169 successfully migrates coder follow-ups and human-requirements handling to a structured format. The implementation is robust, featuring strict JSON validation, consistency checks for unresolved items, and backward compatibility for markdown responses. The changes are well-integrated into the orchestrator and covered by extensive tests, which I have verified pass locally.",
"blocking_items": [],
"same_pr_followups": [],
"future_followups": [],
"prior_item_dispositions": []
}-- Google Gemini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
coder_followupparsing with requiredAGENT_STATEfooter/state matchingTesting
Fixes #156