retired
error_code: E-DEP-002 · status: retired
What you’re seeing
Nothing:npx vendo doctor cannot print this code anymore. You are reading
it from an older run’s output, or a saved report.
Why
This code caught a split-brain install: the running wire served one@vendoai/vendo version and the CLI was on another. Doctor read the wire’s
version from the live /status route. Doctor now only checks what is on
disk, so there is no second version to compare against.
The fix
The split-brain install is still real, and you check it yourself now:npm ls shows a version your CLI is not on, install the matching one, or
drop the direct @vendoai/vendo dependency from package.json and let the
vendoai umbrella provide it. Reinstall after either change.
Related errors
- E-WIRE-011 — a different split-brain, between the
vendoaialias and its nested copy - E-DEP-001 — the
aipackage peer-version check, still run on disk - E-DEP-003 — the
zodversion check, still run on disk