mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 16:21:04 +00:00
Summary: - The PR updates `src/cli/shared/parse-port.test.ts` to cover numeric strings, whitespace-padded strings, fractional strings, invalid suffixes, and safe-integer overflow for `parsePort`. - Reproducibility: not applicable. This PR adds test coverage rather than reporting a failing runtime behavior. Source inspection confirms the current parser contract and the exact baseline coverage gap on main. Automerge notes: - No ClawSweeper repair was needed after automerge opt-in. Validation: - ClawSweeper review passed for head14213cc8f4. - Required merge gates passed before the squash merge. Prepared head SHA:14213cc8f4Review: https://github.com/openclaw/openclaw/pull/84518#issuecomment-4496552268 Co-authored-by: googlerest <127843198+googlerest@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>