deps-new 2025-10-06

I ran into trouble when trying to create a new project from my own template via :local/root: deps-new could not find the template file, maybe because there was a space in the path. When displaying the error, the space was displayed as %20 in the path. Doing the same command using :git/sha made it work.

It's late here, I can provide a repro tomorrow if needed.

Spaces in file paths are generally a bad idea.

1

I agree that spaces are a bad idea. I wrote a repro in github in case you want to make a fix. It's not blocking me, btw.