From fa44b2a58e7cec11dccbb8b6793a9f71abd1d30b Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 28 Apr 2026 19:14:09 -0400 Subject: [PATCH] fix(perceive): resolve unclosed docstrings and strings --- harness/perceive.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/harness/perceive.org b/harness/perceive.org index c1cbfaf..9d95c61 100644 --- a/harness/perceive.org +++ b/harness/perceive.org @@ -24,7 +24,7 @@ The Perceive stage is the "sensory cortex" of OpenCortex. Its job is to take raw so they run in separate threads to avoid blocking the main pipeline. Other sensors (:heartbeat, :interrupt, :buffer-update) are processed - synchronously to maintain temporal ordering. + synchronously to maintain temporal ordering.") (defvar *foveal-focus-id* nil "The Org ID of the node the user is currently interacting with. @@ -33,6 +33,12 @@ The Perceive stage is the "sensory cortex" of OpenCortex. Its job is to take raw responses. When editing a specific note, the agent knows which note you're referring to without needing explicit ID references. + Updated on :point-update events from Emacs.") + + This enables the reasoning engine to provide contextually relevant + responses. When editing a specific note, the agent knows which + note you're referring to without needing explicit ID references. + Updated on :point-update events from Emacs. #+end_src @@ -60,7 +66,7 @@ The Perceive stage is the "sensory cortex" of OpenCortex. Its job is to take raw ;; Ensure metadata exists (unless meta - (setf meta (list :SOURCE :SYSTEM :SESSION-ID "internal)) + (setf meta (list :SOURCE :SYSTEM :SESSION-ID "internal"))) ;; Attach reply stream if provided (when stream