<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Code-Editing on emsenn.net</title>
    <link>https://emsenn.net/tags/code-editing/</link>
    <description>Recent content in Code-Editing on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 04 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/code-editing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Aider Architecture Analysis</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/aider-architecture-analysis/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/texts/aider-architecture-analysis/</guid>
      <description>&lt;p&gt;Aider is an AI pair programming tool that operates from the terminal. It edits code in a git repository, auto-commits changes, and uses a &amp;ldquo;repo map&amp;rdquo; to give the LLM context about the full codebase without sending every file. This analysis covers the architectural decisions most relevant to agentic harness design: how Aider builds context, structures edits, routes between models, and verifies changes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;repo-map-pagerank-over-a-definition-reference-graph&#34;&gt;&lt;a href=&#34;#repo-map-pagerank-over-a-definition-reference-graph&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Repo Map: PageRank Over a Definition-Reference Graph&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The repo map (&lt;code&gt;repomap.py&lt;/code&gt;) is Aider&amp;rsquo;s most distinctive architectural feature. Rather than dumping file contents into context, it builds a ranked summary of the codebase&amp;rsquo;s structure — which definitions matter most given the current conversation.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
