### Problem Example: Assume a folder structure of ├── justfile └── a └── justfile with `a/justfile` containing ```justfile hello: @pwd ``` and `a/justfile` containing ```justfile mod a hello: a::hello ``` Running just hello should print `pwd/a` but prints `pwd` ### Solution I can look at this in 2-3 weeks if no one else picks it up before. ### References #2672 #2252