From 59190f4e441da5ab16199542a28ce1945840af05 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 15:39:59 -0400 Subject: [PATCH] fix(kernel): Declare shared symbols (*VAULT-MEMORY*, COSINE-SIMILARITY) in package --- src/package.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/package.lisp b/src/package.lisp index 03e8d20..5d0e2c1 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -4,6 +4,9 @@ ;; --- communication protocol --- #:frame-message #:read-framed-message + #:*VAULT-MEMORY* + #:COSINE-SIMILARITY + #:VAULT-MASK-STRING #:parse-message #:make-hello-message #:validate-communication-protocol-schema