iiRecord
Agentic AI Atlas · Aider Memory
memory-system:aider-memorya5c.ai
II.
MemorySystem overview

memory-system:aider-memory

Reference · live

Aider Memory overview

Aider's multi-file memory system combining .aider.conf.yml configuration, conventions files (.aider.conventions.md or CONVENTIONS.md), and the aider repo map as project-scoped memory. .aider.conf.yml persists CLI defaults and model preferences. Conventions files carry project-specific coding standards and patterns injected into every session. The repo map (a compressed representation of all file symbols and their relationships) provides structural project memory — enabling Aider to understand which files and functions are relevant for a given task without full codebase ingestion. Together these form a layered memory architecture: preferences → conventions → structural map.

MemorySystemOutgoing · 1Incoming · 1

Attributes

displayName
Aider Memory
description
Aider's multi-file memory system combining .aider.conf.yml configuration, conventions files (.aider.conventions.md or CONVENTIONS.md), and the aider repo map as project-scoped memory. .aider.conf.yml persists CLI defaults and model preferences. Conventions files carry project-specific coding standards and patterns injected into every session. The repo map (a compressed representation of all file symbols and their relationships) provides structural project memory — enabling Aider to understand which files and functions are relevant for a given task without full codebase ingestion. Together these form a layered memory architecture: preferences → conventions → structural map.
memoryKind
file-based
persistence
project-scoped
autoExtraction
false
consolidation
none
storageFormat
markdown
privacyFilter
false
deduplication
none

Outgoing edges

realizes1

Incoming edges

uses_memory_system1