ARCH: Finalize Microkernel Decoupling - Move behavioral skills to dynamic user-space

This commit is contained in:
2026-04-13 16:11:09 -04:00
parent 34f59a6e43
commit 19fb888434
74 changed files with 129 additions and 2744 deletions

View File

@@ -12,8 +12,7 @@ The *Lisp Repair Syntax Gate* asynchronously intercepts `:syntax-error` events e
* Implementation
** Core Repair Logic
#+begin_src lisp :tangle ../src/lisp-repair.lisp
(in-package :org-agent)
#+begin_src lisp
(defun count-char (char string)
(let ((count 0))
@@ -46,7 +45,7 @@ MANDATE: Output EXACTLY ONE valid Common Lisp list. Do not explain. Do not use m
** Skill Definition
Reacts to syntax error events and transforms them into repaired requests.
#+begin_src lisp :tangle ../src/lisp-repair.lisp
#+begin_src lisp
(defskill :skill-lisp-repair
:priority 90
:trigger (lambda (ctx) (eq (getf (getf ctx :payload) :sensor) :syntax-error))