<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

    <!-- Homepage -->
    <url>
        <loc>https://claude-code-primer.franzai.com/</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/social-preview.jpg</image:loc>
            <image:title>Claude Code Primer</image:title>
            <image:caption>The definitive guide to AI-assisted software development</image:caption>
        </image:image>
    </url>

    <!-- Index page -->
    <url>
        <loc>https://claude-code-primer.franzai.com/index.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <mobile:mobile/>
    </url>

    <!-- Complete book -->
    <url>
        <loc>https://claude-code-primer.franzai.com/claude-code-primer-v2-complete.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
        <mobile:mobile/>
    </url>

    <!-- Chapter 1: Origins -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-01-origins-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-1-preview.jpg</image:loc>
            <image:title>Chapter 1: Origins</image:title>
            <image:caption>The birth of Anthropic and Constitutional AI - from language models to living code.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 2: The Transformer Revolution -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-02-transformer-v2-cited.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-2-preview.jpg</image:loc>
            <image:title>Chapter 2: The Transformer Revolution</image:title>
            <image:caption>Understanding the transformer architecture that powers modern AI.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 3: Constitutional AI -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-03-constitutional-v2-cited.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-3-preview.jpg</image:loc>
            <image:title>Chapter 3: Constitutional AI</image:title>
            <image:caption>Teaching AI to be good through constitutional training methods.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 4: Building Claude -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-04-building-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-4-preview.jpg</image:loc>
            <image:title>Chapter 4: Building Claude</image:title>
            <image:caption>From theory to practice - engineering aligned artificial intelligence.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 5: From API to Code -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-05-api-to-code-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-5-preview.jpg</image:loc>
            <image:title>Chapter 5: From API to Code</image:title>
            <image:caption>The evolution of AI interfaces and making AI accessible to developers.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 6: Model Context Protocol -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-06-mcp-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-6-preview.jpg</image:loc>
            <image:title>Chapter 6: Model Context Protocol</image:title>
            <image:caption>The universal language connecting AI to everything.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 7: Revolutionizing Development -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-07-revolution-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-7-preview.jpg</image:loc>
            <image:title>Chapter 7: Revolutionizing Development</image:title>
            <image:caption>The new way we code with AI as our development partner.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 8: Command Line Interface -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-08-cli-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-8-preview.jpg</image:loc>
            <image:title>Chapter 8: Command Line Interface</image:title>
            <image:caption>Where AI meets the terminal - power at your fingertips.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 9: Security Architecture -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-09-security-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-9-preview.jpg</image:loc>
            <image:title>Chapter 9: Security Architecture</image:title>
            <image:caption>Building trustworthy AI systems with security from the ground up.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 10: GitHub Integration -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-10-github-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-10-preview.jpg</image:loc>
            <image:title>Chapter 10: GitHub Integration</image:title>
            <image:caption>Seamless development workflows where AI meets modern DevOps.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 11: Case Studies -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-11-cases-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-11-preview.jpg</image:loc>
            <image:title>Chapter 11: Case Studies</image:title>
            <image:caption>Real-world success stories and lessons learned from AI in production.</image:caption>
        </image:image>
    </url>
    <!-- Chapter 12: Ethics and Responsibility -->
    <url>
        <loc>https://claude-code-primer.franzai.com/primer-chapter-12-ethics-v2.html</loc>
        <lastmod>2025-07-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://claude-code-primer.franzai.com/assets/chapter-12-preview.jpg</image:loc>
            <image:title>Chapter 12: Ethics and Responsibility</image:title>
            <image:caption>The moral imperatives of responsible AI development.</image:caption>
        </image:image>
    </url>
</urlset>