ekms 8.1.0 → 8.3.0

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.
@@ -207,13 +207,19 @@
207
207
  "words": [
208
208
  "where"
209
209
  ],
210
+ "localHierarchy": [
211
+ [
212
+ "unknown",
213
+ "wearable"
214
+ ]
215
+ ],
210
216
  "level": 0,
211
217
  "bridge": "{ ...next(operator), item: after[0] }",
212
218
  "generatorp": "async ({context, g}) => `wear ${await g(context.item)}`",
213
219
  "semantic": "({api, context}) => {\n if (context.item.name) {\n api.wear({ name: context.item.name.value, type: 'outfit' })\n } else {\n api.wear({ type: context.item.value })\n }\n }"
214
220
  },
215
221
  {
216
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
222
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
217
223
  "id": "equip",
218
224
  "isA": [
219
225
  "verb"
@@ -238,7 +244,7 @@
238
244
  "semantic": "async ({api, context}) => {\n let condition\n if (context.item.condition) {\n condition = { selector: context.item.condition.marker, property: context.item.condition.property[0].marker }\n }\n api.equip({ type: context.item.value, condition })\n }"
239
245
  },
240
246
  {
241
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
247
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
242
248
  "id": "toDrink",
243
249
  "isA": [
244
250
  "verb"
@@ -249,8 +255,14 @@
249
255
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
250
256
  },
251
257
  {
252
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
258
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
253
259
  "id": "eat",
260
+ "localHierarchy": [
261
+ [
262
+ "unknown",
263
+ "edible"
264
+ ]
265
+ ],
254
266
  "isA": [
255
267
  "verb"
256
268
  ],
@@ -260,7 +272,7 @@
260
272
  "semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
261
273
  },
262
274
  {
263
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
275
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
264
276
  "id": "take",
265
277
  "isA": [
266
278
  "verb"
@@ -271,7 +283,7 @@
271
283
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
272
284
  },
273
285
  {
274
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
286
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
275
287
  "id": "nameable",
276
288
  "isA": [
277
289
  "theAble"
@@ -1139,7 +1151,7 @@
1139
1151
  ],
1140
1152
  [
1141
1153
  "theAble",
1142
- "theAble",
1154
+ "queryable",
1143
1155
  false
1144
1156
  ],
1145
1157
  [
@@ -1555,6 +1567,7 @@
1555
1567
  },
1556
1568
  "types": [
1557
1569
  "list",
1570
+ "queryable",
1558
1571
  "unknown"
1559
1572
  ],
1560
1573
  "listable": true,
@@ -1571,6 +1584,10 @@
1571
1584
  "end": 6
1572
1585
  },
1573
1586
  "dead": true,
1587
+ "types": [
1588
+ "queryable",
1589
+ "unknown"
1590
+ ],
1574
1591
  "level": 1
1575
1592
  },
1576
1593
  {
@@ -1584,6 +1601,10 @@
1584
1601
  "end": 13
1585
1602
  },
1586
1603
  "dead": true,
1604
+ "types": [
1605
+ "queryable",
1606
+ "unknown"
1607
+ ],
1587
1608
  "level": 1
1588
1609
  },
1589
1610
  {
@@ -1597,6 +1618,10 @@
1597
1618
  "end": 22
1598
1619
  },
1599
1620
  "dead": true,
1621
+ "types": [
1622
+ "queryable",
1623
+ "unknown"
1624
+ ],
1600
1625
  "level": 1
1601
1626
  },
1602
1627
  {
@@ -1609,6 +1634,10 @@
1609
1634
  "start": 24,
1610
1635
  "end": 28
1611
1636
  },
1637
+ "types": [
1638
+ "queryable",
1639
+ "unknown"
1640
+ ],
1612
1641
  "dead": true,
1613
1642
  "level": 1
1614
1643
  },
@@ -1622,6 +1651,10 @@
1622
1651
  "start": 34,
1623
1652
  "end": 41
1624
1653
  },
1654
+ "types": [
1655
+ "queryable",
1656
+ "unknown"
1657
+ ],
1625
1658
  "dead": true,
1626
1659
  "level": 1
1627
1660
  }
@@ -2586,7 +2619,7 @@
2586
2619
  ],
