REFAC: Standardize on Cognitive Cycle and update documentation

This commit is contained in:
2026-04-14 15:59:19 -04:00
parent 34a210228e
commit e29ca5679e
46 changed files with 195 additions and 268 deletions

View File

@@ -2,7 +2,7 @@
(ql:quickload :usocket :silent t)
(defun send-to-swank (form-string)
(let* ((msg (format nil "(:emacs-rex (swank:interactive-eval ~s) :org-agent t 1)" form-string))
(let* ((msg (format nil "(:emacs-rex (swank:interactive-eval ~s) :opencortex t 1)" form-string))
(len (format nil "~6,'0x" (length msg)))
(socket (usocket:socket-connect "127.0.0.1" 4005))
(stream (usocket:socket-stream socket)))