From 346e74ccf8aa6549de6b8e513788b30e8ef3a476 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 17:28:19 -0400 Subject: [PATCH] fix(kernel): Definitively export shared symbols in package.org --- literate/package.org | 5 +++++ src/package.lisp | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/literate/package.org b/literate/package.org index 814eae1..0f2895c 100644 --- a/literate/package.org +++ b/literate/package.org @@ -25,6 +25,11 @@ flowchart TD ;; --- communication protocol --- #:frame-message #:read-framed-message + #:PROTO-GET + #:LIST-OBJECTS-WITH-ATTRIBUTE + #:COSINE-SIMILARITY + #:VAULT-MASK-STRING + #:*VAULT-MEMORY* #:parse-message #:make-hello-message #:validate-communication-protocol-schema diff --git a/src/package.lisp b/src/package.lisp index 7a6d734..b3f0155 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -4,8 +4,12 @@ ;; --- communication protocol --- #:frame-message #:read-framed-message + #:PROTO-GET + #:LIST-OBJECTS-WITH-ATTRIBUTE + #:COSINE-SIMILARITY + #:VAULT-MASK-STRING + #:*VAULT-MEMORY* #:parse-message - #:proto-get #:make-hello-message #:validate-communication-protocol-schema