diff --git a/skills/blueprint/SKILL.md b/skills/blueprint/SKILL.md index 4a927d5a..27882a20 100644 --- a/skills/blueprint/SKILL.md +++ b/skills/blueprint/SKILL.md @@ -83,8 +83,9 @@ To update later, review the [changelog](https://github.com/antbotlab/blueprint/b ```bash cd ~/.claude/skills/blueprint +git fetch origin git log --oneline HEAD..origin/main # review new commits -git pull +git checkout # pin to a specific reviewed commit ``` ## Requirements