From 06bc926188ebba9b9230eec4484d83f1a7607f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=9A=D0=B8=D1=80=D0=BF?= =?UTF-8?q?=D0=B8=D1=87=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2?= Date: Sat, 28 Mar 2026 18:18:14 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20skill=20name:=20fpf-simple=20=E2=86=92=20?= =?UTF-8?q?fpf-problem-solving?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The skill was renamed upstream (CodeAlive-AI/fpf-problem-solving-skill). Update EXPECTED_SKILLS so that `make check-context` passes. Closes #2 --- scripts/test-context.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-context.sh b/scripts/test-context.sh index 71c17156..389f5381 100755 --- a/scripts/test-context.sh +++ b/scripts/test-context.sh @@ -13,7 +13,7 @@ warnings=0 # --- Expected items (override via env vars) --- -EXPECTED_SKILLS="${EXPECTED_SKILLS:-docmost fpf-simple gws-calendar gws-calendar-agenda gws-calendar-insert gws-docs gws-docs-write gws-drive gws-drive-upload gws-gmail gws-gmail-forward gws-gmail-reply gws-gmail-reply-all gws-gmail-send gws-gmail-triage gws-meet gws-sheets gws-tasks playwright-cli prompt-engeneering tgcli}" +EXPECTED_SKILLS="${EXPECTED_SKILLS:-docmost fpf-problem-solving gws-calendar gws-calendar-agenda gws-calendar-insert gws-docs gws-docs-write gws-drive gws-drive-upload gws-gmail gws-gmail-forward gws-gmail-reply gws-gmail-reply-all gws-gmail-send gws-gmail-triage gws-meet gws-sheets gws-tasks playwright-cli prompt-engeneering tgcli}" # Optional items — allowed but not required (present = OK, absent = OK) OPTIONAL_SKILLS="${OPTIONAL_SKILLS:-ccbox ccbox-insights}"