2587
2620
  [
2588
2621
  "theAble",
2589
- "theAble",
2622
+ "queryable",
2590
2623
  false
2591
2624
  ],
2592
2625
  [
@@ -3910,7 +3943,7 @@
3910
3943
  ],
3911
3944
  [
3912
3945
  "theAble",
3913
- "theAble",
3946
+ "queryable",
3914
3947
  false
3915
3948
  ],
3916
3949
  [
@@ -5121,7 +5154,7 @@
5121
5154
  ],
5122
5155
  [
5123
5156
  "theAble",
5124
- "theAble",
5157
+ "queryable",
5125
5158
  false
5126
5159
  ],
5127
5160
  [
@@ -6593,7 +6626,7 @@
6593
6626
  ],
6594
6627
  [
6595
6628
  "theAble",
6596
- "theAble",
6629
+ "queryable",
6597
6630
  false
6598
6631
  ],
6599
6632
  [
@@ -7859,7 +7892,7 @@
7859
7892
  ],
7860
7893
  [
7861
7894
  "theAble",
7862
- "theAble",
7895
+ "queryable",
7863
7896
  false
7864
7897
  ],
7865
7898
  [
@@ -8198,6 +8231,7 @@
8198
8231
  },
8199
8232
  "types": [
8200
8233
  "list",
8234
+ "queryable",
8201
8235
  "unknown"
8202
8236
  ],
8203
8237
  "listable": true,
@@ -8214,6 +8248,10 @@
8214
8248
  "end": 3
8215
8249
  },
8216
8250
  "dead": true,
8251
+ "types": [
8252
+ "queryable",
8253
+ "unknown"
8254
+ ],
8217
8255
  "level": 1
8218
8256
  },
8219
8257
  {
@@ -8226,6 +8264,10 @@
8226
8264
  "start": 5,
8227
8265
  "end": 9
8228
8266
  },
8267
+ "types": [
8268
+ "queryable",
8269
+ "unknown"
8270
+ ],
8229
8271
  "dead": true,
8230
8272
  "level": 1
8231
8273
  },
@@ -8239,6 +8281,10 @@
8239
8281
  "start": 15,
8240
8282
  "end": 19
8241
8283
  },
8284
+ "types": [
8285
+ "queryable",
8286
+ "unknown"
8287
+ ],
8242
8288
  "dead": true,
8243
8289
  "level": 1
8244
8290
  }
@@ -9463,7 +9509,7 @@
9463
9509
  ],
9464
9510
  [
9465
9511
  "theAble",
9466
- "theAble",
9512
+ "queryable",
9467
9513
  false
9468
9514
  ],
9469
9515
  [
@@ -10998,7 +11044,7 @@
10998
11044
  ],
10999
11045
  [
11000
11046
  "theAble",
11001
- "theAble",
11047
+ "queryable",
11002
11048
  false
11003
11049
  ],
11004
11050
  [
@@ -12478,7 +12524,7 @@
12478
12524
  ],
12479
12525
  [
12480
12526
  "theAble",
12481
- "theAble",
12527
+ "queryable",
12482
12528
  false
12483
12529
  ],
12484
12530
  [
@@ -14099,7 +14145,7 @@
14099
14145
  ],
14100
14146
  [
14101
14147
  "theAble",
14102
- "theAble",
14148
+ "queryable",
14103
14149
  false
14104
14150
  ],
14105
14151
  [
@@ -15695,7 +15741,7 @@
15695
15741
  ],
15696
15742
  [
15697
15743
  "theAble",
15698
- "theAble",
15744
+ "queryable",
15699
15745
  false
15700
15746
  ],
15701
15747
  [
@@ -17362,7 +17408,7 @@
17362
17408
  ],
17363
17409
  [
17364
17410
  "theAble",
17365
- "theAble",
17411
+ "queryable",
17366
17412
  false
17367
17413
  ],
17368
17414
  [
@@ -19073,7 +19119,7 @@
19073
19119
  ],
19074
19120
  [
19075
19121
  "theAble",
19076
- "theAble",
19122
+ "queryable",
19077
19123
  false
19078
19124
  ],
19079
19125
  [
@@ -19402,6 +19448,7 @@
19402
19448
  },
19403
19449
  "types": [
19404
19450
  "list",
19451
+ "queryable",
19405
19452
  "unknown"
19406
19453
  ],
