I have a new project coming up next week.
I am evaluating a few task running options for automation in CI and local.
Some of this is local tooling though, and not all containerized, like lint/dotnet build/run etc.
I'd like to eliminate Mage reliance if I can to have a single dagger binary call for the tasks, but not sure where it stands right now to replace the simplier automation capabilities. In addition a big part of this with mage is a "remote" module import of tasks defined and discoverable. I need to be able to centralize these and then run renovate to just update when I do a new module release of tasks.
Any updates on where this stands?
The use case has to be really solid as not everyone installs docker, so simple local tasks being fast and easy is ideal. I can give more ideas on requirements I'd look for if it helps, but wanted to get the conversation started as I haven't kept up with what's going on there recently.