You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source: PR #55 review — six non-blocking findings deferred at merge, consolidated here per the review's request (full detail in the PR #55 review comments).
Highlights:
Guard test for the chunk.ts audit note — the audit claim ("only input-scaled SQL path") can rot silently; a test or lint sweep should fail when a new input-scaled IN (...) bypasses chunked().
hooks/ carve-out clause — the helper's "must chunk through this helper" prescription is unreachable from hooks/ (self-contained rule); the audit note needs an explicit carve-out + the hooks-side convention documented.
Source: PR #55 review — six non-blocking findings deferred at merge, consolidated here per the review's request (full detail in the PR #55 review comments).
Highlights:
IN (...)bypasseschunked().