chore: align lint/format configs with peekaboo defaults

This commit is contained in:
Peter Steinberger
2025-12-06 04:07:22 +01:00
parent b88b18df93
commit 2e6265963b
5 changed files with 802 additions and 536 deletions

View File

@@ -16,7 +16,12 @@ public enum Request: Sendable {
case notify(title: String, body: String, sound: String?)
case ensurePermissions([Capability], interactive: Bool)
case screenshot(displayID: UInt32?, windowID: UInt32?, format: String)
case runShell(command: [String], cwd: String?, env: [String: String]?, timeoutSec: Double?, needsScreenRecording: Bool)
case runShell(
command: [String],
cwd: String?,
env: [String: String]?,
timeoutSec: Double?,
needsScreenRecording: Bool)
case status
}