$ openclaw doctor
This install is not a git checkout.
Run openclaw update to update via your package manager (npm/pnp), then rerun doctor.
I usually update OpenClaw using official 'openclaw update', not via 'npm update -g openclaw'. I want to reduce npm (same with pip btw) supply chain infrastructure attacks that potentially come with the risk to put millions of packages at risk.
Question:
Generally speaking, is there a safer way to regular updates rather than openclaw update, like git clone and build?