GPT-5 finding
Data policy links to the wrong GitHub repository path for schema source
lowdocs-gaphigh
- apps/web/app/policy/page.tsx
The policy page cites the DB schema location but links to a different GitHub user/org, which is misleading and breaks the provenance trail for readers. It should reference the canonical AntFleet repository.
Recommendation
Update the URL to the canonical repository: https://github.com/AntFleet/antfleet/blob/main/apps/web/db/schema.ts (or use a relative link) so readers land on the correct file in this repo.