Under the hood
Artifact base-path resolution can now match against multiple repository roots, not just one
What
The logic that redirects artifact base paths (used for scratchpad files) and the headless setup summary previously worked against a single current-working-directory or scratchpad path. Both now accept a list of additional repository roots and check redirected paths against any of them.
Why
This lets artifact and scratchpad path handling work correctly in setups spanning multiple repository roots rather than assuming just one.