<?xml version="1.0" encoding="UTF-8"?>
<!-- Two URLs at most, and both are generated. `/work/` appears here only when the build
     runs with --publish; until then it is noindex, absent from the nav and absent from
     llms.txt, and all four move together so none can be forgotten.

     There are no per-film URLs to list: every film is an anchor on /work/.

     The old comment here explained why main.html was excluded (it was a byte-identical
     duplicate of the homepage at a second URL). main.html, sections/*.html and build.js
     were retired on 2026-08-20, so there is nothing left to exclude.

     lastmod is the newest mtime of the inputs that produce each page, not the build date,
     so a rebuild that changes nothing does not churn the signal. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://roychucri.com/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://roychucri.com/work/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
