<?xml version="1.0" encoding="UTF-8"?>
<!--
  MAESTOSO — the three pages worth indexing.

  EVERY ADDRESS IS EXTENSIONLESS, because those are the only ones that
  ever serve a body. Cloudflare's asset handler strips the extension and
  307s /index.html to /, /privacy.html to /privacy and /rules.html to
  /rules; a sitemap that listed the filenames would hand every crawler a
  redirect and ask it to work out where it landed. The same fact is
  already written into the /privacy and /rules rules in _headers and into
  the coverage walk in tools/build.sh, where it was measured rather than
  assumed.

  THE DATES ARE NOT TYPED. Each lastmod is the committer date of the last
  commit that touched the file behind that URL, asked of git in short ISO
  form (%cs) at the moment this file was written. A date entered by hand
  stops being true at the next commit, and a lastmod that lies is worse
  than none at all: a crawler told "unchanged since" believes it and does
  not come back.

      index.html      2026-09-03
      privacy.html    2026-09-05
      rules.html      2026-09-05

  (asked of `git log` with the short-ISO committer date, %cs, per file; the
  flags are not written out here because an XML comment may not carry a
  double hyphen and this file has to parse.)

  /rules arrived on 2026-09-05 with the board's rules page. Its lastmod is
  git's answer and not today's date: the page was committed first and the
  date read back afterwards, so this file says what happened rather than
  when it was edited.

  tools/readme_lint.py, which the gate runs, holds this file to exactly
  these three URLs and refuses a lastmod that is not a real YYYY-MM-DD, or
  that has not happened yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://maestoso.go-shogun.win/</loc>
    <lastmod>2026-09-05</lastmod>
  </url>
  <url>
    <loc>https://maestoso.go-shogun.win/privacy</loc>
    <lastmod>2026-09-05</lastmod>
  </url>
  <url>
    <loc>https://maestoso.go-shogun.win/rules</loc>
    <lastmod>2026-09-05</lastmod>
  </url>
</urlset>
