diff --git a/harness/act.org b/harness/act.org index 3a54bb3..b264e2b 100644 --- a/harness/act.org +++ b/harness/act.org @@ -165,7 +165,7 @@ The Act stage is where cognition meets reality. After the Probabilistic engine p #+end_src * Test Suite -#+begin_src lisp :tangle tests/pipeline-act-tests.lisp +#+begin_src lisp :tangle ../tests/pipeline-act-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/communication.org b/harness/communication.org index 882efda..5b8c898 100644 --- a/harness/communication.org +++ b/harness/communication.org @@ -91,7 +91,7 @@ The ~communication.lisp~ module defines the low-level transport and framing logi #+end_src * Test Suite -#+begin_src lisp :tangle tests/communication-tests.lisp +#+begin_src lisp :tangle ../tests/communication-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/context.org b/harness/context.org index 0521872..3453094 100644 --- a/harness/context.org +++ b/harness/context.org @@ -154,7 +154,7 @@ The *Context API* (Peripheral Vision) provides the opencortex with the ability t * Test Suite -#+begin_src lisp :tangle tests/peripheral-vision-tests.lisp +#+begin_src lisp :tangle ../tests/peripheral-vision-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/loop.org b/harness/loop.org index e8f7449..ca6d8f3 100644 --- a/harness/loop.org +++ b/harness/loop.org @@ -128,7 +128,7 @@ The Metabolic Loop is the fundamental rhythm of OpenCortex: the continuous proce #+end_src * Test Suite -#+begin_src lisp :tangle tests/immune-system-tests.lisp +#+begin_src lisp :tangle ../tests/immune-system-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/memory.org b/harness/memory.org index 3da28fe..f2cf44d 100644 --- a/harness/memory.org +++ b/harness/memory.org @@ -149,7 +149,7 @@ The Memory module is the cognitive bedrock of the opencortex. It is not a databa #+end_src * Test Suite -#+begin_src lisp :tangle tests/memory-tests.lisp +#+begin_src lisp :tangle ../tests/memory-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/perceive.org b/harness/perceive.org index 7f80abf..daddfac 100644 --- a/harness/perceive.org +++ b/harness/perceive.org @@ -95,7 +95,7 @@ The Perceive stage is the "sensory cortex" of OpenCortex. Its job is to take raw * Test Suite -#+begin_src lisp :tangle tests/pipeline-perceive-tests.lisp +#+begin_src lisp :tangle ../tests/pipeline-perceive-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/reason.org b/harness/reason.org index 91e3fa7..85a5b55 100644 --- a/harness/reason.org +++ b/harness/reason.org @@ -164,7 +164,7 @@ The Reason stage implements the core Innovation of OpenCortex: the separation of #+end_src * Test Suite -#+begin_src lisp :tangle tests/pipeline-reason-tests.lisp +#+begin_src lisp :tangle ../tests/pipeline-reason-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/skills.org b/harness/skills.org index 6bc8c9a..ce5bca5 100644 --- a/harness/skills.org +++ b/harness/skills.org @@ -207,7 +207,7 @@ The ~opencortex~ Skill Engine enables **Late-Binding Intelligence**, allowing th #+end_src * Test Suite -#+begin_src lisp :tangle tests/boot-sequence-tests.lisp +#+begin_src lisp :tangle ../tests/boot-sequence-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t)) diff --git a/harness/tui-client.org b/harness/tui-client.org index c72d1f2..27cd8d6 100644 --- a/harness/tui-client.org +++ b/harness/tui-client.org @@ -7,7 +7,7 @@ The OpenCortex TUI Client is a standalone Common Lisp application built on **Croatoan**. * Test Suite -#+begin_src lisp :tangle tests/tui-tests.lisp +#+begin_src lisp :tangle ../tests/tui-tests.lisp (defpackage :opencortex-tui-tests (:use :cl :opencortex) (:export #:tui-suite)) diff --git a/skills/org-skill-llm-gateway.org b/skills/org-skill-llm-gateway.org index cb23e71..9c22247 100644 --- a/skills/org-skill-llm-gateway.org +++ b/skills/org-skill-llm-gateway.org @@ -35,7 +35,7 @@ The *LLM Gateway* skill provides a unified interface for interacting with multip #+end_src * Test Suite -#+begin_src lisp :tangle tests/llm-gateway-tests.lisp +#+begin_src lisp :tangle ../tests/llm-gateway-tests.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload :fiveam :silent t))