sumulige-claude 1.0.5 → 1.0.7
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/.kickoff-hint.txt +51 -0
- package/.claude/ANCHORS.md +40 -0
- package/.claude/MEMORY.md +34 -0
- package/.claude/PROJECT_LOG.md +101 -0
- package/.claude/THINKING_CHAIN_GUIDE.md +287 -0
- package/.claude/commands/commit-push-pr.md +59 -0
- package/.claude/commands/commit.md +53 -0
- package/.claude/commands/pr.md +76 -0
- package/.claude/commands/review.md +61 -0
- package/.claude/commands/sessions.md +62 -0
- package/.claude/commands/skill-create.md +131 -0
- package/.claude/commands/test.md +56 -0
- package/.claude/commands/todos.md +99 -0
- package/.claude/commands/verify-work.md +63 -0
- package/.claude/hooks/code-formatter.cjs +187 -0
- package/.claude/hooks/code-tracer.cjs +331 -0
- package/.claude/hooks/conversation-recorder.cjs +340 -0
- package/.claude/hooks/decision-tracker.cjs +398 -0
- package/.claude/hooks/export.cjs +329 -0
- package/.claude/hooks/multi-session.cjs +181 -0
- package/.claude/hooks/privacy-filter.js +224 -0
- package/.claude/hooks/project-kickoff.cjs +114 -0
- package/.claude/hooks/rag-skill-loader.cjs +159 -0
- package/.claude/hooks/session-end.sh +61 -0
- package/.claude/hooks/sync-to-log.sh +83 -0
- package/.claude/hooks/thinking-silent.cjs +145 -0
- package/.claude/hooks/tl-summary.sh +54 -0
- package/.claude/hooks/todo-manager.cjs +248 -0
- package/.claude/hooks/verify-work.cjs +134 -0
- package/.claude/sessions/active-sessions.json +444 -0
- package/.claude/settings.local.json +36 -2
- package/.claude/thinking-routes/.last-sync +1 -0
- package/.claude/thinking-routes/QUICKREF.md +98 -0
- package/CHANGELOG.md +56 -0
- package/DEV_TOOLS_GUIDE.md +190 -0
- package/PROJECT_STRUCTURE.md +10 -1
- package/README.md +20 -6
- package/cli.js +85 -824
- package/config/defaults.json +34 -0
- package/development/todos/INDEX.md +14 -58
- package/lib/commands.js +698 -0
- package/lib/config.js +71 -0
- package/lib/utils.js +62 -0
- package/package.json +2 -2
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "session-24296-21777",
|
|
4
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
5
|
+
"startedAt": 1768380114984,
|
|
6
|
+
"lastHeartbeat": 1768380114984,
|
|
7
|
+
"heartbeatCount": 1,
|
|
8
|
+
"status": "active"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "session-25203-21777",
|
|
12
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
13
|
+
"startedAt": 1768381841359,
|
|
14
|
+
"lastHeartbeat": 1768381841359,
|
|
15
|
+
"heartbeatCount": 1,
|
|
16
|
+
"status": "active"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "session-25223-21777",
|
|
20
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
21
|
+
"startedAt": 1768381898336,
|
|
22
|
+
"lastHeartbeat": 1768381898336,
|
|
23
|
+
"heartbeatCount": 1,
|
|
24
|
+
"status": "active"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "session-25240-21777",
|
|
28
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
29
|
+
"startedAt": 1768381909390,
|
|
30
|
+
"lastHeartbeat": 1768381909390,
|
|
31
|
+
"heartbeatCount": 1,
|
|
32
|
+
"status": "active"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "session-25263-21777",
|
|
36
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
37
|
+
"startedAt": 1768381940430,
|
|
38
|
+
"lastHeartbeat": 1768381940430,
|
|
39
|
+
"heartbeatCount": 1,
|
|
40
|
+
"status": "active"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "session-25284-21777",
|
|
44
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
45
|
+
"startedAt": 1768381952270,
|
|
46
|
+
"lastHeartbeat": 1768381952270,
|
|
47
|
+
"heartbeatCount": 1,
|
|
48
|
+
"status": "active"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "session-25364-21777",
|
|
52
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
53
|
+
"startedAt": 1768381961451,
|
|
54
|
+
"lastHeartbeat": 1768381961451,
|
|
55
|
+
"heartbeatCount": 1,
|
|
56
|
+
"status": "active"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "session-25391-21777",
|
|
60
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
61
|
+
"startedAt": 1768381967921,
|
|
62
|
+
"lastHeartbeat": 1768381967921,
|
|
63
|
+
"heartbeatCount": 1,
|
|
64
|
+
"status": "active"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "session-25407-21777",
|
|
68
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
69
|
+
"startedAt": 1768381976308,
|
|
70
|
+
"lastHeartbeat": 1768381976308,
|
|
71
|
+
"heartbeatCount": 1,
|
|
72
|
+
"status": "active"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "session-25421-21777",
|
|
76
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
77
|
+
"startedAt": 1768381986295,
|
|
78
|
+
"lastHeartbeat": 1768381986295,
|
|
79
|
+
"heartbeatCount": 1,
|
|
80
|
+
"status": "active"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "session-25434-21777",
|
|
84
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
85
|
+
"startedAt": 1768381991401,
|
|
86
|
+
"lastHeartbeat": 1768381991401,
|
|
87
|
+
"heartbeatCount": 1,
|
|
88
|
+
"status": "active"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "session-25514-21777",
|
|
92
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
93
|
+
"startedAt": 1768382141338,
|
|
94
|
+
"lastHeartbeat": 1768382141338,
|
|
95
|
+
"heartbeatCount": 1,
|
|
96
|
+
"status": "active"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "session-25564-21777",
|
|
100
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
101
|
+
"startedAt": 1768382147029,
|
|
102
|
+
"lastHeartbeat": 1768382147029,
|
|
103
|
+
"heartbeatCount": 1,
|
|
104
|
+
"status": "active"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "session-25590-21777",
|
|
108
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
109
|
+
"startedAt": 1768382194722,
|
|
110
|
+
"lastHeartbeat": 1768382194722,
|
|
111
|
+
"heartbeatCount": 1,
|
|
112
|
+
"status": "active"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "session-25605-21777",
|
|
116
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
117
|
+
"startedAt": 1768382200403,
|
|
118
|
+
"lastHeartbeat": 1768382200403,
|
|
119
|
+
"heartbeatCount": 1,
|
|
120
|
+
"status": "active"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "session-25632-21777",
|
|
124
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
125
|
+
"startedAt": 1768382206644,
|
|
126
|
+
"lastHeartbeat": 1768382206644,
|
|
127
|
+
"heartbeatCount": 1,
|
|
128
|
+
"status": "active"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "session-25652-21777",
|
|
132
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
133
|
+
"startedAt": 1768382206806,
|
|
134
|
+
"lastHeartbeat": 1768382206806,
|
|
135
|
+
"heartbeatCount": 1,
|
|
136
|
+
"status": "active"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "session-25796-21777",
|
|
140
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
141
|
+
"startedAt": 1768382343851,
|
|
142
|
+
"lastHeartbeat": 1768382343851,
|
|
143
|
+
"heartbeatCount": 1,
|
|
144
|
+
"status": "active"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "session-25814-21777",
|
|
148
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
149
|
+
"startedAt": 1768382362496,
|
|
150
|
+
"lastHeartbeat": 1768382362496,
|
|
151
|
+
"heartbeatCount": 1,
|
|
152
|
+
"status": "active"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "session-25996-21777",
|
|
156
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
157
|
+
"startedAt": 1768382669972,
|
|
158
|
+
"lastHeartbeat": 1768382669972,
|
|
159
|
+
"heartbeatCount": 1,
|
|
160
|
+
"status": "active"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "session-26003-21777",
|
|
164
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
165
|
+
"startedAt": 1768382669992,
|
|
166
|
+
"lastHeartbeat": 1768382669992,
|
|
167
|
+
"heartbeatCount": 1,
|
|
168
|
+
"status": "active"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "session-26010-21777",
|
|
172
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
173
|
+
"startedAt": 1768382669998,
|
|
174
|
+
"lastHeartbeat": 1768382669998,
|
|
175
|
+
"heartbeatCount": 1,
|
|
176
|
+
"status": "active"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "session-26110-21777",
|
|
180
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
181
|
+
"startedAt": 1768382728623,
|
|
182
|
+
"lastHeartbeat": 1768382728623,
|
|
183
|
+
"heartbeatCount": 1,
|
|
184
|
+
"status": "active"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "session-26126-21777",
|
|
188
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
189
|
+
"startedAt": 1768382733375,
|
|
190
|
+
"lastHeartbeat": 1768382733375,
|
|
191
|
+
"heartbeatCount": 1,
|
|
192
|
+
"status": "active"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "session-26140-21777",
|
|
196
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
197
|
+
"startedAt": 1768382749918,
|
|
198
|
+
"lastHeartbeat": 1768382749918,
|
|
199
|
+
"heartbeatCount": 1,
|
|
200
|
+
"status": "active"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "session-26155-21777",
|
|
204
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
205
|
+
"startedAt": 1768382752479,
|
|
206
|
+
"lastHeartbeat": 1768382752479,
|
|
207
|
+
"heartbeatCount": 1,
|
|
208
|
+
"status": "active"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "session-26181-21777",
|
|
212
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
213
|
+
"startedAt": 1768382792393,
|
|
214
|
+
"lastHeartbeat": 1768382792393,
|
|
215
|
+
"heartbeatCount": 1,
|
|
216
|
+
"status": "active"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "session-26206-21777",
|
|
220
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
221
|
+
"startedAt": 1768382840410,
|
|
222
|
+
"lastHeartbeat": 1768382840410,
|
|
223
|
+
"heartbeatCount": 1,
|
|
224
|
+
"status": "active"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "session-26220-21777",
|
|
228
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
229
|
+
"startedAt": 1768382843372,
|
|
230
|
+
"lastHeartbeat": 1768382843372,
|
|
231
|
+
"heartbeatCount": 1,
|
|
232
|
+
"status": "active"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "session-26313-21777",
|
|
236
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
237
|
+
"startedAt": 1768382884460,
|
|
238
|
+
"lastHeartbeat": 1768382884460,
|
|
239
|
+
"heartbeatCount": 1,
|
|
240
|
+
"status": "active"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "session-26327-21777",
|
|
244
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
245
|
+
"startedAt": 1768382893665,
|
|
246
|
+
"lastHeartbeat": 1768382893665,
|
|
247
|
+
"heartbeatCount": 1,
|
|
248
|
+
"status": "active"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "session-26340-21777",
|
|
252
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
253
|
+
"startedAt": 1768382896611,
|
|
254
|
+
"lastHeartbeat": 1768382896611,
|
|
255
|
+
"heartbeatCount": 1,
|
|
256
|
+
"status": "active"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "session-26349-21777",
|
|
260
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
261
|
+
"startedAt": 1768382899845,
|
|
262
|
+
"lastHeartbeat": 1768382899845,
|
|
263
|
+
"heartbeatCount": 1,
|
|
264
|
+
"status": "active"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "session-26373-21777",
|
|
268
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
269
|
+
"startedAt": 1768382925824,
|
|
270
|
+
"lastHeartbeat": 1768382925824,
|
|
271
|
+
"heartbeatCount": 1,
|
|
272
|
+
"status": "active"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "session-26390-21777",
|
|
276
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
277
|
+
"startedAt": 1768382946454,
|
|
278
|
+
"lastHeartbeat": 1768382946454,
|
|
279
|
+
"heartbeatCount": 1,
|
|
280
|
+
"status": "active"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "session-26417-21777",
|
|
284
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
285
|
+
"startedAt": 1768382960687,
|
|
286
|
+
"lastHeartbeat": 1768382960687,
|
|
287
|
+
"heartbeatCount": 1,
|
|
288
|
+
"status": "active"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "session-26737-21777",
|
|
292
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
293
|
+
"startedAt": 1768383271371,
|
|
294
|
+
"lastHeartbeat": 1768383271371,
|
|
295
|
+
"heartbeatCount": 1,
|
|
296
|
+
"status": "active",
|
|
297
|
+
"number": 1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "session-26751-21777",
|
|
301
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
302
|
+
"startedAt": 1768383271413,
|
|
303
|
+
"lastHeartbeat": 1768383271413,
|
|
304
|
+
"heartbeatCount": 1,
|
|
305
|
+
"status": "active",
|
|
306
|
+
"number": 2
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "session-26758-21777",
|
|
310
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
311
|
+
"startedAt": 1768383271424,
|
|
312
|
+
"lastHeartbeat": 1768383271424,
|
|
313
|
+
"heartbeatCount": 1,
|
|
314
|
+
"status": "active",
|
|
315
|
+
"number": 3
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "session-26744-21777",
|
|
319
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
320
|
+
"startedAt": 1768383271437,
|
|
321
|
+
"lastHeartbeat": 1768383271437,
|
|
322
|
+
"heartbeatCount": 1,
|
|
323
|
+
"status": "active",
|
|
324
|
+
"number": 4
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "session-26781-21777",
|
|
328
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
329
|
+
"startedAt": 1768383304643,
|
|
330
|
+
"lastHeartbeat": 1768383304643,
|
|
331
|
+
"heartbeatCount": 1,
|
|
332
|
+
"status": "active",
|
|
333
|
+
"number": 5
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "session-26807-21777",
|
|
337
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
338
|
+
"startedAt": 1768383306773,
|
|
339
|
+
"lastHeartbeat": 1768383306773,
|
|
340
|
+
"heartbeatCount": 1,
|
|
341
|
+
"status": "active",
|
|
342
|
+
"number": 6
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "session-26839-21777",
|
|
346
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
347
|
+
"startedAt": 1768383311349,
|
|
348
|
+
"lastHeartbeat": 1768383311349,
|
|
349
|
+
"heartbeatCount": 1,
|
|
350
|
+
"status": "active",
|
|
351
|
+
"number": 7
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"id": "session-26874-21777",
|
|
355
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
356
|
+
"startedAt": 1768383315706,
|
|
357
|
+
"lastHeartbeat": 1768383315706,
|
|
358
|
+
"heartbeatCount": 1,
|
|
359
|
+
"status": "active",
|
|
360
|
+
"number": 8
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "session-26903-21777",
|
|
364
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
365
|
+
"startedAt": 1768383316502,
|
|
366
|
+
"lastHeartbeat": 1768383316502,
|
|
367
|
+
"heartbeatCount": 1,
|
|
368
|
+
"status": "active",
|
|
369
|
+
"number": 9
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "session-26940-21777",
|
|
373
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
374
|
+
"startedAt": 1768383330856,
|
|
375
|
+
"lastHeartbeat": 1768383330856,
|
|
376
|
+
"heartbeatCount": 1,
|
|
377
|
+
"status": "active",
|
|
378
|
+
"number": 10
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "session-26968-21777",
|
|
382
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
383
|
+
"startedAt": 1768383334042,
|
|
384
|
+
"lastHeartbeat": 1768383334042,
|
|
385
|
+
"heartbeatCount": 1,
|
|
386
|
+
"status": "active"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": "session-27028-21777",
|
|
390
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
391
|
+
"startedAt": 1768383366328,
|
|
392
|
+
"lastHeartbeat": 1768383366328,
|
|
393
|
+
"heartbeatCount": 1,
|
|
394
|
+
"status": "active"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "session-27064-21777",
|
|
398
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
399
|
+
"startedAt": 1768383373002,
|
|
400
|
+
"lastHeartbeat": 1768383373002,
|
|
401
|
+
"heartbeatCount": 1,
|
|
402
|
+
"status": "active"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "session-27267-21777",
|
|
406
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
407
|
+
"startedAt": 1768383438293,
|
|
408
|
+
"lastHeartbeat": 1768383438293,
|
|
409
|
+
"heartbeatCount": 1,
|
|
410
|
+
"status": "active"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": "session-27314-21777",
|
|
414
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
415
|
+
"startedAt": 1768383488603,
|
|
416
|
+
"lastHeartbeat": 1768383488603,
|
|
417
|
+
"heartbeatCount": 1,
|
|
418
|
+
"status": "active"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"id": "session-27335-21777",
|
|
422
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
423
|
+
"startedAt": 1768383494428,
|
|
424
|
+
"lastHeartbeat": 1768383494428,
|
|
425
|
+
"heartbeatCount": 1,
|
|
426
|
+
"status": "active"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"id": "session-27586-21777",
|
|
430
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
431
|
+
"startedAt": 1768383673341,
|
|
432
|
+
"lastHeartbeat": 1768383673341,
|
|
433
|
+
"heartbeatCount": 1,
|
|
434
|
+
"status": "active"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"id": "session-27617-21777",
|
|
438
|
+
"identifier": "sumulige@M3 (darwin)",
|
|
439
|
+
"startedAt": 1768383686236,
|
|
440
|
+
"lastHeartbeat": 1768383686236,
|
|
441
|
+
"heartbeatCount": 1,
|
|
442
|
+
"status": "active"
|
|
443
|
+
}
|
|
444
|
+
]
|
|
@@ -30,7 +30,41 @@
|
|
|
30
30
|
"Bash(npm link:*)",
|
|
31
31
|
"Bash(omc:*)",
|
|
32
32
|
"Bash(gh pr:*)",
|
|
33
|
-
"Bash(git pull:*)"
|
|
33
|
+
"Bash(git pull:*)",
|
|
34
|
+
"Skill(sessions)",
|
|
35
|
+
"Skill(todos)",
|
|
36
|
+
"Bash(.claude/hooks/tl-summary.sh)",
|
|
37
|
+
"Skill(theme-factory)",
|
|
38
|
+
"Bash(node .claude/hooks/*:*)",
|
|
39
|
+
"Bash(git remote set-url:*)",
|
|
40
|
+
"Bash(npm whoami)",
|
|
41
|
+
"Bash(npm adduser:*)",
|
|
42
|
+
"Bash(npm config set:*)",
|
|
43
|
+
"Bash(npm publish:*)"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"hooks": {
|
|
47
|
+
"UserPromptSubmit": [
|
|
48
|
+
{
|
|
49
|
+
"matcher": "",
|
|
50
|
+
"hooks": [
|
|
51
|
+
{
|
|
52
|
+
"type": "command",
|
|
53
|
+
"command": "node .claude/hooks/conversation-recorder.cjs user \"$ARGUMENTS\""
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"SessionEnd": [
|
|
59
|
+
{
|
|
60
|
+
"matcher": "",
|
|
61
|
+
"hooks": [
|
|
62
|
+
{
|
|
63
|
+
"type": "command",
|
|
64
|
+
"command": "node .claude/hooks/conversation-recorder.cjs today"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
34
68
|
]
|
|
35
69
|
}
|
|
36
|
-
}
|
|
70
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
100
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# 对话历史速查卡
|
|
2
|
+
|
|
3
|
+
> 快速找到你的对话记录
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 🚀 最常用
|
|
8
|
+
|
|
9
|
+
| 命令 | 效果 |
|
|
10
|
+
|------|------|
|
|
11
|
+
| `tl` | 查看今日对话摘要 |
|
|
12
|
+
| `log` | 查看项目完整日志 |
|
|
13
|
+
| `memory` | 查看最近变更 |
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 📂 数据位置
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
.claude/
|
|
21
|
+
├── thinking-routes/
|
|
22
|
+
│ └── .conversation-flow.json ← 对话流数据
|
|
23
|
+
├── MEMORY.md ← 增量记忆
|
|
24
|
+
├── PROJECT_LOG.md ← 完整日志
|
|
25
|
+
└── ANCHORS.md ← 快速索引
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 🔍 查找方式
|
|
31
|
+
|
|
32
|
+
### 按时间查找
|
|
33
|
+
```bash
|
|
34
|
+
# 最近对话摘要
|
|
35
|
+
.claude/hooks/tl-summary.sh
|
|
36
|
+
|
|
37
|
+
# 完整项目日志(按时间顺序)
|
|
38
|
+
cat .claude/PROJECT_LOG.md | grep "2026-01-11"
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### 按关键词查找
|
|
42
|
+
```bash
|
|
43
|
+
# 搜索思维节点
|
|
44
|
+
npx -p tsx tsx .claude/thinking-routes/index.ts search "数据分析"
|
|
45
|
+
|
|
46
|
+
# 在日志中搜索
|
|
47
|
+
cat .claude/PROJECT_LOG.md | grep -i "API"
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### 按类型查找
|
|
51
|
+
```bash
|
|
52
|
+
# 查看所有决策
|
|
53
|
+
cat .claude/PROJECT_LOG.md | grep "决策"
|
|
54
|
+
|
|
55
|
+
# 查看所有变更
|
|
56
|
+
cat .claude/MEMORY.md | grep "新增"
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## ⚡ 快捷别名
|
|
62
|
+
|
|
63
|
+
添加到 `~/.zshrc` 或 `~/.bashrc`:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
# 对话历史
|
|
67
|
+
alias tl='.claude/hooks/tl-summary.sh'
|
|
68
|
+
alias log='less .claude/PROJECT_LOG.md'
|
|
69
|
+
alias memory='cat .claude/MEMORY.md'
|
|
70
|
+
|
|
71
|
+
# 思维节点
|
|
72
|
+
alias tl-recent='npx -p tsx tsx .claude/thinking-routes/index.ts recent'
|
|
73
|
+
alias tl-graph='npx -p tsx tsx .claude/thinking-routes/index.ts log --graph'
|
|
74
|
+
alias tl-search='npx -p tsx tsx .claude/thinking-routes/index.ts search'
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 📱 Claude Code 内置
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
# 查看对话历史列表
|
|
83
|
+
claude-code history
|
|
84
|
+
|
|
85
|
+
# 恢复某个对话
|
|
86
|
+
claude-code resume <conversation-id>
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## 💡 使用建议
|
|
92
|
+
|
|
93
|
+
| 场景 | 使用 |
|
|
94
|
+
|------|------|
|
|
95
|
+
| 每天回顾 | `tl` |
|
|
96
|
+
| 找决策理由 | `tl-search "关键词"` |
|
|
97
|
+
| 了解项目全貌 | `log` |
|
|
98
|
+
| 查看最近变更 | `memory` |
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [1.0.6] - 2026-01-14
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Comprehensive Claude official skills integration via `smc-skills` repository
|
|
12
|
+
- 16 production-ready skills for enhanced AI capabilities:
|
|
13
|
+
- **algorithmic-art**: p5.js generative art with seeded randomness
|
|
14
|
+
- **brand-guidelines**: Anthropic brand colors and typography
|
|
15
|
+
- **canvas-design**: Visual art creation for posters and designs
|
|
16
|
+
- **doc-coauthoring**: Structured documentation workflow
|
|
17
|
+
- **docx**: Word document manipulation (tracked changes, comments)
|
|
18
|
+
- **internal-comms**: Company communication templates
|
|
19
|
+
- **manus-kickoff**: Project kickoff templates
|
|
20
|
+
- **mcp-builder**: MCP server construction guide
|
|
21
|
+
- **pdf**: PDF manipulation (forms, merge, split)
|
|
22
|
+
- **pptx**: PowerPoint presentation tools
|
|
23
|
+
- **skill-creator**: Skill creation guide
|
|
24
|
+
- **slack-gif-creator**: Animated GIFs for Slack
|
|
25
|
+
- **template**: Skill template
|
|
26
|
+
- **theme-factory**: 10 pre-set themes for artifacts
|
|
27
|
+
- **web-artifacts-builder**: React/Tailwind artifact builder
|
|
28
|
+
- **webapp-testing**: Playwright browser testing
|
|
29
|
+
- **xlsx**: Spreadsheet operations
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
- Updated hooks compatibility with latest Claude Code format
|
|
33
|
+
- Improved documentation with PROJECT_STRUCTURE.md and Q&A.md
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
- Hook format compatibility issues
|
|
37
|
+
|
|
38
|
+
## [1.0.5] - 2025-01-13
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
- Update hooks to new Claude Code format
|
|
42
|
+
|
|
43
|
+
## [1.0.4] - 2025-01-12
|
|
44
|
+
|
|
45
|
+
### Added
|
|
46
|
+
- Comprehensive smc usage guide in README
|
|
47
|
+
|
|
48
|
+
## [1.0.3] - 2025-01-11
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
- Template command now copies all files including commands, skills, templates
|
|
52
|
+
|
|
53
|
+
## [1.0.2] - 2025-01-11
|
|
54
|
+
|
|
55
|
+
### Added
|
|
56
|
+
- Initial stable release
|