stan44 2c5493f249
Some checks failed
reliability-matrix / ubuntu-latest / .NET tests (push) Failing after 2m46s
reliability-matrix / macos-latest / .NET tests (push) Has been cancelled
reliability-matrix / windows-latest / .NET tests (push) Has been cancelled
second first push?
2026-03-01 21:40:14 -06:00

410 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 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.