claudebox v2.0.10 — fix the false "claude missing or broken" startup warning

10-claude-json-patch.sh wrote installMethod: "native" into .claude.json on
every fresh container despite the image installing Claude Code via npm
install -g, causing a false "missing or broken - run claude install to
repair" startup warning. Now writes installMethod: "global" to match the
actual install method.