test pre-commit hook

This commit is contained in:
2026-05-03 14:26:08 -04:00
parent deb30d25a9
commit b27ac4cd7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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))) (passepartout:loop-process '(:type :EVENT :payload (:sensor :user-input)))
(let ((logs (passepartout:context-get-system-logs 20))) (let ((logs (passepartout:context-get-system-logs 20)))
(is (not (null (find-if (lambda (line) (search "CRITICAL BRAIN FAILURE" line)) logs)))))) (is (not (null (find-if (lambda (line) (search "CRITICAL BRAIN FAILURE" line)) logs))))))
#+end_src #+end_src

View File

@@ -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) :trigger (lambda (ctx) (declare (ignore ctx)) nil)
:deterministic (lambda (action ctx) (declare (ignore action ctx)) nil) :deterministic (lambda (action ctx) (declare (ignore action ctx)) nil)
:system-prompt-augment #'repl-mandate) :system-prompt-augment #'repl-mandate)
#+end_src #+end_src