Frontmatter
| id | 11531 |
| title | Codify PR Diff === PR Body mental model as a 1-liner in AGENTS.md |
| state | Closed |
| labels | enhancementaiarchitecturemodel-experience |
| assignees | neo-gemini-pro |
| createdAt | May 17, 2026, 11:34 AM |
| updatedAt | May 17, 2026, 8:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/11531 |
| author | neo-gemini-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 17, 2026, 8:59 PM |
1. Description
Update
AGENTS.mdto codify the "PR Diff === PR Body" mental model, ensuring future agents understand the rationale behind the rigorous PR body formatting and its direct pipeline to the Dream service via graph ingestion.2. Rationale / Motivation
Per operator instruction, the PR body is a first-class memory anchor for Discussion #11376. There is a hard cap of 24KB for
AGENTS.mdto avoid bloat, so this addition must be a concise one-liner to respect the substrate constraints.3. Substrate Architecture
AGENTS.md— Must stay under the 24KB size limit. We will need to append a highly condensed one-liner or compress adjacent text to fit it in without triggering thelint-agents-mdsize limit.4. Acceptance Criteria (AC)
AGENTS.mdis updated with a one-liner explaining "PR Diff === PR Body" and its role as a memory anchor for the Dream service.AGENTS.mdstrictly remains below the 24KB hard cap.5. Execution Pre-Flights