Swarm
Changelog

Bee commits now author as 3sc-agent-bee

All agent-written commits carry one visible identity, 3sc-agent-bee (FR-281, PR

After this entry you'll know how to tell agent-written code apart from human code at a glance. Every commit a bee makes is now authored as 3sc-agent-bee (agent@3sidedcube.com), across both the legacy bee tier and the swarm agent. Previously the swarm tier set no git identity at all, so authorship depended on the run's tooling.

What changes for you

When you review a bee PR, the commit history now says plainly which commits the agent wrote, which keeps the product contract auditable: no human writes code, a human always reviews. The reviewer-assignment logic also learned to exclude the agent's own email, so a bee is never assigned to review its own work just because it made the most recent commit on the default branch. Nothing changes about how PRs are opened or how the bot comments; that identity (cube-bee-staging[bot]) is separate and unchanged.

On this page