What is the load order for a given meteor package? [solved]

If I have a package in my ./.meteor/packages, will Meteor try to get it from atmosphere first or from local the local package folder packages first?
From my experience, it seems to be looking in atmosphere first, which I’ve found to be surprising and not convenient so I wanted to confirm.

[Edit] that seems to be the opposite: Meteor loads from local folder first. I got my packages names messed up

Correct. For anyone else who wants to understand atmosphere package load order policy: http://guide.meteor.com/writing-atmosphere-packages.html#overriding-atmosphere-packages