claude-ketchup 0.11.1 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ketchup",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "authors": [
5
5
  {
6
6
  "name": "Sam Hatoum"
@@ -1,24 +0,0 @@
1
- ---
2
- when:
3
- hook: SessionStart
4
- priority: 100
5
- ---
6
-
7
- # Ketchup Package Active
8
-
9
- This project uses claude-ketchup for hook management.
10
-
11
- ## Available Commands
12
-
13
- - `/ketchup` - Show status and manage symlinks
14
- - `/ketchup doctor` - Run diagnostics
15
- - `/ketchup repair` - Fix broken symlinks
16
- - `/ketchup reminders` - List active reminders
17
-
18
- ## Configuration Files
19
-
20
- - `.claude/settings.json` - Hook configuration (auto-generated)
21
- - `.claude/settings.project.json` - Project-specific overrides
22
- - `.claude/settings.local.json` - Local overrides (gitignored)
23
- - `.claude/deny-list.project.txt` - Project deny patterns
24
- - `.claude/deny-list.local.txt` - Local deny patterns (gitignored)