mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 20:43:45 +00:00
* feat(tooling): add noUncheckedIndexedAccess strict-ratchet lane * fix(packages): make indexed access explicit across ratchet packages Burns down all 65 noUncheckedIndexedAccess errors in the seven ratchet packages with behavior-identical restructuring (iteration, charAt/slice, regex-group guards, validated hextet tuple). net-policy invariant violations now throw instead of failing open. Adds @openclaw/normalization-core/expect (expectDefined/first/last) with subpath export and tests. memory-host-sdk fixes kept but the package stays out of the lane: it re-exports core src/** so the flag would apply transitively to all of core. * fix(lint): keep .oxlintrc.json strict-JSON parseable for extension lint wrappers |
||
|---|---|---|
| .. | ||
| boolean-coercion.test.ts | ||
| boolean-coercion.ts | ||
| error-coercion.ts | ||
| expect.test.ts | ||
| expect.ts | ||
| format.test.ts | ||
| format.ts | ||
| index.ts | ||
| json-coercion.test.ts | ||
| json-coercion.ts | ||
| number-coercion.test.ts | ||
| number-coercion.ts | ||
| record-coerce.test.ts | ||
| record-coerce.ts | ||
| string-coerce.test.ts | ||
| string-coerce.ts | ||
| string-normalization.test.ts | ||
| string-normalization.ts | ||
| text-decoding.test.ts | ||
| text-decoding.ts | ||
| utf16-slice.test.ts | ||
| utf16-slice.ts | ||