fix(kernel): Definitively export shared symbols in package.org
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-19 17:28:19 -04:00
parent aa39bbbaa8
commit 346e74ccf8
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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