tpmkms_4wp 8.9.0 → 8.9.1-beta.1
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/animals.instance.json +65 -36
- package/common/articles.js +4 -0
- package/common/colors.instance.json +77 -106
- package/common/comparable.instance.json +15 -0
- package/common/conjunction.js +27 -18
- package/common/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/crew.instance.json +142 -504
- package/common/dialogues.js +16 -11
- package/common/dimension.instance.json +10 -36
- package/common/edible.instance.json +324 -224
- package/common/emotions.instance.json +8 -60
- package/common/fastfood.instance.json +1464 -216
- package/common/formulas.instance.json +10 -0
- package/common/helpers/conjunction.js +75 -0
- package/common/helpers/dialogues.js +14 -8
- package/common/helpers/properties.js +2 -2
- package/common/helpers.js +29 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +150 -0
- package/common/math.instance.json +10 -0
- package/common/meta.js +5 -3
- package/common/ordering.instance.json +78 -0
- package/common/people.instance.json +169 -4
- package/common/pipboy.instance.json +203 -177
- package/common/pipboy.js +0 -1
- package/common/pipboy.test.json +494 -251
- package/common/pokemon.instance.json +71 -6
- package/common/pos.js +12 -6
- package/common/pressure.instance.json +40 -0
- package/common/properties.instance.json +5 -44
- package/common/reports.instance.json +21 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +40 -0
- package/common/ui.instance.json +135 -0
- package/common/ui.js +11 -5
- package/common/weight.instance.json +120 -0
- package/common/wp.instance.json +30067 -0
- package/common/wp.js +256 -0
- package/common/wp.test.json +41469 -0
- package/main.js +2 -0
- package/package.json +7 -2
| @@ -105,7 +105,7 @@ | |
| 105 105 | 
             
                  ],
         | 
