40f81b4d2b
find_openclaw() only searched for openclaw.mjs, missing systems where the binary is named just "openclaw" (e.g., npm install -g openclaw). Now checks both names in PATH and in hardcoded paths. Added run_openclaw() helper that invokes via node for .mjs files and directly for standalone binaries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>