2026-03-01 20:52:56 -06:00

448 B

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 <workflowId> --json
    • sdt debug <profileId> --json
    • .sdt/events/*.jsonl run-event stream

Do not put orchestration logic in GUI code. Keep execution logic in core/headless services.