Expand description
Kernel activation configuration and receipt-driven feedback wiring.
Structs§
- Activation
Config - Configuration for kernel activation mode and feedback.
Enums§
- Kernel
Mode Config - Serializable kernel operating mode.
Functions§
- connect_
feedback - Feeds a known receipt outcome into persisted feedback and provider learning.
- load_
config - Loads kernel activation settings from global and project-local lean-ctx config.
- record_
real_ outcome - Returns a receipt copy carrying the observed accept/reject outcome.
- should_
supplement - Returns whether kernel supplementation should run in the configured mode.
- should_
suppress_ in_ mode - Returns whether the selected mode may suppress low-value context.
- supplement_
budget - Returns the bounded per-request token budget for kernel supplementation.