mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-13 10:29:10 +00:00
Research covers: - Claude Code plugin best practices from Anthropic - TUI design principles from lazygit, btop, and awesome-tuis - Ink/React terminal UI performance patterns - Current architecture problems analysis - Architecture recommendations Key findings: - Event-driven over polling for real-time updates - Use <Static> component for stable UI sections - Custom hooks + useReducer for state management - Keep bash hooks minimal, move logic to TypeScript 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>