From ea0855f40b86ed2ced47834868eebe10cf9fd6b2 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 28 Apr 2026 17:35:15 -0400 Subject: [PATCH] fix(test): load tui system in test orchestrator --- harness/manifest.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/manifest.org b/harness/manifest.org index bd192e9..b8bd247 100644 --- a/harness/manifest.org +++ b/harness/manifest.org @@ -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)