fix(chaos): finalized system reconstruction for scorched earth

This commit is contained in:
2026-04-28 19:19:51 -04:00
parent 829bd7b7aa
commit 8a54e769c4

View File

@@ -31,7 +31,6 @@ The ~opencortex~ Skill Engine enables **Late-Binding Intelligence**, allowing th
(defvar *VAULT-MEMORY* (make-hash-table :test 'equal))
(defstruct skill name priority dependencies trigger-fn probabilistic-prompt deterministic-fn)
(defvar *skills-registry* (make-hash-table :test 'equal))
(defvar *skill-catalog* (make-hash-table :test 'equal)
"A stateful tracking table for all skill files discovered in the environment.")