<?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: Mikatoshi</title>
    <description>The latest articles on DEV Community by Mikatoshi (@mikatoshi).</description>
    <link>https://dev.to/mikatoshi</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%2F4068961%2F47af1315-5d0d-4d42-a3f3-0960a352edfc.png</url>
      <title>DEV Community: Mikatoshi</title>
      <link>https://dev.to/mikatoshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mikatoshi"/>
    <language>en</language>
    <item>
      <title>ARCLUX🐳 – dependency graph &amp; impact analysis for your codebase</title>
      <dc:creator>Mikatoshi</dc:creator>
      <pubDate>Sat, 08 Aug 2026 15:01:48 +0000</pubDate>
      <link>https://dev.to/mikatoshi/arclux-dependency-graph-impact-analysis-for-your-codebase-mi</link>
      <guid>https://dev.to/mikatoshi/arclux-dependency-graph-impact-analysis-for-your-codebase-mi</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/GSF-001/ARCLUX" rel="noopener noreferrer"&gt;OPEN SOURCE👇&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've been building ARCLUX — a repository intelligence tool (CLI + web dashboard) that maps your codebase into a dependency graph, traces impact ("what breaks if I touch this file?"), and runs 18 structural detectors (circular deps, dead code, orphan files, layer violations, etc).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Verified at meaningful scale&lt;/strong&gt; — microsoft/vscode, facebook/react, and vitejs/vite all analyze successfully, not just small toy fixtures.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Language support:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TypeScript, JavaScript, Python — full support&lt;/li&gt;
&lt;li&gt;Go, Java — parsing works, but same-package calls with no import statement (common in both languages) aren't resolved as edges yet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Honest state (this is &lt;code&gt;v0.1.0-alpha&lt;/code&gt;):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Very large/unusual repos (10k+ files, heavy monorepos) can currently time out or fail without a clear error — no size guard or progress streaming yet, that's next&lt;/li&gt;
&lt;li&gt;Some packages (search, persistent caching) are still stubs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm not trying to compete with enterprise tooling — this started as a personal project to actually understand codebases I work in, and it grew from there.&lt;/p&gt;

&lt;p&gt;Would love feedback, bug reports, or PRs if any of this is useful to you.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
