Skip to content

v0.2.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@pdugan20 pdugan20 released this 19 Feb 07:15
· 123 commits to main since this release

0.2.0-beta.3 (2026-02-19)

Features

  • add --cwd flag for running claudelint from any directory (03bce77)
  • developer experience overhaul — defaults, strict preset, bug fixes (9127f29)

Bug Fixes

  • auto-set GITHUB_TOKEN in release scripts from gh CLI (88ba211)
  • correct SessionStart hook path and output mechanism (d3b1d0c)
  • correct slash command syntax and add skill argument support (22dd244)
  • invalidate cache when new files are added to a project (c21adf6)
  • run prettier after sync-versions to prevent JSON formatting drift (67f6c61)
  • strip version prefix in SessionStart hook comparison (e0aa467)
  • use null npm tag to let release-it auto-detect from preRelease flag (7269b41)

Documentation

  • fix hooks documentation to reflect actual SessionStart behavior (5c37a0c)
  • link validator names to pages and fix Recommended casing (3f710dd)
  • remove inline hooks code block from plugin page (f547984)
  • update tracker for hooks audit and slash command fixes (0197d01)
  • update tracker for Phase 6 completion (eed1e44)
  • use natural trigger phrases in skill examples (9a3b909)

Code Refactoring

  • consolidate duplicated patterns into shared utilities (4d3562c)

Build System

  • auto-detect npm tag for pre-releases (a58fd15)