How are you handling the monorepo vs. multi-repo question in 2026? Is the boundary itself becoming irrelevant?
Been going in circles on this at work for weeks. Our monorepo started clean but builds are crawling now and one bad commit takes down four devs. Multi-repo isn't better, we've got version drift everywhere and nobody can agree which shared lib is the source of truth.
What keeps annoying me is that the whole debate assumes dependencies have to live inside a repo. If shared code was just a reference the system resolved and pulled in on its own, the mono vs multi question kind of dissolves. You'd get isolation without the drift, sharing without the coupling.
Anyone actually working this way in production?