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).