fix(skills): Comprehensive syntax and symbol repair for all skills
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -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))))
|
||||
opencortex::*vault-memory*)
|
||||
opencortex::opencortex::*vault-memory*)
|
||||
found-secret)))
|
||||
#+end_src
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@ Converts a structured AST back into Org-mode text.
|
||||
** 1. Unit Tests (FiveAM)
|
||||
#+begin_src lisp
|
||||
(defpackage :opencortex-memory-tests
|
||||
#| (:use :cl :fiveam :opencortex)) |#
|
||||
#| #| (:use :cl :fiveam :opencortex)) |# |#
|
||||
(in-package :opencortex-memory-tests)
|
||||
|
||||
#| (def-suite memory-suite :description "Tests for Homoiconic Memory.")
|
||||
|
||||
Reference in New Issue
Block a user