Skip to content

fix(#156): add CI coverage regression severity calibration#157

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/156-ci-coverage-severity
Open

fix(#156): add CI coverage regression severity calibration#157
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/156-ci-coverage-severity

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Add a "CI coverage regression severity" subsection to the correctness sub-agent prompt. This guides the agent to rate coverage regressions as HIGH when they remove merge-queue or PR-gate signal for a class of changes that previously had it, and Medium when only advisory checks are affected.

The key heuristic: if a PR touching affected paths can now land on main without CI checks that previously guarded them, the finding is HIGH severity. This addresses the recurring severity miscalibration where coverage regressions affecting merge gates were rated medium instead of HIGH, leading to non-blocking comment verdicts instead of blocking request-changes verdicts.


Closes #156

Post-script verification

  • Branch is not main/master (agent/156-ci-coverage-severity)
  • Secret scan passed (gitleaks — d51f2e44ee98fbbbfd6d026869637cd2d7cfbb27..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

Add a "CI coverage regression severity" subsection to the
correctness sub-agent prompt. This guides the agent to rate
coverage regressions as HIGH when they remove merge-queue or
PR-gate signal for a class of changes that previously had it,
and Medium when only advisory checks are affected.

The key heuristic: if a PR touching affected paths can now
land on main without CI checks that previously guarded them,
the finding is HIGH severity. This addresses the recurring
severity miscalibration where coverage regressions affecting
merge gates were rated medium instead of HIGH, leading to
non-blocking comment verdicts instead of blocking
request-changes verdicts.

Closes #156
@fullsend-ai-coder fullsend-ai-coder Bot requested a review from a team as a code owner July 13, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review correctness sub-agent should escalate CI coverage regressions to HIGH when they remove merge-gate signal

0 participants