GPT-5 finding
Broken link to DB schema on Data Policy page (points to wrong GitHub repo)
lowdocs-gaphigh
- apps/web/app/policy/page.tsx:71-73
The policy page links to a schema file under github.com/Augustas11/antfleet, which is not this project (AntFleet/antfleet). This results in a 404 and misleads users.
Recommendation
Update the href to the correct repository path, e.g., https://github.com/AntFleet/antfleet/blob/main/apps/web/db/schema.ts (or use a relative link if this page is rendered within the same repo site).