{
  "version": "0.1",
  "status": "experimental-project-extension",
  "scope": "https://cognitive-biases.github.io/",
  "canonicalLanguage": "en",
  "fallbackLanguage": "en",
  "humanInterfaceLanguages": ["en"],
  "agentRoutingLanguages": ["en", "de", "ru"],
  "locales": [
    {
      "language": "en",
      "label": "English",
      "status": "canonical",
      "llms": "https://cognitive-biases.github.io/llms.txt"
    },
    {
      "language": "de",
      "label": "Deutsch",
      "status": "localized-agent-routing",
      "llms": "https://cognitive-biases.github.io/de/llms.txt"
    },
    {
      "language": "ru",
      "label": "Русский",
      "status": "localized-agent-routing",
      "llms": "https://cognitive-biases.github.io/ru/llms.txt"
    }
  ],
  "selection": {
    "explicitLocaleUrlPreferred": true,
    "httpLanguageNegotiation": false,
    "fallback": "en",
    "rule": "Use an explicitly requested published locale when available; otherwise use the canonical English routing surface."
  },
  "semantics": {
    "normativeTechnicalLanguage": "en",
    "translateDatasetIdentifiers": false,
    "translateJsonFieldNames": false,
    "localizedSurfaceRole": "discovery-and-routing"
  },
  "discovery": {
    "htmlRelation": "describedby",
    "languageAttribute": "hreflang",
    "profileExtension": "io.github.dkharlanau/localized-llms",
    "policy": "https://dkharlanau.github.io/agent-ready-web-profile/LOCALIZATION.md"
  }
}
