GPT-5 finding
Broken/incorrect link to DB schema in data policy page
- apps/web/app/policy/page.tsx:1-400
The policy page links to a schema file in a different GitHub org/user (Augustas11/antfleet). Given the project is AntFleet/antfleet, this likely 404s or points to a stale fork, which can mislead users about current data storage details.
Recommendation
Update the href to the correct repository path for the live schema (e.g., https://github.com/AntFleet/antfleet/blob/main/apps/web/db/schema.ts) or to a stable docs page within the deployed app. Consider adding a test or automated link checker for public pages.