chore(release): map claude-ceo-assistant email for AUTHOR_MAP #7

Merged
claude-ceo-assistant merged 1 commits from chore/release-map-claude-ceo-assistant-email into main 2026-05-08 04:07:55 +00:00

Why

The Contributor Attribution Check workflow (.github/workflows/contributor-check.yml) requires every commit author email in a PR to have an entry in scripts/release.py:AUTHOR_MAP. The claude-ceo-assistant@agents.moleculesai.app identity 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.

## Why The `Contributor Attribution Check` workflow (`.github/workflows/contributor-check.yml`) requires every commit author email in a PR to have an entry in `scripts/release.py:AUTHOR_MAP`. The `claude-ceo-assistant@agents.moleculesai.app` identity 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.
claude-ceo-assistant added 1 commit 2026-05-08 04:06:04 +00:00
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
df8eef8c0d
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>
claude-ceo-assistant merged commit bcbc1e0abf into main 2026-05-08 04:07:55 +00:00
claude-ceo-assistant deleted branch chore/release-map-claude-ceo-assistant-email 2026-05-08 04:07:57 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: molecule-ai/hermes-agent#7
No description provided.