Every Cloud Function invocation in the last 60 minutes, newest first. Tap a chip to filter by function.
Every push notification and email the system has fired, newest first. Useful when you get a push but the dashboard looks clean - the alert is here with its trigger context.
What runs. Each Run-Fix click calls a server-side Cloud Function (runFixAgent) that authenticates the caller, verifies AMBASSADOR PLUS role, checks the kill-switch, snapshots affected docs, executes the playbook, then writes an audit entry. Push notifications fan out to all AMBASSADOR PLUS users on outcome.
Disaster recovery. Every mutation snapshots the affected docs to _systemAlerts/fixSnapshots before writing. The Undo button on any history entry restores from the snapshot atomically. The whole agent can be killed by setting _systemAlerts/control.fixAgentEnabled to false in the Firestore console.