<?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: Le'Andre Nash</title>
    <description>The latest articles on DEV Community by Le'Andre Nash (@leandrenash).</description>
    <link>https://dev.to/leandrenash</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%2F3385697%2F5cb3f35f-91f0-4277-ade7-c3093989e983.png</url>
      <title>DEV Community: Le'Andre Nash</title>
      <link>https://dev.to/leandrenash</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leandrenash"/>
    <language>en</language>
    <item>
      <title>hey-recon – generate a living CONTEXT.md for your repo so AI agents stop losing context</title>
      <dc:creator>Le'Andre Nash</dc:creator>
      <pubDate>Tue, 23 Jun 2026 20:06:55 +0000</pubDate>
      <link>https://dev.to/leandrenash/hey-recon-generate-a-living-contextmd-for-your-repo-so-ai-agents-stop-losing-context-1jjp</link>
      <guid>https://dev.to/leandrenash/hey-recon-generate-a-living-contextmd-for-your-repo-so-ai-agents-stop-losing-context-1jjp</guid>
      <description>&lt;p&gt;Check it out &lt;a href="https://github.com/leandrenash/hey-recon" rel="noopener noreferrer"&gt;HERE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've been building with Claude Code and Cursor and kept hitting the same wall: every new session starts from zero. The agent has no idea what the repo is, what conventions we follow, or what we were just working on. I was manually pasting context into every session.&lt;/p&gt;

&lt;p&gt;hey-recon fixes that with one command. It scans your repo — file structure, git history, package.json, entry points, recent commits — and calls an LLM to synthesize a CONTEXT.md that explains your codebase to any AI agent. It also installs a git hook so the file stays in sync automatically on every commit.&lt;/p&gt;

&lt;p&gt;It outputs to three formats:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CONTEXT.md (generic)&lt;/li&gt;
&lt;li&gt;CLAUDE.md (for Claude Code)&lt;/li&gt;
&lt;li&gt;.cursorrules (for Cursor)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built it in a day because I needed it. MIT licensed. Would love feedback on whether the synthesized output is actually useful or if I'm capturing the wrong signals from the repo.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>devtools</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
