{
  "$schema": "https://raw.githubusercontent.com/dkharlanau/agent-ready-web-profile/main/schema/site-profile.schema.json",
  "profileVersion": "0.1",
  "id": "brali-practical-knowledge",
  "name": "Brali Practical Knowledge Library",
  "canonicalUrl": "https://brali-lifeos.github.io/",
  "description": "Evidence-aware practical knowledge library with stable identities, versioned static API surfaces, bounded retrieval and a local read-only MCP server.",
  "languages": ["en"],
  "web": {
    "sitemap": "https://brali-lifeos.github.io/sitemap.xml",
    "robots": "https://brali-lifeos.github.io/robots.txt",
    "llms": "https://brali-lifeos.github.io/llms.txt",
    "feeds": [
      {"url":"https://brali-lifeos.github.io/updates/feed.json","mediaType":"application/feed+json","title":"Brali Updates JSON Feed"},
      {"url":"https://brali-lifeos.github.io/updates/feed.atom","mediaType":"application/atom+xml","title":"Brali Updates Atom Feed"}
    ]
  },
  "data": {
    "catalog": "https://brali-lifeos.github.io/api/v1/index.json",
    "openapi": "https://brali-lifeos.github.io/api/v1/openapi.json",
    "distributions": [
      {"name":"Brali API manifest","url":"https://brali-lifeos.github.io/api/v1/manifest.json","mediaType":"application/json","role":"release","description":"Generated API and dataset manifest with release metadata and checksums."},
      {"name":"Brali search index","url":"https://brali-lifeos.github.io/api/v1/search.json","mediaType":"application/json","role":"search-index","description":"Static bounded search distribution over public Brali knowledge."},
      {"name":"Brali evidence metrics","url":"https://brali-lifeos.github.io/life-os/datasets/evidence-metrics.json","mediaType":"application/json","role":"evaluation","description":"Generated corpus and evidence-state metrics, review queue counts and Evidence Decision totals."},
      {"name":"Brali retrieval benchmark","url":"https://brali-lifeos.github.io/life-os/datasets/retrieval-benchmark.json","mediaType":"application/json","role":"evaluation","description":"Deterministic retrieval evaluation with cases, recall@k, precision@k and pass results."},
      {"name":"Brali agent locale manifest","url":"https://brali-lifeos.github.io/ai/locales.json","mediaType":"application/json","role":"other","description":"Canonical-language and fallback routing declaration that separates published locales from multilingual retrieval evaluation."},
      {"name":"Brali AI Search and Citation Profile","url":"https://brali-lifeos.github.io/ai/ai-search-profile.json","mediaType":"application/json","role":"other","description":"Machine-readable discoverability, citation, trust, measurement and guardrail profile."},
      {"name":"Brali canonical citation index","url":"https://brali-lifeos.github.io/citation-index.json","mediaType":"application/json","role":"other","description":"Stable canonical answers, Brali-defined vocabulary, machine surfaces and citation guardrails for search and AI systems."},
      {"name":"Brali Trust Center","url":"https://brali-lifeos.github.io/trust/trust.json","mediaType":"application/json","role":"other","description":"Machine-readable evidence, provenance, integrity, correction, reuse and measurement boundaries."},
      {"name":"Brali corrections ledger","url":"https://brali-lifeos.github.io/trust/corrections.json","mediaType":"application/json","role":"other","description":"Public ledger contract for material corrections without a perfect-history claim."},
      {"name":"Brali Knowledge Graph","url":"https://brali-lifeos.github.io/knowledge/graph.json","mediaType":"application/ld+json","role":"other","description":"JSON-LD graph linking the site, publisher, API, ontology, evidence, trust and update surfaces."},
      {"name":"Brali crawler access matrix","url":"https://brali-lifeos.github.io/crawler-matrix/crawlers.json","mediaType":"application/json","role":"other","description":"Declared robots access policy for named and wildcard crawlers, explicitly separated from observed crawling, indexing or citation."},
      {"name":"Brali project claims registry","url":"https://brali-lifeos.github.io/evidence/claims/index.json","mediaType":"application/json","role":"other","description":"Bounded registry of verifiable project-level facts, separate from scientific and practical Evidence Decisions."},
      {"name":"Brali agent surface observatory","url":"https://brali-lifeos.github.io/observatory/surfaces.json","mediaType":"application/json","role":"other","description":"Repository-backed inventory of canonical machine-readable discovery, retrieval, evidence, trust and attribution surfaces."},
      {"name":"Brali press facts","url":"https://brali-lifeos.github.io/media/press-facts.json","mediaType":"application/json","role":"other","description":"Reusable factual product description, canonical sources, citation guidance and licensing boundaries."}
    ]
  },
  "retrieval": {
    "indexes": [
      {"name":"Brali search index","url":"https://brali-lifeos.github.io/api/v1/search.json","mediaType":"application/json","format":"json","description":"Static retrieval index over Brali knowledge records."}
    ],
    "search": "https://brali-lifeos.github.io/for-ai/query/"
  },
  "mcp": {
    "servers": [
      {"name":"io.github.dkharlanau/brali-knowledge","transport":"stdio","source":"https://github.com/Brali-LifeOS/brali-lifeos.github.io/tree/main/mcp","documentation":"https://brali-lifeos.github.io/for-ai/integrations/","readOnly":true}
    ]
  },
  "identity": {
    "namespace": "brali",
    "idPattern": "brali:<kind>:<local-id>",
    "aliases": "https://brali-lifeos.github.io/api/v1/identity.json"
  },
  "trust": {
    "license": "https://brali-lifeos.github.io/LICENSE",
    "citation": "https://brali-lifeos.github.io/cite/",
    "provenance": "https://brali-lifeos.github.io/api/v1/manifest.json",
    "reviewPolicy": "https://brali-lifeos.github.io/evidence/methodology.html"
  },
  "extensions": {
    "io.github.dkharlanau/localized-llms": {
      "version": "0.1",
      "status": "experimental",
      "defaultLanguage": "en",
      "fallbackLanguage": "en",
      "humanInterfaceLanguages": ["en"],
      "agentRoutingLanguages": ["en"],
      "manifest": "https://brali-lifeos.github.io/ai/locales.json"
    },
    "io.github.dkharlanau/ai-search-profile": {
      "version": "0.1",
      "status": "experimental-project-profile",
      "profile": "https://brali-lifeos.github.io/ai/ai-search-profile.json",
      "schema": "https://raw.githubusercontent.com/dkharlanau/agent-ready-web-profile/main/schema/ai-search-profile.schema.json",
      "citationIndex": "https://brali-lifeos.github.io/citation-index.json",
      "trustCenter": "https://brali-lifeos.github.io/trust/trust.json",
      "correctionsLedger": "https://brali-lifeos.github.io/trust/corrections.json",
      "knowledgeGraph": "https://brali-lifeos.github.io/knowledge/graph.json"
    },
    "io.github.dkharlanau/trust-center": {
      "version": "0.1",
      "status": "active-project-policy",
      "human": "https://brali-lifeos.github.io/trust/",
      "machine": "https://brali-lifeos.github.io/trust/trust.json",
      "corrections": "https://brali-lifeos.github.io/trust/corrections.json"
    },
    "io.github.dkharlanau/crawler-matrix": {
      "version": "2026-09-05",
      "status": "active-project-policy",
      "human": "https://brali-lifeos.github.io/crawler-matrix/",
      "machine": "https://brali-lifeos.github.io/crawler-matrix/crawlers.json",
      "history": "https://brali-lifeos.github.io/crawler-matrix/history/index.json",
      "boundary": "Robots permission is not evidence of crawling, indexing, ranking, training or citation."
    },
    "io.github.dkharlanau/project-claims": {
      "version": "2026-09-05",
      "status": "active-project-evidence",
      "human": "https://brali-lifeos.github.io/evidence/claims/",
      "machine": "https://brali-lifeos.github.io/evidence/claims/index.json",
      "contentEvidence": "https://brali-lifeos.github.io/api/v1/evidence-decisions.json"
    },
    "io.github.dkharlanau/surface-observatory": {
      "version": "2026-09-05",
      "status": "active-repository-observation",
      "human": "https://brali-lifeos.github.io/observatory/",
      "machine": "https://brali-lifeos.github.io/observatory/surfaces.json",
      "history": "https://brali-lifeos.github.io/observatory/history/index.json",
      "observationMode": "repository-declared"
    },
    "io.github.dkharlanau/media-facts": {
      "version": "2026-09-05",
      "status": "active-attribution-surface",
      "human": "https://brali-lifeos.github.io/media/",
      "machine": "https://brali-lifeos.github.io/media/press-facts.json",
      "citation": "https://brali-lifeos.github.io/cite/",
      "license": "https://brali-lifeos.github.io/LICENSE"
    }
  }
}
