pub fn cleanup_session_worktree_artifacts(
_folder: &Path,
) -> Result<(), AgentBackendError>Expand description
Removes provider-owned worktree artifacts derived from one session folder.
Current providers keep setup state inside the session worktree or git metadata, so there is no external provider artifact to remove.
ยงErrors
This function currently never returns an error.