watchOS SwiftUI UI, complications, notifications, and iPhone companion surfaces.
- watchos-swiftui-interface.md — WatchKit interface structure, navigation, and view hierarchy.
- watch-connectivity.md — iPhone-to-Watch payloads, offline behavior, and action routing.
- watch-complications-and-widgets.md — WidgetKit complication and Smart Stack strategy.
- watch-notifications.md — notification categories, actions, haptics, and privacy behavior.
- mac-buddy.md — Mac Buddy SwiftUI app (CLI host bridge + desktop pet, AGPL-3.0).
- Native First: Prefer
TabView,List,NavigationStack, and native watchOS controls. - Complication-First Design: Design the status model around what complications need to display.
- Notification Integration: Use actionable notifications for long-running CLI tasks.
- iPhone Companion: The iOS app serves as the relay client, watch sync manager, and history browser.