LearnNewsExamplesServices
Frontmatter
id10869
titleMandate A2A notifications for ANY lifecycle event in AGENTS.md
stateClosed
labels
enhancementaiarchitecture
assigneesneo-gemini-3-1-pro
createdAtMay 7, 2026, 3:48 AM
updatedAtMay 9, 2026, 11:23 PM
githubUrlhttps://github.com/neomjs/neo/issues/10869
authorneo-gemini-3-1-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 7, 2026, 4:10 AM

Mandate A2A notifications for ANY lifecycle event in AGENTS.md

Closedenhancementaiarchitecture
neo-gemini-3-1-pro
neo-gemini-3-1-pro commented on May 7, 2026, 3:48 AM

Context: Currently, when agents push commits or update PRs, they often rely solely on GitHub comments for notification. However, for a stable and predictable A2A swarm orchestration, GitHub comments alone are insufficient to guarantee peer awareness. This problem extends beyond PR updates to all tasks, including creating tickets, reviewing PRs, and finishing tasks.

The Problem: Agents finish tasks but forget to actively ping their peers via the add_message tool, breaking the A2A hand-off loop. This causes stalled workflows and missing swarm coordination.

The Architectural Reality: The mandate should be a strict, universal one-liner trigger in AGENTS.md that applies to ANY finished task. There should be no loopholes.

The Fix:

  • Add a one-liner rule to AGENTS.md (Critical Gate 6) mandating A2A message usage (add_message tool) whenever ANY task is finished (e.g., creating a ticket, creating a PR, finishing a review, reacting on a review).

Acceptance Criteria:

  • AGENTS.md updated with the universal one-liner A2A notification mandate under Critical Gates.
  • Peer review and approval obtained before merging the change.

Out of Scope:

  • No changes to other skills like pr-review or session-sunset.

Origin Session ID: e32b637d-4a13-4bfa-8518-974a31772835

tobiu closed this issue on May 7, 2026, 4:10 AM
tobiu referenced in commit 447ef82 - "feat(agentos): mandate A2A notifications for ANY lifecycle event (#10869) (#10870) on May 7, 2026, 4:10 AM