Skip to content

docs(devlog): publish the remaining Wave 5 record corrections - #1969

Merged
lidge-jun merged 3 commits into
devfrom
codex/wave5-final-record
Aug 18, 2026
Merged

docs(devlog): publish the remaining Wave 5 record corrections#1969
lidge-jun merged 3 commits into
devfrom
codex/wave5-final-record

Conversation

@lidge-jun

@lidge-jun lidge-jun commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Three record corrections that existed only locally.

The root cause I recorded for CodeQL #87 was itself wrong. I wrote that merging on local tests plus tsc substituted for CI and skipped static analysis. The real cause is narrower and worse: CodeQL never runs on dev-targeting PRs at all. It scans dev on push and main-targeting PRs, so no per-PR wait would have caught it either way - the alert sat visible among 84 open ones and nobody read them.

The disclosure went to the wrong PRs. I claimed the CodeQL note was in the promotion PR bodies; it was not. It reached #1897 as a follow-up comment, but #1962 and #1963 - the ones an approver reads - never carried it.

The #1843 release version said v2.24.2 in one section and v2.24.0 in another. v2.24.0 is correct, confirmed by git tag --contains ac8c0d2.

Verification

Devlog-only; nothing in the build, typecheck or test path reads devlog/.

Checklist

  • Tests added or updated n/a
  • Docs updated
  • No credentials, request bodies, or account identifiers logged
  • Targets dev

Summary by CodeRabbit

  • Documentation
    • Updated the v2.24.0 closure notes with the earliest affected release.
    • Clarified why the CodeQL alert was missed, including limitations around development-target analysis and post-merge notifications.
    • Corrected the promotion references and documented the subsequent disclosure while retaining the author-approval restriction.

I said the alert slipped through because I substituted local tests for missing
CI and neither runs CodeQL. True and irrelevant: CodeQL would not have run on
#1897 even with full CI, because analyses exist only for main, dev, and PRs
targeting the default branch. Every campaign PR targets dev, so none of them
could ever get CodeQL feedback - confirmed by the promotion PRs, where the
main-targeting pair have analyses and the preview-targeting pair have none.

The real cause is duller. Dev is scanned on push and carries 84 open alerts
against main's 71. The finding was sitting on the integration branch from the
moment #1897 merged until promotion, and no step in this campaign looked at it.
Those are two separate holes - CodeQL absent from the dev PR flow, and the
post-merge alert list not being anyone's gate - and my first explanation named
neither.
…rong PRs

Dev reached preview and main through #1962 and #1963, not through the #1958 and
#1959 I opened and left for a maintainer - those flipped to merged seconds later
once their heads became reachable.

So the disclosure I spent three audit rounds getting right sat on the two PRs
that moved no code, and the two that actually promoted carried none of it. Fixed
by commenting it onto #1962 and #1963 after the fact, which is later than it
should have been.

Worth naming the failure mode rather than just the fix: I attached the warning
to the artifact I controlled rather than to the artifact that would carry the
change. js/polynomial-redos is on main now.

What I did not do and stand by: I never approved a promotion PR.
The closure-rules section said v2.24.2 while the results table said v2.24.0,
and the errata further down already flagged the contradiction. Correcting the
line itself rather than leaving a reader to find the footnote: git tag
--contains ac8c0d2 names v2.24.0 as the earliest containing tag.
@github-actions

Copy link
Copy Markdown
Contributor

Deterministic PR hygiene checks passed.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Aug 18, 2026
@lidge-jun
lidge-jun merged commit 32ebcc0 into dev Aug 18, 2026
8 of 9 checks passed
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 501a0af7-6e65-4445-a13a-775e035d5a65

📥 Commits

Reviewing files that changed from the base of the PR and between d23b7e8 and c9ea659.

📒 Files selected for processing (1)
  • devlog/_plan/260817_wave5_execution/090_wave6_closeout.md

📝 Walkthrough

Walkthrough

The closure note corrects issue #1843’s earliest containing release, documents the separate CodeQL coverage and review omissions, and records the actual promotion PRs and disclosure placement.

Changes

Wave 6 closeout

Layer / File(s) Summary
Correct closure evidence
devlog/_plan/260817_wave5_execution/090_wave6_closeout.md
Lines 20–21 identify v2.24.0 as the earliest containing release and add tag verification. Lines 238–251 distinguish missing CodeQL analysis for dev campaign PRs from unreviewed push-scan alerts. Lines 279–297 record promotion through #1962 and #1963, the corrected disclosure placement, the alert on main, and the continued code-owner approval requirement.

Estimated code review effort: 1 (Trivial) | ~5 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/wave5-final-record

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant