<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only tier:'public' case studies belong here. opus (personal-internal) and
  enchiridion (members-only) were removed 2026-07-17 — listing them invited
  Google to index content marked non-public. athenaeum was promoted to public
  the same day (it has a public repo).
  Source of truth for tiers: welcome-portal/src/data/caseStudyData.ts

  Rules for editing this file:
  1. Every URL entry must return 200 directly. Never list a URL that 301s —
     Google reports those as "Page with redirect" and drops them. Verify with:
       for u in $(grep -oE 'https://[^<]+' sitemap.xml); do
         curl -s -o /dev/null -w "%{http_code} $u\n" "$u"; done
     A /projects/[slug] route silently 301s if a real directory exists at
     public/projects/[slug]/ — keep case-study assets flattened as
     [slug]-[name].png. See [[projects_slug_static_dir_collision]].
     (Angle-bracket placeholders are avoided in this comment on purpose: a
     literal tag name here makes grep-based tooling read prose as a URL.)
  2. Keep this list in sync with tier:'public' in caseStudyData.ts. Audit:
       grep -c "tier: 'public'" welcome-portal/src/data/caseStudyData.ts
     must equal the number of /projects/ entries below.
  3. /for/<slug> runway pages are NOT listed while the funnel redesign is
     open (docs/current/FUNNEL_SPEC.md, decision 0.2).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://herakles.dev/</loc><lastmod>2026-07-22</lastmod><priority>1.0</priority></url>
  <url><loc>https://herakles.dev/portfolio</loc><lastmod>2026-07-14</lastmod><priority>0.6</priority></url>
  <url><loc>https://herakles.dev/projects/ck-reynolds-tax-platform</loc><lastmod>2026-07-22</lastmod><priority>0.8</priority></url>
  <url><loc>https://herakles.dev/projects/fineprint</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
  <url><loc>https://herakles.dev/projects/agents-manifest</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
  <url><loc>https://herakles.dev/projects/alanwatts</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
  <url><loc>https://herakles.dev/projects/keymakers</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
  <url><loc>https://herakles.dev/projects/athenaeum</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
  <url><loc>https://herakles.dev/projects/zeus</loc><lastmod>2026-07-14</lastmod><priority>0.4</priority></url>
</urlset>
