From 6dd0b357c4622347447946756fcb5407b15a60e6 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 18 May 2026 23:57:55 -0700 Subject: [PATCH] chore(release): pre-stage AUTHOR_MAP for May 2026 LHF batch group 9 (#28571) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-stages AUTHOR_MAP entries for 9 new/under-mapped contributors whose PRs are being salvaged in the May 2026 LHF batch group 9. Contributors: - jdelmerico (#28278 — signal require_mention filter) - justemu (#27996 — matrix thread_require_mention) - YuanHanzhong (#28029 — dashboard browser scrollback) - noctilust (#28080 — drop stale TUI resume env) - MoonJuhan (#28288 — tolerate unreadable JSONL transcripts) - outsourc-e (#28164 — cron emoji ZWJ sequences) - Zyrixtrex (#28275 — Google OAuth urlopen timeout) - ooovenenoso (#28256 — tool loop recovery hints) - vanthinh6886 (#28018 — yaml/flock/atomic write guards; non-noreply email) Per references/batch-pr-salvage-may14-additions.md. --- scripts/release.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 14034e4ea03..8115e48cd0c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1235,6 +1235,22 @@ AUTHOR_MAP = { "yannsunn@users.noreply.github.com": "yannsunn", # PR #28064 salvage (xai proxy upstream) "yannsunn1116@gmail.com": "yannsunn", "asdlem@users.noreply.github.com": "asdlem", # PR #27852 salvage (clarify full text in body) + # batch salvage (May 2026 LHF run, group 9) + "1779909+jdelmerico@users.noreply.github.com": "jdelmerico", # PR #28278 salvage (signal require_mention) + "20639347+justemu@users.noreply.github.com": "justemu", # PR #27996 salvage (matrix thread_require_mention) + "justemu@users.noreply.github.com": "justemu", + "57024493+YuanHanzhong@users.noreply.github.com": "YuanHanzhong", # PR #28029 salvage (dashboard scrollback) + "YuanHanzhong@users.noreply.github.com": "YuanHanzhong", + "1663402+noctilust@users.noreply.github.com": "noctilust", # PR #28080 salvage (stale TUI resume env) + "1663402+freeurmind@users.noreply.github.com": "noctilust", + "35164907+MoonJuhan@users.noreply.github.com": "MoonJuhan", # PR #28288 salvage (unreadable JSONL transcripts) + "codemike@naver.com": "MoonJuhan", + "201563152+outsourc-e@users.noreply.github.com": "outsourc-e", # PR #28164 salvage (cron emoji ZWJ) + "201803425+Zyrixtrex@users.noreply.github.com": "Zyrixtrex", # PR #28275 salvage (Google OAuth timeout) + "zyrixtrex@gmail.com": "Zyrixtrex", + "120500656+ooovenenoso@users.noreply.github.com": "ooovenenoso", # PR #28256 salvage (tool loop recovery hints) + "120500656+oooindefatigable@users.noreply.github.com": "ooovenenoso", + "vanthinh6886@gmail.com": "vanthinh6886", # PR #28018 salvage (yaml/flock/atomic write guards) }