fix(vault): Define *vault-memory* as opencortex::*vault-memory* to fix Unbound Variable crash on CHAT-MESSAGE
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

This commit is contained in:
2026-04-19 15:05:05 -04:00
parent 1719f0b6cf
commit d00112156f
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ Retrieves all active secrets from the vault and scans the payload for potential
(when (and val (stringp val) (> (length val) 5))
(when (search val text)
(setf found-secret key))))
*vault-memory*)
opencortex::*vault-memory*)
found-secret)))
#+end_src