fix: exclude gateway-tui from skill loader (requires Croatoan, loaded via separate ASDF system)

This commit is contained in:
2026-05-04 11:49:11 -04:00
parent eb99847ccd
commit 619407c6e6
2 changed files with 4 additions and 2 deletions

View File

@@ -194,7 +194,8 @@ Both ~.org~ and ~.lisp~ files are included. For each skill, the ~.org~ file supp
(string= n "security-dispatcher")
(string= n "system-model-router")
(string= n "system-model-embedding")
(string= n "system-model-explorer"))))
(string= n "system-model-explorer")
(string= n "gateway-tui"))))
all-files))
(adj (make-hash-table :test 'equal))
(name-to-file (make-hash-table :test 'equal))