19407
19454
  "listable": true,
@@ -19417,6 +19464,10 @@
19417
19464
  "start": 0,
19418
19465
  "end": 9
19419
19466
  },
19467
+ "types": [
19468
+ "queryable",
19469
+ "unknown"
19470
+ ],
19420
19471
  "dead": true,
19421
19472
  "level": 1
19422
19473
  },
@@ -19430,6 +19481,10 @@
19430
19481
  "start": 15,
19431
19482
  "end": 19
19432
19483
  },
19484
+ "types": [
19485
+ "queryable",
19486
+ "unknown"
19487
+ ],
19433
19488
  "dead": true,
19434
19489
  "level": 1
19435
19490
  }
@@ -20951,7 +21006,7 @@
20951
21006
  ],
20952
21007
  [
20953
21008
  "theAble",
20954
- "theAble",
21009
+ "queryable",
20955
21010
  false
20956
21011
  ],
20957
21012
  [
@@ -21320,6 +21375,7 @@
21320
21375
  },
21321
21376
  "types": [
21322
21377
  "list",
21378
+ "queryable",
21323
21379
  "unknown"
21324
21380
  ],
21325
21381
  "listable": true,
@@ -21335,6 +21391,10 @@
21335
21391
  "start": 0,
21336
21392
  "end": 3
21337
21393
  },
21394
+ "types": [
21395
+ "queryable",
21396
+ "unknown"
21397
+ ],
21338
21398
  "dead": true,
21339
21399
  "level": 1
21340
21400
  },
@@ -21348,6 +21408,10 @@
21348
21408
  "start": 9,
21349
21409
  "end": 11
21350
21410
  },
21411
+ "types": [
21412
+ "queryable",
21413
+ "unknown"
21414
+ ],
21351
21415
  "dead": true,
21352
21416
  "level": 1
21353
21417
  }
@@ -22949,7 +23013,7 @@
22949
23013
  ],
22950
23014
  [
22951
23015
  "theAble",
22952
- "theAble",
23016
+ "queryable",
22953
23017
  false
22954
23018
  ],
22955
23019
  [
@@ -23318,6 +23382,7 @@
23318
23382
  },
23319
23383
  "types": [
23320
23384
  "list",
23385
+ "queryable",
23321
23386
  "unknown"
23322
23387
  ],
23323
23388
  "listable": true,
@@ -23333,6 +23398,10 @@
23333
23398
  "start": 0,
23334
23399
  "end": 7
23335
23400
  },
23401
+ "types": [
23402
+ "queryable",
23403
+ "unknown"
23404
+ ],
23336
23405
  "dead": true,
23337
23406
  "level": 1
23338
23407
  },
@@ -23346,6 +23415,10 @@
23346
23415
  "start": 13,
23347
23416
  "end": 20
23348
23417
  },
23418
+ "types": [
23419
+ "queryable",
23420
+ "unknown"
23421
+ ],
23349
23422
  "dead": true,
23350
23423
  "level": 1
23351
23424
  }
@@ -25040,7 +25113,7 @@
25040
25113
  ],
25041
25114
  [
25042
25115
  "theAble",
25043
- "theAble",
25116
+ "queryable",
25044
25117
  false
25045
25118
  ],
25046
25119
  [
@@ -27128,7 +27201,7 @@
27128
27201
  ],
27129
27202
  [
27130
27203
  "theAble",
27131
- "theAble",
27204
+ "queryable",
27132
27205
  false
27133
27206
  ],
27134
27207
  [
@@ -28103,6 +28176,7 @@
28103
28176
  },
28104
28177
  "types": [
28105
28178
  "list",
28179
+ "queryable",
28106
28180
  "unknown"
28107
28181
  ],
28108
28182
  "listable": true,
@@ -28119,6 +28193,10 @@
28119
28193
  "end": 5
28120
28194
  },
28121
28195
  "dead": true,
28196
+ "types": [
28197
+ "queryable",
28198
+ "unknown"
28199
+ ],
28122
28200
  "level": 1
28123
28201
  },
28124
28202
  {
@@ -28132,6 +28210,10 @@
28132
28210
  "end": 10
28133
28211
  },
28134
28212
  "dead": true,
