Context
Following the merge of PR #11530 and the recent Ideation Sandbox discussion, Tobias requested that we explicitly codify the "PR Diff === PR Body" mental model directly in AGENTS.md. This rule treats the PR body as carrying an equal substrate load to the diff itself.
The Problem
Agents may default to the standard industry pattern where the code diff is the primary source of truth, and the PR body is just summary or administrative glue. In Neo.mjs, the PR body and review templates are graph-ingestion substrate (Native Edge Graph + DreamService) and memory anchors (per Discussion #11376). When this is not codified in AGENTS.md, agents may skip or under-fill the PR templates.
The Architectural Reality
AGENTS.md is the fundamental per-turn execution anchor for all agents. Space in AGENTS.md is at a premium (hard cap of 24KB). We need to inject this critical rule while actively defending against substrate bloat.
The Fix
- Add a new 1-liner section
## 13.3. PR Diff === PR Body (Memory Anchor) inside AGENTS.md.
- Compress
## 13.1. to offset the exact byte count added by 13.3, preserving the total file size below the 24KB limit.
Acceptance Criteria
Out of Scope
- Major restructuring of
AGENTS.md.
- Changes to other
.agents/skills files.
Origin Session ID
Origin Session ID: d1aee218-8c42-4562-b2ec-f597284fa9d7
Context
Following the merge of PR #11530 and the recent Ideation Sandbox discussion, Tobias requested that we explicitly codify the "PR Diff === PR Body" mental model directly in
AGENTS.md. This rule treats the PR body as carrying an equal substrate load to the diff itself.The Problem
Agents may default to the standard industry pattern where the code diff is the primary source of truth, and the PR body is just summary or administrative glue. In Neo.mjs, the PR body and review templates are graph-ingestion substrate (Native Edge Graph + DreamService) and memory anchors (per Discussion #11376). When this is not codified in
AGENTS.md, agents may skip or under-fill the PR templates.The Architectural Reality
AGENTS.mdis the fundamental per-turn execution anchor for all agents. Space inAGENTS.mdis at a premium (hard cap of 24KB). We need to inject this critical rule while actively defending against substrate bloat.The Fix
## 13.3. PR Diff === PR Body (Memory Anchor)insideAGENTS.md.## 13.1.to offset the exact byte count added by13.3, preserving the total file size below the 24KB limit.Acceptance Criteria
AGENTS.mdcontains the "PR Diff === PR Body" one-liner in section 13.AGENTS.mdfile size remains under the 24KB linter hard cap.Out of Scope
AGENTS.md..agents/skillsfiles.Origin Session ID
Origin Session ID: d1aee218-8c42-4562-b2ec-f597284fa9d7