From c845f483d6c3df1eab8497ee0fafa4d6fae09f7f Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Fri, 15 May 2026 08:06:33 -0700 Subject: [PATCH] fix(sync): bump cache target to 3.2.1 to match SKILL.md (#397) test_sync_cache_path_uses_skill_version asserts that sync.sh's plugin cache path includes the version from SKILL.md frontmatter. The frontmatter moved to 3.2.1 in #371 but sync.sh still pointed at 3.2.0, leaving CI red on every PR. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) --- skills/last30days/scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/last30days/scripts/sync.sh b/skills/last30days/scripts/sync.sh index c026279..2a63c5a 100755 --- a/skills/last30days/scripts/sync.sh +++ b/skills/last30days/scripts/sync.sh @@ -11,7 +11,7 @@ COMMON_TARGETS=( # but local development needs the cache kept in sync with the repo. # Do NOT add ~/.claude/skills/last30days - it creates a duplicate # /last30days-3 in the slash command menu alongside the plugin version. - "$HOME/.claude/plugins/cache/last30days-skill-private/last30days-3/3.2.0" + "$HOME/.claude/plugins/cache/last30days-skill-private/last30days-3/3.2.1" "$HOME/.claude/plugins/cache/last30days-skill-private/last30days-3-nogem/3.0.0-nogem" "$HOME/.agents/skills/last30days" "$HOME/.codex/skills/last30days"