Skip to content

v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jan 11:09
f58acef

Installation

Quick Install (latest)

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

Install This Release (v2.0.1)

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

Download Standalone Installer

Download piv-installer-v2.0.1.sh below and run:

chmod +x piv-installer-v2.0.1.sh
./piv-installer-v2.0.1.sh

Pin to This Version

bash piv.sh --tag v2.0.1 --version 2.0.1 --pin

What's Changed

  • chore: bump version to 2.0.1 and fix version propagation (#33) (f58acef)
  • fix: embed templates in plugin for distribution (#32) (5da49bf)
  • docs: fix command references to use /piv-speckit: prefix (#31) (5c49d05)
  • docs: update GitHub Pages and align branding with Spec-Kit integration (#30) (6fb5361)
  • feat: integrate Spec-Kit best practices with PIV methodology (#29) (c05f3af)
  • fix: correct plugin installation, remove hardcoded versions, redesign website (#28) (2d2f641)
  • refactor: implement layered context architecture for 85% token reduction (#27) (bd12dcd)
  • fix: correct plugin.json manifest for Claude Code schema (#26) (ff05758)
  • fix: marketplace.json source path must start with ./ (#25) (b61a8e5)
  • fix: restore sponsorship badges and fix marketplace installation (#23) (72f1e22)
  • feat: add multi-IDE support and plugin distribution (#22) (5b1fcd1)
  • fix: installer auto-confirm, non-interactive, and reference docs (#21) (8127ca8)
  • fix: installer reference subdirectories and UX feedback (#20) (aeac264)
  • refactor: implement unified PIV installer with atomic updates (#19) (894ee4d)
  • fix: correct repository structure in README (c3d5290)
  • docs: streamline README and fix broken methodology link (#18) (a64f817)
  • refactor: implement layered architecture for context optimization (#17) (bb7b596)
  • feat: Add Adaptive Learning Feedback Loop (#16) (1518f16)
  • feat: improve dark theme design and fix theme switching bugs (#15) (36a25de)
  • feat: add dark theme and copy button to GitHub Pages (#14) (2ae7158)
  • docs: enhance GitHub Pages link presentation for better discoverability (1de021a)
  • chore: remove PR template to prevent GitHub auto-appending (405c107)
  • docs: rebrand to claude-dev-framework with improved PIV explanations (a558400)
  • feat: add GitHub Pages landing page (646e6de)
  • feat: complete command integration and git workflow enhancements (e9b553f)
  • feat: enforce strict TDD and implement skills system (639e4df)
  • docs: enhance PIV methodology with test guarantees and Pragmatic Programmer integration (56bcfb5)
  • feat: add PRD command, PIV diagram, and DeepWiki badge (1f7edb2)
  • feat: enforce feature branch usage and main branch protection (f868249)
  • docs: add Buy Me a Coffee sponsorship link (9f9697b)
  • chore: remove code review report artifacts (aa4be83)
  • docs: complete compilation verification requirement (979f011)
  • docs: complete compilation verification requirement (bae91e4)
  • docs: standardize command names and enhance installation instructions (5354357)
  • feat: initial commit - Claude PIV Skeleton (83f9dc4)