@enjoys/context-engine 1.0.6 → 1.0.8

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.
@@ -228,6 +228,15 @@
228
228
  "hover": "hover/python.json"
229
229
  }
230
230
  },
231
+ {
232
+ "id": "redis-cli",
233
+ "name": "Redis CLI",
234
+ "files": {
235
+ "completion": "completion/redis-cli.json",
236
+ "defination": "defination/redis-cli.json",
237
+ "hover": "hover/redis-cli.json"
238
+ }
239
+ },
231
240
  {
232
241
  "id": "ruby",
233
242
  "name": "Ruby",
@@ -348,6 +357,7 @@
348
357
  "powershell.json",
349
358
  "protobuf.json",
350
359
  "python.json",
360
+ "redis-cli.json",
351
361
  "ruby.json",
352
362
  "rust.json",
353
363
  "sql.json",
@@ -388,6 +398,7 @@
388
398
  "powershell.json",
389
399
  "protobuf.json",
390
400
  "python.json",
401
+ "redis-cli.json",
391
402
  "ruby.json",
392
403
  "rust.json",
393
404
  "sql.json",
@@ -428,6 +439,7 @@
428
439
  "powershell.json",
429
440
  "protobuf.json",
430
441
  "python.json",
442
+ "redis-cli.json",
431
443
  "ruby.json",
432
444
  "rust.json",
433
445
  "sql.json",
@@ -441,6 +453,6 @@
441
453
  ]
442
454
  }
443
455
  },
444
- "totalLanguages": 35,
445
- "totalFiles": 105
456
+ "totalLanguages": 36,
457
+ "totalFiles": 108
446
458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enjoys/context-engine",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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",
@@ -11,7 +11,11 @@
11
11
  "types": "./index.d.ts"
12
12
  },
13
13
  "./commands": "./data/commands",
14
- "./commands/*": "./data/commands/*"
14
+ "./commands/*": "./data/commands/*",
15
+ "./completion/*": "./data/completion/*",
16
+ "./defination/*": "./data/defination/*",
17
+ "./hover/*": "./data/hover/*",
18
+ "./data/*": "./data/*"
15
19
  },
16
20
  "files": [
17
21
  "index.js",