From df8eef8c0de29914e46cd270fe9ccab507f09954 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Fri, 8 May 2026 04:05:51 +0000 Subject: [PATCH] chore(release): map claude-ceo-assistant email for AUTHOR_MAP The contributor-check.yml workflow requires every commit author email to have an entry in scripts/release.py:AUTHOR_MAP. claude-ceo-assistant is the Gitea-only bot identity used by Claude-Code-driven PRs in the molecule-ai fork (introduced post-2026-05-06 GitHub suspension; no upstream/GitHub equivalent). Register it so PRs from that identity pass the attribution check. Pattern matches recent same-shape commits: 73bcd83, 50f9f38, 9c626ef. Co-Authored-By: Claude Opus 4.7 (1M context) --- scripts/release.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 0c046ee4..ce029735 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -67,6 +67,9 @@ AUTHOR_MAP = { "274096618+hermes-agent-dhabibi@users.noreply.github.com": "dhabibi", "dejie.guo@gmail.com": "JayGwod", "maxence@groine.fr": "MaxyMoos", + # Internal molecule-ai Gitea bot identity used by Claude-Code agents + # (post-2026-05-06 GitHub suspension; no upstream/GitHub equivalent). + "claude-ceo-assistant@agents.moleculesai.app": "claude-ceo-assistant", # OpenViking viking_read salvage (April 2026) "hitesh@gmail.com": "htsh", "pty819@outlook.com": "pty819", -- 2.45.2