Skip to main content
Generates an .aider.conf.yml file from stored memories, formatted for Aider.

Parameters

includeWorking
boolean
default:"false"
Include working memory in the output. By default, only rule and long-term memories are included.

Behavior

  1. Fetches all rule layer memories
  2. Fetches long_term memories as supplementary knowledge
  3. Optionally includes working memories if includeWorking is true
  4. Formats them into Aider’s .aider.conf.yml format

Returns

The generated file content as text, ready to be saved as .aider.conf.yml.