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

@@ -15,8 +15,7 @@ The *Self-Fix Agent* is the system's "Repair Mechanism." It takes failure hypoth
* Phase D: Build (Implementation)
** Repair Logic
#+begin_src lisp :tangle ../src/self-fix.lisp
(in-package :org-agent)
#+begin_src lisp
(defun self-fix-apply (action context)
"Applies a surgical code fix and reloads the modified skill."
@@ -64,7 +63,7 @@ The *Self-Fix Agent* is the system's "Repair Mechanism." It takes failure hypoth
#+end_src
** Registration
#+begin_src lisp :tangle ../src/self-fix.lisp
#+begin_src lisp
(def-cognitive-tool :repair-file
"Applies a surgical code modification to a file and reloads the skill if applicable."
((:file :type :string :description "Path to the target file")