chore(release): map claude-ceo-assistant email for AUTHOR_MAP
Some checks failed
Nix / nix (macos-latest) (pull_request) Waiting to run
Contributor Attribution Check / check-attribution (pull_request) Successful in 22s
Supply Chain Audit / Scan PR for critical supply chain risks (pull_request) Successful in 21s
Nix / nix (ubuntu-latest) (pull_request) Failing after 4m31s
Tests / test (pull_request) Failing after 5m33s
Tests / e2e (pull_request) Successful in 1m34s

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) <noreply@anthropic.com>
This commit is contained in:
claude-ceo-assistant 2026-05-08 04:05:51 +00:00
parent 5d3be898a8
commit df8eef8c0d

View File

@ -67,6 +67,9 @@ AUTHOR_MAP = {
"274096618+hermes-agent-dhabibi@users.noreply.github.com": "dhabibi", "274096618+hermes-agent-dhabibi@users.noreply.github.com": "dhabibi",
"dejie.guo@gmail.com": "JayGwod", "dejie.guo@gmail.com": "JayGwod",
"maxence@groine.fr": "MaxyMoos", "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) # OpenViking viking_read salvage (April 2026)
"hitesh@gmail.com": "htsh", "hitesh@gmail.com": "htsh",
"pty819@outlook.com": "pty819", "pty819@outlook.com": "pty819",