Looking at the default paths documentation: https://docs.dagger.io/api/default-paths/
There seems to be no no way to set a global default path. Is this somehow possible instead of having to add a comment to every function signature?
It is possible to assign a default path for a Directory or File argument in a Dagger Function. Dagger will automatically use this default path when no value is specified for the argument. The Directory or File loaded in this manner is not merely a string, but the actual filesystem state of the directory or file.