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:

  1. Pick the branch to watch (defaults to the repo's default branch).
  2. Set the notification email (defaults to your login email).
  3. 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

  1. GitHub posts the push event to the hosted Atlas endpoint (signature-verified).
  2. Atlas re-clones that branch and rebuilds the knowledge graph.
  3. Detectors + security scan run; findings are AI-validated.
  4. 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.