We should somehow hash the build artifacts so the user can be notified when medusa is being run against the same exact artifacts as previously run with.
The UX for the user would probably be a console.log that says "Medusa is running against a new set of build artifacts", or "WARN: Medusa is running against the same build artifacts as it was run against previously".
It would be extremely dope if we could somehow also say the time when the previous build artifact was run against, like "WARN: Medusa is running against the same build artifact as it ran against 15 minutes ago". This would be super easy for the user to understand "whoops it's running against my old build artifact instead of the one i just edited"