# legacy-peer-deps=true accepts the peer-optional version conflict between
# Lavern's `zod@^4` (root) and `openai@^4`'s peerOptional `zod@^3`.
#
# zod v4 is forward-compatible for openai's actual usage; the warning is
# the only thing legacy-peer-deps suppresses. Without this setting, a
# fresh-clone `npm install` fails with EERESOLVE on a peerOptional, which
# blocks contributors unnecessarily.
#
# When the openai package adopts zod v4 in its peer ranges, this file can
# be removed.
legacy-peer-deps=true
