fix(skills): finalize reconstruction of all core skills to resolve syntax errors

This commit is contained in:
2026-04-28 18:48:21 -04:00
parent f3858b0330
commit f56c3e1c61
5 changed files with 64 additions and 847 deletions

View File

@@ -17,7 +17,9 @@ The *CLI Gateway* provides a command-line interface for interacting with the Ope
#+begin_src lisp
(defun cli-process-input (text)
"Processes raw text from the command line."
(inject-stimulus (list :type :EVENT :payload (list :sensor :user-input :text text) :meta (list :source :CLI))))
(inject-stimulus (list :type :EVENT
:payload (list :sensor :user-input :text text)
:meta (list :source :CLI))))
#+end_src
** Skill Registration