@codyswann/lisa 1.12.4 → 1.12.6

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.
@@ -40,11 +40,6 @@
40
40
  {
41
41
  "matcher": "",
42
42
  "hooks": [
43
- {
44
- "type": "command",
45
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/check-tired-boss.sh",
46
- "timeout": 5
47
- },
48
43
  {
49
44
  "type": "command",
50
45
  "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
package/package.json CHANGED
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "resolutions": {},
87
87
  "name": "@codyswann/lisa",
88
- "version": "1.12.4",
88
+ "version": "1.12.6",
89
89
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
90
90
  "main": "dist/index.js",
91
91
  "bin": {
@@ -1,5 +1,27 @@
1
1
  {
2
2
  "hooks": {
3
+ "UserPromptSubmit": [
4
+ {
5
+ "matcher": "",
6
+ "hooks": [
7
+ {
8
+ "type": "command",
9
+ "command": "echo 'REMINDER: Start your response with \"I'\\''m tired boss\" as required by CLAUDE.md.'",
10
+ "timeout": 1
11
+ }
12
+ ]
13
+ },
14
+ {
15
+ "matcher": "",
16
+ "hooks": [
17
+ {
18
+ "type": "command",
19
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
20
+ "timeout": 5
21
+ }
22
+ ]
23
+ }
24
+ ],
3
25
  "SessionStart": [
4
26
  {
5
27
  "matcher": "startup",
@@ -10,6 +32,52 @@
10
32
  "timeout": 480
11
33
  }
12
34
  ]
35
+ },
36
+ {
37
+ "matcher": "",
38
+ "hooks": [
39
+ {
40
+ "type": "command",
41
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
42
+ "timeout": 5
43
+ }
44
+ ]
45
+ }
46
+ ],
47
+ "SessionEnd": [
48
+ {
49
+ "matcher": "",
50
+ "hooks": [
51
+ {
52
+ "type": "command",
53
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
54
+ "timeout": 5
55
+ }
56
+ ]
57
+ }
58
+ ],
59
+ "Setup": [
60
+ {
61
+ "matcher": "",
62
+ "hooks": [
63
+ {
64
+ "type": "command",
65
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
66
+ "timeout": 5
67
+ }
68
+ ]
69
+ }
70
+ ],
71
+ "PreToolUse": [
72
+ {
73
+ "matcher": "",
74
+ "hooks": [
75
+ {
76
+ "type": "command",
77
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
78
+ "timeout": 5
79
+ }
80
+ ]
13
81
  }
14
82
  ],
15
83
  "PostToolUse": [
@@ -37,6 +105,64 @@
37
105
  "timeout": 10
38
106
  }
39
107
  ]
108
+ },
109
+ {
110
+ "matcher": "",
111
+ "hooks": [
112
+ {
113
+ "type": "command",
114
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
115
+ "timeout": 5
116
+ }
117
+ ]
118
+ }
119
+ ],
120
+ "PostToolUseFailure": [
121
+ {
122
+ "matcher": "",
123
+ "hooks": [
124
+ {
125
+ "type": "command",
126
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
127
+ "timeout": 5
128
+ }
129
+ ]
130
+ }
131
+ ],
132
+ "PermissionRequest": [
133
+ {
134
+ "matcher": "",
135
+ "hooks": [
136
+ {
137
+ "type": "command",
138
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
139
+ "timeout": 5
140
+ }
141
+ ]
142
+ }
143
+ ],
144
+ "SubagentStart": [
145
+ {
146
+ "matcher": "",
147
+ "hooks": [
148
+ {
149
+ "type": "command",
150
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
151
+ "timeout": 5
152
+ }
153
+ ]
154
+ }
155
+ ],
156
+ "SubagentStop": [
157
+ {
158
+ "matcher": "",
159
+ "hooks": [
160
+ {
161
+ "type": "command",
162
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
163
+ "timeout": 5
164
+ }
165
+ ]
40
166
  }
41
167
  ],
42
168
  "Notification": [
@@ -49,6 +175,16 @@
49
175
  "timeout": 5
50
176
  }
51
177
  ]
178
+ },
179
+ {
180
+ "matcher": "",
181
+ "hooks": [
182
+ {
183
+ "type": "command",
184
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
185
+ "timeout": 5
186
+ }
187
+ ]
52
188
  }
53
189
  ],
54
190
  "Stop": [
@@ -61,12 +197,35 @@
61
197
  "timeout": 5
62
198
  }
63
199
  ]
