eject/<surface>
<surface> is the ejected component (for example overlay or thread),
and the two versions are what your manifest recorded against what’s actually
installed now.
check: eject/<surface> · error_code: E-UI-001 · doctor exits: 0
What you’re seeing
This is a warning, not a failure; doctor still exits 0. Nothing is broken.Why
You ejected a chrome surface, then upgraded@vendoai/ui. The ejected
pixels are your code now, so nothing runs differently. You’re just missing
whatever presentation changes shipped since you ejected.
The fix
Review the release notes, then re-eject with--force if you want the
newer presentation.
Related errors
- E-CFG-001: a missing
.vendo/config file, unrelated but in the same config family