<?xml version="1.0" encoding="UTF-8"?>
<!--
  Five URLs, and that is not an oversight.

  Studio routes on the fragment (`/#/packages`, `/#/about`), and a fragment never reaches a
  server — so every human-facing page of this application is, to a crawler, the same URL. Listing
  `https://stemmar.com/#/about` here would be listing a duplicate of `/` with a decoration the
  crawler discards.

  Rather than pad this file with URLs that resolve to one document, the content those pages
  render is published as plain text at /llms.txt and /llms-full.txt, and those are listed. An
  agent that indexes what is here indexes the whole site.

  Making the individual routes separately addressable means moving Studio from hash routing to
  path routing, which is a real change with real consequences for the desktop shell and for the
  links in verification and password-reset email. It is worth doing and it is not this.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stemmar.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stemmar.com/llms.txt</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://stemmar.com/llms-full.txt</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://stemmar.com/AGENTS.md</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://stemmar.com/openapi.json</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
