pub fn builtin_blocks(config: &Config) -> Vec<ContextInjectionBlock>Expand description
The built-in ambient blocks armed by config, in a stable order.
Each block states something true about THIS resolved configuration that the model cannot otherwise know, and each is gated on the capability it describes — a config with none of them armed contributes no blocks at all, so this is never boilerplate the model has to ignore.