refactor: Switch TUI/daemon communication from JSON to Lisp S-Expressions

This commit is contained in:
2026-04-17 13:36:54 -04:00
parent 47a2cf6478
commit 0debfe5a95
4 changed files with 30 additions and 20 deletions

View File

@@ -39,7 +39,7 @@
(uiop:symbol-call :fiveam :run! (uiop:find-symbol* :immune-suite :opencortex-immune-system-tests))))
(defsystem :opencortex/tui
:depends-on (:opencortex :croatoan :usocket :bordeaux-threads :cl-json)
:depends-on (:opencortex :croatoan :usocket :bordeaux-threads)
:components ((:file "src/tui-client"))
:build-operation "program-op"
:build-pathname "opencortex-tui"