Eyelet banner
bdmorin bdmorin

Eyelet

Development community

Description

Eyelet - Claude Code Hook Orchestration Framework

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🔗 Eyelet - Hook Orchestration for AI Agents

"Thread through the eyelet!" - A sophisticated hook management system for AI agent workflows

[![Python](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/) [![PyPI version](https://badge.fury.io/py/eyelet.svg)](https://badge.fury.io/py/eyelet) [![uv](https://img.shields.io/badge/uv-latest-green)](https://github.com/astral-sh/uv) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![CI](https://github.com/bdmorin/eyelet/actions/workflows/ci.yml/badge.svg)](https://github.com/bdmorin/eyelet/actions/workflows/ci.yml) [![Status](https://img.shields.io/badge/status-alpha-yellow)](https://github.com/bdmorin/eyelet)

🎉 New in v0.3.5: TUI Exit Fix!

v0.3.4 Updates

  • Auto-update support: --autoupdate flag for install-all command
  • Version detection: Doctor command warns about unpinned versions
  • Critical fix: Execute command now supports both hook_type and hook_event_name
  • Enhanced doctor: Clear guidance on enabling auto-updates

v0.3.3 Updates (Hotfix)

  • Fixed missing TUI module in PyPI package
  • Added .tcss file to package data

v0.3.2 Updates

  • Recall Feature: Search Claude Code conversation history with eyelet recall
  • TUI Framework: Complete Textual-based UI (experimental)
  • Test Improvements: Better test coverage and pytest-asyncio support

v0.3.0 Features

**SQLite database logging support!** Choose between JSON files, SQLite database, or both:

# Enable SQLite logging
uvx eyelet configure logging --format sqlite

# Use both JSON and SQLite
uvx eyelet configure logging --format json,sqlite

# Query your hook data
uvx eyelet query search --text "error"
uvx eyelet query summary --last 24h

📦 About

Eyelet provides comprehensive management, templating, and execution handling for AI agent hooks. Like an eyelet that securely connects hooks to fabric, Eyelet connects and orchestrates your AI agent's behavior thr