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
fix(skill): harden install.sh TTY probe and link skill from root README
- Add has_tty() helper that probes /dev/tty by actually opening it for read
Fixes edge case where [[ -r /dev/tty ]] is true but reading fails under pipe
redirect like < /dev/null. Mode 1 under pipe now exits 1 cleanly.
- Update root README with "Claude Code Skill" section advertising tarball +
SHA256 install one-liner for easy discovery and installation.
feat(ci): add semantic-release for automatic versioning
Replace manual tag-based releases with go-semantic-release that
auto-creates tags from conventional commits and triggers GoReleaser.