@enjoys/context-engine 1.0.8 → 1.0.9
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/commands/manifest.json +53 -26
- package/data/manifest.json +15 -3
- package/package.json +1 -1
|
@@ -2,17 +2,22 @@
|
|
|
2
2
|
"files": [
|
|
3
3
|
"adb.json",
|
|
4
4
|
"air.json",
|
|
5
|
+
"alembic.json",
|
|
5
6
|
"ansible.json",
|
|
6
7
|
"apachectl.json",
|
|
7
8
|
"apt-get.json",
|
|
8
9
|
"apt.json",
|
|
9
10
|
"artisan.json",
|
|
11
|
+
"atlas.json",
|
|
12
|
+
"auth0.json",
|
|
10
13
|
"awk.json",
|
|
11
14
|
"aws-vault.json",
|
|
12
15
|
"aws.json",
|
|
13
16
|
"az.json",
|
|
17
|
+
"bat.json",
|
|
14
18
|
"bazel.json",
|
|
15
19
|
"brew.json",
|
|
20
|
+
"btop.json",
|
|
16
21
|
"bun.json",
|
|
17
22
|
"bundle.json",
|
|
18
23
|
"caddy.json",
|
|
@@ -34,21 +39,26 @@
|
|
|
34
39
|
"curl.json",
|
|
35
40
|
"cypress.json",
|
|
36
41
|
"dart.json",
|
|
42
|
+
"dbmate.json",
|
|
37
43
|
"deno.json",
|
|
38
44
|
"django-admin.json",
|
|
39
45
|
"dnf.json",
|
|
40
|
-
"dockerfile.json",
|
|
41
46
|
"docker-compose.json",
|
|
42
47
|
"docker.json",
|
|
48
|
+
"dockerfile.json",
|
|
43
49
|
"doctl.json",
|
|
50
|
+
"drizzle-kit.json",
|
|
44
51
|
"eslint.json",
|
|
45
52
|
"expo.json",
|
|
46
53
|
"fastlane.json",
|
|
54
|
+
"fd.json",
|
|
47
55
|
"find.json",
|
|
48
56
|
"firebase.json",
|
|
49
57
|
"flask.json",
|
|
50
58
|
"flutter.json",
|
|
51
59
|
"flyctl.json",
|
|
60
|
+
"flyway.json",
|
|
61
|
+
"fzf.json",
|
|
52
62
|
"gcloud.json",
|
|
53
63
|
"gem.json",
|
|
54
64
|
"gh.json",
|
|
@@ -62,6 +72,7 @@
|
|
|
62
72
|
"gunicorn.json",
|
|
63
73
|
"helm.json",
|
|
64
74
|
"hg.json",
|
|
75
|
+
"htop.json",
|
|
65
76
|
"httpd.json",
|
|
66
77
|
"influx.json",
|
|
67
78
|
"iptables.json",
|
|
@@ -75,9 +86,10 @@
|
|
|
75
86
|
"kubectl.json",
|
|
76
87
|
"linode-cli.json",
|
|
77
88
|
"linux.json",
|
|
89
|
+
"liquibase.json",
|
|
78
90
|
"locust.json",
|
|
79
|
-
"lua.json",
|
|
80
91
|
"ls.json",
|
|
92
|
+
"lua.json",
|
|
81
93
|
"make.json",
|
|
82
94
|
"minikube.json",
|
|
83
95
|
"mocha.json",
|
|
@@ -97,6 +109,7 @@
|
|
|
97
109
|
"npm.json",
|
|
98
110
|
"npx.json",
|
|
99
111
|
"nuxt.json",
|
|
112
|
+
"nvim.json",
|
|
100
113
|
"nx.json",
|
|
101
114
|
"openssl.json",
|
|
102
115
|
"packer.json",
|
|
@@ -121,16 +134,23 @@
|
|
|
121
134
|
"python.json",
|
|
122
135
|
"rails.json",
|
|
123
136
|
"railway.json",
|
|
137
|
+
"rake.json",
|
|
124
138
|
"react-native.json",
|
|
125
139
|
"redis-cli.json",
|
|
126
140
|
"render.json",
|
|
141
|
+
"rg.json",
|
|
127
142
|
"rm.json",
|
|
143
|
+
"rspec.json",
|
|
128
144
|
"rsync.json",
|
|
129
145
|
"ruby.json",
|
|
130
146
|
"rust.json",
|
|
131
147
|
"rustup.json",
|
|
132
148
|
"scp.json",
|
|
149
|
+
"screen.json",
|
|
133
150
|
"sed.json",
|
|
151
|
+
"sequelize.json",
|
|
152
|
+
"snyk.json",
|
|
153
|
+
"sonar-scanner.json",
|
|
134
154
|
"sql.json",
|
|
135
155
|
"sqlite3.json",
|
|
136
156
|
"ssh-keygen.json",
|
|
@@ -139,6 +159,7 @@
|
|
|
139
159
|
"sudo.json",
|
|
140
160
|
"supabase.json",
|
|
141
161
|
"svn.json",
|
|
162
|
+
"symfony.json",
|
|
142
163
|
"systemctl.json",
|
|
143
164
|
"systemd-analyze.json",
|
|
144
165
|
"tar.json",
|
|
@@ -146,13 +167,18 @@
|
|
|
146
167
|
"terraform.json",
|
|
147
168
|
"terragrunt.json",
|
|
148
169
|
"tmux.json",
|
|
170
|
+
"top.json",
|
|
171
|
+
"trivy.json",
|
|
149
172
|
"tsc.json",
|
|
150
173
|
"turbo.json",
|
|
174
|
+
"twilio.json",
|
|
175
|
+
"typeorm.json",
|
|
151
176
|
"ufw.json",
|
|
152
177
|
"unzip.json",
|
|
153
178
|
"uvicorn.json",
|
|
154
179
|
"vault.json",
|
|
155
180
|
"vercel.json",
|
|
181
|
+
"vim.json",
|
|
156
182
|
"vite.json",
|
|
157
183
|
"vitest.json",
|
|
158
184
|
"vue.json",
|
|
@@ -160,6 +186,7 @@
|
|
|
160
186
|
"wget.json",
|
|
161
187
|
"winget.json",
|
|
162
188
|
"wireshark.json",
|
|
189
|
+
"wp.json",
|
|
163
190
|
"xcodebuild.json",
|
|
164
191
|
"yarn.json",
|
|
165
192
|
"yq.json",
|
|
@@ -169,7 +196,7 @@
|
|
|
169
196
|
],
|
|
170
197
|
"context": [
|
|
171
198
|
{
|
|
172
|
-
"category": "
|
|
199
|
+
"category": "☁️ Cloud CLIs",
|
|
173
200
|
"context": [
|
|
174
201
|
"Logged-in account",
|
|
175
202
|
"Active project",
|
|
@@ -197,7 +224,7 @@
|
|
|
197
224
|
]
|
|
198
225
|
},
|
|
199
226
|
{
|
|
200
|
-
"category": "
|
|
227
|
+
"category": "🌱 Version Control",
|
|
201
228
|
"context": [
|
|
202
229
|
"Current branch",
|
|
203
230
|
"Local branches",
|
|
@@ -216,7 +243,7 @@
|
|
|
216
243
|
]
|
|
217
244
|
},
|
|
218
245
|
{
|
|
219
|
-
"category": "
|
|
246
|
+
"category": "📦 Node Ecosystem",
|
|
220
247
|
"context": [
|
|
221
248
|
"package.json scripts",
|
|
222
249
|
"Installed dependencies",
|
|
@@ -243,7 +270,7 @@
|
|
|
243
270
|
]
|
|
244
271
|
},
|
|
245
272
|
{
|
|
246
|
-
"category": "
|
|
273
|
+
"category": "🐍 Python Ecosystem",
|
|
247
274
|
"context": [
|
|
248
275
|
"virtualenv",
|
|
249
276
|
"requirements.txt",
|
|
@@ -267,7 +294,7 @@
|
|
|
267
294
|
]
|
|
268
295
|
},
|
|
269
296
|
{
|
|
270
|
-
"category": "
|
|
297
|
+
"category": "🦀 Rust Ecosystem",
|
|
271
298
|
"context": [
|
|
272
299
|
"Cargo.toml",
|
|
273
300
|
"Features",
|
|
@@ -282,7 +309,7 @@
|
|
|
282
309
|
]
|
|
283
310
|
},
|
|
284
311
|
{
|
|
285
|
-
"category": "
|
|
312
|
+
"category": "🐹 Go Ecosystem",
|
|
286
313
|
"context": [
|
|
287
314
|
"go.mod",
|
|
288
315
|
"Modules",
|
|
@@ -296,7 +323,7 @@
|
|
|
296
323
|
]
|
|
297
324
|
},
|
|
298
325
|
{
|
|
299
|
-
"category": "
|
|
326
|
+
"category": "🐘 Databases",
|
|
300
327
|
"context": [
|
|
301
328
|
"Connected DB",
|
|
302
329
|
"Schemas",
|
|
@@ -319,7 +346,7 @@
|
|
|
319
346
|
]
|
|
320
347
|
},
|
|
321
348
|
{
|
|
322
|
-
"category": "
|
|
349
|
+
"category": "🔐 DevOps / Infra",
|
|
323
350
|
"context": [
|
|
324
351
|
"tfstate",
|
|
325
352
|
"Modules",
|
|
@@ -339,7 +366,7 @@
|
|
|
339
366
|
]
|
|
340
367
|
},
|
|
341
368
|
{
|
|
342
|
-
"category": "
|
|
369
|
+
"category": "🐳 Containers / Kubernetes",
|
|
343
370
|
"context": [
|
|
344
371
|
"Containers",
|
|
345
372
|
"Images",
|
|
@@ -363,7 +390,7 @@
|
|
|
363
390
|
]
|
|
364
391
|
},
|
|
365
392
|
{
|
|
366
|
-
"category": "
|
|
393
|
+
"category": "🔧 Build Tools",
|
|
367
394
|
"context": [
|
|
368
395
|
"Makefile targets",
|
|
369
396
|
"Gradle tasks",
|
|
@@ -380,7 +407,7 @@
|
|
|
380
407
|
]
|
|
381
408
|
},
|
|
382
409
|
{
|
|
383
|
-
"category": "
|
|
410
|
+
"category": "⚙️ Linux Coreutils (Smart FS Context)",
|
|
384
411
|
"context": [
|
|
385
412
|
"Files",
|
|
386
413
|
"Directories",
|
|
@@ -424,7 +451,7 @@
|
|
|
424
451
|
]
|
|
425
452
|
},
|
|
426
453
|
{
|
|
427
|
-
"category": "
|
|
454
|
+
"category": "🧪 Testing Tools",
|
|
428
455
|
"context": [
|
|
429
456
|
"Test files",
|
|
430
457
|
"Config files",
|
|
@@ -441,7 +468,7 @@
|
|
|
441
468
|
]
|
|
442
469
|
},
|
|
443
470
|
{
|
|
444
|
-
"category": "
|
|
471
|
+
"category": "📡 Networking / Security",
|
|
445
472
|
"context": [
|
|
446
473
|
"Open ports",
|
|
447
474
|
"Certificates",
|
|
@@ -460,7 +487,7 @@
|
|
|
460
487
|
]
|
|
461
488
|
},
|
|
462
489
|
{
|
|
463
|
-
"category": "
|
|
490
|
+
"category": "🖥 Package Managers (System)",
|
|
464
491
|
"context": [
|
|
465
492
|
"Installed packages",
|
|
466
493
|
"Available packages",
|
|
@@ -478,7 +505,7 @@
|
|
|
478
505
|
]
|
|
479
506
|
},
|
|
480
507
|
{
|
|
481
|
-
"category": "
|
|
508
|
+
"category": "☕ Java Ecosystem",
|
|
482
509
|
"context": [
|
|
483
510
|
"Classes",
|
|
484
511
|
"Jar files"
|
|
@@ -488,7 +515,7 @@
|
|
|
488
515
|
]
|
|
489
516
|
},
|
|
490
517
|
{
|
|
491
|
-
"category": "
|
|
518
|
+
"category": "🐘 PHP & Ruby Ecosystems",
|
|
492
519
|
"context": [
|
|
493
520
|
"PHP version",
|
|
494
521
|
"Modules",
|
|
@@ -513,7 +540,7 @@
|
|
|
513
540
|
]
|
|
514
541
|
},
|
|
515
542
|
{
|
|
516
|
-
"category": "
|
|
543
|
+
"category": "🛠️ Text Processing & Utilities",
|
|
517
544
|
"context": [
|
|
518
545
|
"JSON files",
|
|
519
546
|
"Parsed outputs",
|
|
@@ -530,7 +557,7 @@
|
|
|
530
557
|
]
|
|
531
558
|
},
|
|
532
559
|
{
|
|
533
|
-
"category": "
|
|
560
|
+
"category": "📱 Mobile Development",
|
|
534
561
|
"context": [
|
|
535
562
|
"Connected Devices",
|
|
536
563
|
"Flutter packages",
|
|
@@ -560,7 +587,7 @@
|
|
|
560
587
|
]
|
|
561
588
|
},
|
|
562
589
|
{
|
|
563
|
-
"category": "
|
|
590
|
+
"category": "🗄️ Database ORMs & Migrations",
|
|
564
591
|
"context": [
|
|
565
592
|
"Prisma Schema",
|
|
566
593
|
"Migrations"
|
|
@@ -570,7 +597,7 @@
|
|
|
570
597
|
]
|
|
571
598
|
},
|
|
572
599
|
{
|
|
573
|
-
"category": "
|
|
600
|
+
"category": "🔐 Security & APIs",
|
|
574
601
|
"context": [
|
|
575
602
|
"Webhook events",
|
|
576
603
|
"Stripe config"
|
|
@@ -580,7 +607,7 @@
|
|
|
580
607
|
]
|
|
581
608
|
},
|
|
582
609
|
{
|
|
583
|
-
"category": "
|
|
610
|
+
"category": "⚙️ Node Version & Process Managers",
|
|
584
611
|
"context": [
|
|
585
612
|
"Running processes",
|
|
586
613
|
"Daemon logs"
|
|
@@ -590,7 +617,7 @@
|
|
|
590
617
|
]
|
|
591
618
|
},
|
|
592
619
|
{
|
|
593
|
-
"category": "
|
|
620
|
+
"category": "🖼️ Frontend Frameworks",
|
|
594
621
|
"context": [
|
|
595
622
|
"Angular projects",
|
|
596
623
|
"Components",
|
|
@@ -606,7 +633,7 @@
|
|
|
606
633
|
]
|
|
607
634
|
},
|
|
608
635
|
{
|
|
609
|
-
"category": "
|
|
636
|
+
"category": "📱 Mobile Development CLIs",
|
|
610
637
|
"context": [],
|
|
611
638
|
"files": [
|
|
612
639
|
"flutter.json",
|
|
@@ -618,7 +645,7 @@
|
|
|
618
645
|
]
|
|
619
646
|
},
|
|
620
647
|
{
|
|
621
|
-
"category": "
|
|
648
|
+
"category": "🌐 API, Security & SaaS CLIs",
|
|
622
649
|
"context": [],
|
|
623
650
|
"files": [
|
|
624
651
|
"stripe.json"
|
package/data/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"description": "Monaco editor language support data for completion, definition, and hover providers",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-05",
|
|
5
5
|
"languages": [
|
|
6
6
|
{
|
|
7
7
|
"id": "awk",
|
|
@@ -30,6 +30,15 @@
|
|
|
30
30
|
"hover": "hover/c.json"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"id": "caddy",
|
|
35
|
+
"name": "Caddy",
|
|
36
|
+
"files": {
|
|
37
|
+
"completion": "completion/caddy.json",
|
|
38
|
+
"defination": "defination/caddy.json",
|
|
39
|
+
"hover": "hover/caddy.json"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
33
42
|
{
|
|
34
43
|
"id": "cpp",
|
|
35
44
|
"name": "C++",
|
|
@@ -335,6 +344,7 @@
|
|
|
335
344
|
"awk.json",
|
|
336
345
|
"bash.json",
|
|
337
346
|
"c.json",
|
|
347
|
+
"caddy.json",
|
|
338
348
|
"cpp.json",
|
|
339
349
|
"crontab.json",
|
|
340
350
|
"csharp.json",
|
|
@@ -376,6 +386,7 @@
|
|
|
376
386
|
"awk.json",
|
|
377
387
|
"bash.json",
|
|
378
388
|
"c.json",
|
|
389
|
+
"caddy.json",
|
|
379
390
|
"cpp.json",
|
|
380
391
|
"crontab.json",
|
|
381
392
|
"csharp.json",
|
|
@@ -417,6 +428,7 @@
|
|
|
417
428
|
"awk.json",
|
|
418
429
|
"bash.json",
|
|
419
430
|
"c.json",
|
|
431
|
+
"caddy.json",
|
|
420
432
|
"cpp.json",
|
|
421
433
|
"crontab.json",
|
|
422
434
|
"csharp.json",
|
|
@@ -453,6 +465,6 @@
|
|
|
453
465
|
]
|
|
454
466
|
}
|
|
455
467
|
},
|
|
456
|
-
"totalLanguages":
|
|
457
|
-
"totalFiles":
|
|
468
|
+
"totalLanguages": 37,
|
|
469
|
+
"totalFiles": 111
|
|
458
470
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enjoys/context-engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Comprehensive CLI command context engine with 135 tools — subcommands, options, examples, and runtime context detectors for intelligent terminal autocomplete",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|