From b27ac4cd7ffa23667055c40e9b27c8dfed1f2c49 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 3 May 2026 14:26:08 -0400 Subject: [PATCH] test pre-commit hook --- org/core-loop.org | 2 +- org/programming-repl.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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