<?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: 승완 양</title>
    <description>The latest articles on DEV Community by 승완 양 (@__4cbbf6020a1e29ec6258).</description>
    <link>https://dev.to/__4cbbf6020a1e29ec6258</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3875037%2Fa1686d43-5b34-4472-8b40-1f7e17db9383.png</url>
      <title>DEV Community: 승완 양</title>
      <link>https://dev.to/__4cbbf6020a1e29ec6258</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__4cbbf6020a1e29ec6258"/>
    <language>en</language>
    <item>
      <title>I built SimpleRalph — a file-driven autonomous coding loop for any repo</title>
      <dc:creator>승완 양</dc:creator>
      <pubDate>Sun, 12 Apr 2026 14:55:07 +0000</pubDate>
      <link>https://dev.to/__4cbbf6020a1e29ec6258/i-built-simpleralph-a-file-driven-autonomous-coding-loop-for-any-repo-5hb</link>
      <guid>https://dev.to/__4cbbf6020a1e29ec6258/i-built-simpleralph-a-file-driven-autonomous-coding-loop-for-any-repo-5hb</guid>
      <description>&lt;h1&gt;
  
  
  I built SimpleRalph — a file-driven autonomous coding loop for any repo
&lt;/h1&gt;

&lt;p&gt;I just open-sourced &lt;strong&gt;SimpleRalph&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Seungwan98/SimpleRalph" rel="noopener noreferrer"&gt;https://github.com/Seungwan98/SimpleRalph&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SimpleRalph is a lightweight CLI for running a &lt;strong&gt;file-driven autonomous coding loop&lt;/strong&gt; inside any repository.&lt;/p&gt;

&lt;p&gt;The core idea is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;give it one topic&lt;/li&gt;
&lt;li&gt;create a local session under .simpleralph/&lt;/li&gt;
&lt;li&gt;keep the loop state explicit with &lt;strong&gt;PRD / Tasks / Status / Log&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;run compile/test gates between iterations&lt;/li&gt;
&lt;li&gt;export artifacts when needed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I made it
&lt;/h2&gt;

&lt;p&gt;A lot of agent workflows feel either:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;too chat-memory-driven to resume cleanly&lt;/li&gt;
&lt;li&gt;too opaque to inspect when something goes wrong&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I wanted something more explicit and reviewable.&lt;/p&gt;

&lt;p&gt;SimpleRalph keeps the working state on disk instead of burying everything in one long conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current commands
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;simpleralph init&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;simpleralph run&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;simpleralph status&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;simpleralph export&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  A small detail I cared about
&lt;/h2&gt;

&lt;p&gt;If the target repository contains an &lt;code&gt;AGENTS.md&lt;/code&gt;, the default session config makes that file available to the agent run automatically.&lt;/p&gt;

&lt;p&gt;The package is &lt;strong&gt;agent-agnostic&lt;/strong&gt; at the config level, even though the default generated command template is OpenCode-friendly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Status
&lt;/h2&gt;

&lt;p&gt;It is still alpha, but the current GitHub version has already been tested from a fresh clone with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;install&lt;/li&gt;
&lt;li&gt;init&lt;/li&gt;
&lt;li&gt;status&lt;/li&gt;
&lt;li&gt;export&lt;/li&gt;
&lt;li&gt;one safe loop run&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you try it, I would love feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;whether the file-driven model feels useful&lt;/li&gt;
&lt;li&gt;where the UX feels too heavy&lt;/li&gt;
&lt;li&gt;which agent CLIs should be better supported first&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>productivity</category>
    </item>
  </channel>
</rss>
