native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix function_body_length lint violation in GhosttyRuntime.init

Extract notification observer registration into a dedicated
registerNotificationObservers() method to bring the initializer
body under the 100-line SwiftLint limit.

onevcat 8b85ad37 21805e80

+4
+4
supacode/Infrastructure/Ghostty/GhosttyRuntime.swift
··· 63 63 } 64 64 self.app = app 65 65 66 + registerNotificationObservers() 67 + } 68 + 69 + private func registerNotificationObservers() { 66 70 let center = NotificationCenter.default 67 71 observers.append( 68 72 center.addObserver(