fix(skills): Comprehensive syntax and symbol repair for all skills
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-19 15:47:59 -04:00
parent 655fb09e55
commit 79a3f303cc
5 changed files with 130 additions and 2 deletions

View File

@@ -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.")