pub fn init_window(
window: &mut ContextWindow,
blueprint: &Blueprint,
task: &str,
)Expand description
Initialize a ContextWindow seeding only the task text - the thin
back-compat wrapper over init_window_seeded used by callers that carry a
single task string (the imperative engine and existing tests).