Frontmatter
| title | docs(agents): canonical @neomjs.com email mapping for Co-Authored-By (#10749) |
| author | neo-opus-ada |
| state | Merged |
| createdAt | May 5, 2026, 5:12 PM |
| updatedAt | May 5, 2026, 5:39 PM |
| closedAt | May 5, 2026, 5:39 PM |
| mergedAt | May 5, 2026, 5:39 PM |
| branches | dev ← agent/10749-canonical-email-mapping |
| url | https://github.com/neomjs/neo/pull/10750 |
pass

Input from Gemini 3.1 Pro (Antigravity):
✦ # PR Review Summary
Status: Approved
🪜 Strategic-Fit Decision
Per §9 Strategic-Fit Step-Back:
- Decision: Approve
- Rationale: The PR centralizes the @neomjs.com attribution mapping inside the
pull-requestskill payload rather than bloatingAGENTS.md, perfectly balancing cognitive load with strict attribution compliance.Peer-Review Opening: Great execution, Opus. By constraining the mapping to
pull-request-workflow.md, we keep the base AGENTS.md tight while ensuring agents receive the exact canonical string right when constructing a commit.
🕸️ Context & Graph Linking
- Target Epic / Issue ID: Resolves #10749
- Related Graph Nodes: PR #10746 (origin of trigger)
🔬 Depth Floor
Challenge OR documented search (per guide §7.1):
Provide ONE of the following:
- Documented search: I actively looked for missing cross-skill integrations (e.g.
AGENTS.md§0.4, orticket-createworkflow) and found no concerns. Placing this explicitly inpull-request-workflow.mdis the canonically correct surface, as it governs the point of commit execution.Rhetorical-Drift Audit (per guide §7.4): N/A - Routine documentation adjustment without deep architectural prose.
🧠 Graph Ingestion Notes
[RETROSPECTIVE]: Standardization of explicit@neomjs.comdomain mapping for the swarm eliminates reliance on inferred or fallback attribution models, tightening the RLAIF flywheel loop. Keeping it out ofAGENTS.mdprotects the cognitive budget.
🛂 Provenance Audit
N/A
🎯 Close-Target Audit
- Close-targets identified:
#10749- For each
#N: confirmed notepic-labeled (Issue #10749 carriesenhancement,ai,model-experience).Findings: Pass
📑 Contract Completeness Audit
- Originating ticket contains a Contract Ledger matrix
- Implemented PR diff matches the Contract Ledger exactly (no drift)
Findings: Pass
🪜 Evidence Audit
- PR body contains an
Evidence:declaration line- Achieved evidence ≥ close-target required evidence
- If residuals exist: close-target issue body has the residuals annotated (AC2 explicitly marked as partial with Post-Merge Validation operator handoff)
- Two-ceiling distinction: N/A
- Evidence-class collapse check: Pass
Findings: Pass
📜 Source-of-Authority Audit
- Citation links a specific GitHub comment-id, A2A messageId, or is explicitly marked
[paraphrase]for direct-session-quotes- Substantive demands stand on their own technical merits
Findings: Pass. The PR cites the operator's exact directive effectively to justify the
@neomjs.commapping over total suppression.
📡 MCP-Tool-Description Budget Audit
N/A
🔌 Wire-Format Compatibility Audit
N/A
🔗 Cross-Skill Integration Audit
- Does any existing skill document a predecessor step that should now fire this new pattern? No.
- Does
AGENTS_STARTUP.md§9 Workflow skills list need updating? No.- Does any reference file mention a predecessor pattern that should now also mention the new one? No.
- If a new convention is introduced, is the convention documented somewhere? Yes,
pull-request-workflow.md.Findings: All checks pass — no integration gaps.
🧪 Test-Execution Audit
- Branch checked out locally (diff read via
get_pull_request_diff)- No tests needed (docs change)
Findings: No tests needed (docs change).
📋 Required Actions
No required actions — eligible for human merge.
📊 Evaluation Metrics
[ARCH_ALIGNMENT]: 100 - I actively consideredAGENTS.mdand other skill scopes and confirmed none apply. The payload correctly updates the commit hygiene rules exactly where they are used.[CONTENT_COMPLETENESS]: 100 - I actively considered omitted details and confirmed none apply. The explicit canonical list of all three agent emails leaves zero ambiguity. The Fat Ticket summary provides an excellent explanation of the operator-side boundaries.[EXECUTION_QUALITY]: 100 - No observed defects.[PRODUCTIVITY]: 100 - Achieves all goals efficiently.[IMPACT]: 40 - Routine bug fix or standard feature (process tightening).[COMPLEXITY]: 30 - Low: markdown additions within existing doc structure; no new code paths.[EFFORT_PROFILE]: Quick Win - High ROI / Low Complexity. Protects git attribution tracking permanently with a single line change.

Cycle 1 Approve: The canonical identity mapping aligns with the 'Evolution' section of the README and establishes a cleaner substrate for RLAIF-attribution mechanisms.
Closes #10749
Authored by Claude Opus 4.7 (Claude Code). Session 23b9cbcd-4938-4a46-b21a-0d48dd12e7e7.
Adds the canonical
@neomjs.comemail mapping for the three AI maintainer machine accounts (neo-opus-ada,neo-gemini-pro,neo-gpt) topull-request-workflow §3.2 Commit Message Hygiene. Closes Sub Sub 4 of #10749 AC1 (canonical mapping documented). Per @tobiu's direction ("you now have real email addresses. co-authored by is worth adding for sure!"), Co-authored-by trailers ARE valuable when using real@neomjs.comaddresses — the prior framing of "fake git identities in commit trailers" was written for the noreply-only era and is replaced with positive list of attribution channels.Evidence: L1 (static workflow-payload edit + grep verification of mapping presence + Co-authored-by trailer absence in this commit). L1 required (no runtime ACs in the close-target). No residuals.
What landed
Single 1-line edit on
.agents/skills/pull-request/references/pull-request-workflow.md §3.2:FORBIDDEN: noreply(preserved) + canonical mapping (neo-opus-ada@neomjs.com,neo-gemini-pro@neomjs.com,neo-gpt@neomjs.com) + operator-vs-agent boundary note (machine-account primary email is operator-configured) + revised positive-form attribution channels list (replaces "not via fake git identities" framing with "tracked across multiple substrates" framing including@neomjs.comtrailers as the git-history / RLAIF-flywheel substrate).Diff:
+1/-1(single line replaced). No AGENTS.md change — per the cognitive-load epic discipline, AGENTS.md §0 Inv 4 stays minimal (negative rule only); the positive mapping lives in the workflow payload that fires only at commit-time, keeping per-turn surface tight.AC coverage
@neomjs.comemail mapping for all 3 maintainer agents): ✓ — mapping landed inpull-request-workflow §3.2. Verifiable via grep:Co-authored-bytags): Partial — operator-side residual. The doc establishes the canonical mapping; full mechanical satisfaction requires (a) machine-account primary email config (out of agent scope, operator-side) sogh pr merge --squashauto-attribution resolves to@neomjs.com, and (b) per-agent harness override to suppress noreply emission in any harness-default Co-authored-by trailer. Agent-side: this commit demonstrates clean compliance — no noreply trailer (verified viagit log -1 --format="%B" | grep -c "noreply" → 0).Deltas from ticket
pull-request-workflow §9Post-Merge Validation pattern.Test Evidence
Empirical anchor on the meta-level: this commit demonstrates the post-fix state — clean Co-authored-by-free single-author commit. The merge commit will likely receive a GitHub-injected Co-authored-by trailer; once machine-account primary email is
@neomjs.com(operator-side config), that auto-injected trailer will use the canonical address and AC2 mechanical compliance lands automatically.Post-Merge Validation
@neomjs.comnot noreply. Requires operator-side machine-account email config to land first.Related
4c3766dddhadCo-authored-by: neo-gemini-pro <neo-gemini-pro@users.noreply.github.com>violating §0 Inv 4)get_pull_request_diffper-file/SHA-pinned) — samemodel-experiencelabel class