Skip to content

v0.2.0 - Eyelet Rebrand

Choose a tag to compare

@bdmorin bdmorin released this 29 Jul 04:48
· 35 commits to main since this release

πŸŽ‰ Eyelet v0.2.0

Complete rebrand from Rigging to Eyelet!

πŸš€ What's New

  • Complete Rebrand: Rigging is now Eyelet - "Thread through the eyelet!"
  • Package Name: Install with uvx eyelet (PyPI: eyelet)
  • Hook Testing Infrastructure: Comprehensive testing tools for Claude Code hooks
    • Test all tools with unique identifiers
    • 100% hook coverage achieved
    • mise integration for easy testing

πŸ§ͺ Testing Tools

# Run interactive hook test
mise run test-hooks

# Verify results
mise run test-hooks-verify zebra-1234-flamingo-5678

# View statistics
mise run hook-stats

πŸ”§ Fixes

  • Updated to new Claude Code hook format (nested object structure)
  • Fixed settings.json generation
  • Backwards compatibility for old settings

πŸ“¦ Installation

# Install with uvx
uvx eyelet

# Install universal logging
uvx eyelet configure install-all

See CHANGELOG.md for full details.