pub fn has_worktree_changes(worktree_path: &Path) -> Result<bool, AgentError>Expand description
Check if a worktree has uncommitted changes (modified or untracked files).
pub fn has_worktree_changes(worktree_path: &Path) -> Result<bool, AgentError>Check if a worktree has uncommitted changes (modified or untracked files).