AntFleet

Disagreement · 034f209b-anthropic-2

Policy page links to wrong GitHub repo (`Augustas11/antfleet` instead of `AntFleet/antfleet`)

solo Opus
repo e24ef98c·PR #9·reviewed 1 week ago

Opus finding

Policy page links to wrong GitHub repo (`Augustas11/antfleet` instead of `AntFleet/antfleet`)

lowdocs-gaphigh
  • apps/web/app/policy/page.tsx:67-70
The project root is github:AntFleet/antfleet, but the policy page's schema-link points at github.com/Augustas11/antfleet, which is presumably a personal fork or a stale path. This is the schema-of-record link the data policy commits to. If the fork is private or moved, the link 404s; if it's public, customers reading the policy land in someone's personal namespace, which is a credibility issue for a 'data policy' page that is explicitly about being load-bearing per AGENTS.md §10.

Recommendation

Change the href to https://github.com/AntFleet/antfleet/blob/main/apps/web/db/schema.ts (or whatever the canonical public path is).

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 →