Taskrc is not read if the entrypoint is a remote Taskfile

Description

When we run a Taskfile with an remote entrypoint, the taskrc located in XDG_CONFIG_HOME is not read.

Image

TaskRC in : $XDG_CONFIG_HOME/task/Taskrc.yml with :

experiments:
  REMOTE_TASKFILES: 1

How to reproduce :
task -t https://raw.githubusercontent.com/go-task/task/refs/heads/main/Taskfile.yml

Version

3.45.4

Operating system

Linux / Fedora

Experiments Enabled

Remote Taskfiles

Example Taskfile