pub fn task(
store: &Store,
embedder: &Embedder,
description: &str,
root: &Path,
limit: usize,
) -> Result<TaskResult, AnalysisError>Expand description
Produce complete implementation context for a task description.
Loads the call graph and test chunks once, then runs scout → gather → impact → placement in sequence, sharing resources across phases.