AntFleet

Disagreement · 8dbec532-openai-3

Example imports use a nonstandard zod path (`zod/v4`) likely to break consumers

solo GPT-5
repo a16d2030·PR #2·reviewed 1 week ago

GPT-5 finding

Example imports use a nonstandard zod path (`zod/v4`) likely to break consumers

lowdocs-gapmedium
  • opensea/opensea-tool-sdk/SKILL.md
The canonical import is `import { z } from 'zod'`. Using `zod/v4` ties docs to an internal versioned path that most package managers don’t expose, causing build errors for users who follow the snippet verbatim.

Recommendation

Change example to `import { z } from 'zod'` and, if v4-only features are required, add a note to install the matching zod version.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →