For each package your dbt project is using that: - has warnings / errors - isn't on the _latest_ version `dbt-autofix `should go check **if the latest version** of that package parses with fusion. Either by: - [harder, but less burden on package maintainers] pulling down latest version and running a `dbtf parse` - [easier, but 100% of package maintainers would need to update code and cut new release] checking `require-dbt-version` If it does, it should update your `packages.yml` to use the explicit version number of the latest version of that package. This will help folks easily upgrade to new fusion-compatible package versions as pacakge maintainers release them! Then, we should update the warning message for that package from fusion to recommend using the `dbt-autofix` script. See [related issue](https://github.com/dbt-labs/dbt-fusion/issues/490).