<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vanshit Ahuja</title>
    <description>The latest articles on DEV Community by Vanshit Ahuja (@vanshit_ahuja_0d472c769a8).</description>
    <link>https://dev.to/vanshit_ahuja_0d472c769a8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4001309%2Fb5fc9d23-30f8-4008-a92a-dfb33292251b.png</url>
      <title>DEV Community: Vanshit Ahuja</title>
      <link>https://dev.to/vanshit_ahuja_0d472c769a8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vanshit_ahuja_0d472c769a8"/>
    <language>en</language>
    <item>
      <title>We Tested Whether Engineering Decisions Are Recoverable From Git History</title>
      <dc:creator>Vanshit Ahuja</dc:creator>
      <pubDate>Thu, 25 Jun 2026 00:59:42 +0000</pubDate>
      <link>https://dev.to/vanshit_ahuja_0d472c769a8/we-tested-whether-engineering-decisions-are-recoverable-from-git-history-1e02</link>
      <guid>https://dev.to/vanshit_ahuja_0d472c769a8/we-tested-whether-engineering-decisions-are-recoverable-from-git-history-1e02</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Canonical article: &lt;a href="https://blog-archaeo.vercel.app/" rel="noopener noreferrer"&gt;https://blog-archaeo.vercel.app/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Most code outlives the reasons it was written.&lt;/p&gt;

&lt;p&gt;Months later someone opens a file and asks:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why is this line here?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;git blame&lt;/code&gt; tells you who last touched it.&lt;/p&gt;

&lt;p&gt;Usually that's a formatter, a rename, or someone moving files around.&lt;/p&gt;

&lt;p&gt;It rarely tells you &lt;strong&gt;why&lt;/strong&gt; the behavior exists.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;archaeo&lt;/strong&gt;, an open-source CLI that traces a line back through moves, renames, refactors, squash merges, and cherry-picks to recover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the commit that introduced the behavior&lt;/li&gt;
&lt;li&gt;the merged PR&lt;/li&gt;
&lt;li&gt;the linked issue&lt;/li&gt;
&lt;li&gt;the review discussion behind the decision&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The rule I wouldn't compromise on:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If the evidence doesn't exist, archaeo says &lt;strong&gt;"No recorded decision found."&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;No hallucinated explanations.&lt;/p&gt;

&lt;p&gt;Before publishing I validated it on &lt;strong&gt;150+ real queries&lt;/strong&gt; across Kubernetes, React, Cognee, and other repositories.&lt;/p&gt;

&lt;p&gt;Some highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;97.7% PR recovery on PR-driven repositories&lt;/li&gt;
&lt;li&gt;Real review discussions recovered years later&lt;/li&gt;
&lt;li&gt;Local-first&lt;/li&gt;
&lt;li&gt;MIT licensed&lt;/li&gt;
&lt;li&gt;Bring your own LLM key (or run completely offline)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The full validation, benchmarks, architecture, and implementation details are in the article.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Read:&lt;/strong&gt; &lt;a href="https://blog-archaeo.vercel.app/" rel="noopener noreferrer"&gt;https://blog-archaeo.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/vanshitahujaa/archaeo" rel="noopener noreferrer"&gt;https://github.com/vanshitahujaa/archaeo&lt;/a&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
npm install -g git-archaeo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>opensource</category>
      <category>github</category>
      <category>programming</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
