fix: exclude gateway-tui from skill loader (requires Croatoan, loaded via separate ASDF system)
This commit is contained in:
@@ -99,7 +99,8 @@
|
|||||||
(string= n "security-dispatcher")
|
(string= n "security-dispatcher")
|
||||||
(string= n "system-model-router")
|
(string= n "system-model-router")
|
||||||
(string= n "system-model-embedding")
|
(string= n "system-model-embedding")
|
||||||
(string= n "system-model-explorer"))))
|
(string= n "system-model-explorer")
|
||||||
|
(string= n "gateway-tui"))))
|
||||||
all-files))
|
all-files))
|
||||||
(adj (make-hash-table :test 'equal))
|
(adj (make-hash-table :test 'equal))
|
||||||
(name-to-file (make-hash-table :test 'equal))
|
(name-to-file (make-hash-table :test 'equal))
|
||||||
|
|||||||
@@ -194,7 +194,8 @@ Both ~.org~ and ~.lisp~ files are included. For each skill, the ~.org~ file supp
|
|||||||
(string= n "security-dispatcher")
|
(string= n "security-dispatcher")
|
||||||
(string= n "system-model-router")
|
(string= n "system-model-router")
|
||||||
(string= n "system-model-embedding")
|
(string= n "system-model-embedding")
|
||||||
(string= n "system-model-explorer"))))
|
(string= n "system-model-explorer")
|
||||||
|
(string= n "gateway-tui"))))
|
||||||
all-files))
|
all-files))
|
||||||
(adj (make-hash-table :test 'equal))
|
(adj (make-hash-table :test 'equal))
|
||||||
(name-to-file (make-hash-table :test 'equal))
|
(name-to-file (make-hash-table :test 'equal))
|
||||||
|
|||||||
Reference in New Issue
Block a user