<?xml version="1.0" encoding="UTF-8"?>
<!--
  GSD Task Manager sitemap. Referenced from /robots.txt.

  Hand-maintained because the site is a Next.js static export. Lists only the
  public, indexable pages. The application routes (/, /dashboard, /archive,
  /sync-history, /settings) are deliberately omitted: task data lives in the
  visitor's IndexedDB, so those routes render as empty shells to a crawler and
  carry no indexable content. URLs use the no-trailing-slash form to match the
  canonical convention in app/about/page.tsx and .well-known/oauth-protected-resource.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gsd.vinny.dev/about</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://gsd.vinny.dev/install</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
