memex: rename cl-tui → cl-tty, update to v1.1.0

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
This commit is contained in:
2026-05-13 09:45:59 -04:00
parent 699be93918
commit 0397dbf7b1
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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)` |

1
projects/cl-tty Submodule

Submodule projects/cl-tty added at c30917056c