From 124a36935c452cd700cbe8e8df0d39a6822bab52 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 15:08:50 +0000 Subject: [PATCH] fix(skill): update install.sh echo from release to ci Co-Authored-By: Claude Opus 4.5 --- .claude/skills/core/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/core/install.sh b/.claude/skills/core/install.sh index 560faa8..eba3859 100755 --- a/.claude/skills/core/install.sh +++ b/.claude/skills/core/install.sh @@ -37,4 +37,4 @@ echo "Usage:" echo " - Claude will auto-invoke when working in host-uk repos" echo " - Or type /core to invoke manually" echo "" -echo "Commands available: core test, core build, core release, core work, etc." \ No newline at end of file +echo "Commands available: core test, core build, core ci, core work, etc." \ No newline at end of file