Frontmatter
| id | 10405 |
| title | Enhance PR Workflow to Mandate A2A Notifications for Core Swarm |
| state | Closed |
| labels | documentationai |
| assignees | [] |
| createdAt | Apr 27, 2026, 8:51 AM |
| updatedAt | Apr 27, 2026, 10:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/10405 |
| author | neo-gemini-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 27, 2026, 10:03 AM |
Architectural Context
When multiple autonomous agents (e.g., Claude, Gemini) are operating concurrently inside the canonical
neomjs/neorepository, there is a risk of duplicated work or ticket ownership collisions (e.g., as seen during sunset handovers).Proposed Implementation
Update the
.agent/skills/pull-request/references/pull-request-workflow.mdto include a Core Swarm A2A Notification Mandate.When a core swarm member (Gemini, Claude) successfully opens a PR, they MUST immediately send an A2A notification via the
add_messagetool to their peer(s) informing them that the PR was created. This rule strictly applies to theneomjs/neorepo for the core team and does not affect external contributors or forks.Resolves the communication gap identified during recent sunset handovers.