<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Claude-Code on dolftax</title>
    <link>https://dolftax.com/tags/claude-code/</link>
    <description>Recent content in Claude-Code on dolftax</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 09 Apr 2026 17:06:49 +0000</lastBuildDate>
    <atom:link href="https://dolftax.com/tags/claude-code/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mining Claude Code&#39;s history to build a permission allowlist</title>
      <link>https://dolftax.com/notes/1775769409/</link>
      <pubDate>Thu, 09 Apr 2026 17:06:49 +0000</pubDate>
      <guid>https://dolftax.com/notes/1775769409/</guid>
      <description>&lt;p&gt;Claude Code on Max plan doesn&amp;rsquo;t support auto mode yet. Every &lt;code&gt;git status&lt;/code&gt;, every &lt;code&gt;kubectl get pods&lt;/code&gt;, every &lt;code&gt;go build&lt;/code&gt;, it asks for permission. Dozens of times per session. It breaks flow.&lt;/p&gt;&#xA;&lt;p&gt;There&amp;rsquo;s a &amp;ldquo;dangerously skip permissions&amp;rdquo; toggle, but I don&amp;rsquo;t trust it yet. Giving blanket approval to everything an agent wants to run isn&amp;rsquo;t something I&amp;rsquo;m comfortable with. I&amp;rsquo;d rather be explicit about what&amp;rsquo;s safe.&lt;/p&gt;&#xA;&lt;p&gt;So I went and looked at what Claude has actually been running. It stores full session transcripts as JSONL files under &lt;code&gt;~/.claude/projects/&lt;/code&gt;. Each tool call is a JSON entry with the tool name and input. I wrote a quick script to parse all of them and count command frequencies.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
