{
  "profileId": "llmwikis.llm-wiki.manifest.v1",
  "version": "1.3.0",
  "generatedAtUtc": "2026-07-02T00:00:00Z",
  "site": {
    "name": "LLMWikis.org",
    "url": "https://llmwikis.org/",
    "canonicalLocale": "en-US",
    "reviewUrl": "https://llmwikis.org/contact/"
  },
  "purpose": "LLMWikis.org is the canonical handbook for building source-governed, AI-navigable LLM Wikis, including OKF-compatible Markdown/YAML bundle profiles. Most LLM Wikis are internal team or company systems; public LLM Wikis are a rare publication profile with extra review gates. LLMWikis also owns the LLM Wiki-specific interpretation of private governed memory lanes, private-memory-to-public-guidance promotion, governed MATM Wikis, and practical AI-ready publication patterns.",
  "relationshipToUaix": {
    "uaixPrimarySourceFor": [
      "AI-Ready Web specification and program",
      "UAI-1",
      "AI Memory",
      "Project Handoff",
      "UAIX validators and schemas",
      "maturity labels and conformance language"
    ],
    "llmwikisPrimarySourceFor": [
      "LLM Wiki structure and page contracts",
      "OKF-compatible bundle shape, starter profile, and local validation guidance",
      "LLM Wiki source policy, trust model, navigation, and metadata",
      "LLM Wiki setup, repair, and publication checklists",
      "public/private LLM Wiki lane decisions",
      "private-memory to public-guidance promotion gates",
      "governed MATM Wiki profile and best practices",
      "AIWikis, NeuralWikis, and NeuroWikis dogfood patterns as LLM Wiki implementation guidance"
    ],
    "aiReadyWebAdapter": "https://llmwikis.org/.well-known/ai-ready-web.json",
    "uaixProgram": "https://uaix.org/en-us/ai-ready-web/"
  },
  "visibilityModel": {
    "default": "internal-team-or-company-wiki",
    "publicUseCase": "rare-publication-profile",
    "rule": "Start internal unless the owner explicitly chooses public publication, source rights are clear, private data is excluded, and public-safe review gates pass."
  },
  "universalWikiInvariants": {
    "appliesTo": "All LLMWikis profiles, including ordinary internal wikis, public handbook wikis, OKF-compatible packages, long-run agent wikis, promotion-ready dogfood wikis, and governed MATM Wiki extensions.",
    "markdownConcepts": "Every non-reserved Markdown concept file under wiki/ has YAML frontmatter with a non-empty type field.",
    "reservedIndexLog": "wiki/index.md and wiki/log.md are reserved. In multi-project roots, the root index names namespaces and project-level index/log counterparts; the root log records workspace coordination and points to project logs.",
    "tolerantReaders": "Preserve unknown frontmatter keys and custom local metadata. Broken local links warn during draft repair and fail strict release checks.",
    "clientWorkspaceProjectPartitioning": "Partition by client or tenant, workspace, and project/site namespace before routing, retrieval, curation, public release, or durable-memory admission."
  },
  "publicProfiles": [
    {
      "id": "LLMW-A",
      "name": "internal file-native LLM Wiki",
      "default": true,
      "description": "Default internal team or company wiki with reviewed pages, raw source preservation, metadata, navigation, source policy, trust labels, sensitivity labels, and human-gated durable updates.",
      "minimumArtifacts": [
        "raw source layer",
        "reviewed wiki pages",
        "index and log",
        "metadata fields",
        "source policy",
        "security and privacy review",
        "local route manifest",
        "agent operating instructions"
      ]
    },
    {
      "id": "LLMW-B",
      "name": "internal agent-ready LLM Wiki",
      "description": "The common company pattern: internal reviewed knowledge that humans and agents can use under access controls, source policy, citation rules, and staged-write review.",
      "minimumArtifacts": [
        "Profile A artifacts",
        "AGENTS.md or equivalent",
        "agent read order",
        "citation and update rules",
        "stop conditions",
        "staged-write policy",
        "private-file exclusion tests"
      ]
    },
    {
      "id": "LLMW-C",
      "name": "public handbook or public knowledge wiki",
      "description": "A rare public LLM Wiki where reviewed output is deliberately intended for open search, answer engines, and AI agents.",
      "minimumArtifacts": [
        "Profile B artifacts",
        "public-safe source review",
        "license and attribution review",
        "canonical URLs",
        "llms.txt",
        "sitemap.xml",
        "human-visible summaries and evidence",
        "correction and contact routes",
        "private-file exclusion tests"
      ]
    },
    {
      "id": "LLMW-PUBLIC-EVIDENCE",
      "name": "public evidence/provenance wiki",
      "description": "AIWikis-style public source-memory or evidence surface. This is rare and must be deliberately namespace-scoped.",
      "minimumArtifacts": [
        "site-scoped namespaces",
        "evidence manifests",
        "source identity and checksums where appropriate",
        "reviewed route maps",
        "public/private exclusion gates"
      ]
    },
    {
      "id": "LLMW-D",
      "name": "private governed memory wiki",
      "description": "NeuralWikis-style governed private memory or protected workspace pattern with public explanation but no public exposure of protected data or runtime authority.",
      "minimumArtifacts": [
        "public architecture and policy pages",
        "private data boundary",
        "access-request boundary",
        "authentication and role model",
        "retention and audit policy",
        "protected route inventory",
        "no private data in public discovery"
      ]
    },
    {
      "id": "LLMW-G",
      "name": "promotion-ready dogfood guidance wiki",
      "description": "Public LLMWikis guidance that may be informed by private dogfood, handoff, protected-tool, or MATM proposal evidence only after promotion gates convert it into public-safe guidance.",
      "minimumArtifacts": [
        "Profile C artifacts",
        "private source possession record",
        "durable copy pointer or checksum",
        "memory type and source scope",
        "redaction review",
        "authority lane review",
        "SPO and atomic claim shaping",
        "freshness and supersession record",
        "public-safe rewrite",
        "release note",
        "explicit non-claims"
      ]
    },
    {
      "id": "LLMW-H",
      "name": "OKF-compatible LLM Wiki package",
      "description": "Portable Markdown/YAML bundle profile using wiki/ as the bundle root, reserved index.md and log.md files, concept frontmatter with type, and LLMWikis governance overlay fields.",
      "minimumArtifacts": [
        "Profile A artifacts",
        "okf.profile.json",
        "wiki/index.md with root routing only",
        "wiki/log.md with newest-first workspace history",
        "project-level index.md and log.md files for multi-project detail",
        "concept page frontmatter with type",
        "LLMWikis governance overlay fields",
        "OKF validation and frontmatter migration helpers"
      ]
    },
    {
      "id": "LLMW-MATM",
      "name": "governed MATM Wiki extension",
      "description": "Optional extension for shared agent experience where Memory Events are proposal-only and durable records require curation.",
      "minimumArtifacts": [
        "base LLM Wiki invariant contract",
        "concept page frontmatter with type",
        "reserved wiki/index.md and wiki/log.md scope policy",
        "unknown-field preservation and broken-link warning/strict policy",
        "client/workspace/project partitioning",
        "MATM profile",
        "Memory Event schema",
        "curation policy",
        "retrieval policy",
        "scope and kind taxonomy",
        "security and privacy controls",
        "evaluation plan",
        "rollback and adoption rules"
      ]
    }
  ],
  "canonicalHumanRoutes": {
    "start": "https://llmwikis.org/guide/start/",
    "whatIsLlmWiki": "https://llmwikis.org/guide/what-is-an-llm-wiki/",
    "build": "https://llmwikis.org/guide/build/",
    "govern": "https://llmwikis.org/guide/govern/",
    "operate": "https://llmwikis.org/guide/operate/",
    "improveExistingWiki": "https://llmwikis.org/guide/improve-existing-wiki/",
    "agents": "https://llmwikis.org/guide/agents/",
    "specification": "https://llmwikis.org/reference/specification/",
    "sourcePolicy": "https://llmwikis.org/reference/source-policy/",
    "securityPrivacy": "https://llmwikis.org/reference/security-privacy/",
    "privateMemoryToPublicGuidance": "https://llmwikis.org/guide/private-memory-to-public-guidance/",
    "dogfoodLoop": "https://llmwikis.org/guide/neuralwikis-llmwikis-dogfood-loop/",
    "openKnowledgeFormat": "https://llmwikis.org/guide/open-knowledge-format/",
    "promotionGates": "https://llmwikis.org/reference/promotion-gates/",
    "publicSafeRewrite": "https://llmwikis.org/reference/public-safe-rewrite/",
    "memoryTaxonomy": "https://llmwikis.org/reference/memory-taxonomy/",
    "supersessionTemporalDecay": "https://llmwikis.org/reference/supersession-and-temporal-decay/",
    "enhancedEntityPages": "https://llmwikis.org/reference/enhanced-entity-pages/",
    "mcpIdempotencyCaseStudy": "https://llmwikis.org/reference/mcp-idempotency-case-study/",
    "matmGuide": "https://llmwikis.org/guides/multi-agent-transactive-memory/",
    "matmWikis": "https://llmwikis.org/guides/matm-wikis/",
    "matmSecurity": "https://llmwikis.org/reference/matm/security/",
    "setupWizard": "https://llmwikis.org/tools/llm-wiki-setup-wizard/"
  },
  "canonicalMachineRecords": {
    "llmWikiDiscovery": "https://llmwikis.org/.well-known/llm-wiki.json",
    "llmWikiManifest": "https://llmwikis.org/spec/llm-wiki-manifest.json",
    "llmWikiRouteInventory": "https://llmwikis.org/spec/llm-wiki-route-inventory.json",
    "llmWikiReadinessResult": "https://llmwikis.org/spec/llm-wiki-readiness-result.json",
    "matmProfile": "https://llmwikis.org/matm-profile.json",
    "aiReadyWebDiscovery": "https://llmwikis.org/.well-known/ai-ready-web.json",
    "aiReadyWebManifest": "https://llmwikis.org/spec/ai-ready-web-manifest.json",
    "llmsTxt": "https://llmwikis.org/llms.txt",
    "sitemap": "https://llmwikis.org/sitemap.xml"
  },
  "knowledgeLaneModel": {
    "publicSharedKnowledge": "Public, source-reviewed, license-reviewed knowledge intended for people, search, answer engines, and agents. AIWikis.org is the public evidence-heavy dogfood example.",
    "privateGovernedMemory": "Private governed memory can expose public policies, schemas, and capability labels without exposing private data. NeuralWikis.com is the private governed agent-memory and exchange dogfood example, not a public LLMWikis runtime claim.",
    "privateMemoryPromotion": "Private evidence can inform public guidance only after source possession, durable copy, redaction, lane review, SPO claim shaping, freshness, supersession, public-safe rewrite, release-note, and non-claim gates.",
    "humanEducationLane": "Human education and marketing routes should stay separate from agent/API exchange routes. NeuroWikis.com is the paired human lane for NeuralWikis.",
    "llmWikiGuidanceLane": "LLMWikis.org explains the general pattern, best practices, and review gates that builders should apply to ordinary, public, private, and MATM-enabled LLM Wikis."
  },
  "securityPrivacyPattern": {
    "alwaysRelevantFor": [
      "private source ingestion",
      "public evidence publication",
      "customer or paid memory hosting",
      "private-memory to public-guidance promotion",
      "agent trajectory capture",
      "MATM retrieval",
      "graph exports",
      "starter bundle generation",
      "AIWikis-style public source memory",
      "NeuralWikis-style private workspaces"
    ],
    "publicAllowed": [
      "public-safe handbook guidance",
      "reviewed examples",
      "schemas without secrets",
      "route classes",
      "capability truth labels",
      "support boundaries",
      "public-safe rewrites",
      "promotion gate checklists",
      "redacted evidence"
    ],
    "publicBlocked": [
      "secrets",
      "credentials",
      "private source text",
      "customer records",
      "protected workspace memory",
      "private dogfood traces",
      "private evidence that has not passed promotion gates",
      "billing data",
      "operator notes",
      "raw submissions",
      "unreviewed Memory Events",
      "private chain-of-thought"
    ]
  },
  "capabilities": {
    "publicRead": true,
    "publicSearch": true,
    "publicMachineDiscovery": true,
    "publicPromotionGuidance": true,
    "okfCompatibleStarterBundle": true,
    "publicWriteApi": false,
    "hostedPrivateMemoryRuntime": false,
    "matmRuntime": false,
    "mcpServer": false,
    "a2aImplementation": false,
    "certificationProgram": false,
    "highestPublicSupport": "handbook, templates, schemas, examples, setup wizard, static machine discovery, and package-root evidence"
  },
  "promotionModel": {
    "sourceStatus": "Private evidence is source material, not public truth.",
    "publicAllowedOutputs": [
      "generalized guidance",
      "templates",
      "synthetic examples",
      "schemas",
      "release notes",
      "public-safe metadata fields"
    ],
    "requiredGates": [
      "source possession",
      "durable copy",
      "memory type and scope",
      "redaction",
      "authority lane review",
      "SPO and atomic claim review",
      "freshness and supersession",
      "public-safe rewrite",
      "release note",
      "explicit non-claims"
    ]
  },
  "supportBoundary": "This manifest defines the LLMWikis.org handbook and discovery profile. It does not authorize scraping, bypass policy, validate credentials, grant tools, execute workflows, publish private data, operate a public Memory Curator, publish a public MATM repository, provide MCP or write API access, provide an event bus, host a vector database, expose a public SPARQL endpoint, run live evaluation, certify implementations, claim UAIX conformance, perform automatic repository writes, endorse agents, prove safety, or prove consciousness."
}