200
+ },
201
+ {
202
+ "matcher": "",
203
+ "hooks": [
204
+ {
205
+ "type": "command",
206
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
207
+ "timeout": 5
208
+ }
209
+ ]
210
+ }
211
+ ],
212
+ "PreCompact": [
213
+ {
214
+ "matcher": "",
215
+ "hooks": [
216
+ {
217
+ "type": "command",
218
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
219
+ "timeout": 5
220
+ }
221
+ ]
64
222
  }
65
223
  ]
66
224
  },
67
225
  "env": {
68
226
  "BASH_DEFAULT_TIMEOUT_MS": "1800000",
69
- "BASH_MAX_TIMEOUT_MS": "7200000"
227
+ "BASH_MAX_TIMEOUT_MS": "7200000",
228
+ "CLAUDE_DEBUG": "0"
70
229
  },
71
230
  "includeCoAuthoredBy": true,
72
231
  "enabledPlugins": {
@@ -76,4 +235,4 @@
76
235
  "code-review@claude-plugins-official": true,
77
236
  "playwright@claude-plugins-official": true
78
237
  }
79
- }
238
+ }
@@ -1,188 +0,0 @@
1
- {
2
- "hooks": {
3
- "SessionStart": [
4
- {
5
- "matcher": "startup",
6
- "hooks": [
7
- {
8
- "type": "command",
9
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/install_pkgs.sh",
10
- "timeout": 480
11
- }
12
- ]
13
- },
14
- {
15
- "matcher": "",
16
- "hooks": [
17
- {
18
- "type": "command",
19
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
20
- "timeout": 5
21
- }
22
- ]
23
- }
24
- ],
25
- "SessionEnd": [
26
- {
27
- "matcher": "",
28
- "hooks": [
29
- {
30
- "type": "command",
31
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
32
- "timeout": 5
33
- }
34
- ]
35
- }
36
- ],
37
- "Setup": [
38
- {
39
- "matcher": "",
40
- "hooks": [
41
- {
42
- "type": "command",
43
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
44
- "timeout": 5
45
- }
46
- ]
47
- }
48
- ],
49
- "PreToolUse": [
50
- {
51
- "matcher": "",
52
- "hooks": [
53
- {
54
- "type": "command",
55
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
56
- "timeout": 5
57
- }
58
- ]
59
- }
60
- ],
61
- "PostToolUse": [
62
- {
63
- "matcher": "Write|Edit",
64
- "hooks": [
65
- {
66
- "type": "command",
67
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/format-on-edit.sh",
68
- "timeout": 10
69
- },
70
- {
71
- "type": "command",
72
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/sg-scan-on-edit.sh",
73
- "timeout": 30
74
- }
75
- ]
76
- },
77
- {
78
- "matcher": "",
79
- "hooks": [
80
- {
81
- "type": "command",
82
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
83
- "timeout": 5
84
- }
85
- ]
86
- }
87
- ],
88
- "PostToolUseFailure": [
89
- {
90
- "matcher": "",
91
- "hooks": [
92
- {
93
- "type": "command",
94
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
95
- "timeout": 5
96
- }
97
- ]
98
- }
99
- ],
100
- "PermissionRequest": [
101
- {
102
- "matcher": "",
103
- "hooks": [
104
- {
105
- "type": "command",
106
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
107
- "timeout": 5
108
- }
109
- ]
110
- }
111
- ],
112
- "SubagentStart": [
113
- {
114
- "matcher": "",
115
- "hooks": [
116
- {
117
- "type": "command",
118
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
119
- "timeout": 5
120
- }
121
- ]
122
- }
123
- ],
124
- "SubagentStop": [
125
- {
126
- "matcher": "",
127
- "hooks": [
128
- {
129
- "type": "command",
130
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
131
- "timeout": 5
132
- }
133
- ]
134
- }
135
- ],
136
- "Stop": [
137
- {
138
- "matcher": "",
139
- "hooks": [
140
- {
141
- "type": "command",
142
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
143
- "timeout": 5
144
- }
145
- ]
146
- }
147
- ],
148
- "UserPromptSubmit": [
149
- {
150
- "matcher": "",
151
- "hooks": [
152
- {
153
- "type": "command",
154
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
155
- "timeout": 5
156
- }
157
- ]
158
- }
159
- ],
160
- "Notification": [
161
- {
162
- "matcher": "",
163
- "hooks": [
164
- {
165
- "type": "command",
166
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
167
- "timeout": 5
168
- }
169
- ]
170
- }
171
- ],
172
- "PreCompact": [
173
- {
174
- "matcher": "",
175
- "hooks": [
176
- {
177
- "type": "command",
178
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
179
- "timeout": 5
180
- }
181
- ]
182
- }
183
- ]
184
- },
185
- "env": {
186
- "CLAUDE_DEBUG": "0"
187
- }
188
- }