Commit Graph

3 Commits (5703b9e737f56d9c0f5b4ff2d988cfc2d7a40d6b)

Author SHA1 Message Date
Peter Steinberger d2158966db fix(mac): treat timeSensitive as best-effort 2025-12-12 18:58:07 +00:00
Peter Steinberger c86cb4e9a5 macOS: add --priority flag for time-sensitive notifications
Add NotificationPriority enum with passive/active/timeSensitive levels
that map to UNNotificationInterruptionLevel. timeSensitive breaks
through Focus modes for urgent notifications.

Usage: clawdis-mac notify --title X --body Y --priority timeSensitive
2025-12-12 18:27:12 +00:00
Peter Steinberger 82e751a153 macOS: split AppMain into focused modules 2025-12-07 00:10:35 +01:00