Skip to content

v3.0.6

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:21
· 5 commits to main since this release
ce8ce17

Installation

Quick Install (latest)

curl -s https://raw.githubusercontent.com/galando/claude-dev-framework/main/scripts/piv.sh | bash

Install This Release (v3.0.6)

curl -s https://raw.githubusercontent.com/galando/claude-dev-framework/main/scripts/piv.sh | bash -s -- --tag v3.0.6

Download Standalone Installer

Download piv-installer-v3.0.6.sh below and run:

chmod +x piv-installer-v3.0.6.sh
./piv-installer-v3.0.6.sh

Pin to This Version

bash piv.sh --tag v3.0.6 --version 3.0.6 --pin

What's Changed

  • fix: remove duplicate hooks declaration in plugin.json (#50) (ce8ce17)