fix(test): load tui system in test orchestrator

This commit is contained in:
2026-04-28 17:35:15 -04:00
parent 54b59c9019
commit ea0855f40b

View File

@@ -69,7 +69,7 @@ The *System Manifest* defines the structural components of the OpenCortex. It se
(namestring (truename "./")))))
(push (uiop:ensure-directory-pathname oc-dir) asdf:*central-registry*))
(ql:quickload '(:opencortex :opencortex/tests) :silent t)
(ql:quickload '(:opencortex :opencortex/tui :opencortex/tests) :silent t)
(format t "~%=== Initializing Skills BEFORE loading tests ===~%")
(opencortex:initialize-all-skills)