swift buildRun a process:
swift run CLI run '{"command": "/bin/echo", "arguments": ["hello"]}'List processes:
swift run CLI listStop a process:
swift run CLI stop <uuid>Get stats:
swift run CLI stats <uuid>Daemon mode:
swift run CLI daemonswift run UI- Core: Protocols and data types
- SystemInterfaces: RuntimeProcess for lifecycle
- SystemObservation: Samplers for metrics
- ControlPlane: RuntimeManager and Supervisor
- CLI: Command-line interface
- UI: SwiftUI dashboard