From 6b5e0119b3e40bf5afdf941919503e1c49b047f7 Mon Sep 17 00:00:00 2001 From: kshitij <82637225+kshitijk4poor@users.noreply.github.com> Date: Sun, 10 May 2026 10:40:31 +0530 Subject: [PATCH] chore: add codex-spark salvage contributors to AUTHOR_MAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maps olegwn@gmail.com → nederev (PR #18286) and vesper@askclaw.dev → askclaw-vesper (PR #19530) so the contributor attribution check passes when their commits land via this salvage. --- scripts/release.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 582cf955569..bceced36a91 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -235,6 +235,9 @@ AUTHOR_MAP = { "itonov@proton.me": "Ito-69", "glesstech@gmail.com": "georgeglessner", "maxim.smetanin@gmail.com": "maxims-oss", + # Codex Spark restoration salvage (May 2026) + "olegwn@gmail.com": "nederev", + "vesper@askclaw.dev": "askclaw-vesper", "nazirulhafiy@gmail.com": "nazirulhafiy", "CREWorx@users.noreply.github.com": "BadTechBandit", "yoimexex@gmail.com": "Yoimex",