From 8063a63bfdaab90490b1786c45347d16131e639a Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 27 Apr 2026 08:45:43 -0400 Subject: [PATCH] fix: Update asd paths for flat structure --- opencortex.asd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/opencortex.asd b/opencortex.asd index 5a9924e..eeee0da 100644 --- a/opencortex.asd +++ b/opencortex.asd @@ -5,10 +5,12 @@ :license "AGPLv3" :description "The Probabilistic-Deterministic Lisp Machine" - :depends-on (:usocket :bordeaux-threads :dexador :uiop :cl-dotenv :cl-ppcre :hunchentoot :ironclad :str :cl-json :uuid) + :depends-on (:bordeaux-threads :cl-ppcre :usocket :ironclad :dexador :uuid :cl-json :str :uiop :cl-dotenv :hunchentoot) - :components ((:file "harness/package") - (:file "harness/skills") + :serial t + + :components ((:static-file "harness/package.lisp") + (:static-file "harness/skills.lisp") (:file "harness/communication") (:file "harness/communication-validator") (:file "harness/memory") @@ -32,7 +34,6 @@ (:file "skills/org-skill-lisp-validator") (:file "skills/org-skill-peripheral-vision")) - :serial t :build-operation "program-op" :build-pathname "opencortex-server" :entry-point "opencortex:main") \ No newline at end of file