/crumb-explain — 39 kind schema lookup
When the user asks about a transcript event kind:
Preferred path — call the crumb_explain MCP tool with {kind: "<name>"}.
Fallback path — npx tsx src/index.ts explain "<kind>".
For partial matches (e.g., "user" → user.intervene / user.veto / ...), tool returns a did-you-mean list.
Explicit slash form: /crumb-explain <kind>.
Reference: src/helpers/explain.ts (KIND_REGISTRY), protocol/schemas/message.schema.json, v0.1 §3.3.