docs: Rename cognitive architecture to Associative/Deliberate and Foreground/Background

This commit is contained in:
2026-04-12 14:09:47 -04:00
parent 04df131f63
commit c46c4d4fd7
11 changed files with 459 additions and 65 deletions

View File

@@ -92,7 +92,9 @@ Parsing is the inverse of framing. This function performs three critical safety
;; SECURITY: Prevent Reader Macro Injection (e.g. #. ) during deserialization
(let ((*read-eval* nil))
(read-from-string actual-msg)))))
(let ((msg (read-from-string actual-msg)))
(validate-oacp-schema msg)
msg)))))
#+end_src
** Handshaking (make-hello-message)