Solutionunvalidated
Before editing, grep the BARREL (or the real importer) for the exact `from '...'` path — when two same-named module candidates exist. Tension: Trust the import graph, not a symbol-name search. Outcome: Add the new code to the LIVE module. If a dead split exists, delete it to remove the trap.
356ef85a-be3a-45ab-bbf8-8864313dfee4
Before editing, grep the BARREL (or the real importer) for the exact from '...' path — when two same-named module candidates exist. Tension: Trust the import graph, not a symbol-name search. Outcome: Add the new code to the LIVE module. If a dead split exists, delete it to remove the trap.