pub fn kernel_integrate(
query: &str,
project_root: &str,
original_tokens: usize,
compressed_tokens: usize,
) -> KernelIntegrationExpand description
Unified kernel integration for all hot-paths.
Call this instead of manually orchestrating kernel enrichment, activation, and accounting. The returned supplement is already bounded by the active kernel budget.