BusyBee3333 7694d965c9 feat: Add structured signal editor with app dropdown and action builder
- Add AppDiscovery provider for running app enumeration
- Implement AppDropdownView with auto-launch functionality
- Create SignalAction models for 40+ yabai commands
- Build ActionBuilderView with nested parameter controls
- Add LiveShellPreview for real-time shell command generation
- Implement ActionValidator for conflict detection
- Add migration parser for existing raw action strings
- Include feature flag for safe rollout
- Maintain full backward compatibility
2025-12-31 01:44:13 -05:00

637 B

WindowPilot iOS prototype

This directory contains a minimal SwiftUI prototype for the iPhone companion app.

Files:

  • WindowPilotApp.swift — app entry
  • Sources/Views/MainControlView.swift — primary control UI (D-pad, pairing status)
  • Sources/Network/DiscoveryManager.swift — mDNS discovery stub
  • Sources/Network/RemoteClient.swift — REST pairing & command client (scaffold)
  • Sources/Models/WindowState.swift — simple models for windows and spaces

Notes:

  • This is scaffolding to bootstrap development. Network resolution of NetService to host/port and Keychain storage for tokens should be implemented next.