Tucker McKnight <tucker@pangolin.lan> | Sun Jan 11 2026
get rid of ./ in output dir, see if that works
106
const tempDir = `${directories.output}${reposPath}${tempDirName}`106
const tempDir = `${directories.output.replace("./", "")}${reposPath}${tempDirName}`