From 4669fcf22a7369f447ba1bd9d3dc410c23e6f42d Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 28 Apr 2026 19:07:31 -0400 Subject: [PATCH] fix(harness): complete reconstruction of package.org to resolve catastrophic syntax failures --- harness/package.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harness/package.org b/harness/package.org index 2895b11..9d63dfc 100644 --- a/harness/package.org +++ b/harness/package.org @@ -10,7 +10,7 @@ The ~package.lisp~ file defines the public API of the ~opencortex~ harness. * Implementation ** Public API Export -#+begin_src lisp +#+begin_src lisp :tangle package.lisp (defpackage :opencortex (:use :cl) (:export @@ -193,7 +193,7 @@ The ~package.lisp~ file defines the public API of the ~opencortex~ harness. #+end_src ** Package Implementation -#+begin_src lisp +#+begin_src lisp :tangle package.lisp (in-package :opencortex) (defun proto-get (plist key)