From 1659b6f1749251e571935ccbeea0470c8b17a989 Mon Sep 17 00:00:00 2001 From: johnzfitch Date: Fri, 6 Mar 2026 01:54:36 -0800 Subject: [PATCH] Add claude-warden to hooks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 364e537b8..774888d42 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ - [Claude Code Hook Comms (HCOM)](https://github.com/aannoo/claude-hook-comms) by [aannoo](https://github.com/aannoo) - Lightweight CLI tool for real-time communication between Claude Code sub agents using hooks. Enables multi-agent collaboration with @-mention targeting, live dashboard monitoring, and zero-dependency implementation. [NOTE: At the time of posting, this resource is a little unstable - I'm sharing it anyway, because I think it's incredibly promising and creative. I hope by the time you read this, it is production-ready.]. - [claude-code-hooks-sdk](https://github.com/beyondcode/claude-hooks-sdk) by [beyondcode](https://github.com/beyondcode) - A Laravel-inspired PHP SDK for building Claude Code hook responses with a clean, fluent API. This SDK makes it easy to create structured JSON responses for Claude Code hooks using an expressive, chainable interface. - [claude-hooks](https://github.com/johnlindquist/claude-hooks) by [John Lindquist](https://github.com/johnlindquist) - A TypeScript-based system for configuring and customizing Claude Code hooks with a powerful and flexible interface. +- [claude-warden](https://github.com/johnzfitch/claude-warden) by [John Fitch](https://github.com/johnzfitch) - Token-saving hooks + observability for Claude Code. Prevents verbose output (via quiet-flag injection, not blocking), blocks binary reads, enforces subagent budgets, truncates large outputs, and provides network security (SSRF/exfil/env-dump prevention), settings integrity protection, and a rich statusline. Pure bash with a single dependency (jq). Includes an optional Docker Compose monitoring stack (Loki, OTEL Collector, Prometheus, Tempo, Grafana). - [Claudio](https://github.com/ctoth/claudio) by [Christopher Toth](https://github.com/ctoth) - A no-frills little library that adds delightful OS-native sounds to Claude Code via simple hooks. It really sparks joy. - [Dippy](https://github.com/ldayton/Dippy) by [Lily Dayton](https://github.com/ldayton) - Auto-approve safe bash commands using AST-based parsing, while prompting for destructive operations. Solves permission fatigue without disabling safety. Supports Claude Code, Gemini CLI, and Cursor. - [parry](https://github.com/vaporif/parry) by [Dmytro Onypko](https://github.com/vaporif) - Prompt injection scanner for Claude Code hooks. Scans tool inputs and outputs for injection attacks, secrets, and data exfiltration attempts. [NOTE: Early development phase but worth a look.].