II.
StackPart JSON
Structured · livestack-part:krate-code-search
Krate Code Search (Zoekt) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}