cc-hook-registry 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,22 +28,25 @@ npx cc-hook-registry stats # Registry statistics
|
|
|
28
28
|
|
|
29
29
|
| Category | Hooks | What They Do |
|
|
30
30
|
|----------|-------|-------------|
|
|
31
|
-
| safety |
|
|
31
|
+
| safety | 14 | Block destructive commands, protect files, secrets |
|
|
32
32
|
| quality | 4 | Syntax checks, commit quality, edit validation |
|
|
33
33
|
| utility | 3 | Cleanup, debugging, session handoff |
|
|
34
34
|
| monitoring | 2 | Context window, cost tracking |
|
|
35
|
+
| ux | 2 | Desktop notifications, sound alerts |
|
|
36
|
+
| framework | 2 | Python + TypeScript/Bun frameworks |
|
|
35
37
|
| approve | 1 | Auto-approve safe compound commands |
|
|
36
|
-
| ux | 1 | Desktop notifications |
|
|
37
|
-
| framework | 1 | Python hook framework |
|
|
38
38
|
| security | 1 | Prompt injection defense |
|
|
39
39
|
|
|
40
|
-
##
|
|
40
|
+
## 29 Hooks
|
|
41
41
|
|
|
42
42
|
The registry includes hooks from:
|
|
43
|
-
- **cc-safe-setup** (
|
|
43
|
+
- **cc-safe-setup** (22 hooks) — `npx cc-safe-setup`
|
|
44
44
|
- **claude-code-safety-net** (1,185★) — TypeScript safety hooks
|
|
45
|
-
- **claude-code-hooks
|
|
45
|
+
- **karanb192/claude-code-hooks** (298★) — JavaScript safety
|
|
46
|
+
- **johnlindquist/claude-hooks** (329★) — TypeScript/Bun
|
|
47
|
+
- **claude-code-hooks-mastery** (3,386★) — Python framework
|
|
46
48
|
- **claude-hooks** by lasso-security — Prompt injection defense
|
|
49
|
+
- **awesome-claude-code** by pascalporedda — Sound notifications
|
|
47
50
|
|
|
48
51
|
## How It Works
|
|
49
52
|
|