From 0397dbf7b1fe537dce833fb311f4bc3d068d375e Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 13 May 2026 09:45:59 -0400 Subject: [PATCH] =?UTF-8?q?memex:=20rename=20cl-tui=20=E2=86=92=20cl-tty,?= =?UTF-8?q?=20update=20to=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cl-tty project (renamed from cl-tui to avoid Quicklisp name clash) has been built to v1.1.0 by the Hermes Agent — 20k+ lines across 11 roadmap phases. Pure CL, no ncurses/Yoga/FFI dependencies. Submodule path: projects/cl-tui/ → projects/cl-tty/ Remote: amr/cl-tty.git --- .gitmodules | 3 +++ AGENTS.md | 2 +- projects/cl-tty | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 projects/cl-tty diff --git a/.gitmodules b/.gitmodules index 995381d..e094c87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "projects/passepartout-contrib"] path = projects/passepartout-contrib url = ssh://git@10.10.10.201:2222/amr/opencortex-contrib.git +[submodule "projects/cl-tty"] + path = projects/cl-tty + url = ssh://git@10.10.10.201:2222/amr/cl-tty.git diff --git a/AGENTS.md b/AGENTS.md index d7c1b3a..6172b2d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,4 +9,4 @@ in `projects/`. See `projects/AGENTS.md` for the general development workflow | Project | Description | Runtime | |---------|-------------|---------| | passepartout | Neurosymbolic agent | `passepartout daemon` | -| cl-tui | Reusable terminal UI framework | `sbcl` + `(ql:quickload :cl-tui)` | +| cl-tty | Reusable terminal UI framework | `sbcl` + `(ql:quickload :cl-tty)` | diff --git a/projects/cl-tty b/projects/cl-tty new file mode 160000 index 0000000..c309170 --- /dev/null +++ b/projects/cl-tty @@ -0,0 +1 @@ +Subproject commit c30917056c039d63c4925b10b8d95988370611ad