--- name: notify description: Sends a push notification to the user --- To send a push notification to the user, run the following script passing in the message you want to send: ```bash uv run {baseDir}/scripts/notify.py "Your message here" ```