/** * Build task string với workspace context prepended. * Agent biết ngay project structure, conventions mà không cần hỏi lại. */ export declare function buildTaskContext(task: string, cwd: string): Promise;