mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:51:46 +00:00
#103995 added mutate callbacks that destructure the marker array; under indexed-access checking string[] elements are string | undefined, failing check-test-types on main and every PR. The some() guard already proves all three markers exist, so narrow to a tuple.