update-skills: add --force to get-latest

This commit is contained in:
lyn
2026-04-17 13:24:38 +00:00
parent 5ad82369a8
commit 8d71e68cd2

View File

@@ -7,7 +7,7 @@ GIT_LAB_DIR="${CLAW_DIR}/git-hangman-lab"
# Pull latest ClawSkills from git-hangman-lab
echo "Fetching latest ClawSkills..."
"${GIT_LAB_DIR}/scripts/git-ctrl" repo get-latest ClawSkills
"${GIT_LAB_DIR}/scripts/git-ctrl" repo get-latest ClawSkills --force
# Run learn.sh to install skills
echo "Running learn.sh..."