## Hub access for developers

This app is part of the Young Engineers platform and talks to the central
hub backend (repo `Young-Engineers/hub`, live at
https://backend.dashboard.youngengineers.org).

Team leads — Danny, Arsa, Naama, Oksana, Manisha (and their Claude
sessions) — have READ access to the hub repository. When this app needs
hub data or endpoints:

1. Read the hub source (clone or browse `Young-Engineers/hub`); API routes
   live in `routes/api.php`, and each route group shows the token ability
   it requires.
2. Identify the exact endpoints and ability names the feature needs.
3. Email Amir (Amir@youngeng.net) the precise request: which app, which
   endpoints, which abilities, read or write.

Never commit hub tokens or secrets into this repository.
