GPT-5 finding
Broken schema link in Data policy points to wrong GitHub repository
- apps/web/app/policy/page.tsx
The policy page claims the DB schema is documented at a GitHub URL under a different user/org (Augustas11). This is likely a copy/paste error and will mislead users or 404. It contradicts the project’s actual repository path (AntFleet/antfleet).
Recommendation
Update the href to the correct repository path, e.g. https://github.com/AntFleet/antfleet/blob/main/apps/web/db/schema.ts (or make it a relative link within your site if applicable).