On our .env we set TASK_X_REMOTE_TASKFILES=1, which is required for task to work with remote files. But this env var is only loaded by task when executed from the top-level directory containing it, which means invoking task from any subdirectory greets us with: task: Remote taskfiles are not enabled. You can read more about this experiment and how to enable it at https://taskfile.dev/experiments/remote-taskfiles
We need to improve this (even if by documenting / advising on a path for local shell setup with that env var)
On our .env we set TASK_X_REMOTE_TASKFILES=1, which is required for task to work with remote files. But this env var is only loaded by task when executed from the top-level directory containing it, which means invoking task from any subdirectory greets us with:
task: Remote taskfiles are not enabled. You can read more about this experiment and how to enable it at https://taskfile.dev/experiments/remote-taskfilesWe need to improve this (even if by documenting / advising on a path for local shell setup with that env var)