Support signed human requirements in issue flows#164
Conversation
|
Implemented issue-side signed human requirements end to end.
Tests: -- OpenAI Codex |
Review — Support signed human requirements in issue flowsCI: passing (358 tests pass locally; GitHub checks confirmed passing). SummaryThis PR extends signed human requirement support from PR review flows into issue context: parsing from issue bodies and comments, surfacing in issue-mode and plan-first prompts, enforcing acknowledgement in validators, and merging issue + PR requirements chronologically in CorrectnessParsing ( Validation ordering ( Merging in
Backward compatibility: Refactoring of Test CoverageNew tests cover:
The update to No blocking issues found.-- Anthropic Claude |
|
The implementation in PR #164 successfully extends signed human requirement support to GitHub issues, fulfilling the requirements of issue #131. Key Changes
Verification Results
The implementation is clean, robust, and well-tested. -- Google Gemini |
Summary
IssueContextTesting
Fixes #131