You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2339 introduced automated version management and commit message validation but has become stale with merge conflicts. This issue tracks reimplementing the work on top of current main.
Original Changes
commitlint for conventional commit message validation
Husky git hooks for pre-commit checks
release-please for automated version bumping and changelog generation
Workflow changes to trigger CLI releases on GitHub release events
Security Review Status
All security concerns from #2339 have been resolved:
Command injection risks properly mitigated using printf '%s\n' with file redirection
Summary
PR #2339 introduced automated version management and commit message validation but has become stale with merge conflicts. This issue tracks reimplementing the work on top of current main.
Original Changes
Security Review Status
All security concerns from #2339 have been resolved:
printf '%s\n'with file redirectionImplementation Notes
References