| 106 106 | 
             
                  "bridges": [
         | 
| 107 107 | 
             
                    {
         | 
| 108 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 108 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
         | 
| 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/common/pipboy.js: | 
| 118 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:160",
         | 
| 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/common/pipboy.js: | 
| 130 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:168",
         | 
| 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/common/pipboy.js: | 
| 141 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:179",
         | 
| 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/common/pipboy.js: | 
| 158 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
         | 
| 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/common/pipboy.js: | 
| 169 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:202",
         | 
| 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/common/pipboy.js: | 
| 180 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:213",
         | 
| 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/common/pipboy.js: | 
| 191 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
         | 
| 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/common/pipboy.js: | 
| 202 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:239",
         | 
| 203 203 | 
             
                      "id": "wear",
         | 
| 204 204 | 
             
                      "isA": [
         | 
| 205 205 | 
             
                        "verb"
         | 
| @@ -219,7 +219,7 @@ | |
| 219 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       }"
         | 
| 220 220 | 
             
                    },
         | 
| 221 221 | 
             
                    {
         | 
| 222 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 222 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
         | 
| 223 223 | 
             
                      "id": "equip",
         | 
| 224 224 | 
             
                      "isA": [
         | 
| 225 225 | 
             
                        "verb"
         | 
| @@ -244,7 +244,7 @@ | |
| 244 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       }"
         | 
| 245 245 | 
             
                    },
         | 
| 246 246 | 
             
                    {
         | 
| 247 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 247 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
         | 
| 248 248 | 
             
                      "id": "toDrink",
         | 
| 249 249 | 
             
                      "isA": [
         | 
| 250 250 | 
             
                        "verb"
         | 
| @@ -255,7 +255,7 @@ | |
| 255 255 | 
             
                      "semantic": "async ({api, context, e}) => {\n         const value = await e(context.item)\n         api.drink(value.value)\n       }"
         | 
| 256 256 | 
             
                    },
         | 
| 257 257 | 
             
                    {
         | 
| 258 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 258 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
         | 
| 259 259 | 
             
                      "id": "eat",
         | 
| 260 260 | 
             
                      "localHierarchy": [
         | 
| 261 261 | 
             
                        [
         | 
| @@ -272,7 +272,7 @@ | |
| 272 272 | 
             
                      "semantic": "async ({api, context}) => {\n         api.eat(context.item.value)\n       }"
         | 
| 273 273 | 
             
                    },
         | 
| 274 274 | 
             
                    {
         | 
| 275 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 275 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:296",
         | 
| 276 276 | 
             
                      "id": "take",
         | 
| 277 277 | 
             
                      "isA": [
         | 
| 278 278 | 
             
                        "verb"
         | 
| @@ -283,7 +283,7 @@ | |
| 283 283 | 
             
                      "semantic": "async ({api, context, e}) => {\n         const value = await e(context.item)\n         api.take(value.value)\n       }"
         | 
| 284 284 | 
             
                    },
         | 
| 285 285 | 
             
                    {
         | 
| 286 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 286 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:308",
         | 
| 287 287 | 
             
                      "id": "nameable",
         | 
| 288 288 | 
             
                      "isA": [
         | 
| 289 289 | 
             
                        "theAble"
         | 
| @@ -654,6 +654,11 @@ | |
| 654 654 | 
             
                      "verb",
         | 
| 655 655 | 
             
                      false
         | 
| 656 656 | 
             
                    ],
         | 
| 657 | 
            +
                    [
         | 
| 658 | 
            +
                      "every",
         | 
| 659 | 
            +
                      "quantifier",
         | 
| 660 | 
            +
                      false
         | 
| 661 | 
            +
                    ],
         | 
| 657 662 | 
             
                    [
         | 
| 658 663 | 
             
                      "hasCountOfPieces",
         | 
| 659 664 | 
             
                      "countable",
         | 
| @@ -854,6 +859,11 @@ | |
| 854 859 | 
             
                      "verb",
         | 
| 855 860 | 
             
                      false
         | 
| 856 861 | 
             
                    ],
         | 
| 862 | 
            +
                    [
         | 
| 863 | 
            +
                      "negatable",
         | 
| 864 | 
            +
                      "queryable",
         | 
| 865 | 
            +
                      false
         | 
| 866 | 
            +
                    ],
         | 
| 857 867 | 
             
                    [
         | 
| 858 868 | 
             
                      "noun",
         | 
| 859 869 | 
             
                      "theAble",
         | 
| @@ -1740,24 +1750,6 @@ | |
| 1740 1750 | 
             
                        1
         | 
| 1741 1751 | 
             
                      ]
         | 
| 1742 1752 | 
             
                    ],
         | 
| 1743 | 
            -
                    [
         | 
| 1744 | 
            -
                      [
         | 
| 1745 | 
            -
                        "is",
         | 
| 1746 | 
            -
                        0
         | 
| 1747 | 
            -
                      ],
         | 
| 1748 | 
            -
                      [
         | 
| 1749 | 
            -
                        "list",
         | 
| 1750 | 
            -
                        0
         | 
| 1751 | 
            -
                      ],
         | 
| 1752 | 
            -
                      [
         | 
| 1753 | 
            -
                        "unknown",
         | 
| 1754 | 
            -
                        0
         | 
| 1755 | 
            -
                      ],
         | 
| 1756 | 
            -
                      [
         | 
| 1757 | 
            -
                        "unknown",
         | 
| 1758 | 
            -
                        1
         | 
| 1759 | 
            -
                      ]
         | 
| 1760 | 
            -
                    ],
         | 
| 1761 1753 | 
             
                    [
         | 
| 1762 1754 | 
             
                      [
         | 
| 1763 1755 | 
             
                        "is",
         | 
| @@ -1950,6 +1942,11 @@ | |
| 1950 1942 | 
             
                      "verb",
         | 
| 1951 1943 | 
             
                      false
         | 
| 1952 1944 | 
             
                    ],
         | 
| 1945 | 
            +
                    [
         | 
| 1946 | 
            +
                      "every",
         | 
| 1947 | 
            +
                      "quantifier",
         | 
| 1948 | 
            +
                      false
         | 
| 1949 | 
            +
                    ],
         | 
| 1953 1950 | 
             
                    [
         | 
| 1954 1951 | 
             
                      "grenade",
         | 
| 1955 1952 | 
             
                      "hierarchyAble",
         | 
| @@ -2230,6 +2227,11 @@ | |
| 2230 2227 | 
             
                      "verb",
         | 
| 2231 2228 | 
             
                      false
         | 
| 2232 2229 | 
             
                    ],
         | 
| 2230 | 
            +
                    [
         | 
| 2231 | 
            +
                      "negatable",
         | 
| 2232 | 
            +
                      "queryable",
         | 
| 2233 | 
            +
                      false
         | 
| 2234 | 
            +
                    ],
         | 
| 2233 2235 | 
             
                    [
         | 
| 2234 2236 | 
             
                      "noun",
         | 
| 2235 2237 | 
             
                      "theAble",
         | 
| @@ -3239,6 +3241,11 @@ | |
| 3239 3241 | 
             
                      "verb",
         | 
| 3240 3242 | 
             
                      false
         | 
| 3241 3243 | 
             
                    ],
         | 
| 3244 | 
            +
                    [
         | 
| 3245 | 
            +
                      "every",
         | 
| 3246 | 
            +
                      "quantifier",
         | 
| 3247 | 
            +
                      false
         | 
| 3248 | 
            +
                    ],
         | 
| 3242 3249 | 
             
                    [
         | 
| 3243 3250 | 
             
                      "explosive",
         | 
| 3244 3251 | 
             
                      "hierarchyAble",
         | 
| @@ -3564,6 +3571,11 @@ | |
| 3564 3571 | 
             
                      "verb",
         | 
| 3565 3572 | 
             
                      false
         | 
| 3566 3573 | 
             
                    ],
         | 
| 3574 | 
            +
                    [
         | 
| 3575 | 
            +
                      "negatable",
         | 
| 3576 | 
            +
                      "queryable",
         | 
| 3577 | 
            +
                      false
         | 
| 3578 | 
            +
                    ],
         | 
| 3567 3579 | 
             
                    [
         | 
| 3568 3580 | 
             
                      "noun",
         | 
| 3569 3581 | 
             
                      "theAble",
         | 
| @@ -4455,6 +4467,11 @@ | |
| 4455 4467 | 
             
                      "verb",
         | 
| 4456 4468 | 
             
                      false
         | 
| 4457 4469 | 
             
                    ],
         | 
| 4470 | 
            +
                    [
         | 
| 4471 | 
            +
                      "every",
         | 
| 4472 | 
            +
                      "quantifier",
         | 
| 4473 | 
            +
                      false
         | 
| 4474 | 
            +
                    ],
         | 
| 4458 4475 | 
             
                    [
         | 
| 4459 4476 | 
             
                      "explosive",
         | 
| 4460 4477 | 
             
                      "hierarchyAble",
         | 
| @@ -4785,6 +4802,11 @@ | |
| 4785 4802 | 
             
                      "verb",
         | 
| 4786 4803 | 
             
                      false
         | 
| 4787 4804 | 
             
                    ],
         | 
| 4805 | 
            +
                    [
         | 
| 4806 | 
            +
                      "negatable",
         | 
| 4807 | 
            +
                      "queryable",
         | 
| 4808 | 
            +
                      false
         | 
| 4809 | 
            +
                    ],
         | 
| 4788 4810 | 
             
                    [
         | 
| 4789 4811 | 
             
                      "noun",
         | 
| 4790 4812 | 
             
                      "theAble",
         | 
| @@ -5887,6 +5909,11 @@ | |
| 5887 5909 | 
             
                      "verb",
         | 
| 5888 5910 | 
             
                      false
         | 
| 5889 5911 | 
             
                    ],
         | 
| 5912 | 
            +
                    [
         | 
| 5913 | 
            +
                      "every",
         | 
| 5914 | 
            +
                      "quantifier",
         | 
| 5915 | 
            +
                      false
         | 
| 5916 | 
            +
                    ],
         | 
| 5890 5917 | 
             
                    [
         | 
| 5891 5918 | 
             
                      "explosive",
         | 
| 5892 5919 | 
             
                      "hierarchyAble",
         | 
| @@ -6252,6 +6279,11 @@ | |
| 6252 6279 | 
             
                      "verb",
         | 
| 6253 6280 | 
             
                      false
         | 
| 6254 6281 | 
             
                    ],
         | 
| 6282 | 
            +
                    [
         | 
| 6283 | 
            +
                      "negatable",
         | 
| 6284 | 
            +
                      "queryable",
         | 
| 6285 | 
            +
                      false
         | 
| 6286 | 
            +
                    ],
         | 
| 6255 6287 | 
             
                    [
         | 
| 6256 6288 | 
             
                      "noun",
         | 
| 6257 6289 | 
             
                      "theAble",
         | 
| @@ -7158,6 +7190,11 @@ | |
| 7158 7190 | 
             
                      "verb",
         | 
| 7159 7191 | 
             
                      false
         | 
| 7160 7192 | 
             
                    ],
         | 
| 7193 | 
            +
                    [
         | 
| 7194 | 
            +
                      "every",
         | 
| 7195 | 
            +
                      "quantifier",
         | 
| 7196 | 
            +
                      false
         | 
| 7197 | 
            +
                    ],
         | 
| 7161 7198 | 
             
                    [
         | 
| 7162 7199 | 
             
                      "explosive",
         | 
| 7163 7200 | 
             
                      "hierarchyAble",
         | 
| @@ -7528,6 +7565,11 @@ | |
| 7528 7565 | 
             
                      "verb",
         | 
| 7529 7566 | 
             
                      false
         | 
| 7530 7567 | 
             
                    ],
         | 
| 7568 | 
            +
                    [
         | 
| 7569 | 
            +
                      "negatable",
         | 
| 7570 | 
            +
                      "queryable",
         | 
| 7571 | 
            +
                      false
         | 
| 7572 | 
            +
                    ],
         | 
| 7531 7573 | 
             
                    [
         | 
| 7532 7574 | 
             
                      "noun",
         | 
| 7533 7575 | 
             
                      "theAble",
         | 
| @@ -8438,24 +8480,6 @@ | |
| 8438 8480 | 
             
                        1
         | 
| 8439 8481 | 
             
                      ]
         | 
| 8440 8482 | 
             
                    ],
         | 
| 8441 | 
            -
                    [
         | 
| 8442 | 
            -
                      [
         | 
| 8443 | 
            -
                        "is",
         | 
| 8444 | 
            -
                        0
         | 
| 8445 | 
            -
                      ],
         | 
| 8446 | 
            -
                      [
         | 
| 8447 | 
            -
                        "list",
         | 
| 8448 | 
            -
                        0
         | 
| 8449 | 
            -
                      ],
         | 
| 8450 | 
            -
                      [
         | 
| 8451 | 
            -
                        "unknown",
         | 
| 8452 | 
            -
                        0
         | 
| 8453 | 
            -
                      ],
         | 
| 8454 | 
            -
                      [
         | 
| 8455 | 
            -
                        "unknown",
         | 
| 8456 | 
            -
                        1
         | 
| 8457 | 
            -
                      ]
         | 
| 8458 | 
            -
                    ],
         | 
| 8459 8483 | 
             
                    [
         | 
| 8460 8484 | 
             
                      [
         | 
| 8461 8485 | 
             
                        "is",
         | 
| @@ -8723,6 +8747,11 @@ | |
| 8723 8747 | 
             
                      "verb",
         | 
| 8724 8748 | 
             
                      false
         | 
| 8725 8749 | 
             
                    ],
         | 
| 8750 | 
            +
                    [
         | 
| 8751 | 
            +
                      "every",
         | 
| 8752 | 
            +
                      "quantifier",
         | 
| 8753 | 
            +
                      false
         | 
| 8754 | 
            +
                    ],
         | 
| 8726 8755 | 
             
                    [
         | 
| 8727 8756 | 
             
                      "explosive",
         | 
| 8728 8757 | 
             
                      "hierarchyAble",
         | 
| @@ -9133,6 +9162,11 @@ | |
| 9133 9162 | 
             
                      "verb",
         | 
| 9134 9163 | 
             
                      false
         | 
| 9135 9164 | 
             
                    ],
         | 
| 9165 | 
            +
                    [
         | 
| 9166 | 
            +
                      "negatable",
         | 
| 9167 | 
            +
                      "queryable",
         | 
| 9168 | 
            +
                      false
         | 
| 9169 | 
            +
                    ],
         | 
| 9136 9170 | 
             
                    [
         | 
| 9137 9171 | 
             
                      "noun",
         | 
| 9138 9172 | 
             
                      "theAble",
         | 
| @@ -10268,6 +10302,11 @@ | |
| 10268 10302 | 
             
                      "verb",
         | 
| 10269 10303 | 
             
                      false
         | 
| 10270 10304 | 
             
                    ],
         | 
| 10305 | 
            +
                    [
         | 
| 10306 | 
            +
                      "every",
         | 
| 10307 | 
            +
                      "quantifier",
         | 
| 10308 | 
            +
                      false
         | 
| 10309 | 
            +
                    ],
         | 
| 10271 10310 | 
             
                    [
         | 
| 10272 10311 | 
             
                      "explosive",
         | 
| 10273 10312 | 
             
                      "hierarchyAble",
         | 
| @@ -10678,6 +10717,11 @@ | |
| 10678 10717 | 
             
                      "verb",
         | 
| 10679 10718 | 
             
                      false
         | 
| 10680 10719 | 
             
                    ],
         | 
| 10720 | 
            +
                    [
         | 
| 10721 | 
            +
                      "negatable",
         | 
| 10722 | 
            +
                      "queryable",
         | 
| 10723 | 
            +
                      false
         | 
| 10724 | 
            +
                    ],
         | 
| 10681 10725 | 
             
                    [
         | 
| 10682 10726 | 
             
                      "noun",
         | 
| 10683 10727 | 
             
                      "theAble",
         | 
| @@ -11758,6 +11802,11 @@ | |
| 11758 11802 | 
             
                      "verb",
         | 
| 11759 11803 | 
             
                      false
         | 
| 11760 11804 | 
             
                    ],
         | 
| 11805 | 
            +
                    [
         | 
| 11806 | 
            +
                      "every",
         | 
| 11807 | 
            +
                      "quantifier",
         | 
| 11808 | 
            +
                      false
         | 
| 11809 | 
            +
                    ],
         | 
| 11761 11810 | 
             
                    [
         | 
| 11762 11811 | 
             
                      "explosive",
         | 
| 11763 11812 | 
             
                      "hierarchyAble",
         | 
| @@ -12168,6 +12217,11 @@ | |
| 12168 12217 | 
             
                      "verb",
         | 
| 12169 12218 | 
             
                      false
         | 
| 12170 12219 | 
             
                    ],
         | 
| 12220 | 
            +
                    [
         | 
| 12221 | 
            +
                      "negatable",
         | 
| 12222 | 
            +
                      "queryable",
         | 
| 12223 | 
            +
                      false
         | 
| 12224 | 
            +
                    ],
         | 
| 12171 12225 | 
             
                    [
         | 
| 12172 12226 | 
             
                      "noun",
         | 
| 12173 12227 | 
             
                      "theAble",
         | 
| @@ -13389,6 +13443,11 @@ | |
| 13389 13443 | 
             
                      "verb",
         | 
| 13390 13444 | 
             
                      false
         | 
| 13391 13445 | 
             
                    ],
         | 
| 13446 | 
            +
                    [
         | 
| 13447 | 
            +
                      "every",
         | 
| 13448 | 
            +
                      "quantifier",
         | 
| 13449 | 
            +
                      false
         | 
| 13450 | 
            +
                    ],
         | 
| 13392 13451 | 
             
                    [
         | 
| 13393 13452 | 
             
                      "explosive",
         | 
| 13394 13453 | 
             
                      "hierarchyAble",
         | 
| @@ -13799,6 +13858,11 @@ | |
| 13799 13858 | 
             
                      "verb",
         | 
| 13800 13859 | 
             
                      false
         | 
| 13801 13860 | 
             
                    ],
         | 
| 13861 | 
            +
                    [
         | 
| 13862 | 
            +
                      "negatable",
         | 
| 13863 | 
            +
                      "queryable",
         | 
| 13864 | 
            +
                      false
         | 
| 13865 | 
            +
                    ],
         | 
| 13802 13866 | 
             
                    [
         | 
| 13803 13867 | 
             
                      "noun",
         | 
| 13804 13868 | 
             
                      "theAble",
         | 
| @@ -14955,6 +15019,11 @@ | |
| 14955 15019 | 
             
                      "verb",
         | 
| 14956 15020 | 
             
                      false
         | 
| 14957 15021 | 
             
                    ],
         | 
| 15022 | 
            +
                    [
         | 
| 15023 | 
            +
                      "every",
         | 
| 15024 | 
            +
                      "quantifier",
         | 
| 15025 | 
            +
                      false
         | 
| 15026 | 
            +
                    ],
         | 
| 14958 15027 | 
             
                    [
         | 
| 14959 15028 | 
             
                      "explosive",
         | 
| 14960 15029 | 
             
                      "hierarchyAble",
         | 
| @@ -15405,6 +15474,11 @@ | |
| 15405 15474 | 
             
                      "verb",
         | 
| 15406 15475 | 
             
                      false
         | 
| 15407 15476 | 
             
                    ],
         | 
| 15477 | 
            +
                    [
         | 
| 15478 | 
            +
                      "negatable",
         | 
| 15479 | 
            +
                      "queryable",
         | 
| 15480 | 
            +
                      false
         | 
| 15481 | 
            +
                    ],
         | 
| 15408 15482 | 
             
                    [
         | 
| 15409 15483 | 
             
                      "noun",
         | 
| 15410 15484 | 
             
                      "theAble",
         | 
| @@ -16632,6 +16706,11 @@ | |
| 16632 16706 | 
             
                      "verb",
         | 
| 16633 16707 | 
             
                      false
         | 
| 16634 16708 | 
             
                    ],
         | 
| 16709 | 
            +
                    [
         | 
| 16710 | 
            +
                      "every",
         | 
| 16711 | 
            +
                      "quantifier",
         | 
| 16712 | 
            +
                      false
         | 
| 16713 | 
            +
                    ],
         | 
| 16635 16714 | 
             
                    [
         | 
| 16636 16715 | 
             
                      "explosive",
         | 
| 16637 16716 | 
             
                      "hierarchyAble",
         | 
| @@ -17082,6 +17161,11 @@ | |
| 17082 17161 | 
             
                      "verb",
         | 
| 17083 17162 | 
             
                      false
         | 
| 17084 17163 | 
             
                    ],
         | 
| 17164 | 
            +
                    [
         | 
| 17165 | 
            +
                      "negatable",
         | 
| 17166 | 
            +
                      "queryable",
         | 
| 17167 | 
            +
                      false
         | 
| 17168 | 
            +
                    ],
         | 
| 17085 17169 | 
             
                    [
         | 
| 17086 17170 | 
             
                      "noun",
         | 
| 17087 17171 | 
             
                      "theAble",
         | 
| @@ -18313,6 +18397,11 @@ | |
| 18313 18397 | 
             
                      "verb",
         | 
| 18314 18398 | 
             
                      false
         | 
| 18315 18399 | 
             
                    ],
         | 
| 18400 | 
            +
                    [
         | 
| 18401 | 
            +
                      "every",
         | 
| 18402 | 
            +
                      "quantifier",
         | 
| 18403 | 
            +
                      false
         | 
| 18404 | 
            +
                    ],
         | 
| 18316 18405 | 
             
                    [
         | 
| 18317 18406 | 
             
                      "explosive",
         | 
| 18318 18407 | 
             
                      "hierarchyAble",
         | 
| @@ -18803,6 +18892,11 @@ | |
| 18803 18892 | 
             
                      "verb",
         | 
| 18804 18893 | 
             
                      false
         | 
| 18805 18894 | 
             
                    ],
         | 
| 18895 | 
            +
                    [
         | 
| 18896 | 
            +
                      "negatable",
         | 
| 18897 | 
            +
                      "queryable",
         | 
| 18898 | 
            +
                      false
         | 
| 18899 | 
            +
                    ],
         | 
| 18806 18900 | 
             
                    [
         | 
| 18807 18901 | 
             
                      "noun",
         | 
| 18808 18902 | 
             
                      "theAble",
         | 
| @@ -20170,6 +20264,11 @@ | |
| 20170 20264 | 
             
                      "verb",
         | 
| 20171 20265 | 
             
                      false
         | 
| 20172 20266 | 
             
                    ],
         | 
| 20267 | 
            +
                    [
         | 
| 20268 | 
            +
                      "every",
         | 
| 20269 | 
            +
                      "quantifier",
         | 
| 20270 | 
            +
                      false
         | 
| 20271 | 
            +
                    ],
         | 
| 20173 20272 | 
             
                    [
         | 
| 20174 20273 | 
             
                      "explosive",
         | 
| 20175 20274 | 
             
                      "hierarchyAble",
         | 
| @@ -20700,6 +20799,11 @@ | |
| 20700 20799 | 
             
                      "verb",
         | 
| 20701 20800 | 
             
                      false
         | 
| 20702 20801 | 
             
                    ],
         | 
| 20802 | 
            +
                    [
         | 
| 20803 | 
            +
                      "negatable",
         | 
| 20804 | 
            +
                      "queryable",
         | 
| 20805 | 
            +
                      false
         | 
| 20806 | 
            +
                    ],
         | 
| 20703 20807 | 
             
                    [
         | 
| 20704 20808 | 
             
                      "noun",
         | 
| 20705 20809 | 
             
                      "theAble",
         | 
| @@ -22147,6 +22251,11 @@ | |
| 22147 22251 | 
             
                      "verb",
         | 
| 22148 22252 | 
             
                      false
         | 
| 22149 22253 | 
             
                    ],
         | 
| 22254 | 
            +
                    [
         | 
| 22255 | 
            +
                      "every",
         | 
| 22256 | 
            +
                      "quantifier",
         | 
| 22257 | 
            +
                      false
         | 
| 22258 | 
            +
                    ],
         | 
| 22150 22259 | 
             
                    [
         | 
| 22151 22260 | 
             
                      "explosive",
         | 
| 22152 22261 | 
             
                      "hierarchyAble",
         | 
| @@ -22677,6 +22786,11 @@ | |
| 22677 22786 | 
             
                      "verb",
         | 
| 22678 22787 | 
             
                      false
         | 
| 22679 22788 | 
             
                    ],
         | 
| 22789 | 
            +
                    [
         | 
| 22790 | 
            +
                      "negatable",
         | 
| 22791 | 
            +
                      "queryable",
         | 
| 22792 | 
            +
                      false
         | 
| 22793 | 
            +
                    ],
         | 
| 22680 22794 | 
             
                    [
         | 
| 22681 22795 | 
             
                      "noun",
         | 
| 22682 22796 | 
             
                      "theAble",
         | 
| @@ -23680,24 +23794,6 @@ | |
| 23680 23794 | 
             
                        1
         | 
| 23681 23795 | 
             
                      ]
         | 
| 23682 23796 | 
             
                    ],
         | 
| 23683 | 
            -
                    [
         | 
| 23684 | 
            -
                      [
         | 
| 23685 | 
            -
                        "is",
         | 
| 23686 | 
            -
                        0
         | 
| 23687 | 
            -
                      ],
         | 
| 23688 | 
            -
                      [
         | 
| 23689 | 
            -
                        "list",
         | 
| 23690 | 
            -
                        0
         | 
| 23691 | 
            -
                      ],
         | 
| 23692 | 
            -
                      [
         | 
| 23693 | 
            -
                        "unknown",
         | 
| 23694 | 
            -
                        0
         | 
| 23695 | 
            -
                      ],
         | 
| 23696 | 
            -
                      [
         | 
| 23697 | 
            -
                        "unknown",
         | 
| 23698 | 
            -
                        1
         | 
| 23699 | 
            -
                      ]
         | 
| 23700 | 
            -
                    ],
         | 
| 23701 23797 | 
             
                    [
         | 
| 23702 23798 | 
             
                      [
         | 
| 23703 23799 | 
             
                        "is",
         | 
| @@ -24160,6 +24256,11 @@ | |
| 24160 24256 | 
             
                      "verb",
         | 
| 24161 24257 | 
             
                      false
         | 
| 24162 24258 | 
             
                    ],
         | 
| 24259 | 
            +
                    [
         | 
| 24260 | 
            +
                      "every",
         | 
| 24261 | 
            +
                      "quantifier",
         | 
| 24262 | 
            +
                      false
         | 
| 24263 | 
            +
                    ],
         | 
| 24163 24264 | 
             
                    [
         | 
| 24164 24265 | 
             
                      "explosive",
         | 
| 24165 24266 | 
             
                      "hierarchyAble",
         | 
| @@ -24730,6 +24831,11 @@ | |
| 24730 24831 | 
             
                      "verb",
         | 
| 24731 24832 | 
             
                      false
         | 
| 24732 24833 | 
             
                    ],
         | 
| 24834 | 
            +
                    [
         | 
| 24835 | 
            +
                      "negatable",
         | 
| 24836 | 
            +
                      "queryable",
         | 
| 24837 | 
            +
                      false
         | 
| 24838 | 
            +
                    ],
         | 
| 24733 24839 | 
             
                    [
         | 
| 24734 24840 | 
             
                      "noun",
         | 
| 24735 24841 | 
             
                      "theAble",
         | 
| @@ -26138,6 +26244,11 @@ | |
| 26138 26244 | 
             
                      "verb",
         | 
| 26139 26245 | 
             
                      false
         | 
| 26140 26246 | 
             
                    ],
         | 
| 26247 | 
            +
                    [
         | 
| 26248 | 
            +
                      "every",
         | 
| 26249 | 
            +
                      "quantifier",
         | 
| 26250 | 
            +
                      false
         | 
| 26251 | 
            +
                    ],
         | 
| 26141 26252 | 
             
                    [
         | 
| 26142 26253 | 
             
                      "explosive",
         | 
| 26143 26254 | 
             
                      "hierarchyAble",
         | 
| @@ -26793,6 +26904,11 @@ | |
| 26793 26904 | 
             
                      "verb",
         | 
| 26794 26905 | 
             
                      false
         | 
| 26795 26906 | 
             
                    ],
         | 
| 26907 | 
            +
                    [
         | 
| 26908 | 
            +
                      "negatable",
         | 
| 26909 | 
            +
                      "queryable",
         | 
| 26910 | 
            +
                      false
         | 
| 26911 | 
            +
                    ],
         | 
| 26796 26912 | 
             
                    [
         | 
| 26797 26913 | 
             
                      "noun",
         | 
| 26798 26914 | 
             
                      "theAble",
         | 
| @@ -28128,7 +28244,7 @@ | |
| 28128 28244 | 
             
                        ],
         | 
| 28129 28245 | 
             
                        "ops": [
         | 
| 28130 28246 | 
             
                          [
         | 
| 28131 | 
            -
                            " | 
| 28247 | 
            +
                            "is",
         | 
| 28132 28248 | 
             
                            0
         | 
| 28133 28249 | 
             
                          ],
         | 
| 28134 28250 | 
             
                          [
         | 
| @@ -28157,7 +28273,7 @@ | |
| 28157 28273 | 
             
                        ],
         | 
| 28158 28274 | 
             
                        "ops": [
         | 
| 28159 28275 | 
             
                          [
         | 
| 28160 | 
            -
                            " | 
| 28276 | 
            +
                            "is",
         | 
| 28161 28277 | 
             
                            0
         | 
| 28162 28278 | 
             
                          ],
         | 
| 28163 28279 | 
             
                          [
         | 
| @@ -28186,7 +28302,7 @@ | |
| 28186 28302 | 
             
                        ],
         | 
| 28187 28303 | 
             
                        "ops": [
         | 
| 28188 28304 | 
             
                          [
         | 
| 28189 | 
            -
                            " | 
| 28305 | 
            +
                            "is",
         | 
| 28190 28306 | 
             
                            0
         | 
| 28191 28307 | 
             
                          ],
         | 
| 28192 28308 | 
             
                          [
         | 
| @@ -28215,7 +28331,7 @@ | |
| 28215 28331 | 
             
                        ],
         | 
| 28216 28332 | 
             
                        "ops": [
         | 
| 28217 28333 | 
             
                          [
         | 
| 28218 | 
            -
                            " | 
| 28334 | 
            +
                            "is",
         | 
| 28219 28335 | 
             
                            0
         | 
| 28220 28336 | 
             
                          ],
         | 
| 28221 28337 | 
             
                          [
         | 
| @@ -28244,7 +28360,7 @@ | |
| 28244 28360 | 
             
                        ],
         | 
| 28245 28361 | 
             
                        "ops": [
         | 
| 28246 28362 | 
             
                          [
         | 
| 28247 | 
            -
                            " | 
| 28363 | 
            +
                            "is",
         | 
| 28248 28364 | 
             
                            0
         | 
| 28249 28365 | 
             
                          ],
         | 
| 28250 28366 | 
             
                          [
         | 
| @@ -28737,24 +28853,6 @@ | |
| 28737 28853 | 
             
                        "list",
         | 
| 28738 28854 | 
             
                        1
         | 
| 28739 28855 | 
             
                      ]
         | 
| 28740 | 
            -
                    ],
         | 
| 28741 | 
            -
                    [
         | 
| 28742 | 
            -
                      [
         | 
| 28743 | 
            -
                        "item",
         | 
| 28744 | 
            -
                        0
         | 
| 28745 | 
            -
                      ],
         | 
| 28746 | 
            -
                      [
         | 
| 28747 | 
            -
                        "list",
         | 
| 28748 | 
            -
                        1
         | 
| 28749 | 
            -
                      ],
         | 
| 28750 | 
            -
                      [
         | 
| 28751 | 
            -
                        "property",
         | 
| 28752 | 
            -
                        0
         | 
| 28753 | 
            -
                      ],
         | 
| 28754 | 
            -
                      [
         | 
| 28755 | 
            -
                        "unknown",
         | 
| 28756 | 
            -
                        1
         | 
| 28757 | 
            -
                      ]
         | 
| 28758 28856 | 
             
                    ]
         | 
| 28759 28857 | 
             
                  ],
         | 
| 28760 28858 | 
             
                  "learned_contextual_priorities": [],
         | 
| @@ -28852,7 +28950,7 @@ | |
| 28852 28950 | 
             
                  ],
         | 
| 28853 28951 | 
             
                  "bridges": [
         | 
| 28854 28952 | 
             
                    {
         | 
| 28855 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 28953 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
         | 
| 28856 28954 | 
             
                      "id": "put",
         | 
| 28857 28955 | 
             
                      "isA": [
         | 
| 28858 28956 | 
             
                        "verb"
         | 
| @@ -28861,7 +28959,7 @@ | |
| 28861 28959 | 
             
                      "bridge": "{ ...next(operator) }"
         | 
| 28862 28960 | 
             
                    },
         | 
| 28863 28961 | 
             
                    {
         | 
| 28864 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 28962 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:160",
         | 
| 28865 28963 | 
             
                      "id": "propertyCondition",
         | 
| 28866 28964 | 
             
                      "before": [
         | 
| 28867 28965 | 
             
                        "adjective",
         | 
| @@ -28873,7 +28971,7 @@ | |
| 28873 28971 | 
             
                      "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
         | 
| 28874 28972 | 
             
                    },
         | 
| 28875 28973 | 
             
                    {
         | 
| 28876 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 28974 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:168",
         | 
| 28877 28975 | 
             
                      "id": "on",
         | 
| 28878 28976 | 
             
                      "isA": [
         | 
| 28879 28977 | 
             
                        "preposition"
         | 
| @@ -28882,7 +28980,7 @@ | |
| 28882 28980 | 
             
                      "bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
         | 
| 28883 28981 | 
             
                    },
         | 
| 28884 28982 | 
             
                    {
         | 
| 28885 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 28983 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:179",
         | 
| 28886 28984 | 
             
                      "id": "change",
         | 
| 28887 28985 | 
             
                      "isA": [
         | 
| 28888 28986 | 
             
                        "verb"
         | 
| @@ -28897,7 +28995,7 @@ | |
| 28897 28995 | 
             
                      ]
         | 
| 28898 28996 | 
             
                    },
         | 
| 28899 28997 | 
             
                    {
         | 
| 28900 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 28998 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
         | 
| 28901 28999 | 
             
                      "id": "disarm",
         | 
| 28902 29000 | 
             
                      "isA": [
         | 
| 28903 29001 | 
             
                        "verb"
         | 
| @@ -28906,7 +29004,7 @@ | |
| 28906 29004 | 
             
                      "bridge": "{ ...next(operator) }"
         | 
| 28907 29005 | 
             
                    },
         | 
| 28908 29006 | 
             
                    {
         | 
| 28909 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29007 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:202",
         | 
| 28910 29008 | 
             
                      "id": "strip",
         | 
| 28911 29009 | 
             
                      "isA": [
         | 
| 28912 29010 | 
             
                        "verb"
         | 
| @@ -28915,7 +29013,7 @@ | |
| 28915 29013 | 
             
                      "bridge": "{ ...next(operator) }"
         | 
| 28916 29014 | 
             
                    },
         | 
| 28917 29015 | 
             
                    {
         | 
| 28918 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29016 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:213",
         | 
| 28919 29017 | 
             
                      "id": "call",
         | 
| 28920 29018 | 
             
                      "isA": [
         | 
| 28921 29019 | 
             
                        "verb"
         | 
| @@ -28924,7 +29022,7 @@ | |
| 28924 29022 | 
             
                      "bridge": "{ ...next(operator), item: after[0], name: after[1] }"
         | 
| 28925 29023 | 
             
                    },
         | 
| 28926 29024 | 
             
                    {
         | 
| 28927 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29025 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
         | 
| 28928 29026 | 
             
                      "id": "putOn",
         | 
| 28929 29027 | 
             
                      "isA": [
         | 
| 28930 29028 | 
             
                        "verb"
         | 
| @@ -28933,7 +29031,7 @@ | |
| 28933 29031 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 28934 29032 | 
             
                    },
         | 
| 28935 29033 | 
             
                    {
         | 
| 28936 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29034 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:239",
         | 
| 28937 29035 | 
             
                      "id": "wear",
         | 
| 28938 29036 | 
             
                      "isA": [
         | 
| 28939 29037 | 
             
                        "verb"
         | 
| @@ -28951,7 +29049,7 @@ | |
| 28951 29049 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 28952 29050 | 
             
                    },
         | 
| 28953 29051 | 
             
                    {
         | 
| 28954 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29052 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
         | 
| 28955 29053 | 
             
                      "id": "equip",
         | 
| 28956 29054 | 
             
                      "isA": [
         | 
| 28957 29055 | 
             
                        "verb"
         | 
| @@ -28974,7 +29072,7 @@ | |
| 28974 29072 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 28975 29073 | 
             
                    },
         | 
| 28976 29074 | 
             
                    {
         | 
| 28977 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29075 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
         | 
| 28978 29076 | 
             
                      "id": "toDrink",
         | 
| 28979 29077 | 
             
                      "isA": [
         | 
| 28980 29078 | 
             
                        "verb"
         | 
| @@ -28983,7 +29081,7 @@ | |
| 28983 29081 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 28984 29082 | 
             
                    },
         | 
| 28985 29083 | 
             
                    {
         | 
| 28986 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29084 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
         | 
| 28987 29085 | 
             
                      "id": "eat",
         | 
| 28988 29086 | 
             
                      "localHierarchy": [
         | 
| 28989 29087 | 
             
                        [
         | 
| @@ -28998,7 +29096,7 @@ | |
| 28998 29096 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 28999 29097 | 
             
                    },
         | 
| 29000 29098 | 
             
                    {
         | 
| 29001 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29099 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:296",
         | 
| 29002 29100 | 
             
                      "id": "take",
         | 
| 29003 29101 | 
             
                      "isA": [
         | 
| 29004 29102 | 
             
                        "verb"
         | 
| @@ -29007,7 +29105,7 @@ | |
| 29007 29105 | 
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         | 
| 29008 29106 | 
             
                    },
         | 
| 29009 29107 | 
             
                    {
         | 
| 29010 | 
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: | 
| 29108 | 
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:308",
         | 
| 29011 29109 | 
             
                      "id": "nameable",
         | 
| 29012 29110 | 
             
                      "isA": [
         | 
| 29013 29111 | 
             
                        "theAble"
         | 
| @@ -29930,60 +30028,6 @@ | |
| 29930 30028 | 
             
                    1
         | 
| 29931 30029 | 
             
                  ]
         | 
| 29932 30030 | 
             
                ],
         | 
| 29933 | 
            -
                [
         | 
| 29934 | 
            -
                  [
         | 
| 29935 | 
            -
                    "is",
         | 
| 29936 | 
            -
                    0
         | 
| 29937 | 
            -
                  ],
         | 
| 29938 | 
            -
                  [
         | 
| 29939 | 
            -
                    "list",
         | 
| 29940 | 
            -
                    0
         | 
| 29941 | 
            -
                  ],
         | 
| 29942 | 
            -
                  [
         | 
| 29943 | 
            -
                    "unknown",
         | 
| 29944 | 
            -
                    0
         | 
| 29945 | 
            -
                  ],
         | 
| 29946 | 
            -
                  [
         | 
| 29947 | 
            -
                    "unknown",
         | 
| 29948 | 
            -
                    1
         | 
| 29949 | 
            -
                  ]
         | 
| 29950 | 
            -
                ],
         | 
| 29951 | 
            -
                [
         | 
| 29952 | 
            -
                  [
         | 
| 29953 | 
            -
                    "is",
         | 
| 29954 | 
            -
                    0
         | 
| 29955 | 
            -
                  ],
         | 
| 29956 | 
            -
                  [
         | 
| 29957 | 
            -
                    "list",
         | 
| 29958 | 
            -
                    0
         | 
| 29959 | 
            -
                  ],
         | 
| 29960 | 
            -
                  [
         | 
| 29961 | 
            -
                    "unknown",
         | 
| 29962 | 
            -
                    0
         | 
| 29963 | 
            -
                  ],
         | 
| 29964 | 
            -
                  [
         | 
| 29965 | 
            -
                    "unknown",
         | 
| 29966 | 
            -
                    1
         | 
| 29967 | 
            -
                  ]
         | 
| 29968 | 
            -
                ],
         | 
| 29969 | 
            -
                [
         | 
| 29970 | 
            -
                  [
         | 
| 29971 | 
            -
                    "is",
         | 
| 29972 | 
            -
                    0
         | 
| 29973 | 
            -
                  ],
         | 
| 29974 | 
            -
                  [
         | 
| 29975 | 
            -
                    "list",
         | 
| 29976 | 
            -
                    0
         | 
| 29977 | 
            -
                  ],
         | 
| 29978 | 
            -
                  [
         | 
| 29979 | 
            -
                    "unknown",
         | 
| 29980 | 
            -
                    0
         | 
| 29981 | 
            -
                  ],
         | 
| 29982 | 
            -
                  [
         | 
| 29983 | 
            -
                    "unknown",
         | 
| 29984 | 
            -
                    1
         | 
| 29985 | 
            -
                  ]
         | 
| 29986 | 
            -
                ],
         | 
| 29987 30031 | 
             
                [
         | 
| 29988 30032 | 
             
                  [
         | 
| 29989 30033 | 
             
                    "is",
         | 
| @@ -30230,24 +30274,6 @@ | |
| 30230 30274 | 
             
                    0
         | 
| 30231 30275 | 
             
                  ]
         | 
| 30232 30276 | 
             
                ],
         | 
| 30233 | 
            -
                [
         | 
| 30234 | 
            -
                  [
         | 
| 30235 | 
            -
                    "item",
         | 
| 30236 | 
            -
                    0
         | 
| 30237 | 
            -
                  ],
         | 
| 30238 | 
            -
                  [
         | 
| 30239 | 
            -
                    "list",
         | 
| 30240 | 
            -
                    1
         | 
| 30241 | 
            -
                  ],
         | 
| 30242 | 
            -
                  [
         | 
| 30243 | 
            -
                    "property",
         | 
| 30244 | 
            -
                    0
         | 
| 30245 | 
            -
                  ],
         | 
| 30246 | 
            -
                  [
         | 
| 30247 | 
            -
                    "unknown",
         | 
| 30248 | 
            -
                    1
         | 
| 30249 | 
            -
                  ]
         | 
| 30250 | 
            -
                ],
         | 
| 30251 30277 | 
             
                [
         | 
| 30252 30278 | 
             
                  [
         | 
| 30253 30279 | 
             
                    "modifies",
         |