notifications
Installation
SKILL.md
Notifications & Alerting
Sending Notifications
Basic notification (OS/app notification)
aiter notify send --message "Build completed successfully!"
With title and priority
# Normal priority (default)
aiter notify send --title "Build Status" --message "All tests passed" --priority normal
# High priority (bypasses quiet hours)
aiter notify send --title "ALERT" --message "Production API returning 500 errors" --priority high