diff --git a/org/core-loop.org b/org/core-loop.org index 795505a..d743770 100644 --- a/org/core-loop.org +++ b/org/core-loop.org @@ -321,4 +321,4 @@ Verifies that the immune system (error handling) correctly catches and reports e (passepartout:loop-process '(:type :EVENT :payload (:sensor :user-input))) (let ((logs (passepartout:context-get-system-logs 20))) (is (not (null (find-if (lambda (line) (search "CRITICAL BRAIN FAILURE" line)) logs)))))) -#+end_src \ No newline at end of file +#+end_src diff --git a/org/programming-repl.org b/org/programming-repl.org index 438ce10..f3be133 100644 --- a/org/programming-repl.org +++ b/org/programming-repl.org @@ -261,4 +261,4 @@ The REPL skill loads at priority 200 (after diagnostics at 100, before utils-lis :trigger (lambda (ctx) (declare (ignore ctx)) nil) :deterministic (lambda (action ctx) (declare (ignore action ctx)) nil) :system-prompt-augment #'repl-mandate) -#+end_src \ No newline at end of file +#+end_src