Skip to content

Releases: PaulDuvall/centralized-rules

v0.2.1

08 Apr 20:22
7f16f1e

Choose a tag to compare

[0.2.1] - 2026-04-08

Fixed

  • Replaced all curl | bash install patterns with download-then-run (curl -o && bash) to prevent partial script execution on interrupted downloads
  • Added SHA256 checksum verification for release tarballs in install-hooks.sh

v0.2.0

12 Feb 20:15

Choose a tag to compare

[0.2.0] - 2026-02-12

Added

  • --commit SHA flag for install-hooks.sh to pin installation to a specific Git commit
  • Playwright E2E testing best practices rule (testing/playwright/best-practices)
  • Testing category support in hook keyword matching and tip selection
  • Common Playwright misspellings (playright, playwrite, playwight) to keyword detection

Fixed

  • Hook script now iterates over testing category in skill-rules.json (previously only base, languages, cloud)

v0.1.1

11 Feb 22:19

Choose a tag to compare

[0.1.1] - 2026-02-11

Fixed

  • Restored __CENTRALIZED_RULES_COMMIT__ placeholder in activate-rules.sh that was accidentally replaced with a hardcoded commit SHA, causing all installations to display a stale commit ID

v0.1.0

21 Jan 18:17

Choose a tag to compare

[0.1.0] - 2026-01-21

First versioned release with GitHub Releases infrastructure.

Added

  • GitHub Actions release workflow (.github/workflows/release.yml)
  • Release documentation (RELEASING.md)
  • Version badge in README
  • --edge flag for install-hooks.sh (install from main branch)
  • --version flag for install-hooks.sh (install specific version)
  • Automatic latest release detection via GitHub API

Changed

  • install-hooks.sh now fetches from GitHub releases by default
  • Falls back to main branch if no releases exist