pub fn build_workflow_context( vcs_mode: VcsMode, task: &Task, todos: &[Todo], worktrees: &[Worktree], repos: &[TaskRepo], ) -> WorkflowContext
Builds the full workflow context including checklist steps.