Live audits on push
Wire a connected repo so every push to a chosen branch automatically re-audits it and emails you the outcome — your architecture review runs itself.
Enable it
Open the project, then Settings → Live updates:
- Pick the branch to watch (defaults to the repo's default branch).
- Set the notification email (defaults to your login email).
- Hit Enable live updates.
Atlas registers a push webhook on the GitHub repo for you. You need admin rights on the repo (the GitHub authorization includes the webhook scope).
What happens on every push
- GitHub posts the push event to the hosted Atlas endpoint (signature-verified).
- Atlas re-clones that branch and rebuilds the knowledge graph.
- Detectors + security scan run; findings are AI-validated.
- You get an email: a short summary and the top issues — no noise.
Because Atlas is hosted, the webhook points at its public endpoint automatically — there's no tunnel to run and nothing to expose from your own network.
Audit emails are sent by Atlas. The notification address defaults to your login email; change it per project under Settings → Live updates.