{
  "version": "1.0",
  "site": {
    "name": "clauxel",
    "domain": "https://www.clauxel.com",
    "tagline": "Teach your AI how to reason and act."
  },
  "entrypoints": {
    "human_landing": "https://www.clauxel.com/",
    "llms": "https://www.clauxel.com/llms.txt",
    "catalog": "https://www.clauxel.com/catalog.json",
    "machine_protocol": "https://www.clauxel.com/#machine-protocol",
    "human_pages": [
      "https://www.clauxel.com/existence-theory-for-ai-agents/",
      "https://www.clauxel.com/ai-agent-failure-recovery/",
      "https://www.clauxel.com/agent-reasoning-framework/",
      "https://www.clauxel.com/ai-agent-self-correction/",
      "https://www.clauxel.com/thought-catalog-for-ai-builders/"
    ]
  },
  "agent_capabilities": {
    "readable_formats": [
      "html",
      "json",
      "plain-text",
      "docx",
      "external-reference"
    ],
    "supports_reference_discovery": true,
    "supports_purchase_discovery": false,
    "supports_gated_access_handoff": true
  },
  "reading_flow": {
    "status": "public-catalog",
    "required_fields": [
      "entry_id"
    ],
    "delivery_modes": [
      "onsite-catalog",
      "external-reference",
      "document-download"
    ],
    "note": "Follow catalog references for public reading. Some future materials may require a human access flow before gated delivery is enabled."
  },
  "products": [
    {
      "id": "stoicism",
      "name": "Stoicism",
      "type": "philosophical-school",
      "primary_reference": "https://plato.stanford.edu/entries/stoicism/"
    },
    {
      "id": "taoism",
      "name": "Taoism",
      "type": "philosophical-tradition",
      "primary_reference": "https://plato.stanford.edu/entries/daoism/"
    },
    {
      "id": "existence-theory",
      "name": "Existence Theory",
      "type": "contemporary-theory",
      "primary_reference": "https://www.clauxel.com/docs/AI%E5%AD%A6%E5%A0%82_%E5%AD%98%E5%9C%A8%E8%AE%BA.docx"
    },
    {
      "id": "pragmatism",
      "name": "Pragmatism",
      "type": "philosophical-tradition",
      "primary_reference": "https://plato.stanford.edu/entries/pragmatism/"
    }
  ]
}
