Usage rules task not found
Hi! Did something break in
usage_rules
? I'm getting this all of a sudden: ** (Mix) The task "usage_rules.sync" could not be found
It's in a clean new project. After running ash.setup
, the next thing I always do before starting to work on the project is generating the AGENTS.md
file. Always worked fine until now3 Replies
Are you sure the usage_rules package is installed?
It could be if you installed igniter later that you need to rm -rf _build and compile again
IDK, I have everything setup in a bash script so my new projects are all identical at the beginning. The idea is to build deterministic and reproducible starting points. I didn't change anything pertaining to dependencies, so that's why I'm asking if anything changed all of a sudden
Relevant snippet:
I don't manually install
usage_rules
, never have. But it was always there, I guess as a dependency of Ashhmm, yeah it's possible that it was a dependency somewhere at some point.