test pre-commit hook
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user