memex: add naming convention doc, update AGENTS.md, pin passepartout v0.8.0 TUI work

This commit is contained in:
2026-05-13 11:42:00 -04:00
parent 0397dbf7b1
commit ef8848c0e2
3 changed files with 27 additions and 3 deletions

View File

@@ -8,5 +8,6 @@ in `projects/`. See `projects/AGENTS.md` for the general development workflow
| Project | Description | Runtime |
|---------|-------------|---------|
| passepartout | Neurosymbolic agent | `passepartout daemon` |
| cl-tty | Reusable terminal UI framework | `sbcl` + `(ql:quickload :cl-tty)` |
| passepartout | Probabilistic-Deterministic Lisp Machine | `passepartout daemon` |
| cl-tty | Reusable Common Lisp Terminal UI Framework | `sbcl` + `(ql:quickload :cl-tty)` |
| agora | Decentralized social protocol — sovereign identity, communication, contracts | Protocol spec in `projects/agora/docs/` |