fix(harness): complete reconstruction of package.org to resolve catastrophic syntax failures

This commit is contained in:
2026-04-28 19:07:31 -04:00
parent c2ffcd2c13
commit 4669fcf22a

View File

@@ -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)