chore(release): map claude-ceo-assistant email for AUTHOR_MAP #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/release-map-claude-ceo-assistant-email"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The
Contributor Attribution Checkworkflow (.github/workflows/contributor-check.yml) requires every commit author email in a PR to have an entry inscripts/release.py:AUTHOR_MAP. Theclaude-ceo-assistant@agents.moleculesai.appidentity used by Claude-Code-driven PRs in the molecule-ai fork (post-2026-05-06 GitHub suspension; introduced when each agent persona got its own Gitea identity to avoid the bot-ring fingerprint that got the GitHub org banned) was missing.This blocks PRs #1, #3, #4 (and any future PR from the same identity) on the attribution check.
What
One-line addition to
AUTHOR_MAP. Pattern matches the same-shape commits that registered other contributors:73bcd83(beibi9966),50f9f38(ambition0802),9c626ef(franksong2702).Out of scope
This PR only adds the missing entry. PRs #1/#3/#4 will pull the addition forward via rebase once this lands.
No functional code touched.