assist v0.189
Linked run configs and gitignore cleanup
Two features today. I can now pull in run configs from external assist.yml files — linking makes shared commands reusable across projects without copy-pasting every time I spin up a new repo. I also simplified .gitignore entries to a single .assist* pattern instead of listing each generated file individually, which is easier to reason about and one less thing to update when assist adds a new signal or lock file.
A quick follow-up fix: linked run commands using bash -c with chained commands were hanging on Windows because the bash path and run prefix weren’t being resolved correctly. Both are now resolved before the command is spawned.