sqlalchemy-backlog-intelligence / data /simulated_resolution_packages.html
cjc0013's picture
Publish SQLAlchemy backlog intelligence Space
6a437f0 verified
Raw
History Blame Contribute Delete
76.5 kB
<style>
:root { color-scheme: light; }
.bi-wrap { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1f2328 !important; }
.bi-wrap h1, .bi-wrap h2, .bi-wrap h3, .bi-wrap p, .bi-wrap strong, .bi-wrap td, .bi-wrap th, .bi-wrap div { color: #1f2328 !important; }
.bi-band { border: 1px solid #d8dee4; border-radius: 8px; background: #ffffff !important; padding: 16px; margin: 0 0 12px; }
.bi-title { display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.bi-title h1, .bi-title h2 { margin: 0; line-height: 1.15; letter-spacing: 0; }
.bi-title h1 { font-size: 1.55rem; }
.bi-title h2 { font-size: 1.12rem; }
.bi-title p { margin: 4px 0 0; color: #57606a; max-width: 820px; }
.status-pill { border-radius: 999px; padding: 5px 9px; font-size: .78rem; font-weight: 700; background: #dafbe1; color: #116329 !important; white-space: nowrap; }
.metric-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(138px, 1fr)); gap: 8px; }
.metric { border: 1px solid #d0d7de; border-radius: 8px; padding: 10px; background: #f6f8fa !important; min-height: 86px; }
.metric-value { font-size: 1.45rem; font-weight: 800; line-height: 1.1; color: #0969da !important; }
.metric-label { margin-top: 4px; font-size: .84rem; font-weight: 700; }
.metric-note { margin-top: 2px; font-size: .76rem; color: #57606a !important; }
.callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.callout { border-left: 4px solid #0969da; background: #f6f8fa !important; border-radius: 8px; padding: 10px 12px; }
.callout:nth-child(2) { border-left-color: #1a7f37; }
.callout:nth-child(3) { border-left-color: #bf8700; }
.callout:nth-child(4) { border-left-color: #cf222e; }
.callout strong { display: block; margin-bottom: 4px; }
.group-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 10px; }
.group-card { border: 1px solid #d8dee4; border-radius: 8px; padding: 12px; background: #fff !important; }
.group-card h3 { margin: 0 0 7px; font-size: 1rem; line-height: 1.25; letter-spacing: 0; }
.meta-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0; }
.chip-row { display: inline-flex; flex-wrap: wrap; gap: 5px; align-items: center; vertical-align: middle; }
.chip { display: inline-flex; align-items: center; border: 1px solid #d0d7de; border-radius: 999px; padding: 2px 7px; font-size: .78rem; background: #f6f8fa !important; color: #24292f !important; }
.chip.bucket { border-color: #9a6700; background: #fff8c5 !important; }
.chip.kind { border-color: #0969da; background: #ddf4ff !important; }
.workflow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.workflow-card { border: 1px solid #d8dee4; border-radius: 8px; padding: 12px; background: #fff !important; }
.workflow-card h3 { margin: 0 0 7px; font-size: 1rem; line-height: 1.25; letter-spacing: 0; }
.workflow-card .move-count { font-weight: 800; color: #0969da !important; }
.move-list { display: grid; gap: 10px; }
.move-row { border: 1px solid #d8dee4; border-radius: 8px; background: #fff !important; }
.move-row summary { list-style: none; cursor: pointer; padding: 12px; }
.move-row summary::-webkit-details-marker { display: none; }
.move-summary { display: grid; grid-template-columns: minmax(190px, 1.1fr) minmax(220px, 1.35fr) minmax(220px, 1.35fr) minmax(120px, .7fr) minmax(100px, .55fr) minmax(220px, 1.25fr) auto; gap: 10px; align-items: start; }
.move-title h3 { margin: 0 0 4px; font-size: 1rem; line-height: 1.25; letter-spacing: 0; }
.move-field span { display: block; color: #57606a !important; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.move-field p { margin: 3px 0 0; font-size: .84rem; line-height: 1.35; }
.view-bundles { align-self: center; justify-self: end; border: 1px solid #000000; border-radius: 999px; color: #000000 !important; background: #ffffff !important; padding: 4px 9px; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.move-row[open] .view-bundles { background: #f6f8fa !important; }
.move-expanded { border-top: 1px solid #d8dee4; padding: 0 12px 12px; }
.bundle-row { border-top: 1px solid #eef1f4; padding: 12px 0; }
.bundle-row:first-child { border-top: none; }
.bundle-row h4 { margin: 0 0 6px; font-size: .94rem; line-height: 1.25; letter-spacing: 0; }
.bundle-scope { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 7px; margin-top: 8px; }
.evidence-list { margin: 8px 0 0 18px; padding: 0; color: #57606a !important; font-size: .82rem; line-height: 1.35; }
.evidence-list li { margin: 3px 0; }
.muted { color: #57606a !important; }
.evidence { font-size: .84rem; color: #57606a !important; }
.scroll-table { overflow-x: auto; border: 1px solid #d8dee4; border-radius: 8px; background: #fff !important; }
table.bi-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.bi-table th { text-align: left; background: #f6f8fa !important; color: #57606a !important; font-size: .78rem; border-bottom: 1px solid #d8dee4; padding: 8px; white-space: nowrap; }
.bi-table td { border-bottom: 1px solid #eef1f4; padding: 8px; vertical-align: top; min-width: 86px; }
.bi-table tr:last-child td { border-bottom: none; }
.wide { min-width: 280px; }
.tight { max-width: 180px; }
a { color: #0969da !important; text-decoration: none; }
a:hover { text-decoration: underline; }
.bi-wrap, .bi-wrap * { color: #000000 !important; }
@media (max-width: 720px) {
.bi-title { display: block; }
.status-pill { display: inline-block; margin-top: 8px; }
.group-grid { grid-template-columns: 1fr; }
.move-summary { grid-template-columns: 1fr; }
.view-bundles { justify-self: start; }
}
</style>
<div class='bi-wrap'><section class='bi-band'><div class='bi-title'><div><h2>Local Board Simulation</h2><p>Every open issue and PR is assigned to the smallest practical maintainer action bundle we would use to review, resolve, merge, close, link, park, or turn into a local PR draft package.</p></div><span class='status-pill'>local-only; no GitHub writes</span></div><div class='metric-grid'><div class='metric'><div class='metric-value'>75</div><div class='metric-label'>Maintainer action bundles</div><div class='metric-note'>all active items assigned</div></div><div class='metric'><div class='metric-value'>23</div><div class='metric-label'>Local PR draft packages</div><div class='metric-note'>local-only; no GitHub writes</div></div><div class='metric'><div class='metric-value'>23</div><div class='metric-label'>Existing PR decisions</div><div class='metric-note'>merge/close/rebase/gate</div></div><div class='metric'><div class='metric-value'>29</div><div class='metric-label'>Batch issue sweeps</div><div class='metric-note'>close/link/park batches</div></div><div class='metric'><div class='metric-value'>186</div><div class='metric-label'>Covered issues</div><div class='metric-note'>open issues</div></div><div class='metric'><div class='metric-value'>32</div><div class='metric-label'>Covered PRs</div><div class='metric-note'>open PRs</div></div><div class='metric'><div class='metric-value'>75</div><div class='metric-label'>Diagnosed bundles</div><div class='metric-note'>next step attached</div></div><div class='metric'><div class='metric-value'>0</div><div class='metric-label'>GitHub writes</div><div class='metric-note'>local-only; no GitHub writes</div></div><div class='metric'><div class='metric-value'>a4206ca98417</div><div class='metric-label'>Resolution hash</div><div class='metric-note'>full hash in metrics</div></div></div></section><section class='bi-band'><div class='bi-title'><div><h2>Top Maintainer Action Bundles</h2><p>These are the units maintainers would review first. Raw rows and edges stay underneath for audit.</p></div></div><div class='group-grid'><article class='group-card'><h3>PR #13323 - Apply tuple bind expressions to expanding IN values</h3><div class='meta-row'><span class='chip kind'>Existing PR owner-test gate</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#8992</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13323</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13402 - Allow inspection registrations from module reloads</h3><div class='meta-row'><span class='chip kind'>Existing PR blocked review</span><span class='chip bucket'>waiting on maintainer review</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#10748</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13402</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13303 - Fix PostgreSQL CHECK constraint reflection stripping unrelated parens</h3><div class='meta-row'><span class='chip kind'>Existing PR contributor wait</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13157</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13303</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13289 - fix: raise clear error when default_factory/default passed to WriteOnlyMapped/DynamicMapped relationship</h3><div class='meta-row'><span class='chip kind'>Existing PR contributor wait</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>5 issues</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#9410</span><span class='chip'>#9493</span><span class='chip'>#9930</span><span class='chip'>#10094</span><span class='chip'>#13227</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13289</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #12433 - Coerce aliased Select and CompoundSelect to subquery</h3><div class='meta-row'><span class='chip kind'>Existing PR contributor wait</span><span class='chip bucket'>waiting on contributor</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Keep parked or close after maintainer review if the contributor path is no longer active; do not ask for maintainer work first.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#6274</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #12433</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13421 - Fix oracledb async dialect entering cursors synchronously</h3><div class='meta-row'><span class='chip kind'>Existing PR blocked review</span><span class='chip bucket'>waiting on maintainer review</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13420</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13421</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13405 - Cython batch instance processor — ~10–30% on most loads (collection joinedload −5%)</h3><div class='meta-row'><span class='chip kind'>Existing PR owner-test gate</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13407</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13405</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13404 - Subqueryload without per-row Row construction — ~26% on subqueryload</h3><div class='meta-row'><span class='chip kind'>Existing PR owner-test gate</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13406</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13404</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13399 - UniqueConstraint and Index withheld from table via attach_to_table flag, and appended to table via append_constraint</h3><div class='meta-row'><span class='chip kind'>Existing PR owner-test gate</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13048</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13399</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article><article class='group-card'><h3>PR #13398 - fix catastrophic backtracking in sqlite inline unique reflection regex</h3><div class='meta-row'><span class='chip kind'>Existing PR owner-test gate</span><span class='chip bucket'>waiting on repo-owner test approval</span><span class='chip'>1 issue</span><span class='chip'>1 PR</span></div><p class='evidence'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</p><div class='meta-row'><span class='chip-row'><span class='chip'>#13419</span></span></div><div class='meta-row'><span class='chip-row'><span class='chip'>PR #13398</span></span></div><div class='evidence'>Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></article></div></section><section class='bi-band'><div class='bi-title'><div><h2>Bundle Table</h2><p>Every row is local-only and carries proof/test status; no action is sent to GitHub.</p></div></div><div class='scroll-table'><table class='bi-table'><thead><tr><th>Bundle</th><th>Kind</th><th>Covers</th><th>Diagnosis</th><th>Recommended Next Step</th><th>Local Proof/Test</th><th>GitHub Action Allowed</th></tr></thead><tbody><tr><td><strong>SIM-001</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#8992</span></span></div><div><span class='chip-row'><span class='chip'>PR #13323</span></span></div></td><td><div class='wide'>PR #13323 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-002</strong></td><td>Existing PR blocked review<div class='muted'>waiting on maintainer review</div></td><td><div><span class='chip-row'><span class='chip'>#10748</span></span></div><div><span class='chip-row'><span class='chip'>PR #13402</span></span></div></td><td><div class='wide'>PR #13402 has no local failed-check diagnosis; it needs a maintainer merge/close/rebase decision.</div></td><td><div class='wide'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-003</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13157</span></span></div><div><span class='chip-row'><span class='chip'>PR #13303</span></span></div></td><td><div class='wide'>PR #13303 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-004</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#9410</span><span class='chip'>#9493</span><span class='chip'>#9930</span><span class='chip'>#10094</span><span class='chip'>#13227</span></span></div><div><span class='chip-row'><span class='chip'>PR #13289</span></span></div></td><td><div class='wide'>PR #13289 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-005</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on contributor</div></td><td><div><span class='chip-row'><span class='chip'>#6274</span></span></div><div><span class='chip-row'><span class='chip'>PR #12433</span></span></div></td><td><div class='wide'>PR #12433 is contributor-owned until requested changes or review questions are answered.</div></td><td><div class='wide'>Keep parked or close after maintainer review if the contributor path is no longer active; do not ask for maintainer work first.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-006</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#6511</span><span class='chip'>#9693</span></span></div><div><span class='chip-row'><span class='chip'>PR #12697</span><span class='chip'>PR #12698</span><span class='chip'>PR #13418</span></span></div></td><td><div class='wide'>PR #13418 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-007</strong></td><td>Existing PR blocked review<div class='muted'>waiting on maintainer review</div></td><td><div><span class='chip-row'><span class='chip'>#13420</span></span></div><div><span class='chip-row'><span class='chip'>PR #13421</span></span></div></td><td><div class='wide'>PR #13421 has no local failed-check diagnosis; it needs a maintainer merge/close/rebase decision.</div></td><td><div class='wide'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-008</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13407</span></span></div><div><span class='chip-row'><span class='chip'>PR #13405</span></span></div></td><td><div class='wide'>PR #13405 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-009</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13406</span></span></div><div><span class='chip-row'><span class='chip'>PR #13404</span></span></div></td><td><div class='wide'>PR #13404 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-010</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13048</span></span></div><div><span class='chip-row'><span class='chip'>PR #13399</span></span></div></td><td><div class='wide'>PR #13399 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-011</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13419</span></span></div><div><span class='chip-row'><span class='chip'>PR #13398</span></span></div></td><td><div class='wide'>PR #13398 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-012</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#11132</span></span></div><div><span class='chip-row'><span class='chip'>PR #13368</span></span></div></td><td><div class='wide'>PR #13368 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-013</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#13169</span></span></div><div><span class='chip-row'><span class='chip'>PR #13288</span></span></div></td><td><div class='wide'>PR #13288 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-014</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on CI/check fix</div></td><td><div><span class='chip-row'><span class='chip'>#13049</span></span></div><div><span class='chip-row'><span class='chip'>PR #13051</span></span></div></td><td><div class='wide'>PR #13051 is blocked by failing static/type checks: mypy-3.14; pending owner gate: gerrit_review.</div></td><td><div class='wide'>Fix or ask the contributor to fix mypy-3.14, rerun checks, then revisit review/owner-gate approval once the branch is green.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-015</strong></td><td>Existing PR decision<div class='muted'>waiting on maintainer review</div></td><td><div><span class='chip-row'><span class='chip'>#11620</span></span></div><div><span class='chip-row'><span class='chip'>PR #12297</span></span></div></td><td><div class='wide'>PR #12297 has no local failed-check diagnosis; it needs a maintainer merge/close/rebase decision.</div></td><td><div class='wide'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-016</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on branch update</div></td><td><div><span class='chip-row'><span class='chip'>#11122</span></span></div><div><span class='chip-row'><span class='chip'>PR #11296</span></span></div></td><td><div class='wide'>PR #11296 appears blocked by merge state `DIRTY`.</div></td><td><div class='wide'>Rebase/update the branch against main, then rerun checks before maintainer review.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-017</strong></td><td>Existing PR decision<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='chip'>#6120</span><span class='chip'>#6810</span><span class='chip'>#9301</span><span class='chip'>#9587</span><span class='chip'>#10351</span><span class='chip'>#10527</span><span class='chip'>#10888</span><span class='chip'>#11686</span><span class='chip'>#13357</span></span></div><div><span class='chip-row'><span class='chip'>PR #12731</span></span></div></td><td><div class='wide'>PR #12731 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-018</strong></td><td>Existing PR blocked review<div class='muted'>waiting on CI/check fix</div></td><td><div><span class='chip-row'><span class='chip'>#12398</span></span></div><div><span class='chip-row'><span class='chip'>PR #12401</span></span></div></td><td><div class='wide'>PR #12401 is blocked by failing static/type checks: pep484-3.14, pep8-3.14; pending owner gate: gerrit_review.</div></td><td><div class='wide'>Fix or ask the contributor to fix pep484-3.14, pep8-3.14, rerun checks, then revisit review/owner-gate approval once the branch is green.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-019</strong></td><td>Existing PR blocked review<div class='muted'>waiting on branch update</div></td><td><div><span class='chip-row'><span class='chip'>#2943</span></span></div><div><span class='chip-row'><span class='chip'>PR #10574</span></span></div></td><td><div class='wide'>PR #10574 appears blocked by merge state `DIRTY`.</div></td><td><div class='wide'>Rebase/update the branch against main, then rerun checks before maintainer review.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-020</strong></td><td>Existing PR blocked review<div class='muted'>waiting on CI/check fix</div></td><td><div><span class='chip-row'><span class='muted'>none</span></span></div><div><span class='chip-row'><span class='chip'>PR #8136</span><span class='chip'>PR #12645</span></span></div></td><td><div class='wide'>PR #12645 is blocked by failing static/type checks: pep484-3.12; pending owner gate: gerrit_review.</div></td><td><div class='wide'>Fix or ask the contributor to fix pep484-3.12, rerun checks, then revisit review/owner-gate approval once the branch is green.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-021</strong></td><td>Existing PR contributor wait<div class='muted'>waiting on branch update</div></td><td><div><span class='chip-row'><span class='muted'>none</span></span></div><div><span class='chip-row'><span class='chip'>PR #11107</span><span class='chip'>PR #11297</span><span class='chip'>PR #11437</span></span></div></td><td><div class='wide'>PR #11437 appears blocked by merge state `DIRTY`.</div></td><td><div class='wide'>Rebase/update the branch against main, then rerun checks before maintainer review.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-022</strong></td><td>Existing PR owner-test gate<div class='muted'>waiting on repo-owner test approval</div></td><td><div><span class='chip-row'><span class='muted'>none</span></span></div><div><span class='chip-row'><span class='chip'>PR #13137</span><span class='chip'>PR #13312</span><span class='chip'>PR #13415</span><span class='chip'>PR #13416</span><span class='chip'>PR #13417</span></span></div></td><td><div class='wide'>PR #13417 is waiting on repository-owner test approval: gerrit_review.</div></td><td><div class='wide'>Maintainer should inspect or approve the gated run, then decide the PR with linked issues in view.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-023</strong></td><td>Existing stale PR sweep<div class='muted'>waiting on maintainer review</div></td><td><div><span class='chip-row'><span class='muted'>none</span></span></div><div><span class='chip-row'><span class='chip'>PR #11180</span></span></div></td><td><div class='wide'>PR #11180 has no local failed-check diagnosis; it needs a maintainer merge/close/rebase decision.</div></td><td><div class='wide'>Review changed files, linked issues, and latest maintainer comments, then choose merge, close, rebase request, or maintainer takeover.</div></td><td><div class='wide'>simulated_plan_only: Use the existing PR checks, review decision, changed-file list, and any pending/failed status as the proof gate before merge/close.</div></td><td>False</td></tr><tr><td><strong>SIM-024</strong></td><td>Duplicate/related issue sweep<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#8326</span><span class='chip'>#10335</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>The local evidence indicates likely related reports that should share one canonical answer or implementation path.</div></td><td><div class='wide'>Pick the canonical issue, preserve the strongest reproduction, and close/link duplicates in one maintainer pass.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-025</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#13212</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This datatypes bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/sql/sqltypes.py, test/sql/test_types.py, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for datatypes paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-026</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#13113</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This dml bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for dml paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-027</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#10676</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This general bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for general paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-028</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#13204</span><span class='chip'>#13210</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This loader options bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for loader options paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-029</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#13153</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This orm bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/orm/, test/orm/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused ORM tests plus regression tests named from the linked issue titles.</div></td><td>False</td></tr><tr><td><strong>SIM-030</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#10541</span><span class='chip'>#13311</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This performance bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/perf/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for performance paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-031</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#7366</span><span class='chip'>#9468</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This reflection bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/engine/reflection.py, test/engine/test_reflection.py, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for reflection paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-032</strong></td><td>New code/decision package<div class='muted'>duplicate/cluster candidate</div></td><td><div><span class='chip-row'><span class='chip'>#8795</span><span class='chip'>#12585</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This sqlite bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/dialects/sqlite/, test/dialect/test_sqlite.py, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run the focused dialect test slice for sqlite, plus any changed-file tests inferred from lib/sqlalchemy/dialects/sqlite/, test/dialect/test_sqlite.py.</div></td><td>False</td></tr><tr><td><strong>SIM-033</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#9154</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This tests bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for tests paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-034</strong></td><td>New code/decision package<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#13253</span><span class='chip'>#13281</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This typing bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/typing/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run typing-oriented tests and the smallest runtime regression test for affected public behavior.</div></td><td>False</td></tr><tr><td><strong>SIM-035</strong></td><td>New maintainer code PR<div class='muted'>high-priority/blocker</div></td><td><div><span class='chip-row'><span class='chip'>#9548</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This loader options bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for loader options paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-036</strong></td><td>New docs PR<div class='muted'>needs maintainer decision</div></td><td><div><span class='chip-row'><span class='chip'>#5583</span><span class='chip'>#12101</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This documentation bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against doc/, doc/build/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Build docs locally and run focused documentation/link checks for the touched doc paths.</div></td><td>False</td></tr><tr><td><strong>SIM-037</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#7604</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This asyncio bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/ext/asyncio/, test/ext/asyncio/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused asyncio extension tests and a regression test for the linked failure mode.</div></td><td>False</td></tr><tr><td><strong>SIM-038</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#10675</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This dml bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for dml paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-039</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#5139</span><span class='chip'>#9078</span><span class='chip'>#9212</span><span class='chip'>#9213</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This documentation bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against doc/, doc/build/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Build docs locally and run focused documentation/link checks for the touched doc paths.</div></td><td>False</td></tr><tr><td><strong>SIM-040</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#5123</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This engine bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/engine/, test/engine/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for engine paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-041</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#7149</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This general bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for general paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-042</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#8341</span><span class='chip'>#8457</span><span class='chip'>#10310</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This mysql bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/dialects/mysql/, test/dialect/mysql/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run the focused dialect test slice for mysql, plus any changed-file tests inferred from lib/sqlalchemy/dialects/mysql/, test/dialect/mysql/.</div></td><td>False</td></tr><tr><td><strong>SIM-043</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#5133</span><span class='chip'>#11312</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This oracle bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/dialects/oracle/, test/dialect/oracle/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run the focused dialect test slice for oracle, plus any changed-file tests inferred from lib/sqlalchemy/dialects/oracle/, test/dialect/oracle/.</div></td><td>False</td></tr><tr><td><strong>SIM-044</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#6084</span><span class='chip'>#7732</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This orm bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/orm/, test/orm/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused ORM tests plus regression tests named from the linked issue titles.</div></td><td>False</td></tr><tr><td><strong>SIM-045</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#4434</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This postgresql bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/dialects/postgresql/, test/dialect/postgresql/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run the focused dialect test slice for postgresql, plus any changed-file tests inferred from lib/sqlalchemy/dialects/postgresql/, test/dialect/postgresql/.</div></td><td>False</td></tr><tr><td><strong>SIM-046</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#10341</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This schema bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/sql/schema.py, test/sql/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for schema paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-047</strong></td><td>New volunteer-ready PR<div class='muted'>good volunteer slice</div></td><td><div><span class='chip-row'><span class='chip'>#5564</span><span class='chip'>#5846</span><span class='chip'>#8352</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This sql bundle is concrete enough for a local PR draft package.</div></td><td><div class='wide'>Draft locally against lib/sqlalchemy/, test/, add focused regression coverage, and only open a GitHub PR if maintainers approve the scope.</div></td><td><div class='wide'>simulated_plan_only: Run focused tests for sql paths plus one regression test per resolved issue cluster.</div></td><td>False</td></tr><tr><td><strong>SIM-048</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#6121</span><span class='chip'>#12710</span><span class='chip'>#12803</span><span class='chip'>#12972</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a asyncio stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-049</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#8693</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a connection pool stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-050</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#4652</span><span class='chip'>#6874</span><span class='chip'>#7223</span><span class='chip'>#8936</span><span class='chip'>#11597</span><span class='chip'>#12628</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a datatypes stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-051</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#5806</span><span class='chip'>#6411</span><span class='chip'>#9147</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a declarative stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-052</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#8321</span><span class='chip'>#10680</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a dialects stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-053</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#10446</span><span class='chip'>#12096</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a dml stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-054</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#4567</span><span class='chip'>#4706</span><span class='chip'>#4784</span><span class='chip'>#4790</span><span class='chip'>#5235</span><span class='chip'>#6332</span><span class='chip'>#7360</span><span class='chip'>#7517</span><span class='chip'>#8894</span><span class='chip'>#9839</span><span class='chip muted'>+4</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a documentation stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-055</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#5815</span><span class='chip'>#6489</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a engine stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-056</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#5006</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a functions stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-057</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#2814</span><span class='chip'>#10064</span><span class='chip'>#10835</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a general stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-058</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#3037</span><span class='chip'>#5964</span><span class='chip'>#7426</span><span class='chip'>#8431</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a loader options stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-059</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#7228</span><span class='chip'>#12561</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a mariadb stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-060</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#1909</span><span class='chip'>#4272</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a mysql stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-061</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#7718</span><span class='chip'>#12341</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a oracle stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-062</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#1063</span><span class='chip'>#1140</span><span class='chip'>#2501</span><span class='chip'>#2792</span><span class='chip'>#3458</span><span class='chip'>#4641</span><span class='chip'>#5005</span><span class='chip'>#5541</span><span class='chip'>#6080</span><span class='chip'>#6137</span><span class='chip muted'>+21</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a orm stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-063</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#4855</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a performance stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-064</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#4289</span><span class='chip'>#5350</span><span class='chip'>#6612</span><span class='chip'>#7475</span><span class='chip'>#9944</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a postgresql stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-065</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#8680</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a public api stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-066</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#10435</span><span class='chip'>#10742</span><span class='chip'>#11385</span><span class='chip'>#11677</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a reflection stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-067</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#9233</span><span class='chip'>#13007</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a schema stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-068</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#1452</span><span class='chip'>#6040</span><span class='chip'>#6336</span><span class='chip'>#6700</span><span class='chip'>#7113</span><span class='chip'>#9425</span><span class='chip'>#10326</span><span class='chip'>#10780</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a sql stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-069</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#5352</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a sql server stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-070</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#10544</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a sqlite stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-071</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#5174</span><span class='chip'>#6468</span><span class='chip'>#6505</span><span class='chip'>#7035</span><span class='chip'>#7135</span><span class='chip'>#8805</span><span class='chip'>#9370</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a tests stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-072</strong></td><td>Stale issue resolution sweep<div class='muted'>stale/low urgency</div></td><td><div><span class='chip-row'><span class='chip'>#8909</span><span class='chip'>#10417</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This is a typing stale issue batch, not a single code diagnosis.</div></td><td><div class='wide'>Apply one sweep policy: close with rationale when no live reproducer exists, mark canonical duplicates, or promote still-reproducible failures into a local PR draft package.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-073</strong></td><td>Waiting-info issue sweep<div class='muted'>waiting on contributor</div></td><td><div><span class='chip-row'><span class='chip'>#10531</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This documentation batch is waiting for reporter/contributor information.</div></td><td><div class='wide'>Park or close unless existing evidence is enough for maintainers to reproduce without another ping.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-074</strong></td><td>Waiting-info issue sweep<div class='muted'>waiting on contributor</div></td><td><div><span class='chip-row'><span class='chip'>#11136</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This general batch is waiting for reporter/contributor information.</div></td><td><div class='wide'>Park or close unless existing evidence is enough for maintainers to reproduce without another ping.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr><tr><td><strong>SIM-075</strong></td><td>Waiting-info issue sweep<div class='muted'>waiting on contributor</div></td><td><div><span class='chip-row'><span class='chip'>#5999</span></span></div><div><span class='chip-row'><span class='muted'>none</span></span></div></td><td><div class='wide'>This orm batch is waiting for reporter/contributor information.</div></td><td><div class='wide'>Park or close unless existing evidence is enough for maintainers to reproduce without another ping.</div></td><td><div class='wide'>simulated_plan_only: No code patch is simulated; proof is the issue/PR evidence pack, duplicate links, stale age, labels, and maintainer-visible closure/reopen criteria.</div></td><td>False</td></tr></tbody></table></div></section></div>