diff --git a/lisp/core-skills.lisp b/lisp/core-skills.lisp index 340090f..660c255 100644 --- a/lisp/core-skills.lisp +++ b/lisp/core-skills.lisp @@ -99,7 +99,8 @@ (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)) diff --git a/org/core-skills.org b/org/core-skills.org index 6980c8e..c7f5a2c 100644 --- a/org/core-skills.org +++ b/org/core-skills.org @@ -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))