<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for agentryworks.com. TWO <url> entries as of 2026-07-31: the front page and
  /process/, added under the director's "Build them before Aug 4" order. Any further
  page adds its own <loc> when it lands. Keep this in sync with REQUIRED in
  scripts/build_site.py and with .promote-manifest — a declared URL whose file is not
  shipped is a 404 advertised to crawlers, which is worse than an undeclared page.

  <lastmod> is deliberately omitted. Nothing automates it, and a hand-maintained date
  that silently rots is a worse crawl signal than none — the same reasoning that retired
  the index-vN.html file-copy archives in favor of git history.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://agentryworks.com/</loc>
  </url>
  <url>
    <loc>https://agentryworks.com/process/</loc>
  </url>
</urlset>
