tpmkms 8.0.0-beta.75 → 8.0.0-beta.76

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.
@@ -15,7 +15,7 @@
15
15
  "vegetables and fruit are food",
16
16
  "cola and pop are drinks",
17
17
  "medicine and stimpaks are takeable",
18
- "item modifies properties",
18
+ "item modifies property",
19
19
  "damage luck hp rads value ap charisma range and accuracy are item properties",
20
20
  {
21
21
  "name": "pipboy",
@@ -105,7 +105,7 @@
105
105
  ],
106
106
  "bridges": [
107
107
  {
108
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
108
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:153",
109
109
  "id": "put",
110
110
  "isA": [
111
111
  "verb"
@@ -115,7 +115,7 @@
115
115
  "generatorp": "({context}) => `put on`"
116
116
  },
117
117
  {
118
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
118
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:161",
119
119
  "id": "propertyCondition",
120
120
  "before": [
121
121
  "adjective",
@@ -127,7 +127,7 @@
127
127
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
128
128
  },
129
129
  {
130
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
130
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
131
131
  "id": "on",
132
132
  "isA": [
133
133
  "preposition"
@@ -138,7 +138,7 @@
138
138
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
139
139
  },
140
140
  {
141
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
141
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
142
142
  "id": "change",
143
143
  "isA": [
144
144
  "verb"
@@ -155,7 +155,7 @@
155
155
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
156
156
  },
157
157
  {
158
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
158
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:192",
159
159
  "id": "disarm",
160
160
  "isA": [
161
161
  "verb"
@@ -166,7 +166,7 @@
166
166
  "semantic": "({api, context}) => {\n api.disarm()\n }"
167
167
  },
168
168
  {
169
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
169
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
170
170
  "id": "strip",
171
171
  "isA": [
172
172
  "verb"
@@ -177,7 +177,7 @@
177
177
  "semantic": "({api, context}) => {\n api.strip()\n }"
178
178
  },
179
179
  {
180
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
180
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
181
181
  "id": "call",
182
182
  "isA": [
183
183
  "verb"
@@ -188,7 +188,7 @@
188
188
  "semantic": "({api, context}) => {\n api.setName(context.item, context.name.name.value)\n }"
189
189
  },
190
190
  {
191
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
191
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
192
192
  "id": "putOn",
193
193
  "isA": [
194
194
  "verb"
@@ -199,7 +199,7 @@
199
199
  "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 }"
200
200
  },
201
201
  {
202
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
202
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
203
203
  "id": "wear",
204
204
  "isA": [
205
205
  "verb"
@@ -213,7 +213,7 @@
213
213
  "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
214
  },
215
215
  {
216
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
216
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
217
217
  "id": "equip",
218
218
  "isA": [
219
219
  "verb"
@@ -227,6 +227,10 @@
227
227
  [
228
228
  "thisitthat",
229
229
  "equipable"
230
+ ],
231
+ [
232
+ "equipable",
233
+ "unknown"
230
234
  ]
231
235
  ],
232
236
  "bridge": "{ ...next(operator), item: after[0] }",
@@ -234,7 +238,7 @@
234
238
  "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 }"
235
239
  },
236
240
  {
237
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
241
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
238
242
  "id": "toDrink",
239
243
  "isA": [
240
244
  "verb"
@@ -245,7 +249,7 @@
245
249
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
246
250
  },
247
251
  {
248
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
252
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
249
253
  "id": "eat",
250
254
  "isA": [
251
255
  "verb"
@@ -256,7 +260,7 @@
256
260
  "semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
257
261
  },
258
262
  {
259
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
263
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
260
264
  "id": "take",
261
265
  "isA": [
262
266
  "verb"
@@ -267,7 +271,7 @@
267
271
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
268
272
  },
269
273
  {
270
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
274
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
271
275
  "id": "nameable",
272
276
  "isA": [
273
277
  "theAble"
@@ -983,11 +987,6 @@
983
987
  "theAble",
984
988
  false
985
989
  ],
986
- [
987
- "property",
988
- "unknown",
989
- false
990
- ],
991
990
  [
992
991
  "punctuation",
993
992
  "punctuation",
@@ -1198,11 +1197,6 @@
1198
1197
  "hierarchyAble",
1199
1198
  false
1200
1199
  ],
1201
- [
1202
- "unknown",
1203
- "object",
1204
- false
1205
- ],
1206
1200
  [
1207
1201
  "unknown",
1208
1202
  "queryable",
@@ -1717,6 +1711,20 @@
1717
1711
  1
1718
1712
  ]
1719
1713
  ],
1714
+ [
1715
+ [
1716
+ "is",
1717
+ 0
1718
+ ],
1719
+ [
1720
+ "list",
1721
+ 1
1722
+ ],
1723
+ [
1724
+ "unknown",
1725
+ 1
1726
+ ]
1727
+ ],
1720
1728
  [
1721
1729
  [
1722
1730
  "is",
@@ -2360,11 +2368,6 @@
2360
2368
  "theAble",
2361
2369
  false
2362
2370
  ],
2363
- [
2364
- "property",
2365
- "unknown",
2366
- false
2367
- ],
2368
2371
  [
2369
2372
  "punctuation",
2370
2373
  "punctuation",
@@ -2655,11 +2658,6 @@
2655
2658
  "hierarchyAble",
2656
2659
  false
2657
2660
  ],
2658
- [
2659
- "unknown",
2660
- "object",
2661
- false
2662
- ],
2663
2661
  [
2664
2662
  "unknown",
2665
2663
  "queryable",
@@ -3694,11 +3692,6 @@
3694
3692
  "theAble",
3695
3693
  false
3696
3694
  ],
3697
- [
3698
- "property",
3699
- "unknown",
3700
- false
3701
- ],
3702
3695
  [
3703
3696
  "punctuation",
3704
3697
  "punctuation",
@@ -3989,11 +3982,6 @@
3989
3982
  "hierarchyAble",
3990
3983
  false
3991
3984
  ],
3992
- [
3993
- "unknown",
3994
- "object",
3995
- false
3996
- ],
3997
3985
  [
3998
3986
  "unknown",
3999
3987
  "queryable",
@@ -4915,11 +4903,6 @@
4915
4903
  "theAble",
4916
4904
  false
4917
4905
  ],
4918
- [
4919
- "property",
4920
- "unknown",
4921
- false
4922
- ],
4923
4906
  [
4924
4907
  "punctuation",
4925
4908
  "punctuation",
@@ -5210,11 +5193,6 @@
5210
5193
  "hierarchyAble",
5211
5194
  false
5212
5195
  ],
5213
- [
5214
- "unknown",
5215
- "object",
5216
- false
5217
- ],
5218
5196
  [
5219
5197
  "unknown",
5220
5198
  "queryable",
@@ -6387,11 +6365,6 @@
6387
6365
  "theAble",
6388
6366
  false
6389
6367
  ],
6390
- [
6391
- "property",
6392
- "unknown",
6393
- false
6394
- ],
6395
6368
  [
6396
6369
  "punctuation",
6397
6370
  "punctuation",
@@ -6692,11 +6665,6 @@
6692
6665
  "hierarchyAble",
6693
6666
  false
6694
6667
  ],
6695
- [
6696
- "unknown",
6697
- "object",
6698
- false
6699
- ],
6700
6668
  [
6701
6669
  "unknown",
6702
6670
  "queryable",
@@ -7663,11 +7631,6 @@
7663
7631
  "theAble",
7664
7632
  false
7665
7633
  ],
7666
- [
7667
- "property",
7668
- "unknown",
7669
- false
7670
- ],
7671
7634
  [
7672
7635
  "punctuation",
7673
7636
  "punctuation",
@@ -7968,11 +7931,6 @@
7968
7931
  "hierarchyAble",
7969
7932
  false
7970
7933
  ],
7971
- [
7972
- "unknown",
7973
- "object",
7974
- false
7975
- ],
7976
7934
  [
7977
7935
  "unknown",
7978
7936
  "queryable",
@@ -8384,6 +8342,20 @@
8384
8342
  1
8385
8343
  ]
8386
8344
  ],
8345
+ [
8346
+ [
8347
+ "is",
8348
+ 0
8349
+ ],
8350
+ [
8351
+ "list",
8352
+ 1
8353
+ ],
8354
+ [
8355
+ "unknown",
8356
+ 1
8357
+ ]
8358
+ ],
8387
8359
  [
8388
8360
  [
8389
8361
  "is",
@@ -9237,11 +9209,6 @@
9237
9209
  "theAble",
9238
9210
  false
9239
9211
  ],
9240
- [
9241
- "property",
9242
- "unknown",
9243
- false
9244
- ],
9245
9212
  [
9246
9213
  "punctuation",
9247
9214
  "punctuation",
@@ -9582,11 +9549,6 @@
9582
9549
  "hierarchyAble",
9583
9550
  false
9584
9551
  ],
9585
- [
9586
- "unknown",
9587
- "object",
9588
- false
9589
- ],
9590
9552
  [
9591
9553
  "unknown",
9592
9554
  "queryable",
@@ -10782,11 +10744,6 @@
10782
10744
  "theAble",
10783
10745
  false
10784
10746
  ],
10785
- [
10786
- "property",
10787
- "unknown",
10788
- false
10789
- ],
10790
10747
  [
10791
10748
  "punctuation",
10792
10749
  "punctuation",
@@ -11127,11 +11084,6 @@
11127
11084
  "hierarchyAble",
11128
11085
  false
11129
11086
  ],
11130
- [
11131
- "unknown",
11132
- "object",
11133
- false
11134
- ],
11135
11087
  [
11136
11088
  "unknown",
11137
11089
  "queryable",
@@ -12272,11 +12224,6 @@
12272
12224
  "theAble",
12273
12225
  false
12274
12226
  ],
12275
- [
12276
- "property",
12277
- "unknown",
12278
- false
12279
- ],
12280
12227
  [
12281
12228
  "punctuation",
12282
12229
  "punctuation",
@@ -12617,11 +12564,6 @@
12617
12564
  "hierarchyAble",
12618
12565
  false
12619
12566
  ],
12620
- [
12621
- "unknown",
12622
- "object",
12623
- false
12624
- ],
12625
12567
  [
12626
12568
  "unknown",
12627
12569
  "queryable",
@@ -13903,11 +13845,6 @@
13903
13845
  "theAble",
13904
13846
  false
13905
13847
  ],
13906
- [
13907
- "property",
13908
- "unknown",
13909
- false
13910
- ],
13911
13848
  [
13912
13849
  "punctuation",
13913
13850
  "punctuation",
@@ -14248,11 +14185,6 @@
14248
14185
  "hierarchyAble",
14249
14186
  false
14250
14187
  ],
14251
- [
14252
- "unknown",
14253
- "object",
14254
- false
14255
- ],
14256
14188
  [
14257
14189
  "unknown",
14258
14190
  "queryable",
@@ -15509,11 +15441,6 @@
15509
15441
  "theAble",
15510
15442
  false
15511
15443
  ],
15512
- [
15513
- "property",
15514
- "unknown",
15515
- false
15516
- ],
15517
15444
  [
15518
15445
  "punctuation",
15519
15446
  "punctuation",
@@ -15854,11 +15781,6 @@
15854
15781
  "hierarchyAble",
15855
15782
  false
15856
15783
  ],
15857
- [
15858
- "unknown",
15859
- "object",
15860
- false
15861
- ],
15862
15784
  [
15863
15785
  "unknown",
15864
15786
  "queryable",
@@ -17186,11 +17108,6 @@
17186
17108
  "theAble",
17187
17109
  false
17188
17110
  ],
17189
- [
17190
- "property",
17191
- "unknown",
17192
- false
17193
- ],
17194
17111
  [
17195
17112
  "punctuation",
17196
17113
  "punctuation",
@@ -17531,11 +17448,6 @@
17531
17448
  "hierarchyAble",
17532
17449
  false
17533
17450
  ],
17534
- [
17535
- "unknown",
17536
- "object",
17537
- false
17538
- ],
17539
17451
  [
17540
17452
  "unknown",
17541
17453
  "queryable",
@@ -18907,11 +18819,6 @@
18907
18819
  "theAble",
18908
18820
  false
18909
18821
  ],
18910
- [
18911
- "property",
18912
- "unknown",
18913
- false
18914
- ],
18915
18822
  [
18916
18823
  "punctuation",
18917
18824
  "punctuation",
@@ -19252,11 +19159,6 @@
19252
19159
  "hierarchyAble",
19253
19160
  false
19254
19161
  ],
19255
- [
19256
- "unknown",
19257
- "object",
19258
- false
19259
- ],
19260
19162
  [
19261
19163
  "unknown",
19262
19164
  "queryable",
@@ -20795,11 +20697,6 @@
20795
20697
  "theAble",
20796
20698
  false
20797
20699
  ],
20798
- [
20799
- "property",
20800
- "unknown",
20801
- false
20802
- ],
20803
20700
  [
20804
20701
  "punctuation",
20805
20702
  "punctuation",
@@ -21140,11 +21037,6 @@
21140
21037
  "hierarchyAble",
21141
21038
  false
21142
21039
  ],
21143
- [
21144
- "unknown",
21145
- "object",
21146
- false
21147
- ],
21148
21040
  [
21149
21041
  "unknown",
21150
21042
  "queryable",
@@ -22803,11 +22695,6 @@
22803
22695
  "theAble",
22804
22696
  false
22805
22697
  ],
22806
- [
22807
- "property",
22808
- "unknown",
22809
- false
22810
- ],
22811
22698
  [
22812
22699
  "punctuation",
22813
22700
  "punctuation",
@@ -23148,11 +23035,6 @@
23148
23035
  "hierarchyAble",
23149
23036
  false
23150
23037
  ],
23151
- [
23152
- "unknown",
23153
- "object",
23154
- false
23155
- ],
23156
23038
  [
23157
23039
  "unknown",
23158
23040
  "queryable",
@@ -24829,11 +24711,6 @@
24829
24711
  "theAble",
24830
24712
  false
24831
24713
  ],
24832
- [
24833
- "property",
24834
- "unknown",
24835
- false
24836
- ],
24837
24714
  [
24838
24715
  "punctuation",
24839
24716
  "punctuation",
@@ -25249,11 +25126,6 @@
25249
25126
  "hierarchyAble",
25250
25127
  false
25251
25128
  ],
25252
- [
25253
- "unknown",
25254
- "object",
25255
- false
25256
- ],
25257
25129
  [
25258
25130
  "unknown",
25259
25131
  "queryable",
@@ -25481,11 +25353,11 @@
25481
25353
  "word": "modifies",
25482
25354
  "number": "one",
25483
25355
  "flatten": false,
25484
- "text": "item modifies properties",
25356
+ "text": "item modifies property",
25485
25357
  "marker": "modifies",
25486
25358
  "range": {
25487
25359
  "start": 0,
25488
- "end": 23
25360
+ "end": 21
25489
25361
  },
25490
25362
  "dead": true,
25491
25363
  "modifiers": [
@@ -25504,13 +25376,14 @@
25504
25376
  }
25505
25377
  ],
25506
25378
  "concept": {
25507
- "value": "property",
25508
- "text": "properties",
25509
25379
  "marker": "property",
25510
- "word": "properties",
25380
+ "value": "property",
25381
+ "default": true,
25382
+ "text": "property",
25383
+ "word": "property",
25511
25384
  "range": {
25512
25385
  "start": 14,
25513
- "end": 23
25386
+ "end": 21
25514
25387
  },
25515
25388
  "dead": true,
25516
25389
  "level": 1
@@ -25526,7 +25399,7 @@
25526
25399
  ""
25527
25400
  ],
25528
25401
  "paraphrases": [
25529
- "item modifies properties"
25402
+ "item modifies property"
25530
25403
  ],
25531
25404
  "paraphrasesParenthesized": [],
25532
25405
  "generatedParenthesized": [],
@@ -25574,9 +25447,9 @@
25574
25447
  ]
25575
25448
  ],
25576
25449
  "learned_contextual_priorities": [],
25577
- "query": "item modifies properties",
25450
+ "query": "item modifies property",
25578
25451
  "key": {
25579
- "query": "item modifies properties"
25452
+ "query": "item modifies property"
25580
25453
  }
25581
25454
  },
25582
25455
  {
@@ -26921,11 +26794,6 @@
26921
26794
  "theAble",
26922
26795
  false
26923
26796
  ],
26924
- [
26925
- "property",
26926
- "unknown",
26927
- false
26928
- ],
26929
26797
  [
26930
26798
  "property_modifier",
26931
26799
  "property_modifier",
@@ -27346,11 +27214,6 @@
27346
27214
  "hierarchyAble",
27347
27215
  false
27348
27216
  ],
27349
- [
27350
- "unknown",
27351
- "object",
27352
- false
27353
- ],
27354
27217
  [
27355
27218
  "unknown",
27356
27219
  "queryable",
@@ -28665,7 +28528,7 @@
28665
28528
  ],
28666
28529
  "bridges": [
28667
28530
  {
28668
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28531
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:153",
28669
28532
  "id": "put",
28670
28533
  "isA": [
28671
28534
  "verb"
@@ -28674,7 +28537,7 @@
28674
28537
  "bridge": "{ ...next(operator) }"
28675
28538
  },
28676
28539
  {
28677
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28540
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:161",
28678
28541
  "id": "propertyCondition",
28679
28542
  "before": [
28680
28543
  "adjective",
@@ -28686,7 +28549,7 @@
28686
28549
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
28687
28550
  },
28688
28551
  {
28689
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28552
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
28690
28553
  "id": "on",
28691
28554
  "isA": [
28692
28555
  "preposition"
@@ -28695,7 +28558,7 @@
28695
28558
  "bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
28696
28559
  },
28697
28560
  {
28698
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28561
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
28699
28562
  "id": "change",
28700
28563
  "isA": [
28701
28564
  "verb"
@@ -28710,7 +28573,7 @@
28710
28573
  ]
28711
28574
  },
28712
28575
  {
28713
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28576
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:192",
28714
28577
  "id": "disarm",
28715
28578
  "isA": [
28716
28579
  "verb"
@@ -28719,7 +28582,7 @@
28719
28582
  "bridge": "{ ...next(operator) }"
28720
28583
  },
28721
28584
  {
28722
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28585
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
28723
28586
  "id": "strip",
28724
28587
  "isA": [
28725
28588
  "verb"
@@ -28728,7 +28591,7 @@
28728
28591
  "bridge": "{ ...next(operator) }"
28729
28592
  },
28730
28593
  {
28731
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28594
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
28732
28595
  "id": "call",
28733
28596
  "isA": [
28734
28597
  "verb"
@@ -28737,7 +28600,7 @@
28737
28600
  "bridge": "{ ...next(operator), item: after[0], name: after[1] }"
28738
28601
  },
28739
28602
  {
28740
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28603
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
28741
28604
  "id": "putOn",
28742
28605
  "isA": [
28743
28606
  "verb"
@@ -28746,7 +28609,7 @@
28746
28609
  "bridge": "{ ...next(operator), item: after[0] }"
28747
28610
  },
28748
28611
  {
28749
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28612
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
28750
28613
  "id": "wear",
28751
28614
  "isA": [
28752
28615
  "verb"
@@ -28758,7 +28621,7 @@
28758
28621
  "bridge": "{ ...next(operator), item: after[0] }"
28759
28622
  },
28760
28623
  {
28761
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28624
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
28762
28625
  "id": "equip",
28763
28626
  "isA": [
28764
28627
  "verb"
@@ -28772,12 +28635,16 @@
28772
28635
  [
28773
28636
  "thisitthat",
28774
28637
  "equipable"
28638
+ ],
28639
+ [
28640
+ "equipable",
28641
+ "unknown"
28775
28642
  ]
28776
28643
  ],
28777
28644
  "bridge": "{ ...next(operator), item: after[0] }"
28778
28645
  },
28779
28646
  {
28780
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28647
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
28781
28648
  "id": "toDrink",
28782
28649
  "isA": [
28783
28650
  "verb"
@@ -28786,7 +28653,7 @@
28786
28653
  "bridge": "{ ...next(operator), item: after[0] }"
28787
28654
  },
28788
28655
  {
28789
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28656
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
28790
28657
  "id": "eat",
28791
28658
  "isA": [
28792
28659
  "verb"
@@ -28795,7 +28662,7 @@
28795
28662
  "bridge": "{ ...next(operator), item: after[0] }"
28796
28663
  },
28797
28664
  {
28798
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28665
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
28799
28666
  "id": "take",
28800
28667
  "isA": [
28801
28668
  "verb"
@@ -28804,7 +28671,7 @@
28804
28671
  "bridge": "{ ...next(operator), item: after[0] }"
28805
28672
  },
28806
28673
  {
28807
- "where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
28674
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
28808
28675
  "id": "nameable",
28809
28676
  "isA": [
28810
28677
  "theAble"
@@ -29869,6 +29736,34 @@
29869
29736
  1
29870
29737
  ]
29871
29738
  ],
29739
+ [
29740
+ [
29741
+ "is",
29742
+ 0
29743
+ ],
29744
+ [
29745
+ "list",
29746
+ 1
29747
+ ],
29748
+ [
29749
+ "unknown",
29750
+ 1
29751
+ ]
29752
+ ],
29753
+ [
29754
+ [
29755
+ "is",
29756
+ 0
29757
+ ],
29758
+ [
29759
+ "list",
29760
+ 1
29761
+ ],
29762
+ [
29763
+ "unknown",
29764
+ 1
29765
+ ]
29766
+ ],
29872
29767
  [
29873
29768
  [
29874
29769
  "is",