claude-pangu 2.2.13 → 2.2.14
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/.claude-plugin/plugin.json +1 -1
- package/hooks/hooks.json +44 -44
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://code.claude.com/plugin-schema.json",
|
|
3
3
|
"name": "oh-my-claude",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.14",
|
|
5
5
|
"hooks": "../hooks/hooks.json",
|
|
6
6
|
"description": "基于中国传统文化的 Claude Code 智能编排插件 - A Claude Code plugin inspired by Chinese traditional culture",
|
|
7
7
|
"author": "ZDragon17",
|
package/hooks/hooks.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"SessionStart": [
|
|
4
4
|
{
|
|
5
5
|
"type": "command",
|
|
6
|
-
"command": "bash $
|
|
6
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/auto-update-checker.sh --session-start",
|
|
7
7
|
"timeout": 10000,
|
|
8
8
|
"continueOnError": true,
|
|
9
9
|
"priority": "low",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"Stop": [
|
|
15
15
|
{
|
|
16
16
|
"type": "command",
|
|
17
|
-
"command": "bash $
|
|
17
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/ralph-loop.sh",
|
|
18
18
|
"timeout": 3000,
|
|
19
19
|
"continueOnError": true,
|
|
20
20
|
"priority": "critical",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"type": "command",
|
|
25
|
-
"command": "bash $
|
|
25
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/todo-continuation.sh",
|
|
26
26
|
"timeout": 3000,
|
|
27
27
|
"continueOnError": true,
|
|
28
28
|
"priority": "critical",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"type": "command",
|
|
33
|
-
"command": "bash $
|
|
33
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/agent-ready-notification.sh",
|
|
34
34
|
"timeout": 3000,
|
|
35
35
|
"continueOnError": true,
|
|
36
36
|
"priority": "low",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"UserPromptSubmit": [
|
|
42
42
|
{
|
|
43
43
|
"type": "command",
|
|
44
|
-
"command": "bash $
|
|
44
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/first-use-onboarding.sh",
|
|
45
45
|
"timeout": 2000,
|
|
46
46
|
"continueOnError": true,
|
|
47
47
|
"priority": "critical",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"type": "command",
|
|
53
|
-
"command": "bash $
|
|
53
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/keyword-detector.sh",
|
|
54
54
|
"timeout": 3000,
|
|
55
55
|
"continueOnError": true,
|
|
56
56
|
"priority": "critical",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"type": "command",
|
|
62
|
-
"command": "bash $
|
|
62
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/at-agent-summoner.sh",
|
|
63
63
|
"timeout": 2000,
|
|
64
64
|
"continueOnError": true,
|
|
65
65
|
"priority": "critical",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "command",
|
|
71
|
-
"command": "bash $
|
|
71
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/atlas.sh",
|
|
72
72
|
"timeout": 3000,
|
|
73
73
|
"continueOnError": true,
|
|
74
74
|
"priority": "high",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"type": "command",
|
|
79
|
-
"command": "bash $
|
|
79
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/agent-collaboration.sh",
|
|
80
80
|
"timeout": 5000,
|
|
81
81
|
"continueOnError": true,
|
|
82
82
|
"priority": "high",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"type": "command",
|
|
87
|
-
"command": "bash $
|
|
87
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/error-recovery.sh",
|
|
88
88
|
"timeout": 5000,
|
|
89
89
|
"continueOnError": true,
|
|
90
90
|
"priority": "high",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"type": "command",
|
|
95
|
-
"command": "bash $
|
|
95
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/session-recovery.sh",
|
|
96
96
|
"timeout": 3000,
|
|
97
97
|
"continueOnError": true,
|
|
98
98
|
"priority": "high",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"type": "command",
|
|
103
|
-
"command": "bash $
|
|
103
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/task-checkpointing.sh",
|
|
104
104
|
"timeout": 3000,
|
|
105
105
|
"continueOnError": true,
|
|
106
106
|
"priority": "normal",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"type": "command",
|
|
111
|
-
"command": "bash $
|
|
111
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/context-compression.sh",
|
|
112
112
|
"timeout": 3000,
|
|
113
113
|
"continueOnError": true,
|
|
114
114
|
"priority": "normal",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"type": "command",
|
|
119
|
-
"command": "bash $
|
|
119
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/preemptive-compaction.sh",
|
|
120
120
|
"timeout": 3000,
|
|
121
121
|
"continueOnError": true,
|
|
122
122
|
"priority": "normal",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"type": "command",
|
|
127
|
-
"command": "bash $
|
|
127
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/rules-injector.sh",
|
|
128
128
|
"timeout": 3000,
|
|
129
129
|
"continueOnError": true,
|
|
130
130
|
"priority": "normal",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"type": "command",
|
|
135
|
-
"command": "bash $
|
|
135
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/think-mode.sh",
|
|
136
136
|
"timeout": 3000,
|
|
137
137
|
"continueOnError": true,
|
|
138
138
|
"priority": "normal",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"type": "command",
|
|
143
|
-
"command": "bash $
|
|
143
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/lsp-tools.sh",
|
|
144
144
|
"timeout": 5000,
|
|
145
145
|
"continueOnError": true,
|
|
146
146
|
"priority": "low",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"type": "command",
|
|
152
|
-
"command": "bash $
|
|
152
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/ast-grep.sh",
|
|
153
153
|
"timeout": 5000,
|
|
154
154
|
"continueOnError": true,
|
|
155
155
|
"priority": "low",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"type": "command",
|
|
161
|
-
"command": "bash $
|
|
161
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/code-quality-checker.sh",
|
|
162
162
|
"timeout": 3000,
|
|
163
163
|
"continueOnError": true,
|
|
164
164
|
"priority": "low",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"type": "command",
|
|
169
|
-
"command": "bash $
|
|
169
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/output-truncator.sh",
|
|
170
170
|
"timeout": 2000,
|
|
171
171
|
"continueOnError": true,
|
|
172
172
|
"priority": "low",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"type": "command",
|
|
177
|
-
"command": "bash $
|
|
177
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/directory-agents-injector.sh",
|
|
178
178
|
"timeout": 3000,
|
|
179
179
|
"continueOnError": true,
|
|
180
180
|
"priority": "low",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"type": "command",
|
|
185
|
-
"command": "bash $
|
|
185
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/directory-readme-injector.sh",
|
|
186
186
|
"timeout": 3000,
|
|
187
187
|
"continueOnError": true,
|
|
188
188
|
"priority": "low",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"type": "command",
|
|
193
|
-
"command": "bash $
|
|
193
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/auto-slash-command.sh",
|
|
194
194
|
"timeout": 2000,
|
|
195
195
|
"continueOnError": true,
|
|
196
196
|
"priority": "low",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"type": "command",
|
|
201
|
-
"command": "bash $
|
|
201
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/auto-update-checker.sh",
|
|
202
202
|
"timeout": 5000,
|
|
203
203
|
"continueOnError": true,
|
|
204
204
|
"priority": "low",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"type": "command",
|
|
209
|
-
"command": "bash $
|
|
209
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/interactive-bash-session.sh",
|
|
210
210
|
"timeout": 2000,
|
|
211
211
|
"continueOnError": true,
|
|
212
212
|
"priority": "low",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"type": "command",
|
|
218
|
-
"command": "bash $
|
|
218
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/agent-usage-reminder.sh",
|
|
219
219
|
"timeout": 2000,
|
|
220
220
|
"continueOnError": true,
|
|
221
221
|
"priority": "low",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"PostToolUse": [
|
|
226
226
|
{
|
|
227
227
|
"type": "command",
|
|
228
|
-
"command": "bash $
|
|
228
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/progress-notifier.sh",
|
|
229
229
|
"timeout": 2000,
|
|
230
230
|
"continueOnError": true,
|
|
231
231
|
"priority": "critical",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"type": "command",
|
|
237
|
-
"command": "bash $
|
|
237
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/context-window-monitor.sh",
|
|
238
238
|
"timeout": 2000,
|
|
239
239
|
"continueOnError": true,
|
|
240
240
|
"priority": "critical",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"type": "command",
|
|
245
|
-
"command": "bash $
|
|
245
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/context-smart-alert.sh",
|
|
246
246
|
"timeout": 2000,
|
|
247
247
|
"continueOnError": true,
|
|
248
248
|
"priority": "high",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"type": "command",
|
|
254
|
-
"command": "bash $
|
|
254
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/anthropic-context-window-limit-recovery.sh",
|
|
255
255
|
"timeout": 2000,
|
|
256
256
|
"continueOnError": true,
|
|
257
257
|
"priority": "critical",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"type": "command",
|
|
262
|
-
"command": "bash $
|
|
262
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/failure-transparency.sh",
|
|
263
263
|
"timeout": 2000,
|
|
264
264
|
"continueOnError": true,
|
|
265
265
|
"priority": "high",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"type": "command",
|
|
271
|
-
"command": "bash $
|
|
271
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/tool-output-validator.sh",
|
|
272
272
|
"timeout": 2000,
|
|
273
273
|
"continueOnError": true,
|
|
274
274
|
"priority": "high",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"type": "command",
|
|
279
|
-
"command": "bash $
|
|
279
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/edit-error-recovery.sh",
|
|
280
280
|
"timeout": 2000,
|
|
281
281
|
"continueOnError": true,
|
|
282
282
|
"priority": "high",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"type": "command",
|
|
287
|
-
"command": "bash $
|
|
287
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/delegate-task-retry.sh",
|
|
288
288
|
"timeout": 5000,
|
|
289
289
|
"continueOnError": true,
|
|
290
290
|
"priority": "high",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"type": "command",
|
|
295
|
-
"command": "bash $
|
|
295
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/empty-task-response-detector.sh",
|
|
296
296
|
"timeout": 2000,
|
|
297
297
|
"continueOnError": true,
|
|
298
298
|
"priority": "normal",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"type": "command",
|
|
303
|
-
"command": "bash $
|
|
303
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/thinking-block-validator.sh",
|
|
304
304
|
"timeout": 2000,
|
|
305
305
|
"continueOnError": true,
|
|
306
306
|
"priority": "normal",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
"type": "command",
|
|
311
|
-
"command": "bash $
|
|
311
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/output-truncator.sh",
|
|
312
312
|
"timeout": 2000,
|
|
313
313
|
"continueOnError": true,
|
|
314
314
|
"priority": "normal",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"type": "command",
|
|
319
|
-
"command": "bash $
|
|
319
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/session-notification.sh",
|
|
320
320
|
"timeout": 3000,
|
|
321
321
|
"continueOnError": true,
|
|
322
322
|
"priority": "normal",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"type": "command",
|
|
328
|
-
"command": "bash $
|
|
328
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/background-notification.sh",
|
|
329
329
|
"timeout": 3000,
|
|
330
330
|
"continueOnError": true,
|
|
331
331
|
"priority": "low",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"type": "command",
|
|
336
|
-
"command": "bash $
|
|
336
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/tmux-agent-visualizer.sh",
|
|
337
337
|
"timeout": 3000,
|
|
338
338
|
"continueOnError": true,
|
|
339
339
|
"priority": "low",
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"type": "command",
|
|
345
|
-
"command": "bash $
|
|
345
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/background-compaction.sh",
|
|
346
346
|
"timeout": 2000,
|
|
347
347
|
"continueOnError": true,
|
|
348
348
|
"priority": "low",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
352
|
"type": "command",
|
|
353
|
-
"command": "bash $
|
|
353
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/hook-performance-monitor.sh cleanup",
|
|
354
354
|
"timeout": 2000,
|
|
355
355
|
"continueOnError": true,
|
|
356
356
|
"priority": "low",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"type": "command",
|
|
362
|
-
"command": "bash $
|
|
362
|
+
"command": "bash $HOME/.claude/plugins/oh-my-claude/hooks/agent-handoff-prompt.sh",
|
|
363
363
|
"timeout": 2000,
|
|
364
364
|
"continueOnError": true,
|
|
365
365
|
"priority": "normal",
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"type": "command",
|
|
371
|
-
"command": "sh $
|
|
371
|
+
"command": "sh $HOME/.claude/plugins/oh-my-claude/hooks/error-friendly-display.sh",
|
|
372
372
|
"timeout": 2000,
|
|
373
373
|
"continueOnError": true,
|
|
374
374
|
"priority": "normal",
|