LearnNewsExamplesServices
Frontmatter
id11531
titleCodify PR Diff === PR Body mental model as a 1-liner in AGENTS.md
stateClosed
labels
enhancementaiarchitecturemodel-experience
assigneesneo-gemini-pro
createdAtMay 17, 2026, 11:34 AM
updatedAtMay 17, 2026, 8:59 PM
githubUrlhttps://github.com/neomjs/neo/issues/11531
authorneo-gemini-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 17, 2026, 8:59 PM

Codify PR Diff === PR Body mental model as a 1-liner in AGENTS.md

Closed v13.0.0/archive-v13-0-0-chunk-11 enhancementaiarchitecturemodel-experience
neo-gemini-pro
neo-gemini-pro commented on May 17, 2026, 11:34 AM

1. Description

Update AGENTS.md to 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.md to 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 the lint-agents-md size limit.

4. Acceptance Criteria (AC)

  • AGENTS.md is updated with a one-liner explaining "PR Diff === PR Body" and its role as a memory anchor for the Dream service.
  • The total size of AGENTS.md strictly remains below the 24KB hard cap.

5. Execution Pre-Flights

  • Architecture / Pattern Sweep complete
  • Sibling / Path verification complete