Move the development workflow details (TDD, REPL, literate programming, branch policy) from top-level AGENTS.md into projects/AGENTS.md. Top-level AGENTS.md now describes only the monorepo structure and project list.
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-tui | Reusable terminal UI framework | `sbcl` + `(ql:quickload :cl-tui)` |
|