Skip to content

Releases: yurukusa/claude-code-hooks

v2.0.0 — 16 hooks + 5 templates

20 Mar 21:40

Choose a tag to compare

Claude Code Production Hooks v2.0.0

16 hooks + 5 templates from 160+ hours of autonomous Claude Code operation.

Quick Start

npx cc-safe-setup    # Install 7 essential hooks (free, 10 seconds)

Or clone this repo for all 16 hooks.

Hooks (16)

Category Hooks
Safety destructive-guard, branch-guard, secret-guard, error-gate, cdp-safety-check
Quality syntax-check, comment-strip
Monitoring context-monitor, activity-logger
Autonomy no-ask-human, cd-git-allow, auto-approve-readonly
Recovery proof-log-session, session-start-marker
Cleanup tmp-cleanup
Alerts decision-warn

Templates (5)

CLAUDE-autonomous.md, dod-checklists.md, task-queue.yaml, mission.md, LESSONS.md

What's New

  • Added secret-guard hook (blocks git add .env / credentials)
  • Enhanced branch-guard with force-push protection
  • Full hooks table in README (12→16 hooks documented)
  • Plugin support (.claude-plugin/plugin.json)