28213
+ "types": [
28214
+ "queryable",
28215
+ "unknown"
28216
+ ],
28135
28217
  "level": 1
28136
28218
  },
28137
28219
  {
@@ -28145,6 +28227,10 @@
28145
28227
  "end": 13
28146
28228
  },
28147
28229
  "dead": true,
28230
+ "types": [
28231
+ "queryable",
28232
+ "unknown"
28233
+ ],
28148
28234
  "level": 1
28149
28235
  },
28150
28236
  {
@@ -28158,6 +28244,10 @@
28158
28244
  "end": 18
28159
28245
  },
28160
28246
  "dead": true,
28247
+ "types": [
28248
+ "queryable",
28249
+ "unknown"
28250
+ ],
28161
28251
  "level": 1
28162
28252
  },
28163
28253
  {
@@ -28171,6 +28261,10 @@
28171
28261
  "end": 24
28172
28262
  },
28173
28263
  "dead": true,
28264
+ "types": [
28265
+ "queryable",
28266
+ "unknown"
28267
+ ],
28174
28268
  "level": 1
28175
28269
  },
28176
28270
  {
@@ -28184,6 +28278,10 @@
28184
28278
  "end": 27
28185
28279
  },
28186
28280
  "dead": true,
28281
+ "types": [
28282
+ "queryable",
28283
+ "unknown"
28284
+ ],
28187
28285
  "level": 1
28188
28286
  },
28189
28287
  {
@@ -28197,6 +28295,10 @@
28197
28295
  "end": 36
28198
28296
  },
28199
28297
  "dead": true,
28298
+ "types": [
28299
+ "queryable",
28300
+ "unknown"
28301
+ ],
28200
28302
  "level": 1
28201
28303
  },
28202
28304
  {
@@ -28209,6 +28311,10 @@
28209
28311
  "start": 38,
28210
28312
  "end": 42
28211
28313
  },
28314
+ "types": [
28315
+ "queryable",
28316
+ "unknown"
28317
+ ],
28212
28318
  "dead": true,
28213
28319
  "level": 1
28214
28320
  },
@@ -28222,6 +28328,10 @@
28222
28328
  "start": 48,
28223
28329
  "end": 55
28224
28330
  },
28331
+ "types": [
28332
+ "queryable",
28333
+ "unknown"
28334
+ ],
28225
28335
  "dead": true,
28226
28336
  "level": 1
28227
28337
  }
@@ -28589,11 +28699,17 @@
28589
28699
  "words": [
28590
28700
  "where"
28591
28701
  ],
28702
+ "localHierarchy": [
28703
+ [
28704
+ "unknown",
28705
+ "wearable"
28706
+ ]
28707
+ ],
28592
28708
  "level": 0,
28593
28709
  "bridge": "{ ...next(operator), item: after[0] }"
28594
28710
  },
28595
28711
  {
28596
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
28712
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
28597
28713
  "id": "equip",
28598
28714
  "isA": [
28599
28715
  "verb"
@@ -28616,7 +28732,7 @@
28616
28732
  "bridge": "{ ...next(operator), item: after[0] }"
28617
28733
  },
28618
28734
  {
28619
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
28735
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
28620
28736
  "id": "toDrink",
28621
28737
  "isA": [
28622
28738
  "verb"
@@ -28625,8 +28741,14 @@
28625
28741
  "bridge": "{ ...next(operator), item: after[0] }"
28626
28742
  },
28627
28743
  {
28628
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
28744
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
28629
28745
  "id": "eat",
28746
+ "localHierarchy": [
28747
+ [
28748
+ "unknown",
28749
+ "edible"
28750
+ ]
28751
+ ],
28630
28752
  "isA": [
28631
28753
  "verb"
28632
28754
  ],
@@ -28634,7 +28756,7 @@
28634
28756
  "bridge": "{ ...next(operator), item: after[0] }"
28635
28757
  },
28636
28758
  {
28637
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
28759
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
28638
28760
  "id": "take",
28639
28761
  "isA": [
28640
28762
  "verb"
@@ -28643,7 +28765,7 @@
28643
28765
  "bridge": "{ ...next(operator), item: after[0] }"
28644
28766
  },
28645
28767
  {
28646
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
28768
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
28647
28769
  "id": "nameable",
28648
28770
  "isA": [
28649
28771
  "theAble"