{
  "$schema": "https://raw.githubusercontent.com/dkharlanau/agent-ready-web-profile/v0.1.0/schema/site-profile.schema.json",
  "profileVersion": "0.1",
  "id": "cbt-cards-public-reflection",
  "name": "CBT Cards Public Reflection Resource",
  "canonicalUrl": "https://cbt-cards.github.io/",
  "description": "Static, inspectable public reflection library with reviewed practice routing, explicit safety boundaries, retrieval-ready data, schemas, a portable Agent Skill, adaptive content policy, and an evidence-bounded AI search and citation profile.",
  "languages": ["en", "ru", "de"],
  "web": {
    "sitemap": "https://cbt-cards.github.io/sitemap.xml",
    "robots": "https://cbt-cards.github.io/robots.txt",
    "llms": "https://cbt-cards.github.io/llms.txt",
    "feeds": [
      {
        "url": "https://cbt-cards.github.io/feed.xml",
        "mediaType": "application/rss+xml",
        "title": "CBT Cards updates"
      },
      {
        "url": "https://cbt-cards.github.io/feed.json",
        "mediaType": "application/feed+json",
        "title": "CBT Cards JSON Feed"
      }
    ]
  },
  "data": {
    "catalog": "https://cbt-cards.github.io/data/catalog.json",
    "schemas": "https://cbt-cards.github.io/schemas/index.json",
    "distributions": [
      {
        "name": "Public knowledge records",
        "url": "https://cbt-cards.github.io/data/knowledge.jsonl",
        "mediaType": "application/x-ndjson",
        "role": "canonical-data",
        "description": "Record-level public knowledge distribution with rights metadata."
      },
      {
        "name": "Practice RAG manifest",
        "url": "https://cbt-cards.github.io/data/practice-rag-manifest.json",
        "mediaType": "application/json",
        "role": "release",
        "description": "Manifest and provenance for the reviewed practice retrieval distribution."
      },
      {
        "name": "CBT Cards AI Search & Citation Profile",
        "url": "https://cbt-cards.github.io/ai/ai-search-profile.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Evidence-bounded implementation profile describing canonical surfaces, active and planned AI-discovery modules, measurement, and guardrails."
      },
      {
        "name": "CBT Cards adaptive content profile",
        "url": "https://cbt-cards.github.io/ai/content-profile.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Format-adaptive publishing policy for content archetypes, graph relations, authorship, truthful freshness, Discover imagery, style linting, and anti-template guardrails."
      },
      {
        "name": "CBT Cards reviewed evidence registry",
        "url": "https://cbt-cards.github.io/data/practice-evidence.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Stable evidence records with scoped support, explicit non-claims, and review dates for the reviewed practice layer."
      },
      {
        "name": "CBT Cards Trust Center",
        "url": "https://cbt-cards.github.io/trust/trust.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Machine-readable trust, review, safety, provenance, licensing, and security boundaries for the public resource."
      },
      {
        "name": "CBT Cards corrections ledger",
        "url": "https://cbt-cards.github.io/trust/corrections.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Public correction policy and ledger for material factual or safety-relevant publication errors."
      },
      {
        "name": "CBT Cards entity knowledge graph",
        "url": "https://cbt-cards.github.io/knowledge/graph.json",
        "mediaType": "application/ld+json",
        "role": "other",
        "description": "JSON-LD graph linking the site, reviewed practice dataset, evidence registry, Agent Skill, editorial review policy, and trust surfaces."
      }
    ]
  },
  "retrieval": {
    "indexes": [
      {
        "name": "Reviewed practice RAG",
        "url": "https://cbt-cards.github.io/data/practice-rag.ndjson",
        "mediaType": "application/x-ndjson",
        "format": "ndjson",
        "description": "Stable retrieval chunks that keep practice safety context and provenance in-chunk."
      }
    ],
    "abstention": "https://cbt-cards.github.io/agents/cbt-cards/PRACTICE_SYSTEM.md"
  },
  "agentSkills": {
    "specification": "https://agentskills.io/specification",
    "skills": [
      {
        "name": "cbt-cards",
        "url": "https://cbt-cards.github.io/agents/cbt-cards/SKILL.md",
        "version": "1.8.0",
        "description": "Use CBT Cards reviewed public reflection practices and resources while preserving review, provenance and safety boundaries.",
        "source": "https://github.com/CBT-cards/cbt-cards.github.io/tree/main/agents/cbt-cards"
      }
    ]
  },
  "trust": {
    "license": "https://cbt-cards.github.io/LICENSE",
    "citation": "https://cbt-cards.github.io/CITATION.cff",
    "provenance": "https://cbt-cards.github.io/data/practice-rag-manifest.json",
    "reviewPolicy": "https://cbt-cards.github.io/about/editorial-review/",
    "security": "https://cbt-cards.github.io/.well-known/security.txt"
  },
  "extensions": {
    "io.github.dkharlanau/localized-llms": {
      "version": "0.1",
      "status": "experimental",
      "defaultLanguage": "en",
      "fallbackLanguage": "en",
      "humanInterfaceLanguages": ["en"],
      "agentRoutingLanguages": ["en", "ru"],
      "manifest": "https://cbt-cards.github.io/data/locales.json"
    },
    "io.github.dkharlanau/ai-search-profile": {
      "version": "0.1",
      "status": "experimental-project-profile",
      "profile": "https://cbt-cards.github.io/ai/ai-search-profile.json",
      "schema": "https://raw.githubusercontent.com/dkharlanau/agent-ready-web-profile/main/schema/ai-search-profile.schema.json",
      "documentation": "https://dkharlanau.github.io/agent-ready-web-profile/AI-SEARCH-PROFILE.md",
      "claimsRegistry": "https://cbt-cards.github.io/data/practice-evidence.json",
      "trustCenter": "https://cbt-cards.github.io/trust/trust.json",
      "correctionsLedger": "https://cbt-cards.github.io/trust/corrections.json",
      "knowledgeGraph": "https://cbt-cards.github.io/knowledge/graph.json"
    },
    "io.github.dkharlanau/trust-center": {
      "version": "0.1",
      "status": "active-project-policy",
      "machine": "https://cbt-cards.github.io/trust/trust.json",
      "reviewPolicy": "https://cbt-cards.github.io/about/editorial-review/",
      "securityPolicy": "https://cbt-cards.github.io/.well-known/security.txt",
      "corrections": "https://cbt-cards.github.io/trust/corrections.json"
    }
  }
}
