From 5ce4d8d790c02b2f2d192359bb048b5070e86509 Mon Sep 17 00:00:00 2001 From: gravermistakes Date: Tue, 14 Jul 2026 13:17:04 -0700 Subject: [PATCH] Update smoke.sh --- .claude/skills/run-sica-fondt/smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/run-sica-fondt/smoke.sh b/.claude/skills/run-sica-fondt/smoke.sh index 8ce6c8e..64adfeb 100755 --- a/.claude/skills/run-sica-fondt/smoke.sh +++ b/.claude/skills/run-sica-fondt/smoke.sh @@ -30,7 +30,7 @@ else fi # 2. mafiabot_core — Ada border, build + tests ------------------------------ -note "mafiabot_core (Ada): alr build + tests" +note "core (Ada): alr build + tests" if command -v alr >/dev/null; then ( cd "$ROOT/core" && alr -n build >/dev/null 2>&1 \ && for t in trust_tests config_tests engine_tests; do