pub fn kernel_enrich(
task: &str,
project_root: &str,
budget_tokens: usize,
) -> Option<KernelEnrichment>Expand description
Enrich a compose response with kernel-selected context.
Returns cross-store context that the compose pipeline misses, or None.