tpmkms 9.7.1-beta.12 → 9.7.1-beta.13
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/common/angle.instance.json +27 -0
- package/common/articles.js +38 -4
- package/common/can.instance.json +1 -1
- package/common/conjunction.js +2 -2
- package/common/countable.js +39 -5
- package/common/crew.instance.json +1029 -98
- package/common/crew.js +3 -3
- package/common/dialogues.js +3 -4
- package/common/dimension.instance.json +124 -6
- package/common/dimension.js +3 -4
- package/common/drone.instance.json +33 -42
- package/common/drone.js +3 -3
- package/common/edible.instance.json +72 -0
- package/common/emotions.instance.json +143 -4
- package/common/fastfood.instance.json +304 -197
- package/common/fastfood.js +7 -0
- package/common/gdefaults.js +12 -121
- package/common/hierarchy.js +0 -1
- package/common/length.instance.json +27 -0
- package/common/ordinals.js +9 -3
- package/common/pipboy.instance.json +2 -2
- package/common/pipboy.js +3 -3
- package/common/pressure.instance.json +27 -0
- package/common/properties.instance.json +314 -37
- package/common/properties.js +21 -24
- package/common/reports.instance.json +2 -2
- package/common/stm.js +0 -1
- package/common/temperature.instance.json +27 -0
- package/common/time.instance.json +27 -0
- package/common/weight.instance.json +27 -0
- package/common/wp.instance.json +21 -21
- package/common/wp.js +62 -10
- package/package.json +2 -2
|
@@ -211,6 +211,21 @@
|
|
|
211
211
|
"instance"
|
|
212
212
|
],
|
|
213
213
|
"priorities": [
|
|
214
|
+
{
|
|
215
|
+
"context": [
|
|
216
|
+
[
|
|
217
|
+
"counting",
|
|
218
|
+
0
|
|
219
|
+
],
|
|
220
|
+
[
|
|
221
|
+
"strawberry_smoothie",
|
|
222
|
+
0
|
|
223
|
+
]
|
|
224
|
+
],
|
|
225
|
+
"choose": [
|
|
226
|
+
1
|
|
227
|
+
]
|
|
228
|
+
},
|
|
214
229
|
{
|
|
215
230
|
"context": [
|
|
216
231
|
[
|
|
@@ -1255,6 +1270,60 @@
|
|
|
1255
1270
|
}
|
|
1256
1271
|
]
|
|
1257
1272
|
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"priorities": [
|
|
1276
|
+
{
|
|
1277
|
+
"context": [
|
|
1278
|
+
[
|
|
1279
|
+
"list",
|
|
1280
|
+
0
|
|
1281
|
+
],
|
|
1282
|
+
[
|
|
1283
|
+
"integer",
|
|
1284
|
+
0
|
|
1285
|
+
],
|
|
1286
|
+
[
|
|
1287
|
+
"strawberry",
|
|
1288
|
+
0
|
|
1289
|
+
],
|
|
1290
|
+
[
|
|
1291
|
+
"smoothie",
|
|
1292
|
+
0
|
|
1293
|
+
]
|
|
1294
|
+
],
|
|
1295
|
+
"choose": [
|
|
1296
|
+
2,
|
|
1297
|
+
3
|
|
1298
|
+
],
|
|
1299
|
+
"ordered": true
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"context": [
|
|
1303
|
+
[
|
|
1304
|
+
"list",
|
|
1305
|
+
0
|
|
1306
|
+
],
|
|
1307
|
+
[
|
|
1308
|
+
"integer",
|
|
1309
|
+
1
|
|
1310
|
+
],
|
|
1311
|
+
[
|
|
1312
|
+
"strawberry",
|
|
1313
|
+
1
|
|
1314
|
+
],
|
|
1315
|
+
[
|
|
1316
|
+
"smoothie",
|
|
1317
|
+
0
|
|
1318
|
+
]
|
|
1319
|
+
],
|
|
1320
|
+
"choose": [
|
|
1321
|
+
2,
|
|
1322
|
+
3
|
|
1323
|
+
],
|
|
1324
|
+
"ordered": true
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1258
1327
|
}
|
|
1259
1328
|
],
|
|
1260
1329
|
"resultss": [
|
|
@@ -115828,6 +115897,28 @@
|
|
|
115828
115897
|
0
|
|
115829
115898
|
]
|
|
115830
115899
|
],
|
|
115900
|
+
[
|
|
115901
|
+
[
|
|
115902
|
+
"ingredient",
|
|
115903
|
+
0
|
|
115904
|
+
],
|
|
115905
|
+
[
|
|
115906
|
+
"is",
|
|
115907
|
+
0
|
|
115908
|
+
],
|
|
115909
|
+
[
|
|
115910
|
+
"list",
|
|
115911
|
+
1
|
|
115912
|
+
],
|
|
115913
|
+
[
|
|
115914
|
+
"smoothie",
|
|
115915
|
+
0
|
|
115916
|
+
],
|
|
115917
|
+
[
|
|
115918
|
+
"strawberry",
|
|
115919
|
+
0
|
|
115920
|
+
]
|
|
115921
|
+
],
|
|
115831
115922
|
[
|
|
115832
115923
|
[
|
|
115833
115924
|
"is",
|
|
@@ -157945,6 +158036,24 @@
|
|
|
157945
158036
|
0
|
|
157946
158037
|
]
|
|
157947
158038
|
],
|
|
158039
|
+
[
|
|
158040
|
+
[
|
|
158041
|
+
"a",
|
|
158042
|
+
0
|
|
158043
|
+
],
|
|
158044
|
+
[
|
|
158045
|
+
"is",
|
|
158046
|
+
0
|
|
158047
|
+
],
|
|
158048
|
+
[
|
|
158049
|
+
"meal",
|
|
158050
|
+
0
|
|
158051
|
+
],
|
|
158052
|
+
[
|
|
158053
|
+
"unknown",
|
|
158054
|
+
0
|
|
158055
|
+
]
|
|
158056
|
+
],
|
|
157948
158057
|
[
|
|
157949
158058
|
[
|
|
157950
158059
|
"is",
|
|
@@ -170381,6 +170490,24 @@
|
|
|
170381
170490
|
0
|
|
170382
170491
|
]
|
|
170383
170492
|
],
|
|
170493
|
+
[
|
|
170494
|
+
[
|
|
170495
|
+
"a",
|
|
170496
|
+
0
|
|
170497
|
+
],
|
|
170498
|
+
[
|
|
170499
|
+
"drink",
|
|
170500
|
+
0
|
|
170501
|
+
],
|
|
170502
|
+
[
|
|
170503
|
+
"is",
|
|
170504
|
+
0
|
|
170505
|
+
],
|
|
170506
|
+
[
|
|
170507
|
+
"shake",
|
|
170508
|
+
0
|
|
170509
|
+
]
|
|
170510
|
+
],
|
|
170384
170511
|
[
|
|
170385
170512
|
[
|
|
170386
170513
|
"drink",
|
|
@@ -342708,6 +342835,24 @@
|
|
|
342708
342835
|
0
|
|
342709
342836
|
]
|
|
342710
342837
|
],
|
|
342838
|
+
[
|
|
342839
|
+
[
|
|
342840
|
+
"a",
|
|
342841
|
+
0
|
|
342842
|
+
],
|
|
342843
|
+
[
|
|
342844
|
+
"go_wrap",
|
|
342845
|
+
0
|
|
342846
|
+
],
|
|
342847
|
+
[
|
|
342848
|
+
"is",
|
|
342849
|
+
0
|
|
342850
|
+
],
|
|
342851
|
+
[
|
|
342852
|
+
"sandwich",
|
|
342853
|
+
0
|
|
342854
|
+
]
|
|
342855
|
+
],
|
|
342711
342856
|
[
|
|
342712
342857
|
[
|
|
342713
342858
|
"go_wrap",
|
|
@@ -361345,80 +361490,6 @@
|
|
|
361345
361490
|
0
|
|
361346
361491
|
]
|
|
361347
361492
|
],
|
|
361348
|
-
[
|
|
361349
|
-
[
|
|
361350
|
-
"breakfast",
|
|
361351
|
-
0
|
|
361352
|
-
],
|
|
361353
|
-
[
|
|
361354
|
-
"breakfast_baconator",
|
|
361355
|
-
0
|
|
361356
|
-
],
|
|
361357
|
-
[
|
|
361358
|
-
"chicken",
|
|
361359
|
-
0
|
|
361360
|
-
],
|
|
361361
|
-
[
|
|
361362
|
-
"comma",
|
|
361363
|
-
0
|
|
361364
|
-
],
|
|
361365
|
-
[
|
|
361366
|
-
"double",
|
|
361367
|
-
0
|
|
361368
|
-
],
|
|
361369
|
-
[
|
|
361370
|
-
"egg",
|
|
361371
|
-
0
|
|
361372
|
-
],
|
|
361373
|
-
[
|
|
361374
|
-
"french",
|
|
361375
|
-
0
|
|
361376
|
-
],
|
|
361377
|
-
[
|
|
361378
|
-
"french_toast_sandwich",
|
|
361379
|
-
0
|
|
361380
|
-
],
|
|
361381
|
-
[
|
|
361382
|
-
"is",
|
|
361383
|
-
0
|
|
361384
|
-
],
|
|
361385
|
-
[
|
|
361386
|
-
"list",
|
|
361387
|
-
0
|
|
361388
|
-
],
|
|
361389
|
-
[
|
|
361390
|
-
"meal",
|
|
361391
|
-
0
|
|
361392
|
-
],
|
|
361393
|
-
[
|
|
361394
|
-
"muffin",
|
|
361395
|
-
0
|
|
361396
|
-
],
|
|
361397
|
-
[
|
|
361398
|
-
"oatmeal",
|
|
361399
|
-
0
|
|
361400
|
-
],
|
|
361401
|
-
[
|
|
361402
|
-
"on",
|
|
361403
|
-
0
|
|
361404
|
-
],
|
|
361405
|
-
[
|
|
361406
|
-
"pancake",
|
|
361407
|
-
0
|
|
361408
|
-
],
|
|
361409
|
-
[
|
|
361410
|
-
"platter",
|
|
361411
|
-
0
|
|
361412
|
-
],
|
|
361413
|
-
[
|
|
361414
|
-
"sausage",
|
|
361415
|
-
0
|
|
361416
|
-
],
|
|
361417
|
-
[
|
|
361418
|
-
"toast",
|
|
361419
|
-
0
|
|
361420
|
-
]
|
|
361421
|
-
],
|
|
361422
361493
|
[
|
|
361423
361494
|
[
|
|
361424
361495
|
"breakfast",
|
|
@@ -361515,13 +361586,17 @@
|
|
|
361515
361586
|
0
|
|
361516
361587
|
],
|
|
361517
361588
|
[
|
|
361518
|
-
"
|
|
361589
|
+
"egg_muffin",
|
|
361519
361590
|
0
|
|
361520
361591
|
],
|
|
361521
361592
|
[
|
|
361522
361593
|
"french",
|
|
361523
361594
|
0
|
|
361524
361595
|
],
|
|
361596
|
+
[
|
|
361597
|
+
"french_toast_sandwich",
|
|
361598
|
+
0
|
|
361599
|
+
],
|
|
361525
361600
|
[
|
|
361526
361601
|
"is",
|
|
361527
361602
|
0
|
|
@@ -361554,10 +361629,6 @@
|
|
|
361554
361629
|
"platter",
|
|
361555
361630
|
0
|
|
361556
361631
|
],
|
|
361557
|
-
[
|
|
361558
|
-
"sandwich",
|
|
361559
|
-
0
|
|
361560
|
-
],
|
|
361561
361632
|
[
|
|
361562
361633
|
"sausage",
|
|
361563
361634
|
0
|
|
@@ -595310,6 +595381,21 @@
|
|
|
595310
595381
|
"instance"
|
|
595311
595382
|
],
|
|
595312
595383
|
"priorities": [
|
|
595384
|
+
{
|
|
595385
|
+
"context": [
|
|
595386
|
+
[
|
|
595387
|
+
"counting",
|
|
595388
|
+
0
|
|
595389
|
+
],
|
|
595390
|
+
[
|
|
595391
|
+
"strawberry_smoothie",
|
|
595392
|
+
0
|
|
595393
|
+
]
|
|
595394
|
+
],
|
|
595395
|
+
"choose": [
|
|
595396
|
+
1
|
|
595397
|
+
]
|
|
595398
|
+
},
|
|
595313
595399
|
{
|
|
595314
595400
|
"context": [
|
|
595315
595401
|
[
|
|
@@ -595760,7 +595846,7 @@
|
|
|
595760
595846
|
],
|
|
595761
595847
|
"generators": [
|
|
595762
595848
|
{
|
|
595763
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:
|
|
595849
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:182"
|
|
595764
595850
|
}
|
|
595765
595851
|
],
|
|
595766
595852
|
"bridges": [
|
|
@@ -630282,24 +630368,6 @@
|
|
|
630282
630368
|
0
|
|
630283
630369
|
]
|
|
630284
630370
|
],
|
|
630285
|
-
[
|
|
630286
|
-
[
|
|
630287
|
-
"combo",
|
|
630288
|
-
0
|
|
630289
|
-
],
|
|
630290
|
-
[
|
|
630291
|
-
"is",
|
|
630292
|
-
0
|
|
630293
|
-
],
|
|
630294
|
-
[
|
|
630295
|
-
"list",
|
|
630296
|
-
1
|
|
630297
|
-
],
|
|
630298
|
-
[
|
|
630299
|
-
"sizeable",
|
|
630300
|
-
0
|
|
630301
|
-
]
|
|
630302
|
-
],
|
|
630303
630371
|
[
|
|
630304
630372
|
[
|
|
630305
630373
|
"is",
|
|
@@ -631004,10 +631072,10 @@
|
|
|
631004
631072
|
"semantics": [
|
|
631005
631073
|
{},
|
|
631006
631074
|
{
|
|
631007
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:
|
|
631075
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:257"
|
|
631008
631076
|
},
|
|
631009
631077
|
{
|
|
631010
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:
|
|
631078
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:269"
|
|
631011
631079
|
}
|
|
631012
631080
|
]
|
|
631013
631081
|
},
|
|
@@ -631364,6 +631432,61 @@
|
|
|
631364
631432
|
}
|
|
631365
631433
|
]
|
|
631366
631434
|
}
|
|
631435
|
+
},
|
|
631436
|
+
{
|
|
631437
|
+
"extraConfig": true,
|
|
631438
|
+
"priorities": [
|
|
631439
|
+
{
|
|
631440
|
+
"context": [
|
|
631441
|
+
[
|
|
631442
|
+
"list",
|
|
631443
|
+
0
|
|
631444
|
+
],
|
|
631445
|
+
[
|
|
631446
|
+
"integer",
|
|
631447
|
+
0
|
|
631448
|
+
],
|
|
631449
|
+
[
|
|
631450
|
+
"strawberry",
|
|
631451
|
+
0
|
|
631452
|
+
],
|
|
631453
|
+
[
|
|
631454
|
+
"smoothie",
|
|
631455
|
+
0
|
|
631456
|
+
]
|
|
631457
|
+
],
|
|
631458
|
+
"choose": [
|
|
631459
|
+
2,
|
|
631460
|
+
3
|
|
631461
|
+
],
|
|
631462
|
+
"ordered": true
|
|
631463
|
+
},
|
|
631464
|
+
{
|
|
631465
|
+
"context": [
|
|
631466
|
+
[
|
|
631467
|
+
"list",
|
|
631468
|
+
0
|
|
631469
|
+
],
|
|
631470
|
+
[
|
|
631471
|
+
"integer",
|
|
631472
|
+
1
|
|
631473
|
+
],
|
|
631474
|
+
[
|
|
631475
|
+
"strawberry",
|
|
631476
|
+
1
|
|
631477
|
+
],
|
|
631478
|
+
[
|
|
631479
|
+
"smoothie",
|
|
631480
|
+
0
|
|
631481
|
+
]
|
|
631482
|
+
],
|
|
631483
|
+
"choose": [
|
|
631484
|
+
2,
|
|
631485
|
+
3
|
|
631486
|
+
],
|
|
631487
|
+
"ordered": true
|
|
631488
|
+
}
|
|
631489
|
+
]
|
|
631367
631490
|
}
|
|
631368
631491
|
],
|
|
631369
631492
|
"fragments": [],
|
|
@@ -631477,6 +631600,24 @@
|
|
|
631477
631600
|
0
|
|
631478
631601
|
]
|
|
631479
631602
|
],
|
|
631603
|
+
[
|
|
631604
|
+
[
|
|
631605
|
+
"a",
|
|
631606
|
+
0
|
|
631607
|
+
],
|
|
631608
|
+
[
|
|
631609
|
+
"drink",
|
|
631610
|
+
0
|
|
631611
|
+
],
|
|
631612
|
+
[
|
|
631613
|
+
"is",
|
|
631614
|
+
0
|
|
631615
|
+
],
|
|
631616
|
+
[
|
|
631617
|
+
"shake",
|
|
631618
|
+
0
|
|
631619
|
+
]
|
|
631620
|
+
],
|
|
631480
631621
|
[
|
|
631481
631622
|
[
|
|
631482
631623
|
"a",
|
|
@@ -631553,6 +631694,38 @@
|
|
|
631553
631694
|
0
|
|
631554
631695
|
]
|
|
631555
631696
|
],
|
|
631697
|
+
[
|
|
631698
|
+
[
|
|
631699
|
+
"a",
|
|
631700
|
+
0
|
|
631701
|
+
],
|
|
631702
|
+
[
|
|
631703
|
+
"go_wrap",
|
|
631704
|
+
0
|
|
631705
|
+
],
|
|
631706
|
+
[
|
|
631707
|
+
"is",
|
|
631708
|
+
0
|
|
631709
|
+
],
|
|
631710
|
+
[
|
|
631711
|
+
"sandwich",
|
|
631712
|
+
0
|
|
631713
|
+
]
|
|
631714
|
+
],
|
|
631715
|
+
[
|
|
631716
|
+
[
|
|
631717
|
+
"a",
|
|
631718
|
+
0
|
|
631719
|
+
],
|
|
631720
|
+
[
|
|
631721
|
+
"is",
|
|
631722
|
+
0
|
|
631723
|
+
],
|
|
631724
|
+
[
|
|
631725
|
+
"meal",
|
|
631726
|
+
0
|
|
631727
|
+
]
|
|
631728
|
+
],
|
|
631556
631729
|
[
|
|
631557
631730
|
[
|
|
631558
631731
|
"a",
|
|
@@ -631565,6 +631738,10 @@
|
|
|
631565
631738
|
[
|
|
631566
631739
|
"meal",
|
|
631567
631740
|
0
|
|
631741
|
+
],
|
|
631742
|
+
[
|
|
631743
|
+
"unknown",
|
|
631744
|
+
0
|
|
631568
631745
|
]
|
|
631569
631746
|
],
|
|
631570
631747
|
[
|
|
@@ -633343,80 +633520,6 @@
|
|
|
633343
633520
|
0
|
|
633344
633521
|
]
|
|
633345
633522
|
],
|
|
633346
|
-
[
|
|
633347
|
-
[
|
|
633348
|
-
"breakfast",
|
|
633349
|
-
0
|
|
633350
|
-
],
|
|
633351
|
-
[
|
|
633352
|
-
"breakfast_baconator",
|
|
633353
|
-
0
|
|
633354
|
-
],
|
|
633355
|
-
[
|
|
633356
|
-
"chicken",
|
|
633357
|
-
0
|
|
633358
|
-
],
|
|
633359
|
-
[
|
|
633360
|
-
"comma",
|
|
633361
|
-
0
|
|
633362
|
-
],
|
|
633363
|
-
[
|
|
633364
|
-
"double",
|
|
633365
|
-
0
|
|
633366
|
-
],
|
|
633367
|
-
[
|
|
633368
|
-
"egg",
|
|
633369
|
-
0
|
|
633370
|
-
],
|
|
633371
|
-
[
|
|
633372
|
-
"french",
|
|
633373
|
-
0
|
|
633374
|
-
],
|
|
633375
|
-
[
|
|
633376
|
-
"french_toast_sandwich",
|
|
633377
|
-
0
|
|
633378
|
-
],
|
|
633379
|
-
[
|
|
633380
|
-
"is",
|
|
633381
|
-
0
|
|
633382
|
-
],
|
|
633383
|
-
[
|
|
633384
|
-
"list",
|
|
633385
|
-
0
|
|
633386
|
-
],
|
|
633387
|
-
[
|
|
633388
|
-
"meal",
|
|
633389
|
-
0
|
|
633390
|
-
],
|
|
633391
|
-
[
|
|
633392
|
-
"muffin",
|
|
633393
|
-
0
|
|
633394
|
-
],
|
|
633395
|
-
[
|
|
633396
|
-
"oatmeal",
|
|
633397
|
-
0
|
|
633398
|
-
],
|
|
633399
|
-
[
|
|
633400
|
-
"on",
|
|
633401
|
-
0
|
|
633402
|
-
],
|
|
633403
|
-
[
|
|
633404
|
-
"pancake",
|
|
633405
|
-
0
|
|
633406
|
-
],
|
|
633407
|
-
[
|
|
633408
|
-
"platter",
|
|
633409
|
-
0
|
|
633410
|
-
],
|
|
633411
|
-
[
|
|
633412
|
-
"sausage",
|
|
633413
|
-
0
|
|
633414
|
-
],
|
|
633415
|
-
[
|
|
633416
|
-
"toast",
|
|
633417
|
-
0
|
|
633418
|
-
]
|
|
633419
|
-
],
|
|
633420
633523
|
[
|
|
633421
633524
|
[
|
|
633422
633525
|
"breakfast",
|
|
@@ -633513,13 +633616,17 @@
|
|
|
633513
633616
|
0
|
|
633514
633617
|
],
|
|
633515
633618
|
[
|
|
633516
|
-
"
|
|
633619
|
+
"egg_muffin",
|
|
633517
633620
|
0
|
|
633518
633621
|
],
|
|
633519
633622
|
[
|
|
633520
633623
|
"french",
|
|
633521
633624
|
0
|
|
633522
633625
|
],
|
|
633626
|
+
[
|
|
633627
|
+
"french_toast_sandwich",
|
|
633628
|
+
0
|
|
633629
|
+
],
|
|
633523
633630
|
[
|
|
633524
633631
|
"is",
|
|
633525
633632
|
0
|
|
@@ -633552,10 +633659,6 @@
|
|
|
633552
633659
|
"platter",
|
|
633553
633660
|
0
|
|
633554
633661
|
],
|
|
633555
|
-
[
|
|
633556
|
-
"sandwich",
|
|
633557
|
-
0
|
|
633558
|
-
],
|
|
633559
633662
|
[
|
|
633560
633663
|
"sausage",
|
|
633561
633664
|
0
|
|
@@ -635929,24 +636032,6 @@
|
|
|
635929
636032
|
0
|
|
635930
636033
|
]
|
|
635931
636034
|
],
|
|
635932
|
-
[
|
|
635933
|
-
[
|
|
635934
|
-
"combo",
|
|
635935
|
-
0
|
|
635936
|
-
],
|
|
635937
|
-
[
|
|
635938
|
-
"is",
|
|
635939
|
-
0
|
|
635940
|
-
],
|
|
635941
|
-
[
|
|
635942
|
-
"list",
|
|
635943
|
-
1
|
|
635944
|
-
],
|
|
635945
|
-
[
|
|
635946
|
-
"sizeable",
|
|
635947
|
-
0
|
|
635948
|
-
]
|
|
635949
|
-
],
|
|
635950
636035
|
[
|
|
635951
636036
|
[
|
|
635952
636037
|
"countable",
|
|
@@ -636727,6 +636812,28 @@
|
|
|
636727
636812
|
0
|
|
636728
636813
|
]
|
|
636729
636814
|
],
|
|
636815
|
+
[
|
|
636816
|
+
[
|
|
636817
|
+
"ingredient",
|
|
636818
|
+
0
|
|
636819
|
+
],
|
|
636820
|
+
[
|
|
636821
|
+
"is",
|
|
636822
|
+
0
|
|
636823
|
+
],
|
|
636824
|
+
[
|
|
636825
|
+
"list",
|
|
636826
|
+
1
|
|
636827
|
+
],
|
|
636828
|
+
[
|
|
636829
|
+
"smoothie",
|
|
636830
|
+
0
|
|
636831
|
+
],
|
|
636832
|
+
[
|
|
636833
|
+
"strawberry",
|
|
636834
|
+
0
|
|
636835
|
+
]
|
|
636836
|
+
],
|
|
636730
636837
|
[
|
|
636731
636838
|
[
|
|
636732
636839
|
"is",
|
package/common/fastfood.js
CHANGED
|
@@ -145,6 +145,7 @@ const template = {
|
|
|
145
145
|
floaters: ['instance'],
|
|
146
146
|
priorities: [
|
|
147
147
|
// { "context": [['counting', 0], ['strawberry_smoothie', 0], ], "choose": [0] },
|
|
148
|
+
{ "context": [['counting', 0], ['strawberry_smoothie', 0], ], "choose": [1] },
|
|
148
149
|
{ "context": [['cheese_potato', 0], ['broccoli_list_cheddar_potato', 0]], "choose": [1] },
|
|
149
150
|
{ "context": [['chicken_go_wrap', 0], ['chicken_sandwich', 0], ], "choose": [0] },
|
|
150
151
|
{ "context": [['strawberry_banana', 0], ['smoothie', 0], ], "choose": [0] },
|
|
@@ -442,6 +443,12 @@ const template = {
|
|
|
442
443
|
],
|
|
443
444
|
},
|
|
444
445
|
},
|
|
446
|
+
{
|
|
447
|
+
priorities: [
|
|
448
|
+
{ context: [['list', 0], ['integer', 0], ['strawberry', 0], ['smoothie', 0]], choose: [2, 3], ordered: true },
|
|
449
|
+
{ context: [['list', 0], ['integer', 1], ['strawberry', 1], ['smoothie', 0]], choose: [2, 3], ordered: true },
|
|
450
|
+
],
|
|
451
|
+
},
|
|
445
452
|
],
|
|
446
453
|
}
|
|
447
454
|
|