iiRecord
Agentic AI Atlas · Krate Code Search (Zoekt)
stack-part:krate-code-searcha5c.ai
II.
StackPart JSON

stack-part:krate-code-search

Structured · live

Krate Code Search (Zoekt) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/products/krate-components.yamlCluster · domain
Record JSON
{
  "id": "stack-part:krate-code-search",
  "_kind": "StackPart",
  "_file": "domain/products/krate-components.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Krate Code Search (Zoekt)",
    "category": "tooling",
    "description": "Zoekt-based trigram code search service that indexes all org-scoped\nrepositories into per-cohort shards. Provides sub-second regex and\nliteral search across the entire forge. Currently in the post-MVP\nroadmap — the indexer scales independently from Gitea backends and\nAPI servers so search traffic never starves Git read/write operations.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:krate-code-search",
      "to": "layer:8-execution",
      "kind": "realizes",
      "attributes": {
        "notes": "Code search execution layer (post-MVP)"
      }
    },
    {
      "from": "stack-part:krate-code-search",
      "to": "platform:krate",
      "kind": "part_of",
      "attributes": {
        "notes": "Krate code search component"
      }
    },
    {
      "from": "stack-part:krate-code-search",
      "to": "tool:zoekt",
      "kind": "implemented_by",
      "attributes": {
        "notes": "Zoekt powers per-repo cohort indexing"
      }
    }
  ],
  "incomingEdges": []
}