<?xml version="1.0" encoding="UTF-8"?>
<!-- @define OFC-405 "Search engine discovers and indexes the site" -->
<!-- @define OFC-260 "sitemap.xml — public page listing for search engine discovery" -->
<!-- @define OFC-071 "Provide sitemap.xml when the app has indexable public routes" -->
<!-- @define OFC-088 "sitemap.xml is served for public routes (minimal list allowed)" -->
<!-- @define OFC-090 "AC: GET /sitemap.xml returns 200 XML and contains canonical public URLs" -->
<!-- WHY: Lists public pages for search engine discovery. Only the public
     landing page is included; authenticated routes are excluded. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://office.ai.devintensive.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
