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
13 lines
468 B
Markdown
13 lines
468 B
Markdown
# AGENTS.md
|
|
|
|
This is the memex monorepo. It contains multiple Common Lisp projects, each
|
|
in `projects/`. See `projects/AGENTS.md` for the general development workflow
|
|
(ROADMAP-driven, TDD in REPL, literate programming, branch policy).
|
|
|
|
## Project list
|
|
|
|
| Project | Description | Runtime |
|
|
|---------|-------------|---------|
|
|
| passepartout | Neurosymbolic agent | `passepartout daemon` |
|
|
| cl-tty | Reusable terminal UI framework | `sbcl` + `(ql:quickload :cl-tty)` |
|