# GUI Workspace This directory contains SDT GUI front-end implementations. Current direction: - `TauriShell/` is the active GUI path for v1.x. - TUI and GUI consume shared SDT contracts: - execution via `sdt run/debug --json` - read/manage via `sdt bridge --stdio` - run-event logs via `.sdt/events/*.jsonl` Do not put orchestration logic in GUI code. Keep execution logic in core/headless services.