<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — games.neuralciberguard.org

  CHANGED FROM v1:
    · Host is games.*, not game.*
    · game-guide.html REMOVED. It was listed here and never existed
      (PARITY §B7.2), so this sitemap was actively telling search engines to
      crawl a 404. Its content now lives at /#how-it-works, which is not a
      separate URL and therefore is not listed.
    · career.html is now two URLs, career-car.html and interceptor.html.
    · av-plc.html removed 2026-08-09 — folded back into the hub as #the-app.
    A 301 keeps the old URL alive, and a redirect must never be listed here.

  NOTE ON THE JET'S FILENAME. The Career jet page shipped as `interceptor.html`,
  not `career-jet.html` as the ADR's pending-work table anticipated. Everything
  here, the hub, the 404 page and the redirect map use the real filename.
  `/career-jet.html` also 301s to it, because that name appeared in planning
  documents and costs one line to keep alive.

  DEPLOY GATE: every <loc> below must resolve to a file in this directory before
  this sitemap ships. `bash scripts/verify-site.sh` with its strict flag checks
  exactly that and exits non-zero if it does not.

  (That sentence names the flag in prose instead of writing it out. The flag is
  spelled with two leading hyphens, and XML 1.0 §2.5 forbids that two-hyphen
  sequence anywhere inside a comment. It was written out literally here until
  2026-08-09, which made this file not well-formed XML. Nothing visibly broke,
  because the sequence was not followed by a closing angle bracket and lenient
  parsers let it pass — but a conforming parser is entitled to reject the whole
  document, and a sitemap is read by parsers we do not control. If you edit this
  comment, do not write that sequence: describe it.)

  GATE MET 2026-08-09. This note used to end "Still pending at the time of
  writing: ciber-traversal.html and pct-detective.html, which have not yet been
  moved from sites/game/ into this directory." Both have been in this directory
  for some time, and both were already listed as <loc> entries below while the
  note still said they were missing — so a reviewer checking the gate against
  this comment would have concluded the sitemap was unshippable when it was not.
  Verified by directory listing: ciber-traversal.html and pct-detective.html are
  both present here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://games.neuralciberguard.org/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://games.neuralciberguard.org/pct-detective.html</loc>
    <lastmod>2026-08-09</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://games.neuralciberguard.org/career-car.html</loc>
    <lastmod>2026-08-07</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://games.neuralciberguard.org/interceptor.html</loc>
    <lastmod>2026-08-07</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://games.neuralciberguard.org/ciber-traversal.html</loc>
    <lastmod>2026-08-07</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://games.neuralciberguard.org/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
