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

stack-part:kradle-code-search

Structured · live

Kradle Code Search (Zoekt) json

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

File · domain/products/kradle-components.yamlCluster · domain
Record JSON
{
  "id": "stack-part:kradle-code-search",
  "_kind": "StackPart",
  "_file": "domain/products/kradle-components.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kradle 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:kradle-code-search",
      "to": "layer:8-execution",
      "kind": "realizes",
      "attributes": {
        "notes": "Code search execution layer (post-MVP)"
      }
    },
    {
      "from": "stack-part:kradle-code-search",
      "to": "platform:kradle",
      "kind": "part_of",
      "attributes": {
        "notes": "Kradle code search component"
      }
    },
    {
      "from": "stack-part:kradle-code-search",
      "to": "tool:zoekt",
      "kind": "implemented_by",
      "attributes": {
        "notes": "Zoekt powers per-repo cohort indexing"
      }
    }
  ],
  "incomingEdges": []
}