@brandry/claude-jsonl-compressor 1.0.0-rc.1
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/CHANGELOG.md +27 -0
- package/LICENSE +674 -0
- package/NOTICE +8 -0
- package/README.md +593 -0
- package/SKILL.md +340 -0
- package/agents/openai.yaml +7 -0
- package/bin/claude-jsonl-compressor.cjs +4 -0
- package/bin/claude-jsonl-repair-read-pages.cjs +4 -0
- package/bin/run-python.cjs +77 -0
- package/config/importance_words.json +863 -0
- package/config/topic_patterns.json +608 -0
- package/package.json +60 -0
- package/references/claude-jsonl-compression-format.md +500 -0
- package/scripts/claude_session_tools.py +215 -0
- package/scripts/compress_claude_jsonl.py +7652 -0
- package/scripts/repair_claude_jsonl.py +605 -0
- package/templates/summary_template_en.md +78 -0
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
{
|
|
2
|
+
"topics": [
|
|
3
|
+
{
|
|
4
|
+
"name": "User goals and hard constraints",
|
|
5
|
+
"needles": [
|
|
6
|
+
"goal",
|
|
7
|
+
"objective",
|
|
8
|
+
"scope",
|
|
9
|
+
"constraint",
|
|
10
|
+
"bottom line",
|
|
11
|
+
"must",
|
|
12
|
+
"must not",
|
|
13
|
+
"do not",
|
|
14
|
+
"required",
|
|
15
|
+
"deadline",
|
|
16
|
+
"\u76ee\u6807",
|
|
17
|
+
"\u8303\u56f4",
|
|
18
|
+
"\u5fc5\u987b",
|
|
19
|
+
"\u52a1\u5fc5",
|
|
20
|
+
"\u5e95\u7ebf",
|
|
21
|
+
"\u9650\u5236",
|
|
22
|
+
"\u4e0d\u8981",
|
|
23
|
+
"\u4e0d\u80fd",
|
|
24
|
+
"\u7981\u6b62",
|
|
25
|
+
"\u5fc5\u8981",
|
|
26
|
+
"\u76ee\u7684",
|
|
27
|
+
"\u76ee\u6a19",
|
|
28
|
+
"\u5236\u7d04",
|
|
29
|
+
"\ud544\uc218",
|
|
30
|
+
"\ubaa9\ud45c",
|
|
31
|
+
"\uc81c\uc57d",
|
|
32
|
+
"objetivo",
|
|
33
|
+
"restricci\u00f3n",
|
|
34
|
+
"objectif",
|
|
35
|
+
"contrainte",
|
|
36
|
+
"ziel",
|
|
37
|
+
"einschr\u00e4nkung",
|
|
38
|
+
"restri\u00e7\u00e3o"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "Decisions, reversals, and version changes",
|
|
43
|
+
"needles": [
|
|
44
|
+
"decision",
|
|
45
|
+
"final decision",
|
|
46
|
+
"conclusion",
|
|
47
|
+
"approved",
|
|
48
|
+
"rejected",
|
|
49
|
+
"discarded",
|
|
50
|
+
"abandoned",
|
|
51
|
+
"reversed",
|
|
52
|
+
"changed",
|
|
53
|
+
"superseded",
|
|
54
|
+
"version",
|
|
55
|
+
"revision",
|
|
56
|
+
"\u51b3\u5b9a",
|
|
57
|
+
"\u7ed3\u8bba",
|
|
58
|
+
"\u6700\u7ec8",
|
|
59
|
+
"\u5df2\u5b9a",
|
|
60
|
+
"\u6539\u4e3a",
|
|
61
|
+
"\u53d8\u66f4",
|
|
62
|
+
"\u4fee\u6b63",
|
|
63
|
+
"\u5426\u5b9a",
|
|
64
|
+
"\u653e\u5f03",
|
|
65
|
+
"\u5e9f\u5f03",
|
|
66
|
+
"\u53d6\u4ee3",
|
|
67
|
+
"\u6c7a\u5b9a",
|
|
68
|
+
"\u6700\u7d42",
|
|
69
|
+
"\u5909\u66f4",
|
|
70
|
+
"\u5374\u4e0b",
|
|
71
|
+
"\u7834\u68c4",
|
|
72
|
+
"\uacb0\uc815",
|
|
73
|
+
"\uacb0\ub860",
|
|
74
|
+
"\ucd5c\uc885",
|
|
75
|
+
"\ubcc0\uacbd",
|
|
76
|
+
"\uac70\ubd80",
|
|
77
|
+
"\ud3d0\uae30",
|
|
78
|
+
"decisi\u00f3n",
|
|
79
|
+
"conclusi\u00f3n",
|
|
80
|
+
"d\u00e9cision",
|
|
81
|
+
"entscheidung",
|
|
82
|
+
"schlussfolgerung",
|
|
83
|
+
"decis\u00e3o",
|
|
84
|
+
"conclus\u00e3o"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Evidence and provenance",
|
|
89
|
+
"needles": [
|
|
90
|
+
"evidence",
|
|
91
|
+
"source",
|
|
92
|
+
"citation",
|
|
93
|
+
"reference",
|
|
94
|
+
"provenance",
|
|
95
|
+
"verified",
|
|
96
|
+
"official",
|
|
97
|
+
"research",
|
|
98
|
+
"audit",
|
|
99
|
+
"\u8bc1\u636e",
|
|
100
|
+
"\u6765\u6e90",
|
|
101
|
+
"\u51fa\u5904",
|
|
102
|
+
"\u5f15\u7528",
|
|
103
|
+
"\u5b98\u65b9",
|
|
104
|
+
"\u6838\u67e5",
|
|
105
|
+
"\u9a8c\u8bc1",
|
|
106
|
+
"\u6eaf\u6e90",
|
|
107
|
+
"\u8c03\u7814",
|
|
108
|
+
"\u8a3c\u62e0",
|
|
109
|
+
"\u51fa\u5178",
|
|
110
|
+
"\u516c\u5f0f",
|
|
111
|
+
"\u691c\u8a3c",
|
|
112
|
+
"\u6839\u62e0",
|
|
113
|
+
"\uc99d\uac70",
|
|
114
|
+
"\ucd9c\ucc98",
|
|
115
|
+
"\uc778\uc6a9",
|
|
116
|
+
"\uacf5\uc2dd",
|
|
117
|
+
"\uac80\uc99d",
|
|
118
|
+
"evidencia",
|
|
119
|
+
"fuente",
|
|
120
|
+
"cita",
|
|
121
|
+
"preuve",
|
|
122
|
+
"beweis",
|
|
123
|
+
"quelle",
|
|
124
|
+
"zitat",
|
|
125
|
+
"evid\u00eancia",
|
|
126
|
+
"fonte",
|
|
127
|
+
"cita\u00e7\u00e3o"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "Timeline and chronology",
|
|
132
|
+
"needles": [
|
|
133
|
+
"timeline",
|
|
134
|
+
"chronology",
|
|
135
|
+
"before",
|
|
136
|
+
"after",
|
|
137
|
+
"previous",
|
|
138
|
+
"current",
|
|
139
|
+
"latest",
|
|
140
|
+
"now",
|
|
141
|
+
"then",
|
|
142
|
+
"\u65f6\u95f4\u7ebf",
|
|
143
|
+
"\u5148\u524d",
|
|
144
|
+
"\u540e\u6765",
|
|
145
|
+
"\u5f53\u524d",
|
|
146
|
+
"\u6700\u65b0",
|
|
147
|
+
"\u4e4b\u524d",
|
|
148
|
+
"\u4e4b\u540e",
|
|
149
|
+
"\u6642\u7cfb\u5217",
|
|
150
|
+
"\u4ee5\u524d",
|
|
151
|
+
"\u73fe\u5728",
|
|
152
|
+
"\ud0c0\uc784\ub77c\uc778",
|
|
153
|
+
"\uc774\uc804",
|
|
154
|
+
"\ud604\uc7ac",
|
|
155
|
+
"\ucd5c\uc2e0",
|
|
156
|
+
"cronolog\u00eda",
|
|
157
|
+
"antes",
|
|
158
|
+
"despu\u00e9s",
|
|
159
|
+
"actuel",
|
|
160
|
+
"chronologie",
|
|
161
|
+
"vorher",
|
|
162
|
+
"nachher",
|
|
163
|
+
"zeitachse",
|
|
164
|
+
"linha do tempo"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "Files, directories, and deliverables",
|
|
169
|
+
"needles": [
|
|
170
|
+
"file",
|
|
171
|
+
"directory",
|
|
172
|
+
"path",
|
|
173
|
+
"deliverable",
|
|
174
|
+
"document",
|
|
175
|
+
"brief",
|
|
176
|
+
"memo",
|
|
177
|
+
"draft",
|
|
178
|
+
"outline",
|
|
179
|
+
"report",
|
|
180
|
+
"brand book",
|
|
181
|
+
"style guide",
|
|
182
|
+
"guideline",
|
|
183
|
+
"design system",
|
|
184
|
+
"prototype",
|
|
185
|
+
"wireframe",
|
|
186
|
+
".md",
|
|
187
|
+
".jsonl",
|
|
188
|
+
".json",
|
|
189
|
+
".py",
|
|
190
|
+
"\u6587\u4ef6",
|
|
191
|
+
"\u76ee\u5f55",
|
|
192
|
+
"\u8def\u5f84",
|
|
193
|
+
"\u4ea4\u4ed8",
|
|
194
|
+
"\u6587\u6863",
|
|
195
|
+
"\u6587\u4e66",
|
|
196
|
+
"\u62a5\u544a",
|
|
197
|
+
"\u8349\u7a3f",
|
|
198
|
+
"\u5927\u7eb2",
|
|
199
|
+
"\u54c1\u724c\u624b\u518c",
|
|
200
|
+
"\u98ce\u683c\u6307\u5357",
|
|
201
|
+
"\u8bbe\u8ba1\u7cfb\u7edf",
|
|
202
|
+
"\u539f\u578b",
|
|
203
|
+
"\u7ebf\u6846\u56fe",
|
|
204
|
+
"\u6587\u66f8",
|
|
205
|
+
"\u5831\u544a",
|
|
206
|
+
"\u8349\u6848",
|
|
207
|
+
"\ubb38\uc11c",
|
|
208
|
+
"\ubcf4\uace0\uc11c",
|
|
209
|
+
"\ucd08\uc548",
|
|
210
|
+
"archivo",
|
|
211
|
+
"documento",
|
|
212
|
+
"informe",
|
|
213
|
+
"borrador",
|
|
214
|
+
"fichier",
|
|
215
|
+
"rapport",
|
|
216
|
+
"brouillon",
|
|
217
|
+
"datei",
|
|
218
|
+
"dokument",
|
|
219
|
+
"bericht",
|
|
220
|
+
"entwurf",
|
|
221
|
+
"arquivo",
|
|
222
|
+
"relat\u00f3rio",
|
|
223
|
+
"rascunho"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "Tools, APIs, and runtime",
|
|
228
|
+
"needles": [
|
|
229
|
+
"tool",
|
|
230
|
+
"runtime",
|
|
231
|
+
"session",
|
|
232
|
+
"api",
|
|
233
|
+
"cli",
|
|
234
|
+
"jsonl",
|
|
235
|
+
"token",
|
|
236
|
+
"context",
|
|
237
|
+
"database",
|
|
238
|
+
"script",
|
|
239
|
+
"model",
|
|
240
|
+
"code",
|
|
241
|
+
"programming",
|
|
242
|
+
"software",
|
|
243
|
+
"engineering",
|
|
244
|
+
"architecture",
|
|
245
|
+
"frontend",
|
|
246
|
+
"backend",
|
|
247
|
+
"API",
|
|
248
|
+
"SDK",
|
|
249
|
+
"schema",
|
|
250
|
+
"migration",
|
|
251
|
+
"cache",
|
|
252
|
+
"repository",
|
|
253
|
+
"commit",
|
|
254
|
+
"deployment",
|
|
255
|
+
"test",
|
|
256
|
+
"debug",
|
|
257
|
+
"security",
|
|
258
|
+
"config",
|
|
259
|
+
"module",
|
|
260
|
+
"function",
|
|
261
|
+
"class",
|
|
262
|
+
"interface",
|
|
263
|
+
"component",
|
|
264
|
+
"middleware",
|
|
265
|
+
"endpoint",
|
|
266
|
+
"request",
|
|
267
|
+
"response",
|
|
268
|
+
"payload",
|
|
269
|
+
"validation",
|
|
270
|
+
"Docker",
|
|
271
|
+
"Kubernetes",
|
|
272
|
+
"TypeScript",
|
|
273
|
+
"React",
|
|
274
|
+
"Next.js",
|
|
275
|
+
"\u5de5\u5177",
|
|
276
|
+
"\u4e0a\u4e0b\u6587",
|
|
277
|
+
"\u4f1a\u8bdd",
|
|
278
|
+
"\u6570\u636e\u5e93",
|
|
279
|
+
"\u811a\u672c",
|
|
280
|
+
"\u6a21\u578b",
|
|
281
|
+
"\u4ee3\u7801",
|
|
282
|
+
"\u7f16\u7a0b",
|
|
283
|
+
"\u8f6f\u4ef6",
|
|
284
|
+
"\u5de5\u7a0b",
|
|
285
|
+
"\u67b6\u6784",
|
|
286
|
+
"\u524d\u7aef",
|
|
287
|
+
"\u540e\u7aef",
|
|
288
|
+
"\u63a5\u53e3",
|
|
289
|
+
"\u8fc1\u79fb",
|
|
290
|
+
"\u7f13\u5b58",
|
|
291
|
+
"\u4ed3\u5e93",
|
|
292
|
+
"\u63d0\u4ea4",
|
|
293
|
+
"\u90e8\u7f72",
|
|
294
|
+
"\u6d4b\u8bd5",
|
|
295
|
+
"\u8c03\u8bd5",
|
|
296
|
+
"\u5b89\u5168",
|
|
297
|
+
"\u914d\u7f6e",
|
|
298
|
+
"\u6a21\u5757",
|
|
299
|
+
"\u51fd\u6570",
|
|
300
|
+
"\u7c7b",
|
|
301
|
+
"\u7ec4\u4ef6",
|
|
302
|
+
"\u4e2d\u95f4\u4ef6",
|
|
303
|
+
"\u7aef\u70b9",
|
|
304
|
+
"\u8bf7\u6c42",
|
|
305
|
+
"\u54cd\u5e94",
|
|
306
|
+
"\u8f7d\u8377",
|
|
307
|
+
"\u6821\u9a8c",
|
|
308
|
+
"\u30c8\u30fc\u30af\u30f3",
|
|
309
|
+
"\u6587\u8108",
|
|
310
|
+
"\u30bb\u30c3\u30b7\u30e7\u30f3",
|
|
311
|
+
"\u30b3\u30fc\u30c9",
|
|
312
|
+
"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0",
|
|
313
|
+
"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2",
|
|
314
|
+
"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9",
|
|
315
|
+
"\ud14c\uc2a4\ud2b8",
|
|
316
|
+
"\ub514\ubc84\uadf8",
|
|
317
|
+
"\ucf54\ub4dc",
|
|
318
|
+
"\uc18c\ud504\ud2b8\uc6e8\uc5b4",
|
|
319
|
+
"\ub370\uc774\ud130\ubca0\uc774\uc2a4"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "Legal, compliance, and risk",
|
|
324
|
+
"needles": [
|
|
325
|
+
"legal",
|
|
326
|
+
"law",
|
|
327
|
+
"compliance",
|
|
328
|
+
"privacy",
|
|
329
|
+
"copyright",
|
|
330
|
+
"license",
|
|
331
|
+
"audit",
|
|
332
|
+
"liability",
|
|
333
|
+
"policy",
|
|
334
|
+
"contract",
|
|
335
|
+
"clause",
|
|
336
|
+
"case law",
|
|
337
|
+
"risk",
|
|
338
|
+
"brand compliance",
|
|
339
|
+
"approval workflow",
|
|
340
|
+
"rights management",
|
|
341
|
+
"security",
|
|
342
|
+
"permission",
|
|
343
|
+
"secret",
|
|
344
|
+
"\u6cd5\u5f8b",
|
|
345
|
+
"\u6cd5\u89c4",
|
|
346
|
+
"\u5408\u89c4",
|
|
347
|
+
"\u9690\u79c1",
|
|
348
|
+
"\u7248\u6743",
|
|
349
|
+
"\u8bb8\u53ef",
|
|
350
|
+
"\u5ba1\u8ba1",
|
|
351
|
+
"\u8d23\u4efb",
|
|
352
|
+
"\u653f\u7b56",
|
|
353
|
+
"\u5408\u540c",
|
|
354
|
+
"\u6761\u6b3e",
|
|
355
|
+
"\u5224\u4f8b",
|
|
356
|
+
"\u98ce\u9669",
|
|
357
|
+
"\u54c1\u724c\u5408\u89c4",
|
|
358
|
+
"\u5ba1\u6279\u6d41\u7a0b",
|
|
359
|
+
"\u6743\u5229\u7ba1\u7406",
|
|
360
|
+
"\u5b89\u5168",
|
|
361
|
+
"\u6743\u9650",
|
|
362
|
+
"\u5bc6\u94a5",
|
|
363
|
+
"\u6cd5\u4ee4",
|
|
364
|
+
"\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9",
|
|
365
|
+
"\u8457\u4f5c\u6a29",
|
|
366
|
+
"\u5951\u7d04",
|
|
367
|
+
"\u6761\u9805",
|
|
368
|
+
"\u30ea\u30b9\u30af",
|
|
369
|
+
"\ubc95\ub960",
|
|
370
|
+
"\uaddc\uc815",
|
|
371
|
+
"\uc900\uc218",
|
|
372
|
+
"\uac1c\uc778\uc815\ubcf4",
|
|
373
|
+
"\uc800\uc791\uad8c",
|
|
374
|
+
"\uacc4\uc57d",
|
|
375
|
+
"\uc870\ud56d",
|
|
376
|
+
"\uc704\ud5d8",
|
|
377
|
+
"cumplimiento",
|
|
378
|
+
"cl\u00e1usula",
|
|
379
|
+
"juridique",
|
|
380
|
+
"conformit\u00e9",
|
|
381
|
+
"rechtlich",
|
|
382
|
+
"vertrag",
|
|
383
|
+
"klausel",
|
|
384
|
+
"jur\u00eddico",
|
|
385
|
+
"conformidade"
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "Strategy, planning, and progress",
|
|
390
|
+
"needles": [
|
|
391
|
+
"strategy",
|
|
392
|
+
"plan",
|
|
393
|
+
"milestone",
|
|
394
|
+
"progress",
|
|
395
|
+
"priority",
|
|
396
|
+
"feasibility",
|
|
397
|
+
"roadmap",
|
|
398
|
+
"next step",
|
|
399
|
+
"brand strategy",
|
|
400
|
+
"brand management",
|
|
401
|
+
"brand governance",
|
|
402
|
+
"brand architecture",
|
|
403
|
+
"brand system",
|
|
404
|
+
"brand platform",
|
|
405
|
+
"brand positioning",
|
|
406
|
+
"positioning",
|
|
407
|
+
"value proposition",
|
|
408
|
+
"messaging",
|
|
409
|
+
"narrative",
|
|
410
|
+
"campaign",
|
|
411
|
+
"marketing",
|
|
412
|
+
"market research",
|
|
413
|
+
"competitive analysis",
|
|
414
|
+
"customer journey",
|
|
415
|
+
"touchpoint",
|
|
416
|
+
"channel",
|
|
417
|
+
"content strategy",
|
|
418
|
+
"digital management",
|
|
419
|
+
"asset management",
|
|
420
|
+
"brand audit",
|
|
421
|
+
"brand equity",
|
|
422
|
+
"brand consistency",
|
|
423
|
+
"localization",
|
|
424
|
+
"internationalization",
|
|
425
|
+
"\u7b56\u7565",
|
|
426
|
+
"\u8ba1\u5212",
|
|
427
|
+
"\u8fdb\u5ea6",
|
|
428
|
+
"\u9636\u6bb5",
|
|
429
|
+
"\u4f18\u5148\u7ea7",
|
|
430
|
+
"\u91cc\u7a0b\u7891",
|
|
431
|
+
"\u53ef\u884c\u6027",
|
|
432
|
+
"\u8def\u7ebf\u56fe",
|
|
433
|
+
"\u4e0b\u4e00\u6b65",
|
|
434
|
+
"\u54c1\u724c\u7b56\u7565",
|
|
435
|
+
"\u54c1\u724c\u7ba1\u7406",
|
|
436
|
+
"\u54c1\u724c\u6cbb\u7406",
|
|
437
|
+
"\u54c1\u724c\u67b6\u6784",
|
|
438
|
+
"\u54c1\u724c\u4f53\u7cfb",
|
|
439
|
+
"\u54c1\u724c\u5e73\u53f0",
|
|
440
|
+
"\u54c1\u724c\u5b9a\u4f4d",
|
|
441
|
+
"\u4ef7\u503c\u4e3b\u5f20",
|
|
442
|
+
"\u4f20\u64ad\u53e3\u5f84",
|
|
443
|
+
"\u53d9\u4e8b",
|
|
444
|
+
"\u8425\u9500",
|
|
445
|
+
"\u5e02\u573a\u8c03\u7814",
|
|
446
|
+
"\u7ade\u54c1\u5206\u6790",
|
|
447
|
+
"\u5ba2\u6237\u65c5\u7a0b",
|
|
448
|
+
"\u89e6\u70b9",
|
|
449
|
+
"\u6e20\u9053",
|
|
450
|
+
"\u5185\u5bb9\u7b56\u7565",
|
|
451
|
+
"\u6570\u5b57\u5316\u7ba1\u7406",
|
|
452
|
+
"\u8d44\u4ea7\u7ba1\u7406",
|
|
453
|
+
"\u54c1\u724c\u5ba1\u8ba1",
|
|
454
|
+
"\u54c1\u724c\u8d44\u4ea7",
|
|
455
|
+
"\u54c1\u724c\u4e00\u81f4\u6027",
|
|
456
|
+
"\u672c\u5730\u5316",
|
|
457
|
+
"\u56fd\u9645\u5316",
|
|
458
|
+
"\u6226\u7565",
|
|
459
|
+
"\u8a08\u753b",
|
|
460
|
+
"\u9032\u6357",
|
|
461
|
+
"\u30d6\u30e9\u30f3\u30c9\u6226\u7565",
|
|
462
|
+
"\ube0c\ub79c\ub4dc \uc804\ub7b5",
|
|
463
|
+
"estrategia de marca",
|
|
464
|
+
"strat\u00e9gie de marque",
|
|
465
|
+
"markenstrategie",
|
|
466
|
+
"estrat\u00e9gia de marca"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "Style, tone, audience, and interpretation",
|
|
471
|
+
"needles": [
|
|
472
|
+
"style",
|
|
473
|
+
"tone",
|
|
474
|
+
"audience",
|
|
475
|
+
"voice",
|
|
476
|
+
"positioning",
|
|
477
|
+
"interpretation",
|
|
478
|
+
"meaning",
|
|
479
|
+
"wording",
|
|
480
|
+
"quote",
|
|
481
|
+
"visual identity",
|
|
482
|
+
"identity system",
|
|
483
|
+
"logo",
|
|
484
|
+
"typography",
|
|
485
|
+
"color palette",
|
|
486
|
+
"layout",
|
|
487
|
+
"grid",
|
|
488
|
+
"guideline",
|
|
489
|
+
"style guide",
|
|
490
|
+
"tone of voice",
|
|
491
|
+
"creative direction",
|
|
492
|
+
"art direction",
|
|
493
|
+
"concept",
|
|
494
|
+
"moodboard",
|
|
495
|
+
"prototype",
|
|
496
|
+
"wireframe",
|
|
497
|
+
"UI",
|
|
498
|
+
"UX",
|
|
499
|
+
"service design",
|
|
500
|
+
"experience design",
|
|
501
|
+
"information architecture",
|
|
502
|
+
"usability",
|
|
503
|
+
"accessibility",
|
|
504
|
+
"\u98ce\u683c",
|
|
505
|
+
"\u8bed\u6c14",
|
|
506
|
+
"\u53d7\u4f17",
|
|
507
|
+
"\u53e3\u5f84",
|
|
508
|
+
"\u5b9a\u4f4d",
|
|
509
|
+
"\u89e3\u91ca",
|
|
510
|
+
"\u542b\u4e49",
|
|
511
|
+
"\u63aa\u8f9e",
|
|
512
|
+
"\u539f\u8bdd",
|
|
513
|
+
"\u5f15\u7528",
|
|
514
|
+
"\u89c6\u89c9\u8bc6\u522b",
|
|
515
|
+
"\u8bc6\u522b\u7cfb\u7edf",
|
|
516
|
+
"\u6807\u5fd7",
|
|
517
|
+
"\u5b57\u4f53",
|
|
518
|
+
"\u8272\u5f69",
|
|
519
|
+
"\u914d\u8272",
|
|
520
|
+
"\u7248\u5f0f",
|
|
521
|
+
"\u7f51\u683c",
|
|
522
|
+
"\u89c4\u8303",
|
|
523
|
+
"\u98ce\u683c\u6307\u5357",
|
|
524
|
+
"\u58f0\u97f3\u8bed\u8c03",
|
|
525
|
+
"\u521b\u610f\u65b9\u5411",
|
|
526
|
+
"\u827a\u672f\u6307\u5bfc",
|
|
527
|
+
"\u6982\u5ff5",
|
|
528
|
+
"\u60c5\u7eea\u677f",
|
|
529
|
+
"\u539f\u578b",
|
|
530
|
+
"\u7ebf\u6846\u56fe",
|
|
531
|
+
"\u7528\u6237\u4f53\u9a8c",
|
|
532
|
+
"\u670d\u52a1\u8bbe\u8ba1",
|
|
533
|
+
"\u4f53\u9a8c\u8bbe\u8ba1",
|
|
534
|
+
"\u4fe1\u606f\u67b6\u6784",
|
|
535
|
+
"\u53ef\u7528\u6027",
|
|
536
|
+
"\u65e0\u969c\u788d",
|
|
537
|
+
"\u30b9\u30bf\u30a4\u30eb",
|
|
538
|
+
"\u30c8\u30fc\u30f3",
|
|
539
|
+
"\u8aad\u8005",
|
|
540
|
+
"\u89e3\u91c8",
|
|
541
|
+
"\u30ed\u30b4",
|
|
542
|
+
"\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3",
|
|
543
|
+
"\u30ab\u30e9\u30fc\u30d1\u30ec\u30c3\u30c8",
|
|
544
|
+
"\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7",
|
|
545
|
+
"\uc0ac\uc6a9\uc790 \uacbd\ud5d8",
|
|
546
|
+
"\uc2a4\ud0c0\uc77c",
|
|
547
|
+
"\uc5b4\uc870",
|
|
548
|
+
"estilo",
|
|
549
|
+
"tono",
|
|
550
|
+
"audiencia",
|
|
551
|
+
"identidad visual",
|
|
552
|
+
"typograf\u00eda",
|
|
553
|
+
"ton",
|
|
554
|
+
"public",
|
|
555
|
+
"identit\u00e9 visuelle",
|
|
556
|
+
"typographie",
|
|
557
|
+
"stil",
|
|
558
|
+
"zielgruppe",
|
|
559
|
+
"visuelle identit\u00e4t",
|
|
560
|
+
"typografie",
|
|
561
|
+
"p\u00fablico",
|
|
562
|
+
"identidade visual",
|
|
563
|
+
"tipografia"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "Open questions, errors, and blockers",
|
|
568
|
+
"needles": [
|
|
569
|
+
"risk",
|
|
570
|
+
"issue",
|
|
571
|
+
"bug",
|
|
572
|
+
"error",
|
|
573
|
+
"warning",
|
|
574
|
+
"unknown",
|
|
575
|
+
"open question",
|
|
576
|
+
"unresolved",
|
|
577
|
+
"todo",
|
|
578
|
+
"blocker",
|
|
579
|
+
"\u7591\u70b9",
|
|
580
|
+
"\u95ee\u9898",
|
|
581
|
+
"\u9519\u8bef",
|
|
582
|
+
"\u5f02\u5e38",
|
|
583
|
+
"\u672a\u77e5",
|
|
584
|
+
"\u5f85\u5b9a",
|
|
585
|
+
"\u672a\u89e3\u51b3",
|
|
586
|
+
"\u963b\u585e",
|
|
587
|
+
"\u8ab2\u984c",
|
|
588
|
+
"\u672a\u89e3\u6c7a",
|
|
589
|
+
"\u30a8\u30e9\u30fc",
|
|
590
|
+
"\u8b66\u544a",
|
|
591
|
+
"\ubb38\uc81c",
|
|
592
|
+
"\uc624\ub958",
|
|
593
|
+
"\uacbd\uace0",
|
|
594
|
+
"\ubbf8\ud574\uacb0",
|
|
595
|
+
"bloqueador",
|
|
596
|
+
"pendiente",
|
|
597
|
+
"inconnu",
|
|
598
|
+
"non r\u00e9solu",
|
|
599
|
+
"bloquant",
|
|
600
|
+
"unbekannt",
|
|
601
|
+
"offen",
|
|
602
|
+
"desconhecido",
|
|
603
|
+
"pendente",
|
|
604
|
+
"bloqueio"
|
|
605
|
+
]
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@brandry/claude-jsonl-compressor",
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
|
+
"description": "Strict, model-assisted compression and byte-preserving compatibility repair for one Claude Code JSONL session.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"claude-code",
|
|
7
|
+
"claude-cli",
|
|
8
|
+
"jsonl",
|
|
9
|
+
"context-compression",
|
|
10
|
+
"context-window",
|
|
11
|
+
"conversation-memory",
|
|
12
|
+
"session-transcript",
|
|
13
|
+
"summarization",
|
|
14
|
+
"rewind",
|
|
15
|
+
"model-assisted",
|
|
16
|
+
"llm",
|
|
17
|
+
"developer-tools"
|
|
18
|
+
],
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "Brandry Labs",
|
|
21
|
+
"url": "https://github.com/brandrylabs"
|
|
22
|
+
},
|
|
23
|
+
"type": "commonjs",
|
|
24
|
+
"license": "GPL-3.0-only",
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/brandrylabs/claude-jsonl-compressor.git"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/brandrylabs/claude-jsonl-compressor#readme",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/brandrylabs/claude-jsonl-compressor/issues"
|
|
32
|
+
},
|
|
33
|
+
"bin": {
|
|
34
|
+
"claude-jsonl-compressor": "bin/claude-jsonl-compressor.cjs",
|
|
35
|
+
"claude-jsonl-repair-read-pages": "bin/claude-jsonl-repair-read-pages.cjs"
|
|
36
|
+
},
|
|
37
|
+
"files": [
|
|
38
|
+
"SKILL.md",
|
|
39
|
+
"CHANGELOG.md",
|
|
40
|
+
"NOTICE",
|
|
41
|
+
"agents/*.yaml",
|
|
42
|
+
"bin/*.cjs",
|
|
43
|
+
"config/*.json",
|
|
44
|
+
"references/*.md",
|
|
45
|
+
"scripts/*.py",
|
|
46
|
+
"templates/*.md",
|
|
47
|
+
"README.md",
|
|
48
|
+
"LICENSE"
|
|
49
|
+
],
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=22"
|
|
52
|
+
},
|
|
53
|
+
"scripts": {
|
|
54
|
+
"test": "python -B -m unittest discover -s tests -v"
|
|
55
|
+
},
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"access": "public",
|
|
58
|
+
"tag": "rc"
|
|
59
|
+
}
|
|
60
|
+
}
|