# GUI Workspace This directory contains SDT GUI front-end implementations. Current direction: - `TauriShell/` is the active GUI path for v1.x. - TUI and GUI must both consume the same headless SDT contracts: - `sdt workspace scan --json` - `sdt run --json` - `sdt debug --json` - `.sdt/events/*.jsonl` run-event stream Do not put orchestration logic in GUI code. Keep execution logic in core/headless services.