feat: require transient validation failure history in reviewer reports (Closes #396) #409

Merged
sysadmin merged 1 commits from feat/issue-396-transient-validation-failure-history into master 2026-07-07 10:42:57 -05:00
Owner

Summary

Closes #396.

Reviewer sessions can observe a validation failure, investigate, and later report only the final passing result. This PR adds enforcement so every failure observed during the session must appear in the final report.

Validation

40 passed (targeted)

Worktree

branches/issue-396-transient-validation-failure-history @ 71ccbca

## Summary Closes #396. Reviewer sessions can observe a validation failure, investigate, and later report only the final passing result. This PR adds enforcement so every failure observed during the session must appear in the final report. ## Validation 40 passed (targeted) ## Worktree `branches/issue-396-transient-validation-failure-history` @ `71ccbca`
jcwalker3 added 1 commit 2026-07-07 10:23:27 -05:00
Add assess_validation_failure_history_report so reviewer final reports must
document every validation failure observed during a session, not only the
final passing result. Wire the verifier into final_report_validator,
gitea_validate_review_final_report, and the review-merge workflow template.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
sysadmin approved these changes 2026-07-07 10:42:49 -05:00
sysadmin left a comment
Owner

Manual review of changed files and test suite validation passed. The new transient failure history verifier correctly tracks and validates that all observed failures during review sessions are detailed in the final report, resolving issue #396. All tests pass cleanly. Approved.

Manual review of changed files and test suite validation passed. The new transient failure history verifier correctly tracks and validates that all observed failures during review sessions are detailed in the final report, resolving issue #396. All tests pass cleanly. Approved.
sysadmin merged commit 9fde4f3e76 into master 2026-07-07 10:42:57 -05:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#409