Editor Tools
Player-facing programming surfaces. The KN-86 ships with on-device tools for writing and inspecting Lisp code: a structural editor (nEmacs), a REPL, and a token-prediction completion model.
Contents
Section titled “Contents”All files in this directory are stubs. The canonical specs live in the ADRs today; these files will become the implementer-facing reference once split out.
nemacs.md— nEmacs structural editor (stub; canonical spec inadr/ADR-0008andadr/ADR-0016).repl.md— on-device REPL (stub; canonical spec inadr/ADR-0002andadr/ADR-0016).token-prediction.md— completion model (stub; canonical spec inadr/ADR-0009).
Related
Section titled “Related”- KEC Lisp — the language these tools edit and execute.
../../runtime/input-dispatch.md— key-event model the editor consumes.adr/ADR-0002,ADR-0008,ADR-0009,ADR-0016.