From 3ce1233ae49a164162fa561ea5574f807cc7a286 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 6 May 2026 05:06:31 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20map=20cleo@edaphic.xyz=20?= =?UTF-8?q?=E2=86=92=20curiouscleo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to the salvaged fix for /goal ENAMETOOLONG drop — adds AUTHOR_MAP entry so the release script resolves the commit author to the correct GitHub user. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index a136b49441..905621cfc7 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -46,6 +46,7 @@ AUTHOR_MAP = { "oleksii.lisikh@gmail.com": "olisikh", "leone.parise@gmail.com": "leoneparise", "teknium@nousresearch.com": "teknium1", + "cleo@edaphic.xyz": "curiouscleo", "127238744+teknium1@users.noreply.github.com": "teknium1", "159539633+MottledShadow@users.noreply.github.com": "MottledShadow", "aludwin+gh@gmail.com": "adamludwin",