From 619407c6e6bf8370599cf52aaef381f5710d7461 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 4 May 2026 11:49:11 -0400 Subject: [PATCH] fix: exclude gateway-tui from skill loader (requires Croatoan, loaded via separate ASDF system) --- lisp/core-skills.lisp | 3 ++- org/core-skills.org | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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))