mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-05 04:53:33 +00:00
Summary: - The PR replaces native i18n conditional-branch regex filtering with an exported linear ASCII scanner and adds focused coverage. - PR surface: Tests +9, Other +36. Total +45 across 2 files. - Reproducibility: yes. from source inspection: current main routes conditional-branch native literals through the backtracking-prone regex before inventory output. I did not run a timing benchmark against current main. Automerge notes: - No ClawSweeper repair was needed after automerge opt-in. Validation: - ClawSweeper review passed for head97464c9635. - Required merge gates passed before the squash merge. Prepared head SHA:97464c9635Review: https://github.com/openclaw/openclaw/pull/99098#issuecomment-4866733462 Co-authored-by: Mason Huang <masonxhuang@tencent.com> Approved-by: hxy91819