<?xml version="1.0" encoding="UTF-8"?>
<!--
  Dedicated sitemap for AI / agent discovery. Some retrieval crawlers (notably
  OpenAI and Shopify-platform agent infrastructure) look for an "agentic
  discovery" sitemap separate from the main HTML sitemap. This file points
  at the two agent-facing endpoints ARKEN publishes:

    /agents.md       — agent instructions, commerce posture, contact
    /llms.txt        — curated llmstxt.org-convention summary
    /llms-full.txt   — full plain-text content dump

  Linked from the main sitemap.xml via sitemapindex.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.arkenofficial.com/agents.md</loc>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://www.arkenofficial.com/llms.txt</loc>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://www.arkenofficial.com/llms-full.txt</loc>
    <changefreq>weekly</changefreq>
  </url>
</urlset>
