@enjoys/context-engine 1.2.0 → 1.4.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/data/codeActions/angular.json +126 -0
- package/data/codeActions/css.json +111 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeActions/tailwindcss.json +76 -0
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/css.json +68 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +103 -0
- package/data/color/angular.json +21 -0
- package/data/color/css.json +124 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/color/tailwindcss.json +53 -0
- package/data/commands/angular.json +312 -0
- package/data/commands/css.json +41 -0
- package/data/commands/manifest.json +734 -727
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/tailwindcss.json +53 -0
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +1176 -0
- package/data/completion/javascript.json +27 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/redis-cli.json +1 -1
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/tailwindcss.json +284 -0
- package/data/completion/typescript.json +27 -0
- package/data/declaration/angular.json +46 -0
- package/data/declaration/css.json +59 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +137 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/css.json +115 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/redis-cli.json +1 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/tailwindcss.json +115 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +125 -0
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +160 -0
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/css.json +101 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentRangeFormatting/tailwindcss.json +55 -0
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/css.json +96 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +110 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/css.json +66 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/foldingRange/tailwindcss.json +60 -0
- package/data/formatting/angular.json +21 -0
- package/data/formatting/css.json +73 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/formatting/tailwindcss.json +48 -0
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +300 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/redis-cli.json +1 -1
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/tailwindcss.json +968 -0
- package/data/implementation/angular.json +22 -0
- package/data/implementation/css.json +65 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/implementation/tailwindcss.json +59 -0
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/css.json +87 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlayHints/tailwindcss.json +111 -0
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/css.json +125 -0
- package/data/inlineCompletions/javascript.json +12 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/inlineCompletions/tailwindcss.json +411 -0
- package/data/inlineCompletions/typescript.json +12 -0
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/css.json +40 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/tailwindcss.json +30 -0
- package/data/links/angular.json +95 -0
- package/data/links/css.json +55 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +65 -0
- package/data/manifest.json +399 -150
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/css.json +82 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/onTypeFormatting/tailwindcss.json +63 -0
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/css.json +125 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +186 -0
- package/data/references/angular.json +26 -0
- package/data/references/css.json +65 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +125 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/css.json +91 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/rename/tailwindcss.json +58 -0
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/css.json +55 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/selectionRange/tailwindcss.json +35 -0
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/css.json +107 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/semanticTokens/tailwindcss.json +161 -0
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/css.json +137 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/signatureHelp/tailwindcss.json +64 -0
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/css.json +53 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/data/typeDefinition/tailwindcss.json +47 -0
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
|
@@ -1,727 +1,734 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": [
|
|
3
|
-
"abap.json",
|
|
4
|
-
"adb.json",
|
|
5
|
-
"air.json",
|
|
6
|
-
"alembic.json",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"apt.json",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"aws.json",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
]
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"
|
|
377
|
-
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
"
|
|
473
|
-
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
"
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
]
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
"
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
"
|
|
627
|
-
"
|
|
628
|
-
"
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
"
|
|
633
|
-
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
"
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
]
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"
|
|
676
|
-
]
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
"
|
|
686
|
-
]
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
"
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
"
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
"
|
|
724
|
-
]
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
"abap.json",
|
|
4
|
+
"adb.json",
|
|
5
|
+
"air.json",
|
|
6
|
+
"alembic.json",
|
|
7
|
+
"angular.json",
|
|
8
|
+
"ansible.json",
|
|
9
|
+
"apachectl.json",
|
|
10
|
+
"apex.json",
|
|
11
|
+
"apt-get.json",
|
|
12
|
+
"apt.json",
|
|
13
|
+
"artisan.json",
|
|
14
|
+
"atlas.json",
|
|
15
|
+
"auth0.json",
|
|
16
|
+
"awk.json",
|
|
17
|
+
"aws-vault.json",
|
|
18
|
+
"aws.json",
|
|
19
|
+
"az.json",
|
|
20
|
+
"azcli.json",
|
|
21
|
+
"bash.json",
|
|
22
|
+
"bat.json",
|
|
23
|
+
"bazel.json",
|
|
24
|
+
"bicep.json",
|
|
25
|
+
"brew.json",
|
|
26
|
+
"btop.json",
|
|
27
|
+
"bun.json",
|
|
28
|
+
"bundle.json",
|
|
29
|
+
"c.json",
|
|
30
|
+
"caddy.json",
|
|
31
|
+
"cameligo.json",
|
|
32
|
+
"cargo.json",
|
|
33
|
+
"cat.json",
|
|
34
|
+
"cd.json",
|
|
35
|
+
"certbot.json",
|
|
36
|
+
"chmod.json",
|
|
37
|
+
"choco.json",
|
|
38
|
+
"chown.json",
|
|
39
|
+
"clickhouse-client.json",
|
|
40
|
+
"clojure.json",
|
|
41
|
+
"cloudflare.json",
|
|
42
|
+
"cmake.json",
|
|
43
|
+
"cockroach.json",
|
|
44
|
+
"coffee.json",
|
|
45
|
+
"composer.json",
|
|
46
|
+
"conda.json",
|
|
47
|
+
"consul.json",
|
|
48
|
+
"cp.json",
|
|
49
|
+
"cpp.json",
|
|
50
|
+
"crontab.json",
|
|
51
|
+
"csharp.json",
|
|
52
|
+
"css.json",
|
|
53
|
+
"curl.json",
|
|
54
|
+
"cypher.json",
|
|
55
|
+
"cypress.json",
|
|
56
|
+
"dart.json",
|
|
57
|
+
"dbmate.json",
|
|
58
|
+
"deno.json",
|
|
59
|
+
"django-admin.json",
|
|
60
|
+
"dnf.json",
|
|
61
|
+
"docker-compose.json",
|
|
62
|
+
"docker.json",
|
|
63
|
+
"dockerfile.json",
|
|
64
|
+
"doctest.json",
|
|
65
|
+
"doctl.json",
|
|
66
|
+
"dotenv.json",
|
|
67
|
+
"drizzle-kit.json",
|
|
68
|
+
"ecl.json",
|
|
69
|
+
"elixir.json",
|
|
70
|
+
"eslint.json",
|
|
71
|
+
"expo.json",
|
|
72
|
+
"fastlane.json",
|
|
73
|
+
"fd.json",
|
|
74
|
+
"find.json",
|
|
75
|
+
"firebase.json",
|
|
76
|
+
"flask.json",
|
|
77
|
+
"flow9.json",
|
|
78
|
+
"flutter.json",
|
|
79
|
+
"flyctl.json",
|
|
80
|
+
"flyway.json",
|
|
81
|
+
"freemarker2.json",
|
|
82
|
+
"fzf.json",
|
|
83
|
+
"gcloud.json",
|
|
84
|
+
"gem.json",
|
|
85
|
+
"gh.json",
|
|
86
|
+
"git.json",
|
|
87
|
+
"glab.json",
|
|
88
|
+
"go.json",
|
|
89
|
+
"gofmt.json",
|
|
90
|
+
"golangci-lint.json",
|
|
91
|
+
"gradle.json",
|
|
92
|
+
"graphql.json",
|
|
93
|
+
"grep.json",
|
|
94
|
+
"gunicorn.json",
|
|
95
|
+
"hcl.json",
|
|
96
|
+
"helm.json",
|
|
97
|
+
"hg.json",
|
|
98
|
+
"html.json",
|
|
99
|
+
"htop.json",
|
|
100
|
+
"httpd.json",
|
|
101
|
+
"influx.json",
|
|
102
|
+
"ini.json",
|
|
103
|
+
"iptables.json",
|
|
104
|
+
"java.json",
|
|
105
|
+
"javascript.json",
|
|
106
|
+
"jest.json",
|
|
107
|
+
"journalctl.json",
|
|
108
|
+
"jq.json",
|
|
109
|
+
"json.json",
|
|
110
|
+
"julia.json",
|
|
111
|
+
"just.json",
|
|
112
|
+
"k6.json",
|
|
113
|
+
"k9s.json",
|
|
114
|
+
"kotlin.json",
|
|
115
|
+
"kubectl.json",
|
|
116
|
+
"less.json",
|
|
117
|
+
"lexon.json",
|
|
118
|
+
"linode-cli.json",
|
|
119
|
+
"linux.json",
|
|
120
|
+
"liquibase.json",
|
|
121
|
+
"liquid.json",
|
|
122
|
+
"locust.json",
|
|
123
|
+
"ls.json",
|
|
124
|
+
"lua.json",
|
|
125
|
+
"m3.json",
|
|
126
|
+
"make.json",
|
|
127
|
+
"makefile.json",
|
|
128
|
+
"markdown.json",
|
|
129
|
+
"mdx.json",
|
|
130
|
+
"minikube.json",
|
|
131
|
+
"mips.json",
|
|
132
|
+
"mocha.json",
|
|
133
|
+
"mongosh.json",
|
|
134
|
+
"msdax.json",
|
|
135
|
+
"mv.json",
|
|
136
|
+
"mvn.json",
|
|
137
|
+
"mysql.json",
|
|
138
|
+
"nest.json",
|
|
139
|
+
"nestjs.json",
|
|
140
|
+
"netlify.json",
|
|
141
|
+
"next.json",
|
|
142
|
+
"nextjs.json",
|
|
143
|
+
"nft.json",
|
|
144
|
+
"ng.json",
|
|
145
|
+
"nginx.json",
|
|
146
|
+
"nmap.json",
|
|
147
|
+
"node.json",
|
|
148
|
+
"nomad.json",
|
|
149
|
+
"npm.json",
|
|
150
|
+
"npx.json",
|
|
151
|
+
"nuxt.json",
|
|
152
|
+
"nvim.json",
|
|
153
|
+
"nx.json",
|
|
154
|
+
"objective-c.json",
|
|
155
|
+
"openssl.json",
|
|
156
|
+
"packer.json",
|
|
157
|
+
"pacman.json",
|
|
158
|
+
"pascal.json",
|
|
159
|
+
"pascaligo.json",
|
|
160
|
+
"perl.json",
|
|
161
|
+
"pg_dump.json",
|
|
162
|
+
"pg_restore.json",
|
|
163
|
+
"pgsql.json",
|
|
164
|
+
"php.json",
|
|
165
|
+
"pip.json",
|
|
166
|
+
"pipenv.json",
|
|
167
|
+
"pipx.json",
|
|
168
|
+
"pla.json",
|
|
169
|
+
"playwright.json",
|
|
170
|
+
"pm2.json",
|
|
171
|
+
"pnpm.json",
|
|
172
|
+
"pod.json",
|
|
173
|
+
"poetry.json",
|
|
174
|
+
"postiats.json",
|
|
175
|
+
"powerquery.json",
|
|
176
|
+
"powershell.json",
|
|
177
|
+
"prettier.json",
|
|
178
|
+
"prisma.json",
|
|
179
|
+
"protobuf.json",
|
|
180
|
+
"ps.json",
|
|
181
|
+
"psql.json",
|
|
182
|
+
"pulumi.json",
|
|
183
|
+
"pytest.json",
|
|
184
|
+
"python.json",
|
|
185
|
+
"qsharp.json",
|
|
186
|
+
"r.json",
|
|
187
|
+
"rails.json",
|
|
188
|
+
"railway.json",
|
|
189
|
+
"rake.json",
|
|
190
|
+
"razor.json",
|
|
191
|
+
"react-native.json",
|
|
192
|
+
"react.json",
|
|
193
|
+
"redis-cli.json",
|
|
194
|
+
"redis.json",
|
|
195
|
+
"redshift.json",
|
|
196
|
+
"render.json",
|
|
197
|
+
"restructuredtext.json",
|
|
198
|
+
"rg.json",
|
|
199
|
+
"rm.json",
|
|
200
|
+
"rspec.json",
|
|
201
|
+
"rsync.json",
|
|
202
|
+
"ruby.json",
|
|
203
|
+
"rust.json",
|
|
204
|
+
"rustup.json",
|
|
205
|
+
"sb.json",
|
|
206
|
+
"scala.json",
|
|
207
|
+
"scheme.json",
|
|
208
|
+
"scp.json",
|
|
209
|
+
"screen.json",
|
|
210
|
+
"scss.json",
|
|
211
|
+
"sed.json",
|
|
212
|
+
"sequelize.json",
|
|
213
|
+
"shadcn.json",
|
|
214
|
+
"shell.json",
|
|
215
|
+
"snyk.json",
|
|
216
|
+
"sol.json",
|
|
217
|
+
"sonar-scanner.json",
|
|
218
|
+
"sparql.json",
|
|
219
|
+
"sql.json",
|
|
220
|
+
"sqlite3.json",
|
|
221
|
+
"ssh-keygen.json",
|
|
222
|
+
"ssh.json",
|
|
223
|
+
"ssh_config.json",
|
|
224
|
+
"st.json",
|
|
225
|
+
"stripe.json",
|
|
226
|
+
"sudo.json",
|
|
227
|
+
"supabase.json",
|
|
228
|
+
"svn.json",
|
|
229
|
+
"swift.json",
|
|
230
|
+
"symfony.json",
|
|
231
|
+
"systemctl.json",
|
|
232
|
+
"systemd-analyze.json",
|
|
233
|
+
"systemd.json",
|
|
234
|
+
"systemverilog.json",
|
|
235
|
+
"tailwindcss.json",
|
|
236
|
+
"tar.json",
|
|
237
|
+
"tcl.json",
|
|
238
|
+
"tcpdump.json",
|
|
239
|
+
"terraform.json",
|
|
240
|
+
"terragrunt.json",
|
|
241
|
+
"tmux.json",
|
|
242
|
+
"toml.json",
|
|
243
|
+
"top.json",
|
|
244
|
+
"trivy.json",
|
|
245
|
+
"tsc.json",
|
|
246
|
+
"turbo.json",
|
|
247
|
+
"twig.json",
|
|
248
|
+
"twilio.json",
|
|
249
|
+
"typeorm.json",
|
|
250
|
+
"typescript.json",
|
|
251
|
+
"ufw.json",
|
|
252
|
+
"unzip.json",
|
|
253
|
+
"uvicorn.json",
|
|
254
|
+
"vault.json",
|
|
255
|
+
"vb.json",
|
|
256
|
+
"vercel.json",
|
|
257
|
+
"vim.json",
|
|
258
|
+
"vite.json",
|
|
259
|
+
"vitest.json",
|
|
260
|
+
"vue.json",
|
|
261
|
+
"wasm-pack.json",
|
|
262
|
+
"wget.json",
|
|
263
|
+
"wgsl.json",
|
|
264
|
+
"winget.json",
|
|
265
|
+
"wireshark.json",
|
|
266
|
+
"wp.json",
|
|
267
|
+
"xcodebuild.json",
|
|
268
|
+
"xml.json",
|
|
269
|
+
"yaml.json",
|
|
270
|
+
"yarn.json",
|
|
271
|
+
"yq.json",
|
|
272
|
+
"yum.json",
|
|
273
|
+
"zip.json",
|
|
274
|
+
"zsh.json"
|
|
275
|
+
],
|
|
276
|
+
"context": [
|
|
277
|
+
{
|
|
278
|
+
"category": "☁️ Cloud CLIs",
|
|
279
|
+
"context": [
|
|
280
|
+
"Logged-in account",
|
|
281
|
+
"Active project",
|
|
282
|
+
"Regions",
|
|
283
|
+
"Services",
|
|
284
|
+
"Deployed apps",
|
|
285
|
+
"Buckets",
|
|
286
|
+
"Databases"
|
|
287
|
+
],
|
|
288
|
+
"files": [
|
|
289
|
+
"aws.json",
|
|
290
|
+
"aws-vault.json",
|
|
291
|
+
"gcloud.json",
|
|
292
|
+
"az.json",
|
|
293
|
+
"doctl.json",
|
|
294
|
+
"linode-cli.json",
|
|
295
|
+
"vercel.json",
|
|
296
|
+
"netlify.json",
|
|
297
|
+
"cloudflare.json",
|
|
298
|
+
"firebase.json",
|
|
299
|
+
"supabase.json",
|
|
300
|
+
"railway.json",
|
|
301
|
+
"render.json",
|
|
302
|
+
"flyctl.json"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"category": "🌱 Version Control",
|
|
307
|
+
"context": [
|
|
308
|
+
"Current branch",
|
|
309
|
+
"Local branches",
|
|
310
|
+
"Remote branches",
|
|
311
|
+
"Tags",
|
|
312
|
+
"Stashes",
|
|
313
|
+
"PRs",
|
|
314
|
+
"Repo status"
|
|
315
|
+
],
|
|
316
|
+
"files": [
|
|
317
|
+
"git.json",
|
|
318
|
+
"gh.json",
|
|
319
|
+
"glab.json",
|
|
320
|
+
"svn.json",
|
|
321
|
+
"hg.json"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"category": "📦 Node Ecosystem",
|
|
326
|
+
"context": [
|
|
327
|
+
"package.json scripts",
|
|
328
|
+
"Installed dependencies",
|
|
329
|
+
"Node version",
|
|
330
|
+
"Monorepo structure",
|
|
331
|
+
"Workspaces"
|
|
332
|
+
],
|
|
333
|
+
"files": [
|
|
334
|
+
"node.json",
|
|
335
|
+
"npm.json",
|
|
336
|
+
"npx.json",
|
|
337
|
+
"yarn.json",
|
|
338
|
+
"pnpm.json",
|
|
339
|
+
"bun.json",
|
|
340
|
+
"turbo.json",
|
|
341
|
+
"nx.json",
|
|
342
|
+
"vite.json",
|
|
343
|
+
"next.json",
|
|
344
|
+
"nest.json",
|
|
345
|
+
"tsc.json",
|
|
346
|
+
"eslint.json",
|
|
347
|
+
"prettier.json",
|
|
348
|
+
"deno.json"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"category": "🐍 Python Ecosystem",
|
|
353
|
+
"context": [
|
|
354
|
+
"virtualenv",
|
|
355
|
+
"requirements.txt",
|
|
356
|
+
"pyproject.toml",
|
|
357
|
+
"Installed packages",
|
|
358
|
+
"Django apps",
|
|
359
|
+
"Flask entrypoints"
|
|
360
|
+
],
|
|
361
|
+
"files": [
|
|
362
|
+
"python.json",
|
|
363
|
+
"pip.json",
|
|
364
|
+
"pipx.json",
|
|
365
|
+
"poetry.json",
|
|
366
|
+
"pipenv.json",
|
|
367
|
+
"conda.json",
|
|
368
|
+
"pytest.json",
|
|
369
|
+
"uvicorn.json",
|
|
370
|
+
"gunicorn.json",
|
|
371
|
+
"django-admin.json",
|
|
372
|
+
"flask.json"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"category": "🦀 Rust Ecosystem",
|
|
377
|
+
"context": [
|
|
378
|
+
"Cargo.toml",
|
|
379
|
+
"Features",
|
|
380
|
+
"Installed toolchains",
|
|
381
|
+
"Targets"
|
|
382
|
+
],
|
|
383
|
+
"files": [
|
|
384
|
+
"cargo.json",
|
|
385
|
+
"rustup.json",
|
|
386
|
+
"wasm-pack.json",
|
|
387
|
+
"rust.json"
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"category": "🐹 Go Ecosystem",
|
|
392
|
+
"context": [
|
|
393
|
+
"go.mod",
|
|
394
|
+
"Modules",
|
|
395
|
+
"Installed binaries"
|
|
396
|
+
],
|
|
397
|
+
"files": [
|
|
398
|
+
"go.json",
|
|
399
|
+
"gofmt.json",
|
|
400
|
+
"golangci-lint.json",
|
|
401
|
+
"air.json"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"category": "🐘 Databases",
|
|
406
|
+
"context": [
|
|
407
|
+
"Connected DB",
|
|
408
|
+
"Schemas",
|
|
409
|
+
"Tables",
|
|
410
|
+
"Databases",
|
|
411
|
+
"Redis keys",
|
|
412
|
+
"Collections"
|
|
413
|
+
],
|
|
414
|
+
"files": [
|
|
415
|
+
"psql.json",
|
|
416
|
+
"pg_dump.json",
|
|
417
|
+
"pg_restore.json",
|
|
418
|
+
"mysql.json",
|
|
419
|
+
"mongosh.json",
|
|
420
|
+
"redis-cli.json",
|
|
421
|
+
"sqlite3.json",
|
|
422
|
+
"cockroach.json",
|
|
423
|
+
"influx.json",
|
|
424
|
+
"clickhouse-client.json"
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"category": "🔐 DevOps / Infra",
|
|
429
|
+
"context": [
|
|
430
|
+
"tfstate",
|
|
431
|
+
"Modules",
|
|
432
|
+
"Workspaces",
|
|
433
|
+
"Environments",
|
|
434
|
+
"Secrets engines"
|
|
435
|
+
],
|
|
436
|
+
"files": [
|
|
437
|
+
"terraform.json",
|
|
438
|
+
"terragrunt.json",
|
|
439
|
+
"pulumi.json",
|
|
440
|
+
"ansible.json",
|
|
441
|
+
"packer.json",
|
|
442
|
+
"vault.json",
|
|
443
|
+
"consul.json",
|
|
444
|
+
"nomad.json"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"category": "🐳 Containers / Kubernetes",
|
|
449
|
+
"context": [
|
|
450
|
+
"Containers",
|
|
451
|
+
"Images",
|
|
452
|
+
"Pods",
|
|
453
|
+
"Deployments",
|
|
454
|
+
"Helm Releases",
|
|
455
|
+
"Docker compose services",
|
|
456
|
+
"Compose volumes",
|
|
457
|
+
"Minikube status",
|
|
458
|
+
"Profiles",
|
|
459
|
+
"Kube contexts",
|
|
460
|
+
"Namespaces"
|
|
461
|
+
],
|
|
462
|
+
"files": [
|
|
463
|
+
"docker.json",
|
|
464
|
+
"kubectl.json",
|
|
465
|
+
"helm.json",
|
|
466
|
+
"docker-compose.json",
|
|
467
|
+
"minikube.json",
|
|
468
|
+
"k9s.json"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"category": "🔧 Build Tools",
|
|
473
|
+
"context": [
|
|
474
|
+
"Makefile targets",
|
|
475
|
+
"Gradle tasks",
|
|
476
|
+
"Maven goals",
|
|
477
|
+
"Bazel targets"
|
|
478
|
+
],
|
|
479
|
+
"files": [
|
|
480
|
+
"make.json",
|
|
481
|
+
"cmake.json",
|
|
482
|
+
"gradle.json",
|
|
483
|
+
"mvn.json",
|
|
484
|
+
"bazel.json",
|
|
485
|
+
"just.json"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"category": "⚙️ Linux Coreutils (Smart FS Context)",
|
|
490
|
+
"context": [
|
|
491
|
+
"Files",
|
|
492
|
+
"Directories",
|
|
493
|
+
"SSH configs",
|
|
494
|
+
"Services",
|
|
495
|
+
"Logs",
|
|
496
|
+
"Network interfaces"
|
|
497
|
+
],
|
|
498
|
+
"files": [
|
|
499
|
+
"ls.json",
|
|
500
|
+
"cd.json",
|
|
501
|
+
"cp.json",
|
|
502
|
+
"mv.json",
|
|
503
|
+
"rm.json",
|
|
504
|
+
"chmod.json",
|
|
505
|
+
"chown.json",
|
|
506
|
+
"find.json",
|
|
507
|
+
"grep.json",
|
|
508
|
+
"sed.json",
|
|
509
|
+
"awk.json",
|
|
510
|
+
"tar.json",
|
|
511
|
+
"zip.json",
|
|
512
|
+
"unzip.json",
|
|
513
|
+
"curl.json",
|
|
514
|
+
"wget.json",
|
|
515
|
+
"ssh.json",
|
|
516
|
+
"scp.json",
|
|
517
|
+
"rsync.json",
|
|
518
|
+
"systemctl.json",
|
|
519
|
+
"systemd-analyze.json",
|
|
520
|
+
"journalctl.json",
|
|
521
|
+
"ufw.json",
|
|
522
|
+
"iptables.json",
|
|
523
|
+
"nft.json",
|
|
524
|
+
"cat.json",
|
|
525
|
+
"ps.json",
|
|
526
|
+
"sudo.json",
|
|
527
|
+
"ssh-keygen.json",
|
|
528
|
+
"linux.json",
|
|
529
|
+
"zsh.json"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"category": "🧪 Testing Tools",
|
|
534
|
+
"context": [
|
|
535
|
+
"Test files",
|
|
536
|
+
"Config files",
|
|
537
|
+
"Environments"
|
|
538
|
+
],
|
|
539
|
+
"files": [
|
|
540
|
+
"jest.json",
|
|
541
|
+
"vitest.json",
|
|
542
|
+
"mocha.json",
|
|
543
|
+
"playwright.json",
|
|
544
|
+
"cypress.json",
|
|
545
|
+
"k6.json",
|
|
546
|
+
"locust.json"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"category": "📡 Networking / Security",
|
|
551
|
+
"context": [
|
|
552
|
+
"Open ports",
|
|
553
|
+
"Certificates",
|
|
554
|
+
"vhost configs"
|
|
555
|
+
],
|
|
556
|
+
"files": [
|
|
557
|
+
"nmap.json",
|
|
558
|
+
"tcpdump.json",
|
|
559
|
+
"wireshark.json",
|
|
560
|
+
"openssl.json",
|
|
561
|
+
"nginx.json",
|
|
562
|
+
"apachectl.json",
|
|
563
|
+
"certbot.json",
|
|
564
|
+
"caddy.json",
|
|
565
|
+
"httpd.json"
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"category": "🖥 Package Managers (System)",
|
|
570
|
+
"context": [
|
|
571
|
+
"Installed packages",
|
|
572
|
+
"Available packages",
|
|
573
|
+
"OS detection"
|
|
574
|
+
],
|
|
575
|
+
"files": [
|
|
576
|
+
"apt.json",
|
|
577
|
+
"apt-get.json",
|
|
578
|
+
"yum.json",
|
|
579
|
+
"dnf.json",
|
|
580
|
+
"pacman.json",
|
|
581
|
+
"brew.json",
|
|
582
|
+
"choco.json",
|
|
583
|
+
"winget.json"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"category": "☕ Java Ecosystem",
|
|
588
|
+
"context": [
|
|
589
|
+
"Classes",
|
|
590
|
+
"Jar files"
|
|
591
|
+
],
|
|
592
|
+
"files": [
|
|
593
|
+
"java.json"
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"category": "🐘 PHP & Ruby Ecosystems",
|
|
598
|
+
"context": [
|
|
599
|
+
"PHP version",
|
|
600
|
+
"Modules",
|
|
601
|
+
"Config path",
|
|
602
|
+
"Dependencies",
|
|
603
|
+
"Autoloaders",
|
|
604
|
+
"Routes",
|
|
605
|
+
"Migrations",
|
|
606
|
+
"Artisan commands",
|
|
607
|
+
"Ruby version",
|
|
608
|
+
"Gems",
|
|
609
|
+
"Gemfile"
|
|
610
|
+
],
|
|
611
|
+
"files": [
|
|
612
|
+
"php.json",
|
|
613
|
+
"composer.json",
|
|
614
|
+
"artisan.json",
|
|
615
|
+
"ruby.json",
|
|
616
|
+
"bundle.json",
|
|
617
|
+
"gem.json",
|
|
618
|
+
"rails.json"
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"category": "🛠️ Text Processing & Utilities",
|
|
623
|
+
"context": [
|
|
624
|
+
"JSON files",
|
|
625
|
+
"Parsed outputs",
|
|
626
|
+
"Terminal sessions",
|
|
627
|
+
"Windows",
|
|
628
|
+
"Panes",
|
|
629
|
+
"YAML files",
|
|
630
|
+
"Parsed YAML output"
|
|
631
|
+
],
|
|
632
|
+
"files": [
|
|
633
|
+
"jq.json",
|
|
634
|
+
"tmux.json",
|
|
635
|
+
"yq.json"
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"category": "📱 Mobile Development",
|
|
640
|
+
"context": [
|
|
641
|
+
"Connected Devices",
|
|
642
|
+
"Flutter packages",
|
|
643
|
+
"Dart files",
|
|
644
|
+
"Emulators",
|
|
645
|
+
"Expo app.json",
|
|
646
|
+
"EAS builds",
|
|
647
|
+
"Metro config",
|
|
648
|
+
"Native modules",
|
|
649
|
+
"iOS Podfile",
|
|
650
|
+
"Installed pods",
|
|
651
|
+
"Xcode Workspaces",
|
|
652
|
+
"Xcode Projects",
|
|
653
|
+
"Schemes",
|
|
654
|
+
"Fastlane lanes",
|
|
655
|
+
"Certificates"
|
|
656
|
+
],
|
|
657
|
+
"files": [
|
|
658
|
+
"flutter.json",
|
|
659
|
+
"dart.json",
|
|
660
|
+
"adb.json",
|
|
661
|
+
"expo.json",
|
|
662
|
+
"react-native.json",
|
|
663
|
+
"pod.json",
|
|
664
|
+
"xcodebuild.json",
|
|
665
|
+
"fastlane.json"
|
|
666
|
+
]
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"category": "🗄️ Database ORMs & Migrations",
|
|
670
|
+
"context": [
|
|
671
|
+
"Prisma Schema",
|
|
672
|
+
"Migrations"
|
|
673
|
+
],
|
|
674
|
+
"files": [
|
|
675
|
+
"prisma.json"
|
|
676
|
+
]
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"category": "🔐 Security & APIs",
|
|
680
|
+
"context": [
|
|
681
|
+
"Webhook events",
|
|
682
|
+
"Stripe config"
|
|
683
|
+
],
|
|
684
|
+
"files": [
|
|
685
|
+
"stripe.json"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"category": "⚙️ Node Version & Process Managers",
|
|
690
|
+
"context": [
|
|
691
|
+
"Running processes",
|
|
692
|
+
"Daemon logs"
|
|
693
|
+
],
|
|
694
|
+
"files": [
|
|
695
|
+
"pm2.json"
|
|
696
|
+
]
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"category": "🖼️ Frontend Frameworks",
|
|
700
|
+
"context": [
|
|
701
|
+
"Angular projects",
|
|
702
|
+
"Components",
|
|
703
|
+
"Vue config files",
|
|
704
|
+
"Plugins",
|
|
705
|
+
"Nuxt pages",
|
|
706
|
+
"Nuxt modules"
|
|
707
|
+
],
|
|
708
|
+
"files": [
|
|
709
|
+
"ng.json",
|
|
710
|
+
"vue.json",
|
|
711
|
+
"nuxt.json"
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"category": "📱 Mobile Development CLIs",
|
|
716
|
+
"context": [],
|
|
717
|
+
"files": [
|
|
718
|
+
"flutter.json",
|
|
719
|
+
"dart.json",
|
|
720
|
+
"pod.json",
|
|
721
|
+
"xcodebuild.json",
|
|
722
|
+
"fastlane.json",
|
|
723
|
+
"adb.json"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"category": "🌐 API, Security & SaaS CLIs",
|
|
728
|
+
"context": [],
|
|
729
|
+
"files": [
|
|
730
|
+
"stripe.json"
|
|
731
|
+
]
|
|
732
|
+
}
|
|
733
|
+
]
|
|
734
|
+
}
|