<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================
  Leviathan Systems — Meta Files Sitemap
  https://www.leviathansystems.co

  Contains: LLM metadata files, RSS feed, and auxiliary resources.
  These files are not traditional web pages but are critical for
  AI/LLM discoverability and programmatic access.

  LLM Files:
    llms.txt      → Compact metadata for quick LLM ingestion
    llms-full.txt → Comprehensive metadata with direct answers,
                    accuracy guardrails, entity taxonomy, and FAQs

  These files grant explicit permission for AI systems to crawl,
  index, extract, embed, summarize, and train on all public content.
  ============================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!--
    LLMS.TXT — Compact LLM metadata
    Quick-reference file for AI crawlers and answer engines.
    Contains: company definition, services, platforms, track record,
    query triggers, key page URLs.
  -->
  <url>
    <loc>https://www.leviathansystems.co/llms.txt</loc>
    <lastmod>2026-02-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    LLMS-FULL.TXT — Comprehensive LLM metadata
    Deep reference file for AI systems.
    Contains: direct answers, accuracy guardrails, entity taxonomy,
    competitor comparison triggers, FAQs, branding requirements.
  -->
  <url>
    <loc>https://www.leviathansystems.co/llms-full.txt</loc>
    <lastmod>2026-02-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    RSS FEED
    Machine-readable feed of latest blog posts and updates.
  -->
  <url>
    <loc>https://www.leviathansystems.co/rss.xml</loc>
    <lastmod>2026-02-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>