<?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 刘吉祥 (@_df83953e9e212938eea24).</description>
    <link>https://dev.to/_df83953e9e212938eea24</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%2F3913743%2F2944195b-23de-473a-bac0-d37e07a18951.jpg</url>
      <title>DEV Community: 刘吉祥</title>
      <link>https://dev.to/_df83953e9e212938eea24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_df83953e9e212938eea24"/>
    <language>en</language>
    <item>
      <title>Stop Letting AI Code From Stale Docs</title>
      <dc:creator>刘吉祥</dc:creator>
      <pubDate>Tue, 05 May 2026 10:42:19 +0000</pubDate>
      <link>https://dev.to/_df83953e9e212938eea24/stop-letting-ai-code-from-stale-docs-hnl</link>
      <guid>https://dev.to/_df83953e9e212938eea24/stop-letting-ai-code-from-stale-docs-hnl</guid>
      <description>&lt;p&gt;AI coding tools are getting better, but long-running AI-assisted projects have a new bottleneck: project memory.&lt;/p&gt;

&lt;p&gt;After a few sessions, agents may not know which docs are current, which plans were abandoned, which features are actually in scope, and which code changes require documentation updates.&lt;/p&gt;

&lt;p&gt;AgentLockDoc is a small docs-as-code template designed to solve that problem. It gives coding agents a durable project memory:&lt;/p&gt;

&lt;p&gt;AGENTS.md tells agents where to start.&lt;br&gt;
SESSION.md records verified current reality, not wishes.&lt;br&gt;
feature-registry keeps scope, status, docs, code entrypoints, and validation in one place.&lt;br&gt;
doc-code-map connects code paths to authority docs.&lt;br&gt;
conventions.md defines Status / Track / Risk / front-matter rules.&lt;br&gt;
profiles help trim the template for CLI tools, Web SaaS, SDKs, Agent Platforms, and Software Automation projects.&lt;br&gt;
Quick start:&lt;/p&gt;

&lt;p&gt;cp -R templates/en-US/. /path/to/your-project/&lt;br&gt;
cd /path/to/your-project&lt;br&gt;
node scripts/validate-docs.mjs&lt;br&gt;
Chinese template is also included under templates/zh-CN.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/yjfkpyu/AgentLock" rel="noopener noreferrer"&gt;https://github.com/yjfkpyu/AgentLock&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>documentation</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
