<?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: Haruki Kuriwada</title>
    <description>The latest articles on DEV Community by Haruki Kuriwada (@kuri-sun).</description>
    <link>https://dev.to/kuri-sun</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%2F3925211%2F91b5fad7-4426-42f2-a8c8-d3cf7a67557b.png</url>
      <title>DEV Community: Haruki Kuriwada</title>
      <link>https://dev.to/kuri-sun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kuri-sun"/>
    <language>en</language>
    <item>
      <title>I built a CLI to view your effective Claude Code config across all 4 scopes</title>
      <dc:creator>Haruki Kuriwada</dc:creator>
      <pubDate>Tue, 12 May 2026 05:00:26 +0000</pubDate>
      <link>https://dev.to/kuri-sun/i-built-a-cli-to-view-your-effective-claude-code-config-across-all-4-scopes-2pil</link>
      <guid>https://dev.to/kuri-sun/i-built-a-cli-to-view-your-effective-claude-code-config-across-all-4-scopes-2pil</guid>
      <description>&lt;p&gt;Hey folks! 👋&lt;/p&gt;

&lt;p&gt;I use Claude Code every day, but honestly I'm never quite sure which config is &lt;em&gt;actually&lt;/em&gt; in effect... 🤔&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does &lt;code&gt;User&lt;/code&gt; scope's rules override &lt;code&gt;Local&lt;/code&gt; scope's rules? 💭&lt;/li&gt;
&lt;li&gt;Does &lt;code&gt;Managed&lt;/code&gt; scope's settings override &lt;code&gt;Local&lt;/code&gt; scope's settings? 💭&lt;/li&gt;
&lt;li&gt;...and so on.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I can never remember the precedence rules, so I built a tool that just shows you the effective Claude Code config for the current session across &lt;a href="https://code.claude.com/docs/en/settings#configuration-scopes" rel="noopener noreferrer"&gt;all 4 scopes (Managed / User / Project / Local)&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;No install needed:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx cc-config-viewer@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;See the effective config&lt;/strong&gt; — what's actually being applied right now.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edit/view configurations for all scopes from a single UI&lt;/strong&gt; — no more jumping between files.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backed by &lt;a href="https://www.schemastore.org/claude-code-settings.json" rel="noopener noreferrer"&gt;the official Claude Code JSON Schema&lt;/a&gt;&lt;/strong&gt; — so it stays in sync with what Claude Code actually understands.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback and issues very welcome 🙏&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/kuri-sun/cc-config-viewer" rel="noopener noreferrer"&gt;https://github.com/kuri-sun/cc-config-viewer&lt;/a&gt;&lt;/p&gt;

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