"Two authoritative copies of the same fact is not redundancy. It's a future argument about which one is right."
The Full Ownership Map
Zoom out to the whole family and the ownership map is crisp. Eagle owns the original reference images. Loomis owns the analysis and presentation state — fits, corrections, attempts, boards. Cinder owns the native, always-on-top shell. cwkPippa owns the brain: identity, conversation, routing, memory. Each system owns exactly one kind of thing, and that assignment is deliberate and non-overlapping. No two systems are the authority on the same fact.
Reference Across, Absorb Never
Because ownership is exclusive, everything else is a reference across the boundary. A Loomis session stores a typed pointer to its Eagle original — at minimum a (source_id, item_id) — alongside its own Loomis-owned analysis. It does not copy every Eagle original into a second media library, and it does not reach into Eagle to own the pixels. The reference crosses the boundary; the ownership stays put. You saw this exact move with reference boards; stated as doctrine, it's the rule every system obeys, not a one-off in the board feature.
One Owner Per Fact
The principle underneath is as general as software gets: every piece of data should have exactly one authoritative owner, and everyone else holds a reference to it. The moment a single fact has two owners — two places that both claim to be the source of truth — you've built a drift machine. They will disagree eventually, and then every reader faces the unanswerable question 'which one is right?' Single ownership makes that question impossible by construction: there is always exactly one answer, because there is always exactly one owner. It's the same instinct as database normalization and the 'single, authoritative representation' at the heart of DRY.
Why Doctrine, Not Just Convention
This rule is written down as doctrine — in the architecture document, not left as folklore — for a specific reason: it erodes silently under local pressure. 'Just copy the original in here, it's easier for this one feature' is always the tempting shortcut, and it's exactly the move that mints a second owner and seeds the eventual drift. A convention lives in people's heads and evaporates when they're busy; doctrine is written where the next contributor will read it before they take the shortcut. Making the ownership map explicit is what keeps a small convenience from quietly becoming a two-owner bug six months later.