TL;DR
When you `ato install` something, it'll now be copied into and version controlled with your project by default.
This can be switched with `link`
This is something we're trying on because it's proven rough so far to get the "density" we need to make semantic versioning working properly. People can by pulling a package one way or another, and there are few packages which stand out as "obviously correctly configured" - perhaps the RP2040?
If you want to make this change for existing projects, you can copy the contents of `.ato/modules` into your `src` directory, and remove the copied deps from your `ato.yaml`.
What's Changed
* Break dependency links by default by mawildoer in https://github.com/atopile/atopile/pull/239
* Improve robustness of simultaneous descent in layout module - fixes 237 by mawildoer in https://github.com/atopile/atopile/pull/240
**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.31...v0.2.32