Daemon-based hooks system for Claude Code with lazy startup, auto-shutdown, and project-level handler extensibility

1 Open Issue Need Help Last updated: Feb 1, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes adding safety handlers to block dangerous Python package management commands that can corrupt system environments. Specifically, it aims to prevent the use of `pip install --break-system-packages` and `sudo pip install` by hard-blocking these commands. The issue recommends using virtual environments (venv) as a safer alternative for package management.

Complexity: 3/5
enhancement good first issue

Daemon-based hooks system for Claude Code with lazy startup, auto-shutdown, and project-level handler extensibility

Python