@maka/maka-cli 5.126.0 → 5.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (880) hide show
  1. package/bundle/typescript/package.json +8 -6
  2. package/bundle/typescript/src/commands/game/sideQuest/commands/move.js +6 -3
  3. package/bundle/typescript/src/commands/game/sideQuest/engine-version.js +8 -1
  4. package/bundle/typescript/src/commands/game/sideQuest/models/player.js +7 -0
  5. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.js +14 -0
  6. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.js +18 -3
  7. package/bundle/typescript/src/commands/profile.js +10 -2
  8. package/package.json +8 -6
  9. package/bundle/typescript/src/command.d.ts +0 -37
  10. package/bundle/typescript/src/command.js.map +0 -1
  11. package/bundle/typescript/src/commands/_index.d.ts +0 -28
  12. package/bundle/typescript/src/commands/_index.js.map +0 -1
  13. package/bundle/typescript/src/commands/aws/_index.d.ts +0 -16
  14. package/bundle/typescript/src/commands/aws/_index.js.map +0 -1
  15. package/bundle/typescript/src/commands/aws/aws.command.d.ts +0 -3
  16. package/bundle/typescript/src/commands/aws/aws.command.js.map +0 -1
  17. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +0 -1
  18. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +0 -1
  19. package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +0 -1
  20. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +0 -1
  21. package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +0 -1
  22. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +0 -1
  23. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +0 -1
  24. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +0 -1
  25. package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +0 -1
  26. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +0 -1
  27. package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +0 -1
  28. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +0 -1
  29. package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +0 -1
  30. package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +0 -1
  31. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +0 -1
  32. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +0 -1
  33. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +0 -1
  34. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +0 -1
  35. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +0 -1
  36. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +0 -1
  37. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +0 -1
  38. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +0 -1
  39. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +0 -1
  40. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +0 -1
  41. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +0 -1
  42. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +0 -1
  43. package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +0 -1
  44. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +0 -1
  45. package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +0 -1
  46. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +0 -1
  47. package/bundle/typescript/src/commands/build/_index.d.ts +0 -2
  48. package/bundle/typescript/src/commands/build/_index.js.map +0 -1
  49. package/bundle/typescript/src/commands/build/build.d.ts +0 -3
  50. package/bundle/typescript/src/commands/build/build.js.map +0 -1
  51. package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +0 -1
  52. package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +0 -1
  53. package/bundle/typescript/src/commands/create.d.ts +0 -1
  54. package/bundle/typescript/src/commands/create.js.map +0 -1
  55. package/bundle/typescript/src/commands/debug.d.ts +0 -1
  56. package/bundle/typescript/src/commands/debug.js.map +0 -1
  57. package/bundle/typescript/src/commands/deploy/_index.d.ts +0 -4
  58. package/bundle/typescript/src/commands/deploy/_index.js.map +0 -1
  59. package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +0 -3
  60. package/bundle/typescript/src/commands/deploy/deploy.command.js.map +0 -1
  61. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +0 -1
  62. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +0 -1
  63. package/bundle/typescript/src/commands/deploy/github.sub.cmd.d.ts +0 -1
  64. package/bundle/typescript/src/commands/deploy/github.sub.cmd.js.map +0 -1
  65. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +0 -1
  66. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +0 -1
  67. package/bundle/typescript/src/commands/env/_index.d.ts +0 -3
  68. package/bundle/typescript/src/commands/env/_index.js.map +0 -1
  69. package/bundle/typescript/src/commands/env/env.command.d.ts +0 -3
  70. package/bundle/typescript/src/commands/env/env.command.js.map +0 -1
  71. package/bundle/typescript/src/commands/env/get.sub.cmd.d.ts +0 -1
  72. package/bundle/typescript/src/commands/env/get.sub.cmd.js.map +0 -1
  73. package/bundle/typescript/src/commands/env/prompt-for-env.d.ts +0 -10
  74. package/bundle/typescript/src/commands/env/prompt-for-env.js.map +0 -1
  75. package/bundle/typescript/src/commands/env/set.sub.cmd.d.ts +0 -1
  76. package/bundle/typescript/src/commands/env/set.sub.cmd.js.map +0 -1
  77. package/bundle/typescript/src/commands/game/_index.d.ts +0 -2
  78. package/bundle/typescript/src/commands/game/_index.js.map +0 -1
  79. package/bundle/typescript/src/commands/game/sideQuest/adept-powers.d.ts +0 -71
  80. package/bundle/typescript/src/commands/game/sideQuest/adept-powers.js.map +0 -1
  81. package/bundle/typescript/src/commands/game/sideQuest/archetypes.d.ts +0 -160
  82. package/bundle/typescript/src/commands/game/sideQuest/archetypes.js.map +0 -1
  83. package/bundle/typescript/src/commands/game/sideQuest/aspects.d.ts +0 -68
  84. package/bundle/typescript/src/commands/game/sideQuest/aspects.js.map +0 -1
  85. package/bundle/typescript/src/commands/game/sideQuest/augmentations.d.ts +0 -207
  86. package/bundle/typescript/src/commands/game/sideQuest/augmentations.js.map +0 -1
  87. package/bundle/typescript/src/commands/game/sideQuest/commands/abandon.d.ts +0 -30
  88. package/bundle/typescript/src/commands/game/sideQuest/commands/abandon.js.map +0 -1
  89. package/bundle/typescript/src/commands/game/sideQuest/commands/advance.d.ts +0 -26
  90. package/bundle/typescript/src/commands/game/sideQuest/commands/advance.js.map +0 -1
  91. package/bundle/typescript/src/commands/game/sideQuest/commands/ar.d.ts +0 -34
  92. package/bundle/typescript/src/commands/game/sideQuest/commands/ar.js.map +0 -1
  93. package/bundle/typescript/src/commands/game/sideQuest/commands/ask.d.ts +0 -65
  94. package/bundle/typescript/src/commands/game/sideQuest/commands/ask.js.map +0 -1
  95. package/bundle/typescript/src/commands/game/sideQuest/commands/assense.d.ts +0 -16
  96. package/bundle/typescript/src/commands/game/sideQuest/commands/assense.js.map +0 -1
  97. package/bundle/typescript/src/commands/game/sideQuest/commands/attack.d.ts +0 -42
  98. package/bundle/typescript/src/commands/game/sideQuest/commands/attack.js.map +0 -1
  99. package/bundle/typescript/src/commands/game/sideQuest/commands/backlog.d.ts +0 -199
  100. package/bundle/typescript/src/commands/game/sideQuest/commands/backlog.js.map +0 -1
  101. package/bundle/typescript/src/commands/game/sideQuest/commands/bluff.d.ts +0 -59
  102. package/bundle/typescript/src/commands/game/sideQuest/commands/bluff.js.map +0 -1
  103. package/bundle/typescript/src/commands/game/sideQuest/commands/brandish.d.ts +0 -21
  104. package/bundle/typescript/src/commands/game/sideQuest/commands/brandish.js.map +0 -1
  105. package/bundle/typescript/src/commands/game/sideQuest/commands/breach.d.ts +0 -39
  106. package/bundle/typescript/src/commands/game/sideQuest/commands/breach.js.map +0 -1
  107. package/bundle/typescript/src/commands/game/sideQuest/commands/buy.d.ts +0 -28
  108. package/bundle/typescript/src/commands/game/sideQuest/commands/buy.js.map +0 -1
  109. package/bundle/typescript/src/commands/game/sideQuest/commands/bypass-command.d.ts +0 -64
  110. package/bundle/typescript/src/commands/game/sideQuest/commands/bypass-command.js.map +0 -1
  111. package/bundle/typescript/src/commands/game/sideQuest/commands/call.d.ts +0 -72
  112. package/bundle/typescript/src/commands/game/sideQuest/commands/call.js.map +0 -1
  113. package/bundle/typescript/src/commands/game/sideQuest/commands/cast.d.ts +0 -119
  114. package/bundle/typescript/src/commands/game/sideQuest/commands/cast.js.map +0 -1
  115. package/bundle/typescript/src/commands/game/sideQuest/commands/catalog.d.ts +0 -6
  116. package/bundle/typescript/src/commands/game/sideQuest/commands/catalog.js.map +0 -1
  117. package/bundle/typescript/src/commands/game/sideQuest/commands/climb.d.ts +0 -48
  118. package/bundle/typescript/src/commands/game/sideQuest/commands/climb.js.map +0 -1
  119. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.d.ts +0 -19
  120. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js.map +0 -1
  121. package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +0 -63
  122. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +0 -1
  123. package/bundle/typescript/src/commands/game/sideQuest/commands/companions.d.ts +0 -69
  124. package/bundle/typescript/src/commands/game/sideQuest/commands/companions.js.map +0 -1
  125. package/bundle/typescript/src/commands/game/sideQuest/commands/compile.d.ts +0 -65
  126. package/bundle/typescript/src/commands/game/sideQuest/commands/compile.js.map +0 -1
  127. package/bundle/typescript/src/commands/game/sideQuest/commands/contacts.d.ts +0 -18
  128. package/bundle/typescript/src/commands/game/sideQuest/commands/contacts.js.map +0 -1
  129. package/bundle/typescript/src/commands/game/sideQuest/commands/container-verbs.d.ts +0 -18
  130. package/bundle/typescript/src/commands/game/sideQuest/commands/container-verbs.js.map +0 -1
  131. package/bundle/typescript/src/commands/game/sideQuest/commands/cover.d.ts +0 -30
  132. package/bundle/typescript/src/commands/game/sideQuest/commands/cover.js.map +0 -1
  133. package/bundle/typescript/src/commands/game/sideQuest/commands/crew.d.ts +0 -46
  134. package/bundle/typescript/src/commands/game/sideQuest/commands/crew.js.map +0 -1
  135. package/bundle/typescript/src/commands/game/sideQuest/commands/deck.d.ts +0 -42
  136. package/bundle/typescript/src/commands/game/sideQuest/commands/deck.js.map +0 -1
  137. package/bundle/typescript/src/commands/game/sideQuest/commands/decompile.d.ts +0 -61
  138. package/bundle/typescript/src/commands/game/sideQuest/commands/decompile.js.map +0 -1
  139. package/bundle/typescript/src/commands/game/sideQuest/commands/dispel.d.ts +0 -23
  140. package/bundle/typescript/src/commands/game/sideQuest/commands/dispel.js.map +0 -1
  141. package/bundle/typescript/src/commands/game/sideQuest/commands/docwagon.d.ts +0 -14
  142. package/bundle/typescript/src/commands/game/sideQuest/commands/docwagon.js.map +0 -1
  143. package/bundle/typescript/src/commands/game/sideQuest/commands/download.d.ts +0 -46
  144. package/bundle/typescript/src/commands/game/sideQuest/commands/download.js.map +0 -1
  145. package/bundle/typescript/src/commands/game/sideQuest/commands/drink.d.ts +0 -14
  146. package/bundle/typescript/src/commands/game/sideQuest/commands/drink.js.map +0 -1
  147. package/bundle/typescript/src/commands/game/sideQuest/commands/drone.d.ts +0 -15
  148. package/bundle/typescript/src/commands/game/sideQuest/commands/drone.js.map +0 -1
  149. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +0 -7
  150. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +0 -1
  151. package/bundle/typescript/src/commands/game/sideQuest/commands/eat.d.ts +0 -14
  152. package/bundle/typescript/src/commands/game/sideQuest/commands/eat.js.map +0 -1
  153. package/bundle/typescript/src/commands/game/sideQuest/commands/edge.d.ts +0 -13
  154. package/bundle/typescript/src/commands/game/sideQuest/commands/edge.js.map +0 -1
  155. package/bundle/typescript/src/commands/game/sideQuest/commands/emote.d.ts +0 -17
  156. package/bundle/typescript/src/commands/game/sideQuest/commands/emote.js.map +0 -1
  157. package/bundle/typescript/src/commands/game/sideQuest/commands/end-call.d.ts +0 -6
  158. package/bundle/typescript/src/commands/game/sideQuest/commands/end-call.js.map +0 -1
  159. package/bundle/typescript/src/commands/game/sideQuest/commands/enter-host.d.ts +0 -59
  160. package/bundle/typescript/src/commands/game/sideQuest/commands/enter-host.js.map +0 -1
  161. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +0 -11
  162. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +0 -1
  163. package/bundle/typescript/src/commands/game/sideQuest/commands/equipment.d.ts +0 -23
  164. package/bundle/typescript/src/commands/game/sideQuest/commands/equipment.js.map +0 -1
  165. package/bundle/typescript/src/commands/game/sideQuest/commands/fit.d.ts +0 -29
  166. package/bundle/typescript/src/commands/game/sideQuest/commands/fit.js.map +0 -1
  167. package/bundle/typescript/src/commands/game/sideQuest/commands/follow.d.ts +0 -37
  168. package/bundle/typescript/src/commands/game/sideQuest/commands/follow.js.map +0 -1
  169. package/bundle/typescript/src/commands/game/sideQuest/commands/garage.d.ts +0 -15
  170. package/bundle/typescript/src/commands/game/sideQuest/commands/garage.js.map +0 -1
  171. package/bundle/typescript/src/commands/game/sideQuest/commands/give.d.ts +0 -7
  172. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js.map +0 -1
  173. package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +0 -88
  174. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +0 -1
  175. package/bundle/typescript/src/commands/game/sideQuest/commands/grapple.d.ts +0 -38
  176. package/bundle/typescript/src/commands/game/sideQuest/commands/grapple.js.map +0 -1
  177. package/bundle/typescript/src/commands/game/sideQuest/commands/hack.d.ts +0 -103
  178. package/bundle/typescript/src/commands/game/sideQuest/commands/hack.js.map +0 -1
  179. package/bundle/typescript/src/commands/game/sideQuest/commands/haggle.d.ts +0 -16
  180. package/bundle/typescript/src/commands/game/sideQuest/commands/haggle.js.map +0 -1
  181. package/bundle/typescript/src/commands/game/sideQuest/commands/heal.d.ts +0 -53
  182. package/bundle/typescript/src/commands/game/sideQuest/commands/heal.js.map +0 -1
  183. package/bundle/typescript/src/commands/game/sideQuest/commands/hints.d.ts +0 -10
  184. package/bundle/typescript/src/commands/game/sideQuest/commands/hints.js.map +0 -1
  185. package/bundle/typescript/src/commands/game/sideQuest/commands/hop.d.ts +0 -16
  186. package/bundle/typescript/src/commands/game/sideQuest/commands/hop.js.map +0 -1
  187. package/bundle/typescript/src/commands/game/sideQuest/commands/initiate.d.ts +0 -8
  188. package/bundle/typescript/src/commands/game/sideQuest/commands/initiate.js.map +0 -1
  189. package/bundle/typescript/src/commands/game/sideQuest/commands/install.d.ts +0 -21
  190. package/bundle/typescript/src/commands/game/sideQuest/commands/install.js.map +0 -1
  191. package/bundle/typescript/src/commands/game/sideQuest/commands/inv.d.ts +0 -6
  192. package/bundle/typescript/src/commands/game/sideQuest/commands/inv.js.map +0 -1
  193. package/bundle/typescript/src/commands/game/sideQuest/commands/jack.d.ts +0 -36
  194. package/bundle/typescript/src/commands/game/sideQuest/commands/jack.js.map +0 -1
  195. package/bundle/typescript/src/commands/game/sideQuest/commands/jackpoint.d.ts +0 -24
  196. package/bundle/typescript/src/commands/game/sideQuest/commands/jackpoint.js.map +0 -1
  197. package/bundle/typescript/src/commands/game/sideQuest/commands/job-offer.d.ts +0 -38
  198. package/bundle/typescript/src/commands/game/sideQuest/commands/job-offer.js.map +0 -1
  199. package/bundle/typescript/src/commands/game/sideQuest/commands/jobs.d.ts +0 -12
  200. package/bundle/typescript/src/commands/game/sideQuest/commands/jobs.js.map +0 -1
  201. package/bundle/typescript/src/commands/game/sideQuest/commands/journal.d.ts +0 -44
  202. package/bundle/typescript/src/commands/game/sideQuest/commands/journal.js.map +0 -1
  203. package/bundle/typescript/src/commands/game/sideQuest/commands/jump.d.ts +0 -16
  204. package/bundle/typescript/src/commands/game/sideQuest/commands/jump.js.map +0 -1
  205. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.d.ts +0 -13
  206. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js.map +0 -1
  207. package/bundle/typescript/src/commands/game/sideQuest/commands/lead.d.ts +0 -40
  208. package/bundle/typescript/src/commands/game/sideQuest/commands/lead.js.map +0 -1
  209. package/bundle/typescript/src/commands/game/sideQuest/commands/lifestyle.d.ts +0 -23
  210. package/bundle/typescript/src/commands/game/sideQuest/commands/lifestyle.js.map +0 -1
  211. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +0 -8
  212. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +0 -1
  213. package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +0 -62
  214. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +0 -1
  215. package/bundle/typescript/src/commands/game/sideQuest/commands/loot.d.ts +0 -21
  216. package/bundle/typescript/src/commands/game/sideQuest/commands/loot.js.map +0 -1
  217. package/bundle/typescript/src/commands/game/sideQuest/commands/map.d.ts +0 -26
  218. package/bundle/typescript/src/commands/game/sideQuest/commands/map.js.map +0 -1
  219. package/bundle/typescript/src/commands/game/sideQuest/commands/mark.d.ts +0 -27
  220. package/bundle/typescript/src/commands/game/sideQuest/commands/mark.js.map +0 -1
  221. package/bundle/typescript/src/commands/game/sideQuest/commands/message.d.ts +0 -44
  222. package/bundle/typescript/src/commands/game/sideQuest/commands/message.js.map +0 -1
  223. package/bundle/typescript/src/commands/game/sideQuest/commands/move.d.ts +0 -194
  224. package/bundle/typescript/src/commands/game/sideQuest/commands/move.js.map +0 -1
  225. package/bundle/typescript/src/commands/game/sideQuest/commands/note.d.ts +0 -99
  226. package/bundle/typescript/src/commands/game/sideQuest/commands/note.js.map +0 -1
  227. package/bundle/typescript/src/commands/game/sideQuest/commands/order.d.ts +0 -19
  228. package/bundle/typescript/src/commands/game/sideQuest/commands/order.js.map +0 -1
  229. package/bundle/typescript/src/commands/game/sideQuest/commands/overwatch.d.ts +0 -14
  230. package/bundle/typescript/src/commands/game/sideQuest/commands/overwatch.js.map +0 -1
  231. package/bundle/typescript/src/commands/game/sideQuest/commands/palm.d.ts +0 -16
  232. package/bundle/typescript/src/commands/game/sideQuest/commands/palm.js.map +0 -1
  233. package/bundle/typescript/src/commands/game/sideQuest/commands/pan.d.ts +0 -12
  234. package/bundle/typescript/src/commands/game/sideQuest/commands/pan.js.map +0 -1
  235. package/bundle/typescript/src/commands/game/sideQuest/commands/pay.d.ts +0 -13
  236. package/bundle/typescript/src/commands/game/sideQuest/commands/pay.js.map +0 -1
  237. package/bundle/typescript/src/commands/game/sideQuest/commands/perform.d.ts +0 -13
  238. package/bundle/typescript/src/commands/game/sideQuest/commands/perform.js.map +0 -1
  239. package/bundle/typescript/src/commands/game/sideQuest/commands/persuade.d.ts +0 -18
  240. package/bundle/typescript/src/commands/game/sideQuest/commands/persuade.js.map +0 -1
  241. package/bundle/typescript/src/commands/game/sideQuest/commands/pick.d.ts +0 -43
  242. package/bundle/typescript/src/commands/game/sideQuest/commands/pick.js.map +0 -1
  243. package/bundle/typescript/src/commands/game/sideQuest/commands/players.d.ts +0 -12
  244. package/bundle/typescript/src/commands/game/sideQuest/commands/players.js.map +0 -1
  245. package/bundle/typescript/src/commands/game/sideQuest/commands/posture.d.ts +0 -45
  246. package/bundle/typescript/src/commands/game/sideQuest/commands/posture.js.map +0 -1
  247. package/bundle/typescript/src/commands/game/sideQuest/commands/project.d.ts +0 -19
  248. package/bundle/typescript/src/commands/game/sideQuest/commands/project.js.map +0 -1
  249. package/bundle/typescript/src/commands/game/sideQuest/commands/quality-trade.d.ts +0 -21
  250. package/bundle/typescript/src/commands/game/sideQuest/commands/quality-trade.js.map +0 -1
  251. package/bundle/typescript/src/commands/game/sideQuest/commands/read.d.ts +0 -6
  252. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js.map +0 -1
  253. package/bundle/typescript/src/commands/game/sideQuest/commands/reboot.d.ts +0 -12
  254. package/bundle/typescript/src/commands/game/sideQuest/commands/reboot.js.map +0 -1
  255. package/bundle/typescript/src/commands/game/sideQuest/commands/register.d.ts +0 -29
  256. package/bundle/typescript/src/commands/game/sideQuest/commands/register.js.map +0 -1
  257. package/bundle/typescript/src/commands/game/sideQuest/commands/reload.d.ts +0 -14
  258. package/bundle/typescript/src/commands/game/sideQuest/commands/reload.js.map +0 -1
  259. package/bundle/typescript/src/commands/game/sideQuest/commands/rest.d.ts +0 -15
  260. package/bundle/typescript/src/commands/game/sideQuest/commands/rest.js.map +0 -1
  261. package/bundle/typescript/src/commands/game/sideQuest/commands/review.d.ts +0 -39
  262. package/bundle/typescript/src/commands/game/sideQuest/commands/review.js.map +0 -1
  263. package/bundle/typescript/src/commands/game/sideQuest/commands/roles.d.ts +0 -34
  264. package/bundle/typescript/src/commands/game/sideQuest/commands/roles.js.map +0 -1
  265. package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +0 -30
  266. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +0 -1
  267. package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +0 -6
  268. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +0 -1
  269. package/bundle/typescript/src/commands/game/sideQuest/commands/sell.d.ts +0 -17
  270. package/bundle/typescript/src/commands/game/sideQuest/commands/sell.js.map +0 -1
  271. package/bundle/typescript/src/commands/game/sideQuest/commands/sheet.d.ts +0 -24
  272. package/bundle/typescript/src/commands/game/sideQuest/commands/sheet.js.map +0 -1
  273. package/bundle/typescript/src/commands/game/sideQuest/commands/silent.d.ts +0 -28
  274. package/bundle/typescript/src/commands/game/sideQuest/commands/silent.js.map +0 -1
  275. package/bundle/typescript/src/commands/game/sideQuest/commands/sin.d.ts +0 -21
  276. package/bundle/typescript/src/commands/game/sideQuest/commands/sin.js.map +0 -1
  277. package/bundle/typescript/src/commands/game/sideQuest/commands/sneak.d.ts +0 -15
  278. package/bundle/typescript/src/commands/game/sideQuest/commands/sneak.js.map +0 -1
  279. package/bundle/typescript/src/commands/game/sideQuest/commands/snoop.d.ts +0 -16
  280. package/bundle/typescript/src/commands/game/sideQuest/commands/snoop.js.map +0 -1
  281. package/bundle/typescript/src/commands/game/sideQuest/commands/source.d.ts +0 -11
  282. package/bundle/typescript/src/commands/game/sideQuest/commands/source.js.map +0 -1
  283. package/bundle/typescript/src/commands/game/sideQuest/commands/spells.d.ts +0 -14
  284. package/bundle/typescript/src/commands/game/sideQuest/commands/spells.js.map +0 -1
  285. package/bundle/typescript/src/commands/game/sideQuest/commands/sprites.d.ts +0 -35
  286. package/bundle/typescript/src/commands/game/sideQuest/commands/sprites.js.map +0 -1
  287. package/bundle/typescript/src/commands/game/sideQuest/commands/stance.d.ts +0 -22
  288. package/bundle/typescript/src/commands/game/sideQuest/commands/stance.js.map +0 -1
  289. package/bundle/typescript/src/commands/game/sideQuest/commands/standby.d.ts +0 -40
  290. package/bundle/typescript/src/commands/game/sideQuest/commands/standby.js.map +0 -1
  291. package/bundle/typescript/src/commands/game/sideQuest/commands/store.d.ts +0 -7
  292. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js.map +0 -1
  293. package/bundle/typescript/src/commands/game/sideQuest/commands/subdue.d.ts +0 -21
  294. package/bundle/typescript/src/commands/game/sideQuest/commands/subdue.js.map +0 -1
  295. package/bundle/typescript/src/commands/game/sideQuest/commands/summon.d.ts +0 -19
  296. package/bundle/typescript/src/commands/game/sideQuest/commands/summon.js.map +0 -1
  297. package/bundle/typescript/src/commands/game/sideQuest/commands/surrender.d.ts +0 -20
  298. package/bundle/typescript/src/commands/game/sideQuest/commands/surrender.js.map +0 -1
  299. package/bundle/typescript/src/commands/game/sideQuest/commands/sustain.d.ts +0 -60
  300. package/bundle/typescript/src/commands/game/sideQuest/commands/sustain.js.map +0 -1
  301. package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +0 -17
  302. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +0 -1
  303. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.d.ts +0 -56
  304. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js.map +0 -1
  305. package/bundle/typescript/src/commands/game/sideQuest/commands/tap.d.ts +0 -52
  306. package/bundle/typescript/src/commands/game/sideQuest/commands/tap.js.map +0 -1
  307. package/bundle/typescript/src/commands/game/sideQuest/commands/thread.d.ts +0 -89
  308. package/bundle/typescript/src/commands/game/sideQuest/commands/thread.js.map +0 -1
  309. package/bundle/typescript/src/commands/game/sideQuest/commands/time.d.ts +0 -20
  310. package/bundle/typescript/src/commands/game/sideQuest/commands/time.js.map +0 -1
  311. package/bundle/typescript/src/commands/game/sideQuest/commands/treat.d.ts +0 -14
  312. package/bundle/typescript/src/commands/game/sideQuest/commands/treat.js.map +0 -1
  313. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +0 -6
  314. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +0 -1
  315. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +0 -7
  316. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +0 -1
  317. package/bundle/typescript/src/commands/game/sideQuest/commands/unravel.d.ts +0 -57
  318. package/bundle/typescript/src/commands/game/sideQuest/commands/unravel.js.map +0 -1
  319. package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +0 -83
  320. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +0 -1
  321. package/bundle/typescript/src/commands/game/sideQuest/commands/work.d.ts +0 -15
  322. package/bundle/typescript/src/commands/game/sideQuest/commands/work.js.map +0 -1
  323. package/bundle/typescript/src/commands/game/sideQuest/engine-version.d.ts +0 -19
  324. package/bundle/typescript/src/commands/game/sideQuest/engine-version.js.map +0 -1
  325. package/bundle/typescript/src/commands/game/sideQuest/factories/chargen-factory.d.ts +0 -170
  326. package/bundle/typescript/src/commands/game/sideQuest/factories/chargen-factory.js.map +0 -1
  327. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.d.ts +0 -9
  328. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js.map +0 -1
  329. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.d.ts +0 -5
  330. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js.map +0 -1
  331. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.d.ts +0 -9
  332. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js.map +0 -1
  333. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-spread.d.ts +0 -50
  334. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-spread.js.map +0 -1
  335. package/bundle/typescript/src/commands/game/sideQuest/factories/repro-scene.d.ts +0 -87
  336. package/bundle/typescript/src/commands/game/sideQuest/factories/repro-scene.js.map +0 -1
  337. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.d.ts +0 -34
  338. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js.map +0 -1
  339. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-chunks.d.ts +0 -414
  340. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-chunks.js.map +0 -1
  341. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.d.ts +0 -46
  342. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js.map +0 -1
  343. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-seed-generator.d.ts +0 -223
  344. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-seed-generator.js.map +0 -1
  345. package/bundle/typescript/src/commands/game/sideQuest/factories/seed-migration.d.ts +0 -30
  346. package/bundle/typescript/src/commands/game/sideQuest/factories/seed-migration.js.map +0 -1
  347. package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +0 -1677
  348. package/bundle/typescript/src/commands/game/sideQuest/game.js.map +0 -1
  349. package/bundle/typescript/src/commands/game/sideQuest/headless-harness.d.ts +0 -119
  350. package/bundle/typescript/src/commands/game/sideQuest/headless-harness.js.map +0 -1
  351. package/bundle/typescript/src/commands/game/sideQuest/headless.d.ts +0 -102
  352. package/bundle/typescript/src/commands/game/sideQuest/headless.js.map +0 -1
  353. package/bundle/typescript/src/commands/game/sideQuest/metamagics.d.ts +0 -32
  354. package/bundle/typescript/src/commands/game/sideQuest/metamagics.js.map +0 -1
  355. package/bundle/typescript/src/commands/game/sideQuest/metatypes.d.ts +0 -55
  356. package/bundle/typescript/src/commands/game/sideQuest/metatypes.js.map +0 -1
  357. package/bundle/typescript/src/commands/game/sideQuest/minigames/hack-minigame.d.ts +0 -16
  358. package/bundle/typescript/src/commands/game/sideQuest/minigames/hack-minigame.js.map +0 -1
  359. package/bundle/typescript/src/commands/game/sideQuest/minigames/lockpick-minigame.d.ts +0 -15
  360. package/bundle/typescript/src/commands/game/sideQuest/minigames/lockpick-minigame.js.map +0 -1
  361. package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +0 -8
  362. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +0 -1
  363. package/bundle/typescript/src/commands/game/sideQuest/models/container.d.ts +0 -78
  364. package/bundle/typescript/src/commands/game/sideQuest/models/container.js.map +0 -1
  365. package/bundle/typescript/src/commands/game/sideQuest/models/device.d.ts +0 -265
  366. package/bundle/typescript/src/commands/game/sideQuest/models/device.js.map +0 -1
  367. package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +0 -53
  368. package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +0 -1
  369. package/bundle/typescript/src/commands/game/sideQuest/models/home-containers.d.ts +0 -36
  370. package/bundle/typescript/src/commands/game/sideQuest/models/home-containers.js.map +0 -1
  371. package/bundle/typescript/src/commands/game/sideQuest/models/host.d.ts +0 -80
  372. package/bundle/typescript/src/commands/game/sideQuest/models/host.js.map +0 -1
  373. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +0 -70
  374. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +0 -1
  375. package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +0 -446
  376. package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +0 -1
  377. package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +0 -508
  378. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +0 -1
  379. package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +0 -1872
  380. package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +0 -1
  381. package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +0 -489
  382. package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +0 -1
  383. package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +0 -331
  384. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +0 -1
  385. package/bundle/typescript/src/commands/game/sideQuest/qualities.d.ts +0 -224
  386. package/bundle/typescript/src/commands/game/sideQuest/qualities.js.map +0 -1
  387. package/bundle/typescript/src/commands/game/sideQuest/resonance-actions.d.ts +0 -108
  388. package/bundle/typescript/src/commands/game/sideQuest/resonance-actions.js.map +0 -1
  389. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.d.ts +0 -0
  390. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js.map +0 -1
  391. package/bundle/typescript/src/commands/game/sideQuest/skill-groups.d.ts +0 -130
  392. package/bundle/typescript/src/commands/game/sideQuest/skill-groups.js.map +0 -1
  393. package/bundle/typescript/src/commands/game/sideQuest/skills.d.ts +0 -17
  394. package/bundle/typescript/src/commands/game/sideQuest/skills.js.map +0 -1
  395. package/bundle/typescript/src/commands/game/sideQuest/spells.d.ts +0 -135
  396. package/bundle/typescript/src/commands/game/sideQuest/spells.js.map +0 -1
  397. package/bundle/typescript/src/commands/game/sideQuest/sprite-powers.d.ts +0 -88
  398. package/bundle/typescript/src/commands/game/sideQuest/sprite-powers.js.map +0 -1
  399. package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +0 -47
  400. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +0 -1
  401. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.d.ts +0 -59
  402. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js.map +0 -1
  403. package/bundle/typescript/src/commands/game/sideQuest/types/repro.d.ts +0 -379
  404. package/bundle/typescript/src/commands/game/sideQuest/types/repro.js.map +0 -1
  405. package/bundle/typescript/src/commands/game/sideQuest/types/save-file.d.ts +0 -478
  406. package/bundle/typescript/src/commands/game/sideQuest/types/save-file.js.map +0 -1
  407. package/bundle/typescript/src/commands/game/sideQuest/types/seed/device-seed.d.ts +0 -81
  408. package/bundle/typescript/src/commands/game/sideQuest/types/seed/device-seed.js.map +0 -1
  409. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.d.ts +0 -8
  410. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js.map +0 -1
  411. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.d.ts +0 -43
  412. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js.map +0 -1
  413. package/bundle/typescript/src/commands/game/sideQuest/types/seed/legacy-puzzle-seed.d.ts +0 -63
  414. package/bundle/typescript/src/commands/game/sideQuest/types/seed/legacy-puzzle-seed.js.map +0 -1
  415. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.d.ts +0 -22
  416. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js.map +0 -1
  417. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.d.ts +0 -7
  418. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js.map +0 -1
  419. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.d.ts +0 -69
  420. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js.map +0 -1
  421. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.d.ts +0 -42
  422. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js.map +0 -1
  423. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.d.ts +0 -56
  424. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js.map +0 -1
  425. package/bundle/typescript/src/commands/game/sideQuest/types/seed/win-condition-seed.d.ts +0 -15
  426. package/bundle/typescript/src/commands/game/sideQuest/types/seed/win-condition-seed.js.map +0 -1
  427. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.d.ts +0 -126
  428. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js.map +0 -1
  429. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.d.ts +0 -8
  430. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js.map +0 -1
  431. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.d.ts +0 -31
  432. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js.map +0 -1
  433. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.d.ts +0 -74
  434. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js.map +0 -1
  435. package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +0 -44
  436. package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +0 -1
  437. package/bundle/typescript/src/commands/game/sideQuest/utilities/affordances.d.ts +0 -55
  438. package/bundle/typescript/src/commands/game/sideQuest/utilities/affordances.js.map +0 -1
  439. package/bundle/typescript/src/commands/game/sideQuest/utilities/alarmed-staff.d.ts +0 -116
  440. package/bundle/typescript/src/commands/game/sideQuest/utilities/alarmed-staff.js.map +0 -1
  441. package/bundle/typescript/src/commands/game/sideQuest/utilities/ar.d.ts +0 -96
  442. package/bundle/typescript/src/commands/game/sideQuest/utilities/ar.js.map +0 -1
  443. package/bundle/typescript/src/commands/game/sideQuest/utilities/auto-fight.d.ts +0 -69
  444. package/bundle/typescript/src/commands/game/sideQuest/utilities/auto-fight.js.map +0 -1
  445. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-dump.d.ts +0 -27
  446. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-dump.js.map +0 -1
  447. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-review.d.ts +0 -131
  448. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-review.js.map +0 -1
  449. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-vocab.d.ts +0 -100
  450. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-vocab.js.map +0 -1
  451. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog.d.ts +0 -308
  452. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog.js.map +0 -1
  453. package/bundle/typescript/src/commands/game/sideQuest/utilities/barrier-combat.d.ts +0 -38
  454. package/bundle/typescript/src/commands/game/sideQuest/utilities/barrier-combat.js.map +0 -1
  455. package/bundle/typescript/src/commands/game/sideQuest/utilities/brand-mark.d.ts +0 -26
  456. package/bundle/typescript/src/commands/game/sideQuest/utilities/brand-mark.js.map +0 -1
  457. package/bundle/typescript/src/commands/game/sideQuest/utilities/bystander.d.ts +0 -17
  458. package/bundle/typescript/src/commands/game/sideQuest/utilities/bystander.js.map +0 -1
  459. package/bundle/typescript/src/commands/game/sideQuest/utilities/canon-lore.d.ts +0 -7
  460. package/bundle/typescript/src/commands/game/sideQuest/utilities/canon-lore.js.map +0 -1
  461. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog-data.d.ts +0 -341
  462. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog-data.js.map +0 -1
  463. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog.d.ts +0 -399
  464. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog.js.map +0 -1
  465. package/bundle/typescript/src/commands/game/sideQuest/utilities/cloud-saves.d.ts +0 -272
  466. package/bundle/typescript/src/commands/game/sideQuest/utilities/cloud-saves.js.map +0 -1
  467. package/bundle/typescript/src/commands/game/sideQuest/utilities/combat-exchange.d.ts +0 -212
  468. package/bundle/typescript/src/commands/game/sideQuest/utilities/combat-exchange.js.map +0 -1
  469. package/bundle/typescript/src/commands/game/sideQuest/utilities/comm-style.d.ts +0 -61
  470. package/bundle/typescript/src/commands/game/sideQuest/utilities/comm-style.js.map +0 -1
  471. package/bundle/typescript/src/commands/game/sideQuest/utilities/command-queue.d.ts +0 -19
  472. package/bundle/typescript/src/commands/game/sideQuest/utilities/command-queue.js.map +0 -1
  473. package/bundle/typescript/src/commands/game/sideQuest/utilities/commerce.d.ts +0 -102
  474. package/bundle/typescript/src/commands/game/sideQuest/utilities/commerce.js.map +0 -1
  475. package/bundle/typescript/src/commands/game/sideQuest/utilities/commit-ref.d.ts +0 -13
  476. package/bundle/typescript/src/commands/game/sideQuest/utilities/commit-ref.js.map +0 -1
  477. package/bundle/typescript/src/commands/game/sideQuest/utilities/condition-report.d.ts +0 -40
  478. package/bundle/typescript/src/commands/game/sideQuest/utilities/condition-report.js.map +0 -1
  479. package/bundle/typescript/src/commands/game/sideQuest/utilities/crash-evidence.d.ts +0 -53
  480. package/bundle/typescript/src/commands/game/sideQuest/utilities/crash-evidence.js.map +0 -1
  481. package/bundle/typescript/src/commands/game/sideQuest/utilities/credentials.d.ts +0 -26
  482. package/bundle/typescript/src/commands/game/sideQuest/utilities/credentials.js.map +0 -1
  483. package/bundle/typescript/src/commands/game/sideQuest/utilities/data-work.d.ts +0 -21
  484. package/bundle/typescript/src/commands/game/sideQuest/utilities/data-work.js.map +0 -1
  485. package/bundle/typescript/src/commands/game/sideQuest/utilities/ddp-lite.d.ts +0 -75
  486. package/bundle/typescript/src/commands/game/sideQuest/utilities/ddp-lite.js.map +0 -1
  487. package/bundle/typescript/src/commands/game/sideQuest/utilities/detach-args.d.ts +0 -66
  488. package/bundle/typescript/src/commands/game/sideQuest/utilities/detach-args.js.map +0 -1
  489. package/bundle/typescript/src/commands/game/sideQuest/utilities/devices.d.ts +0 -23
  490. package/bundle/typescript/src/commands/game/sideQuest/utilities/devices.js.map +0 -1
  491. package/bundle/typescript/src/commands/game/sideQuest/utilities/dice.d.ts +0 -137
  492. package/bundle/typescript/src/commands/game/sideQuest/utilities/dice.js.map +0 -1
  493. package/bundle/typescript/src/commands/game/sideQuest/utilities/docwagon.d.ts +0 -33
  494. package/bundle/typescript/src/commands/game/sideQuest/utilities/docwagon.js.map +0 -1
  495. package/bundle/typescript/src/commands/game/sideQuest/utilities/earshot.d.ts +0 -76
  496. package/bundle/typescript/src/commands/game/sideQuest/utilities/earshot.js.map +0 -1
  497. package/bundle/typescript/src/commands/game/sideQuest/utilities/effects.d.ts +0 -248
  498. package/bundle/typescript/src/commands/game/sideQuest/utilities/effects.js.map +0 -1
  499. package/bundle/typescript/src/commands/game/sideQuest/utilities/emitter.d.ts +0 -44
  500. package/bundle/typescript/src/commands/game/sideQuest/utilities/emitter.js.map +0 -1
  501. package/bundle/typescript/src/commands/game/sideQuest/utilities/ephemeral.d.ts +0 -230
  502. package/bundle/typescript/src/commands/game/sideQuest/utilities/ephemeral.js.map +0 -1
  503. package/bundle/typescript/src/commands/game/sideQuest/utilities/first-aid.d.ts +0 -124
  504. package/bundle/typescript/src/commands/game/sideQuest/utilities/first-aid.js.map +0 -1
  505. package/bundle/typescript/src/commands/game/sideQuest/utilities/fuzzy-match.d.ts +0 -129
  506. package/bundle/typescript/src/commands/game/sideQuest/utilities/fuzzy-match.js.map +0 -1
  507. package/bundle/typescript/src/commands/game/sideQuest/utilities/generation-capture.d.ts +0 -94
  508. package/bundle/typescript/src/commands/game/sideQuest/utilities/generation-capture.js.map +0 -1
  509. package/bundle/typescript/src/commands/game/sideQuest/utilities/grapple.d.ts +0 -36
  510. package/bundle/typescript/src/commands/game/sideQuest/utilities/grapple.js.map +0 -1
  511. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-names.d.ts +0 -63
  512. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-names.js.map +0 -1
  513. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-reach.d.ts +0 -58
  514. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-reach.js.map +0 -1
  515. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-view.d.ts +0 -65
  516. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-view.js.map +0 -1
  517. package/bundle/typescript/src/commands/game/sideQuest/utilities/grids.d.ts +0 -72
  518. package/bundle/typescript/src/commands/game/sideQuest/utilities/grids.js.map +0 -1
  519. package/bundle/typescript/src/commands/game/sideQuest/utilities/handoff.d.ts +0 -42
  520. package/bundle/typescript/src/commands/game/sideQuest/utilities/handoff.js.map +0 -1
  521. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-note.d.ts +0 -25
  522. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-note.js.map +0 -1
  523. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-settlement.d.ts +0 -29
  524. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-settlement.js.map +0 -1
  525. package/bundle/typescript/src/commands/game/sideQuest/utilities/hints.d.ts +0 -8
  526. package/bundle/typescript/src/commands/game/sideQuest/utilities/hints.js.map +0 -1
  527. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic-actors.d.ts +0 -9
  528. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic-actors.js.map +0 -1
  529. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic.d.ts +0 -186
  530. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic.js.map +0 -1
  531. package/bundle/typescript/src/commands/game/sideQuest/utilities/identity.d.ts +0 -62
  532. package/bundle/typescript/src/commands/game/sideQuest/utilities/identity.js.map +0 -1
  533. package/bundle/typescript/src/commands/game/sideQuest/utilities/input-history.d.ts +0 -100
  534. package/bundle/typescript/src/commands/game/sideQuest/utilities/input-history.js.map +0 -1
  535. package/bundle/typescript/src/commands/game/sideQuest/utilities/jackpoint.d.ts +0 -83
  536. package/bundle/typescript/src/commands/game/sideQuest/utilities/jackpoint.js.map +0 -1
  537. package/bundle/typescript/src/commands/game/sideQuest/utilities/limits.d.ts +0 -50
  538. package/bundle/typescript/src/commands/game/sideQuest/utilities/limits.js.map +0 -1
  539. package/bundle/typescript/src/commands/game/sideQuest/utilities/line-editor.d.ts +0 -83
  540. package/bundle/typescript/src/commands/game/sideQuest/utilities/line-editor.js.map +0 -1
  541. package/bundle/typescript/src/commands/game/sideQuest/utilities/log-style.d.ts +0 -52
  542. package/bundle/typescript/src/commands/game/sideQuest/utilities/log-style.js.map +0 -1
  543. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +0 -33
  544. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +0 -1
  545. package/bundle/typescript/src/commands/game/sideQuest/utilities/logo-mark.d.ts +0 -52
  546. package/bundle/typescript/src/commands/game/sideQuest/utilities/logo-mark.js.map +0 -1
  547. package/bundle/typescript/src/commands/game/sideQuest/utilities/map-view.d.ts +0 -89
  548. package/bundle/typescript/src/commands/game/sideQuest/utilities/map-view.js.map +0 -1
  549. package/bundle/typescript/src/commands/game/sideQuest/utilities/marks.d.ts +0 -60
  550. package/bundle/typescript/src/commands/game/sideQuest/utilities/marks.js.map +0 -1
  551. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-intrusion.d.ts +0 -121
  552. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-intrusion.js.map +0 -1
  553. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-roster.d.ts +0 -62
  554. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-roster.js.map +0 -1
  555. package/bundle/typescript/src/commands/game/sideQuest/utilities/meet-location.d.ts +0 -37
  556. package/bundle/typescript/src/commands/game/sideQuest/utilities/meet-location.js.map +0 -1
  557. package/bundle/typescript/src/commands/game/sideQuest/utilities/outdoors.d.ts +0 -35
  558. package/bundle/typescript/src/commands/game/sideQuest/utilities/outdoors.js.map +0 -1
  559. package/bundle/typescript/src/commands/game/sideQuest/utilities/overwatch.d.ts +0 -34
  560. package/bundle/typescript/src/commands/game/sideQuest/utilities/overwatch.js.map +0 -1
  561. package/bundle/typescript/src/commands/game/sideQuest/utilities/owned-drones.d.ts +0 -39
  562. package/bundle/typescript/src/commands/game/sideQuest/utilities/owned-drones.js.map +0 -1
  563. package/bundle/typescript/src/commands/game/sideQuest/utilities/perception.d.ts +0 -76
  564. package/bundle/typescript/src/commands/game/sideQuest/utilities/perception.js.map +0 -1
  565. package/bundle/typescript/src/commands/game/sideQuest/utilities/persistence.d.ts +0 -141
  566. package/bundle/typescript/src/commands/game/sideQuest/utilities/persistence.js.map +0 -1
  567. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.d.ts +0 -290
  568. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.js.map +0 -1
  569. package/bundle/typescript/src/commands/game/sideQuest/utilities/playtester.d.ts +0 -50
  570. package/bundle/typescript/src/commands/game/sideQuest/utilities/playtester.js.map +0 -1
  571. package/bundle/typescript/src/commands/game/sideQuest/utilities/prefs.d.ts +0 -4
  572. package/bundle/typescript/src/commands/game/sideQuest/utilities/prefs.js.map +0 -1
  573. package/bundle/typescript/src/commands/game/sideQuest/utilities/pregen-worksheet.d.ts +0 -93
  574. package/bundle/typescript/src/commands/game/sideQuest/utilities/pregen-worksheet.js.map +0 -1
  575. package/bundle/typescript/src/commands/game/sideQuest/utilities/presence-gate.d.ts +0 -21
  576. package/bundle/typescript/src/commands/game/sideQuest/utilities/presence-gate.js.map +0 -1
  577. package/bundle/typescript/src/commands/game/sideQuest/utilities/programs.d.ts +0 -55
  578. package/bundle/typescript/src/commands/game/sideQuest/utilities/programs.js.map +0 -1
  579. package/bundle/typescript/src/commands/game/sideQuest/utilities/pursuit.d.ts +0 -16
  580. package/bundle/typescript/src/commands/game/sideQuest/utilities/pursuit.js.map +0 -1
  581. package/bundle/typescript/src/commands/game/sideQuest/utilities/range.d.ts +0 -28
  582. package/bundle/typescript/src/commands/game/sideQuest/utilities/range.js.map +0 -1
  583. package/bundle/typescript/src/commands/game/sideQuest/utilities/repro-launch.d.ts +0 -84
  584. package/bundle/typescript/src/commands/game/sideQuest/utilities/repro-launch.js.map +0 -1
  585. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-grid.d.ts +0 -305
  586. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-grid.js.map +0 -1
  587. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-view.d.ts +0 -101
  588. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-view.js.map +0 -1
  589. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-context.d.ts +0 -28
  590. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-context.js.map +0 -1
  591. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-legs.d.ts +0 -74
  592. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-legs.js.map +0 -1
  593. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-lock.d.ts +0 -18
  594. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-lock.js.map +0 -1
  595. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-telemetry.d.ts +0 -25
  596. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-telemetry.js.map +0 -1
  597. package/bundle/typescript/src/commands/game/sideQuest/utilities/shared-run.d.ts +0 -451
  598. package/bundle/typescript/src/commands/game/sideQuest/utilities/shared-run.js.map +0 -1
  599. package/bundle/typescript/src/commands/game/sideQuest/utilities/sin.d.ts +0 -124
  600. package/bundle/typescript/src/commands/game/sideQuest/utilities/sin.js.map +0 -1
  601. package/bundle/typescript/src/commands/game/sideQuest/utilities/social.d.ts +0 -28
  602. package/bundle/typescript/src/commands/game/sideQuest/utilities/social.js.map +0 -1
  603. package/bundle/typescript/src/commands/game/sideQuest/utilities/splash.d.ts +0 -6
  604. package/bundle/typescript/src/commands/game/sideQuest/utilities/splash.js.map +0 -1
  605. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.d.ts +0 -669
  606. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.js.map +0 -1
  607. package/bundle/typescript/src/commands/game/sideQuest/utilities/street-gang.d.ts +0 -17
  608. package/bundle/typescript/src/commands/game/sideQuest/utilities/street-gang.js.map +0 -1
  609. package/bundle/typescript/src/commands/game/sideQuest/utilities/surveillance.d.ts +0 -61
  610. package/bundle/typescript/src/commands/game/sideQuest/utilities/surveillance.js.map +0 -1
  611. package/bundle/typescript/src/commands/game/sideQuest/utilities/table-notes.d.ts +0 -30
  612. package/bundle/typescript/src/commands/game/sideQuest/utilities/table-notes.js.map +0 -1
  613. package/bundle/typescript/src/commands/game/sideQuest/utilities/terminal-reset.d.ts +0 -17
  614. package/bundle/typescript/src/commands/game/sideQuest/utilities/terminal-reset.js.map +0 -1
  615. package/bundle/typescript/src/commands/game/sideQuest/utilities/use-target.d.ts +0 -106
  616. package/bundle/typescript/src/commands/game/sideQuest/utilities/use-target.js.map +0 -1
  617. package/bundle/typescript/src/commands/game/sideQuest/utilities/web-character-generator.d.ts +0 -72
  618. package/bundle/typescript/src/commands/game/sideQuest/utilities/web-character-generator.js.map +0 -1
  619. package/bundle/typescript/src/commands/game/sideQuest/utilities/world-clock.d.ts +0 -83
  620. package/bundle/typescript/src/commands/game/sideQuest/utilities/world-clock.js.map +0 -1
  621. package/bundle/typescript/src/commands/game/sideQuest-backlog.sub.cmd.d.ts +0 -1
  622. package/bundle/typescript/src/commands/game/sideQuest-backlog.sub.cmd.js.map +0 -1
  623. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +0 -37
  624. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +0 -1
  625. package/bundle/typescript/src/commands/generate.d.ts +0 -1
  626. package/bundle/typescript/src/commands/generate.js.map +0 -1
  627. package/bundle/typescript/src/commands/get/_index.d.ts +0 -4
  628. package/bundle/typescript/src/commands/get/_index.js.map +0 -1
  629. package/bundle/typescript/src/commands/get/get.command.d.ts +0 -3
  630. package/bundle/typescript/src/commands/get/get.command.js.map +0 -1
  631. package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +0 -1
  632. package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +0 -1
  633. package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +0 -1
  634. package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +0 -1
  635. package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +0 -1
  636. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +0 -1
  637. package/bundle/typescript/src/commands/help.d.ts +0 -1
  638. package/bundle/typescript/src/commands/help.js.map +0 -1
  639. package/bundle/typescript/src/commands/install.d.ts +0 -1
  640. package/bundle/typescript/src/commands/install.js.map +0 -1
  641. package/bundle/typescript/src/commands/jsdoc.d.ts +0 -1
  642. package/bundle/typescript/src/commands/jsdoc.js.map +0 -1
  643. package/bundle/typescript/src/commands/lint.d.ts +0 -1
  644. package/bundle/typescript/src/commands/lint.js.map +0 -1
  645. package/bundle/typescript/src/commands/login.d.ts +0 -1
  646. package/bundle/typescript/src/commands/login.js.map +0 -1
  647. package/bundle/typescript/src/commands/logout.d.ts +0 -1
  648. package/bundle/typescript/src/commands/logout.js.map +0 -1
  649. package/bundle/typescript/src/commands/maka.cmd.d.ts +0 -5
  650. package/bundle/typescript/src/commands/maka.cmd.js.map +0 -1
  651. package/bundle/typescript/src/commands/murder.d.ts +0 -1
  652. package/bundle/typescript/src/commands/murder.js.map +0 -1
  653. package/bundle/typescript/src/commands/profile.d.ts +0 -1
  654. package/bundle/typescript/src/commands/profile.js.map +0 -1
  655. package/bundle/typescript/src/commands/proxy.d.ts +0 -1
  656. package/bundle/typescript/src/commands/proxy.js.map +0 -1
  657. package/bundle/typescript/src/commands/register.d.ts +0 -1
  658. package/bundle/typescript/src/commands/register.js.map +0 -1
  659. package/bundle/typescript/src/commands/registry.d.ts +0 -10
  660. package/bundle/typescript/src/commands/registry.js.map +0 -1
  661. package/bundle/typescript/src/commands/remote/_index.d.ts +0 -4
  662. package/bundle/typescript/src/commands/remote/_index.js.map +0 -1
  663. package/bundle/typescript/src/commands/remote/logs.sub.cmd.d.ts +0 -1
  664. package/bundle/typescript/src/commands/remote/logs.sub.cmd.js.map +0 -1
  665. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.d.ts +0 -1
  666. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.js.map +0 -1
  667. package/bundle/typescript/src/commands/remote/remote.command.d.ts +0 -3
  668. package/bundle/typescript/src/commands/remote/remote.command.js.map +0 -1
  669. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.d.ts +0 -1
  670. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.js.map +0 -1
  671. package/bundle/typescript/src/commands/run/_index.d.ts +0 -2
  672. package/bundle/typescript/src/commands/run/_index.js.map +0 -1
  673. package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +0 -1
  674. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +0 -1
  675. package/bundle/typescript/src/commands/run/run.command.d.ts +0 -3
  676. package/bundle/typescript/src/commands/run/run.command.js.map +0 -1
  677. package/bundle/typescript/src/commands/set/_index.d.ts +0 -3
  678. package/bundle/typescript/src/commands/set/_index.js.map +0 -1
  679. package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +0 -1
  680. package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +0 -1
  681. package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +0 -1
  682. package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +0 -1
  683. package/bundle/typescript/src/commands/set/set.command.d.ts +0 -3
  684. package/bundle/typescript/src/commands/set/set.command.js.map +0 -1
  685. package/bundle/typescript/src/commands/ssl.d.ts +0 -1
  686. package/bundle/typescript/src/commands/ssl.js.map +0 -1
  687. package/bundle/typescript/src/commands/testCmd/_index.d.ts +0 -3
  688. package/bundle/typescript/src/commands/testCmd/_index.js.map +0 -1
  689. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +0 -1
  690. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +0 -1
  691. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +0 -1
  692. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +0 -1
  693. package/bundle/typescript/src/commands/testCmd/test.command.d.ts +0 -3
  694. package/bundle/typescript/src/commands/testCmd/test.command.js.map +0 -1
  695. package/bundle/typescript/src/commands/undo.d.ts +0 -1
  696. package/bundle/typescript/src/commands/undo.js.map +0 -1
  697. package/bundle/typescript/src/commands/uninstall.d.ts +0 -1
  698. package/bundle/typescript/src/commands/uninstall.js.map +0 -1
  699. package/bundle/typescript/src/commands/update.d.ts +0 -1
  700. package/bundle/typescript/src/commands/update.js.map +0 -1
  701. package/bundle/typescript/src/commands/version/_index.d.ts +0 -3
  702. package/bundle/typescript/src/commands/version/_index.js.map +0 -1
  703. package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +0 -1
  704. package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +0 -1
  705. package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +0 -1
  706. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +0 -1
  707. package/bundle/typescript/src/commands/version/version.d.ts +0 -3
  708. package/bundle/typescript/src/commands/version/version.js.map +0 -1
  709. package/bundle/typescript/src/error.d.ts +0 -18
  710. package/bundle/typescript/src/error.js.map +0 -1
  711. package/bundle/typescript/src/exec.d.ts +0 -2
  712. package/bundle/typescript/src/exec.js.map +0 -1
  713. package/bundle/typescript/src/generator.d.ts +0 -48
  714. package/bundle/typescript/src/generator.js.map +0 -1
  715. package/bundle/typescript/src/generators/_index.d.ts +0 -18
  716. package/bundle/typescript/src/generators/_index.js.map +0 -1
  717. package/bundle/typescript/src/generators/api.d.ts +0 -1
  718. package/bundle/typescript/src/generators/api.js.map +0 -1
  719. package/bundle/typescript/src/generators/aws/_index.d.ts +0 -2
  720. package/bundle/typescript/src/generators/aws/_index.js.map +0 -1
  721. package/bundle/typescript/src/generators/aws/aws.d.ts +0 -3
  722. package/bundle/typescript/src/generators/aws/aws.js.map +0 -1
  723. package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +0 -2
  724. package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +0 -1
  725. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +0 -3
  726. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +0 -1
  727. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +0 -3
  728. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +0 -1
  729. package/bundle/typescript/src/generators/collection.d.ts +0 -1
  730. package/bundle/typescript/src/generators/collection.js.map +0 -1
  731. package/bundle/typescript/src/generators/component.d.ts +0 -1
  732. package/bundle/typescript/src/generators/component.js.map +0 -1
  733. package/bundle/typescript/src/generators/config.d.ts +0 -1
  734. package/bundle/typescript/src/generators/config.js.map +0 -1
  735. package/bundle/typescript/src/generators/dbc.d.ts +0 -1
  736. package/bundle/typescript/src/generators/dbc.js.map +0 -1
  737. package/bundle/typescript/src/generators/dockerfile.d.ts +0 -1
  738. package/bundle/typescript/src/generators/dockerfile.js.map +0 -1
  739. package/bundle/typescript/src/generators/hook.d.ts +0 -1
  740. package/bundle/typescript/src/generators/hook.js.map +0 -1
  741. package/bundle/typescript/src/generators/kits/_index.d.ts +0 -5
  742. package/bundle/typescript/src/generators/kits/_index.js.map +0 -1
  743. package/bundle/typescript/src/generators/kits/auth/_index.d.ts +0 -4
  744. package/bundle/typescript/src/generators/kits/auth/_index.js.map +0 -1
  745. package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +0 -3
  746. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +0 -1
  747. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.d.ts +0 -1
  748. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js.map +0 -1
  749. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +0 -1
  750. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +0 -1
  751. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +0 -1
  752. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +0 -1
  753. package/bundle/typescript/src/generators/kits/esri/_index.d.ts +0 -2
  754. package/bundle/typescript/src/generators/kits/esri/_index.js.map +0 -1
  755. package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +0 -3
  756. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +0 -1
  757. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +0 -1
  758. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +0 -1
  759. package/bundle/typescript/src/generators/kits/frames/_index.d.ts +0 -1
  760. package/bundle/typescript/src/generators/kits/frames/_index.js.map +0 -1
  761. package/bundle/typescript/src/generators/kits/frames/frames.generator.d.ts +0 -3
  762. package/bundle/typescript/src/generators/kits/frames/frames.generator.js.map +0 -1
  763. package/bundle/typescript/src/generators/kits/kit.d.ts +0 -3
  764. package/bundle/typescript/src/generators/kits/kit.js.map +0 -1
  765. package/bundle/typescript/src/generators/kits/mui/_index.d.ts +0 -4
  766. package/bundle/typescript/src/generators/kits/mui/_index.js.map +0 -1
  767. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +0 -2
  768. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +0 -1
  769. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.d.ts +0 -2
  770. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js.map +0 -1
  771. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +0 -1
  772. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +0 -1
  773. package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +0 -3
  774. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +0 -1
  775. package/bundle/typescript/src/generators/layout.d.ts +0 -1
  776. package/bundle/typescript/src/generators/layout.js.map +0 -1
  777. package/bundle/typescript/src/generators/maka.gen.d.ts +0 -5
  778. package/bundle/typescript/src/generators/maka.gen.js.map +0 -1
  779. package/bundle/typescript/src/generators/methods.d.ts +0 -1
  780. package/bundle/typescript/src/generators/methods.js.map +0 -1
  781. package/bundle/typescript/src/generators/package.d.ts +0 -1
  782. package/bundle/typescript/src/generators/package.js.map +0 -1
  783. package/bundle/typescript/src/generators/page.d.ts +0 -1
  784. package/bundle/typescript/src/generators/page.js.map +0 -1
  785. package/bundle/typescript/src/generators/publish.d.ts +0 -1
  786. package/bundle/typescript/src/generators/publish.js.map +0 -1
  787. package/bundle/typescript/src/generators/route.d.ts +0 -1
  788. package/bundle/typescript/src/generators/route.js.map +0 -1
  789. package/bundle/typescript/src/generators/services/_index.d.ts +0 -4
  790. package/bundle/typescript/src/generators/services/_index.js.map +0 -1
  791. package/bundle/typescript/src/generators/services/logger.d.ts +0 -1
  792. package/bundle/typescript/src/generators/services/logger.js.map +0 -1
  793. package/bundle/typescript/src/generators/services/openssl.d.ts +0 -1
  794. package/bundle/typescript/src/generators/services/openssl.js.map +0 -1
  795. package/bundle/typescript/src/generators/services/service.d.ts +0 -3
  796. package/bundle/typescript/src/generators/services/service.js.map +0 -1
  797. package/bundle/typescript/src/generators/services/translation.d.ts +0 -1
  798. package/bundle/typescript/src/generators/services/translation.js.map +0 -1
  799. package/bundle/typescript/src/maka.d.ts +0 -1
  800. package/bundle/typescript/src/maka.js.map +0 -1
  801. package/bundle/typescript/src/tool.d.ts +0 -98
  802. package/bundle/typescript/src/tool.js.map +0 -1
  803. package/bundle/typescript/src/tools/actions/actions.class.d.ts +0 -29
  804. package/bundle/typescript/src/tools/actions/actions.class.js.map +0 -1
  805. package/bundle/typescript/src/tools/ai/ai.class.d.ts +0 -173
  806. package/bundle/typescript/src/tools/ai/ai.class.js.map +0 -1
  807. package/bundle/typescript/src/tools/aws/aws.class.d.ts +0 -51
  808. package/bundle/typescript/src/tools/aws/aws.class.js.map +0 -1
  809. package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +0 -364
  810. package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +0 -1
  811. package/bundle/typescript/src/tools/browser/open-browser.d.ts +0 -7
  812. package/bundle/typescript/src/tools/browser/open-browser.js.map +0 -1
  813. package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +0 -42
  814. package/bundle/typescript/src/tools/cfg/cfg.class.js.map +0 -1
  815. package/bundle/typescript/src/tools/docker/docker.class.d.ts +0 -10
  816. package/bundle/typescript/src/tools/docker/docker.class.js.map +0 -1
  817. package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +0 -18
  818. package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +0 -1
  819. package/bundle/typescript/src/tools/dotenvx/dotenvx.class.d.ts +0 -24
  820. package/bundle/typescript/src/tools/dotenvx/dotenvx.class.js.map +0 -1
  821. package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +0 -129
  822. package/bundle/typescript/src/tools/fsi/fsi.class.js.map +0 -1
  823. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +0 -194
  824. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +0 -1
  825. package/bundle/typescript/src/tools/guarded-file/guarded-file.class.d.ts +0 -59
  826. package/bundle/typescript/src/tools/guarded-file/guarded-file.class.js.map +0 -1
  827. package/bundle/typescript/src/tools/https/connection-error.d.ts +0 -79
  828. package/bundle/typescript/src/tools/https/connection-error.js.map +0 -1
  829. package/bundle/typescript/src/tools/https/https.class.d.ts +0 -47
  830. package/bundle/typescript/src/tools/https/https.class.js.map +0 -1
  831. package/bundle/typescript/src/tools/https/https.interface.d.ts +0 -58
  832. package/bundle/typescript/src/tools/https/https.interface.js.map +0 -1
  833. package/bundle/typescript/src/tools/https/maka-host.d.ts +0 -43
  834. package/bundle/typescript/src/tools/https/maka-host.js.map +0 -1
  835. package/bundle/typescript/src/tools/log/log.class.d.ts +0 -43
  836. package/bundle/typescript/src/tools/log/log.class.js.map +0 -1
  837. package/bundle/typescript/src/tools/log/log.interfaces.d.ts +0 -7
  838. package/bundle/typescript/src/tools/log/log.interfaces.js.map +0 -1
  839. package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +0 -62
  840. package/bundle/typescript/src/tools/mpi/mpi.class.js.map +0 -1
  841. package/bundle/typescript/src/tools/mpi/sdk-runtime.d.ts +0 -10
  842. package/bundle/typescript/src/tools/mpi/sdk-runtime.js.map +0 -1
  843. package/bundle/typescript/src/tools/mpi/shared-verb.d.ts +0 -20
  844. package/bundle/typescript/src/tools/mpi/shared-verb.js.map +0 -1
  845. package/bundle/typescript/src/tools/options/options.class.d.ts +0 -11
  846. package/bundle/typescript/src/tools/options/options.class.js.map +0 -1
  847. package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +0 -31
  848. package/bundle/typescript/src/tools/pkg/pkg.class.js.map +0 -1
  849. package/bundle/typescript/src/tools/progress/progress.class.d.ts +0 -12
  850. package/bundle/typescript/src/tools/progress/progress.class.js.map +0 -1
  851. package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +0 -198
  852. package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +0 -1
  853. package/bundle/typescript/src/tools/sdk-loader/relocate.d.ts +0 -45
  854. package/bundle/typescript/src/tools/sdk-loader/relocate.js.map +0 -1
  855. package/bundle/typescript/src/tools/sdk-loader/runtime-fetch.d.ts +0 -35
  856. package/bundle/typescript/src/tools/sdk-loader/runtime-fetch.js.map +0 -1
  857. package/bundle/typescript/src/tools/sdk-loader/sdk-loader.class.d.ts +0 -33
  858. package/bundle/typescript/src/tools/sdk-loader/sdk-loader.class.js.map +0 -1
  859. package/bundle/typescript/src/tools/self-spawn/self-spawn.d.ts +0 -10
  860. package/bundle/typescript/src/tools/self-spawn/self-spawn.js.map +0 -1
  861. package/bundle/typescript/src/tools/self-update/binary-install.d.ts +0 -215
  862. package/bundle/typescript/src/tools/self-update/binary-install.js.map +0 -1
  863. package/bundle/typescript/src/tools/self-update/self-update.d.ts +0 -76
  864. package/bundle/typescript/src/tools/self-update/self-update.js.map +0 -1
  865. package/bundle/typescript/src/tools/self-update/update-maka.d.ts +0 -18
  866. package/bundle/typescript/src/tools/self-update/update-maka.js.map +0 -1
  867. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +0 -4
  868. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +0 -1
  869. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +0 -6
  870. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +0 -1
  871. package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +0 -11
  872. package/bundle/typescript/src/tools/ssh/ssh.class.js.map +0 -1
  873. package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +0 -21
  874. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +0 -1
  875. package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +0 -25
  876. package/bundle/typescript/src/tools/ssl/ssl.class.js.map +0 -1
  877. package/bundle/typescript/src/tools/ssl/ssl.interfaces.d.ts +0 -0
  878. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +0 -1
  879. package/bundle/typescript/src/tools/version/cli-version.d.ts +0 -10
  880. package/bundle/typescript/src/tools/version/cli-version.js.map +0 -1
@@ -1,21 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * "sin" -- your papers, and which one you're carrying.
4
- *
5
- * Player request 2026-08-25, made twice: "there should be a place to
6
- * see my SINs, and choose which one is active." Until now bestFakeSin()
7
- * silently took your highest rating at every counter, so a runner with
8
- * two fakes had no say in which identity got spent -- and spending one
9
- * is a real cost: a burned fake is destroyed outright (sin.ts sweep),
10
- * and a venue that watched one burn refuses that paper forever.
11
- *
12
- * Bare "sin" is the reference panel (sheet/spells/docwagon standing
13
- * ruling). "sin <rating|name>" picks the paper you present; "sin auto"
14
- * hands the choice back to the house.
15
- */
16
- export declare class SinCommand extends Command implements ICommand {
17
- protected static verb: string;
18
- protected static description: string;
19
- execute(args?: string[]): Promise<string>;
20
- private panel;
21
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"sin.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/sin.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * The SNEAKING skill's verb: a movement mode. While sneaking, every room
4
- * entry is an opposed test per witness -- your Agility + sneaking against
5
- * their Intuition + perception (see NPC.see) -- and any NPC you beat
6
- * simply never registers you arriving: no greeting, no alarm, no AI
7
- * reaction until you act. Loud acts (attacking, casting, speaking,
8
- * brandishing, calling) drop the mode instantly (see Player.breakSneak
9
- * call sites). Toggle off with "sneak" again.
10
- */
11
- export declare class SneakCommand extends Command implements ICommand {
12
- protected static verb: string;
13
- protected static description: string;
14
- execute(_args?: string[]): Promise<string>;
15
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"sneak.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/sneak.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAY,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAE7C;;;;;;;;GAQG;AACH,MAAM,OAAO,YAAa,SAAQ,OAAO;IAC7B,MAAM,CAAC,IAAI,GAAG,OAAO,CAAC;IACtB,MAAM,CAAC,WAAW,GAAG,8IAA8I,CAAC;IAE9K,KAAK,CAAC,OAAO,CAAC,QAAkB,EAAE;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QAEzB,IAAI,KAAK,CAAC,KAAK,KAAK,MAAM,EAAE,CAAC;YAC3B,OAAO,KAAK,CAAC,KAAK,KAAK,QAAQ;gBAC7B,CAAC,CAAC,yBAAyB,IAAI,CAAC,oEAAoE,CAAC,EAAE;gBACvG,CAAC,CAAC,+CAA+C,CAAC;QACtD,CAAC;QACD,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;YACrB,OAAO,+DAA+D,CAAC;QACzE,CAAC;QAED,IAAI,KAAK,CAAC,QAAQ,EAAE,CAAC;YACnB,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;YACvB,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC;YAC1B,OAAO,kDAAkD,CAAC;QAC5D,CAAC;QAED,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,IAAI,mBAAmB,CAAC,CAAC;QACpD,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC;QAC1B,uEAAuE;QACvE,oEAAoE;QACpE,oEAAoE;QACpE,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,KAAK,CAAC,eAAe,CAAC;aAC/D,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC;QAC/E,MAAM,WAAW,GAAG,QAAQ,CAAC,MAAM,GAAG,CAAC;YACrC,CAAC,CAAC,KAAK,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,qFAAqF;YAChI,CAAC,CAAC,EAAE,CAAC;QACP,OAAO,gEAAgE,IAAI,CAAC,2GAA2G,CAAC,GAAG,WAAW,EAAE,CAAC;IAC3M,CAAC"}
@@ -1,16 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * SNOOP (canon-shaped; player go 2026-08-24): ride a camera feed you
4
- * own. Jacked in, with the target room's host cracked (or a mark on
5
- * it -- one key reads the network, same rule as PANs), "snoop <room>"
6
- * watches that room remotely: who stands there, whose empty body
7
- * slumps where. Sneaking figures avoid the lenses entirely -- a camera
8
- * is glass, not a Perception roll. Hostless watched rooms ride the
9
- * site's network: owning ANY of its hosts owns their feeds. The
10
- * decker's recon payoff: case the guards from three rooms away.
11
- */
12
- export declare class SnoopCommand extends Command implements ICommand {
13
- protected static verb: string;
14
- protected static description: string;
15
- execute(args?: string[]): Promise<string>;
16
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"snoop.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/snoop.ts"],"names":[],"mappings":"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"}
@@ -1,11 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- export declare class SourceCommand extends Command implements ICommand {
3
- protected static verb: string;
4
- protected static description: string;
5
- execute(args?: string[]): Promise<string>;
6
- /** Resolution chain (player direction: the CATALOG on maka-cli.com is
7
- * the source of truth -- utilities/catalog.ts): catalog row first
8
- * (exact gear-table figures, zero AI variance), AI spec only for
9
- * genuinely off-book requests, honest refusal past that. */
10
- private resolveSpec;
11
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/source.ts"],"names":[],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * The spellbook: how a player actually discovers what they can cast and
4
- * why. Especially load-bearing for INNATE casting -- an Awakened character
5
- * has no formula item in their pack to stumble over, so without this
6
- * command there'd be no way to learn you have the talent at all. Also
7
- * breaks down the casting pool and shows sustained-spell state, so magic
8
- * is never invisible bookkeeping.
9
- */
10
- export declare class SpellsCommand extends Command implements ICommand {
11
- protected static verb: string;
12
- protected static description: string;
13
- execute(_args?: string[]): Promise<string>;
14
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"spells.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/spells.ts"],"names":[],"mappings":"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"}
@@ -1,35 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * "sprites" -- the sprite database (SR5e p.256-259), the technomancer's
4
- * answer to the spellbook.
5
- *
6
- * Backlog item Sz7EmXnyRYK4RYqxt: "sprite actions should be listed some
7
- * how ... sprites have abilities unique to them that not even
8
- * technomancers have." The gap was real and specific: `compile` names
9
- * five types and gives each a one-line blurb, which tells you a machine
10
- * sprite is "the device whisperer" but not that it can seize a maglock,
11
- * steady a failing deck, or read a drone's guts for a repair bonus. So
12
- * the choice of which sprite to compile -- the one real decision in the
13
- * whole subsystem -- was being made blind.
14
- *
15
- * Built to the shape `spells` and `catalog` already established rather
16
- * than a new one: a reference panel, always available, archetype-aware,
17
- * citing the page each figure comes from. A technomancer reads
18
- * "sprites" the way a mage reads "spells".
19
- *
20
- * THE PANEL IS HONEST ABOUT WHAT IS NOT WIRED UP. None of the nine
21
- * powers is a die roll in this engine yet, and the footer says so in
22
- * plain words. Listing an ability the game cannot perform, while
23
- * letting it read like a move you could make, is the same defect as a
24
- * refusal naming a route that does not exist -- `bluff` advertised
25
- * "solve" after the Puzzle mechanic was deleted, and dispel.ts still
26
- * describes a Resonance hole it had no verb for. A catalogue that
27
- * quietly implies mechanics would have been a third instance, shipped
28
- * deliberately. Reference that says it is reference is worth having;
29
- * reference wearing a verb's clothes is not.
30
- */
31
- export declare class SpritesCommand extends Command implements ICommand {
32
- protected static verb: string;
33
- protected static description: string;
34
- execute(args?: string[]): Promise<string>;
35
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"sprites.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/sprites.ts"],"names":[],"mappings":"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"}
@@ -1,22 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- import { MatrixStance } from '../models/player.js';
3
- /**
4
- * The typed twin of the Tab key: set (or inspect) the fight-or-flight
5
- * autopilot temperature. Tab cycles manual -> guarded -> aggressive in the
6
- * UI; this command jumps straight to one by name, typo-tolerant. The full
7
- * semantics live in utilities/auto-fight.ts.
8
- */
9
- export declare class StanceCommand extends Command implements ICommand {
10
- protected static verb: string;
11
- protected static description: string;
12
- /**
13
- * ON THE MATRIX, TAB FLIPS THE INTRUSION ACTION instead of the fight
14
- * autopilot (mjmcee, uMQAhaAysgaKpWFkn). One verb and one key, two
15
- * planes -- because the player's question is the same in both ("how
16
- * hard am I about to go?") and they are never on both planes at once.
17
- */
18
- private matrixLines;
19
- /** What each route costs and buys, in the book's terms (p.238/240). */
20
- static describeMatrix(m: MatrixStance): string;
21
- execute(args?: string[]): Promise<string>;
22
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"stance.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/stance.ts"],"names":[],"mappings":"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"}
@@ -1,40 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * STANDBY (SR5 p.256, a REGISTERED SPRITE TASK) -- "standby [<name>]".
4
- *
5
- * Canon, verbatim: standby "tells the sprite to return to the Resonance
6
- * but come when you call it. This keeps the sprite from giving away
7
- * your presence or getting in harm's way." It costs ONE task.
8
- *
9
- * THE GAP THIS FILLS WAS MADE VISIBLE BY ITS OWN FIX. Call/Dismiss
10
- * (p.250) landed on `recall`, and dismissing "releas[es] it from any
11
- * tasks it still owes you" -- so the warning on that command told
12
- * players, correctly, that parking a sprite cost every favour it had
13
- * left. That is exactly the trade p.256 exists to avoid: one task to
14
- * go quiet and keep the rest. A player who wanted their sprite out of
15
- * a room for one scene had only the expensive door.
16
- *
17
- * A TASK, NOT AN ACTION, which is why it is not in the p.250 table
18
- * (resonance-actions.ts). Those are seven Resonance ACTIONS; this is
19
- * one of the eight things you can spend a REGISTERED sprite's tasks on
20
- * (p.256, alongside Aid Study, Assist Threading, Loaned Task, Remote
21
- * Task, Re-register, and Sustain Complex Form). Adding it to that table
22
- * would make the table wrong about what it is.
23
- *
24
- * ITS OWN VERB rather than a mode of `recall`. `recall` is already
25
- * carrying two canon directions on one word, and its bare form is
26
- * deliberately the safe one; hanging a third meaning off it would make
27
- * the safe default harder to see, not easier. The verb also has to be
28
- * discoverable on its own, because the whole point is that a player
29
- * reaching for "get out of sight" should not land on the destructive
30
- * option first.
31
- *
32
- * REGISTERED ONLY. A compiled sprite has no Resonance to wait in --
33
- * that is what registering buys (p.254-256) -- so sending one away is
34
- * simply unmaking it, which is decompile's job and says so.
35
- */
36
- export declare class StandbyCommand extends Command implements ICommand {
37
- protected static verb: string;
38
- protected static description: string;
39
- execute(args?: string[]): Promise<string>;
40
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"standby.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/standby.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- export declare class StoreCommand extends Command implements ICommand {
3
- protected static verb: string;
4
- protected static description: string;
5
- execute(args: string[]): Promise<string>;
6
- private store;
7
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAY,MAAM,cAAc,CAAC;AAEjD,MAAM,OAAO,YAAa,SAAQ,OAAO;IAC7B,MAAM,CAAC,IAAI,GAAG,OAAO,CAAC;IACtB,MAAM,CAAC,WAAW,GAAG,gEAAgE,CAAC;IAEhG,KAAK,CAAC,OAAO,CAAC,IAAc;QAC1B,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,6CAA6C,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACnG,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAEO,KAAK,CAAC,IAAc;QAC1B,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,+BAA+B;QAE9E,qDAAqD;QACrD,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;YAC5C,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,QAAQ,kBAAkB,IAAI,CAAC,KAAK,CAAC,IAAI,sCAAsC,CAAC,CAAC;YAC5G,OAAO,kBAAkB,QAAQ,qBAAqB,CAAC;QACzD,CAAC;QAED,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAE3D,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,QAAQ,iCAAiC,IAAI,CAAC,KAAK,CAAC,IAAI,sCAAsC,CAAC,CAAC;YAC3H,OAAO,kBAAkB,QAAQ,qBAAqB,CAAC;QACzD,CAAC;QAED,6EAA6E;QAC7E,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;QAC1F,IAAG,UAAU,EAAE,CAAC;YACd,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;YAC1C,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC5C,OAAO,cAAc,QAAQ,GAAG,CAAC;QACnC,CAAC;aAAM,CAAC;YACN,OAAO,wCAAwC,QAAQ,GAAG,CAAC;QAC7D,CAAC;IAEH,CAAC"}
@@ -1,21 +0,0 @@
1
- import { AttackCommand } from './attack.js';
2
- import { CombatExchange, IStrikeProfile } from '../utilities/combat-exchange.js';
3
- import { Player } from '../models/player.js';
4
- import { NPC } from '../models/npc.js';
5
- /**
6
- * Take them alive: the same exchange machinery as attack (opposed roll,
7
- * retaliation, pacing, movement lock), but the damage lands on the STUN
8
- * track -- a full track is a live capture, not a kill. The tradeoffs that
9
- * keep it honest: the strike ignores your gun entirely (bare-hands pool,
10
- * low base damage, so it's slower than shooting), the target's retaliation
11
- * is fully lethal, and beating someone far past unconsciousness overflows
12
- * into their body -- you can still kill someone you meant to capture.
13
- */
14
- export declare class SubdueCommand extends AttackCommand {
15
- protected static verb: string;
16
- protected static description: string;
17
- execute(args?: string[]): Promise<string>;
18
- protected usesEquippedWeapon(): boolean;
19
- protected actionVerb(): string;
20
- protected strikeProfile(exchange: CombatExchange, target: Player | NPC): IStrikeProfile;
21
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"subdue.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/subdue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAK5C;;;;;;;;GAQG;AACH,MAAM,OAAO,aAAc,SAAQ,aAAa;IACpC,MAAM,CAAC,IAAI,GAAG,QAAQ,CAAC;IACvB,MAAM,CAAC,WAAW,GAAG,oJAAoJ,CAAC;IAEpL,KAAK,CAAC,OAAO,CAAC,OAAiB,EAAE;QAC/B,uEAAuE;QACvE,qEAAqE;QACrE,uEAAuE;QACvE,6BAA6B;QAC7B,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,KAAK,MAAM,EAAE,CAAC;YAChC,OAAO,mFAAmF,CAAC;QAC7F,CAAC;QACD,OAAO,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IAES,kBAAkB;QAC1B,OAAO,KAAK,CAAC;IACf,CAAC;IAES,UAAU;QAClB,OAAO,iBAAiB,CAAC;IAC3B,CAAC;IAES,aAAa,CAAC,QAAwB,EAAE,MAAoB;QACpE,OAAO;YACL,KAAK,EAAE,sBAAsB;YAC7B,oEAAoE;YACpE,kEAAkE;YAClE,+DAA+D;YAC/D,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,oBAAoB,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC;YACpF,UAAU,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC;YACnD,QAAQ,EAAE,MAAM,CAAC,WAAW,EAAE;YAC9B,QAAQ,EAAE,IAAI;SACf,CAAC;IACJ,CAAC"}
@@ -1,19 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * Conjuring (SR5e p.300-303): "summon <force>" calls a spirit -- an
4
- * opposed Magic + conjuring test against the spirit's Force dice. NET
5
- * hits become SERVICES (zero and the astral doesn't answer); the spirit
6
- * materializes beside you as a companion shell (see Game.companions):
7
- * it follows, it fights (one service per fight, ticked in
8
- * combat-exchange), it obeys "order", and it departs when the bargain
9
- * is spent, when dismissed ("summon" again), or when you travel (RAW:
10
- * the summons doesn't outlast the ride). Drain is the summoner's toll:
11
- * 2 x the spirit's hits, minimum 2 -- PHYSICAL when Force exceeds your
12
- * Magic, same overcast law as spellcasting. Force past twice your Magic
13
- * is refused: some bargains end the summoner.
14
- */
15
- export declare class SummonCommand extends Command implements ICommand {
16
- protected static verb: string;
17
- protected static description: string;
18
- execute(args?: string[]): Promise<string>;
19
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"summon.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/summon.ts"],"names":[],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * Throwing your hands up, as a real mechanical act instead of just talk.
4
- * The wound-aware AI guidance already nudges a losing NPC toward
5
- * surrender -- this gives that nudge teeth: the flag it sets is what a
6
- * GUARDED auto-fighter honors by holding fire (see utilities/auto-fight.ts;
7
- * an AGGRESSIVE one doesn't have to). Surrendering also breaks the fight:
8
- * both sides' combat memory clears, so walking away afterwards invites no
9
- * parting shot. The flag is revoked the moment the surrendered actor
10
- * initiates violence again (CombatExchange.beginExchange).
11
- *
12
- * Works for the player too -- surrendering to an NPC is narrated to the
13
- * room and lands in the aggressor's AI history; what THEY do with it is
14
- * up to them.
15
- */
16
- export declare class SurrenderCommand extends Command implements ICommand {
17
- protected static verb: string;
18
- protected static description: string;
19
- execute(_args?: string[]): Promise<string>;
20
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"surrender.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/surrender.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAY,MAAM,cAAc,CAAC;AAEjD;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,gBAAiB,SAAQ,OAAO;IACjC,MAAM,CAAC,IAAI,GAAG,WAAW,CAAC;IAC1B,MAAM,CAAC,WAAW,GAAG,6HAA6H,CAAC;IAE7J,KAAK,CAAC,OAAO,CAAC,QAAkB,EAAE;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;QAEzB,IAAI,KAAK,CAAC,eAAe,EAAE,EAAE,CAAC;YAC5B,OAAO,iDAAiD,CAAC;QAC3D,CAAC;QACD,IAAI,KAAK,CAAC,WAAW,EAAE,CAAC;YACtB,OAAO,4BAA4B,CAAC;QACtC,CAAC;QACD,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;YACrB,OAAO,iFAAiF,CAAC;QAC3F,CAAC;QAED,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;QAEzB,qEAAqE;QACrE,qEAAqE;QACrE,MAAM,QAAQ,GAAG,KAAK,CAAC,cAAc,CAAC;QACtC,IAAI,QAAQ,IAAI,QAAQ,CAAC,cAAc,KAAK,KAAK,EAAE,CAAC;YAClD,QAAQ,CAAC,cAAc,GAAG,SAAS,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,cAAc,GAAG,SAAS,CAAC;QAEjC,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,0BAA0B,CAAC,CAAC;QAC9D,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,IAAI,mBAAmB,KAAK,CAAC,eAAe,EAAE,IAAI,IAAI,WAAW,GAAG,CAAC,CAAC;QACxG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,IAAI,eAAe,CAAC,CAAC;QAChD,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC;QAE1B,sEAAsE;QACtE,qEAAqE;QACrE,gDAAgD;QAChD,IAAI,CAAC,KAAK,CAAC,0BAA0B,EAAE,CAAC;QAExC,OAAO,6GAA6G,CAAC;IACvH,CAAC"}
@@ -1,60 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- /**
3
- * SUSTAIN COMPLEX FORM (SR5 p.256, a REGISTERED SPRITE TASK) --
4
- * "sustain [<form>]".
5
- *
6
- * Canon, verbatim: "A registered sprite can sustain a complex form for
7
- * you, so it takes the penalty from sustaining instead of you. Every
8
- * task you use for this purpose lets the sprite sustain your complex
9
- * form for up to its Level in Combat Turns. You can then take over
10
- * sustaining again if you want."
11
- *
12
- * THE PENALTY MOVES, WHICH IS THE ENTIRE POINT. A held form costs its
13
- * holder -2 dice on everything (Player.sustainingPenalty), and a
14
- * technomancer who wants two forms up is walking around half-blind.
15
- * This is the book's answer, and it is the only reason to spend a task
16
- * on it. So the implementation MOVES the entry from the technomancer's
17
- * sustainedForms onto the sprite's -- the sprite is an NPC, NPC extends
18
- * Player, and every pool it rolls already subtracts sustainingPenalty.
19
- * The burden lands where canon puts it without a second mechanism.
20
- *
21
- * TAKING IT BACK IS FREE, and toggling on the same word is how this
22
- * codebase already spells a two-way switch (cast.ts's armor releases by
23
- * casting again). The book gives take-over no cost, so neither does
24
- * this.
25
- *
26
- * WHAT IS NOT MODELLED, named rather than papered over: the DURATION.
27
- * Canon buys "up to its Level in Combat Turns" per task, and this
28
- * engine has no combat-turn clock at all -- there is no counter to
29
- * decrement, and inventing one to hold a single feature would be a
30
- * turn-engine change wearing a sprite task's clothes. What the engine
31
- * does have is the task economy, so the form stays with the sprite
32
- * until you take it back or the sprite goes (see
33
- * Game.returnSustainedForms). That is more generous than the book on
34
- * duration and exactly right on cost; the deviation is stated here so
35
- * the next reader does not have to discover it.
36
- *
37
- * THE FORM COMES HOME WHEN THE SPRITE DOES. A sprite that is dismissed,
38
- * killed, or sent to standby hands its held forms back to its owner
39
- * rather than taking them into the Resonance. Without that, the one
40
- * command in the game that MOVES a form off the player would be the one
41
- * command that can silently destroy it -- and the loss would look
42
- * exactly like a form that had been dropped on purpose.
43
- */
44
- /**
45
- * The query with the form's OWN words taken out, so what remains is the
46
- * player's answer to "which sprite?" and nothing else.
47
- *
48
- * Split on non-alphanumerics on both sides, so the separator a player
49
- * chooses never decides whether they are understood: "static-veil",
50
- * "static veil" and "staticveil" all subtract the same words. The
51
- * collapsed form ("staticveil") is matched too, because the form keys
52
- * are hyphenated and a player typing the key verbatim is the common
53
- * case, not the exotic one.
54
- */
55
- export declare function withoutFormWords(query: string, formKey: string): string;
56
- export declare class SustainCommand extends Command implements ICommand {
57
- protected static verb: string;
58
- protected static description: string;
59
- execute(args?: string[]): Promise<string>;
60
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"sustain.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/sustain.ts"],"names":[],"mappings":"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"}
@@ -1,17 +0,0 @@
1
- import { Command, ICommand } from './command.js';
2
- export declare class TakeCommand extends Command implements ICommand {
3
- protected static verb: string;
4
- protected static description: string;
5
- execute(args: string[]): Promise<string>;
6
- /** Reach, access, and the lid gate all refuse BY NAME; "all" empties it. */
7
- private takeFromContainer;
8
- /**
9
- * Sweeps the room: every item "search" would list, attempted one by one
10
- * -- an item too heavy to carry is reported and skipped rather than
11
- * blocking the rest of the haul. Ownership world events and the
12
- * win-condition check fire per item, exactly as a one-at-a-time pickup
13
- * would.
14
- */
15
- private takeAll;
16
- private take;
17
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"take.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/take.ts"],"names":[],"mappings":"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"}
@@ -1,56 +0,0 @@
1
- import { Command, ICommandConstructor } from './command.js';
2
- export declare function parseArgsWithQuotes(input: string): string[];
3
- /**
4
- * Does what the player typed share a REAL word with the name it matched?
5
- *
6
- * The fuzzy matcher is deliberately generous, which makes it dangerous
7
- * as a sole gate for addressing a person: "Mr. Nobody" substring-matches
8
- * "Mr." against "Mr. Krow", so a player reaching for someone who isn't
9
- * there gets connected to the fixer instead, with "Nobody" as their
10
- * message. Sending the MEET -- or a call -- to an NPC the player never
11
- * addressed is worse than refusing, because they will never know it
12
- * happened.
13
- *
14
- * A 3+ character shared word is what separates "Osprey" (a real
15
- * reference) from "Mr." (a title every Johnson has). Exported so call.ts
16
- * and talk.ts apply ONE rule -- two separately-written name matchers
17
- * that can disagree is the failure family this codebase keeps paying
18
- * for.
19
- */
20
- export declare function sharesSubstantiveWord(typed: string, name: string): boolean;
21
- /**
22
- * Split "Mr. Osprey I'm here about the job" into WHO and WHAT.
23
- *
24
- * Two constraints pull against each other and both are load-bearing.
25
- *
26
- * Too greedy and the fuzzy matcher eats the message: "Mr. Osprey I'm
27
- * here" still fuzzy-matches "Mr. Osprey" (the name is a substring of
28
- * it), so a plain longest-prefix loop resolves the name and hands back
29
- * "about the job" as everything the player said. That exact failure is
30
- * already recorded in ask.ts, which grew an explicit "about" separator
31
- * to escape it.
32
- *
33
- * Too loose and it whispers to the wrong person: "Mr. Nobody hello"
34
- * substring-matches "Mr." against "Mr. Osprey", and handing the MEET to
35
- * a Johnson the player never addressed is worse than refusing.
36
- *
37
- * So the window is capped at the longest name actually in the room --
38
- * nobody is called more words than that -- and a candidate must share a
39
- * SUBSTANTIVE word (3+ characters) with the name it matched. That is
40
- * what separates "Osprey" (real) from "Mr." (a title every Johnson
41
- * has).
42
- *
43
- * Exported and pure: the command needs a whole scene to instantiate, and
44
- * the interesting behaviour is entirely in here.
45
- */
46
- export declare function resolveSpokenTarget(parsedArgs: string[], names: string[]): {
47
- name: string;
48
- message: string;
49
- } | undefined;
50
- export declare class TalkCommand extends Command {
51
- protected static verb: string;
52
- protected static description: string;
53
- protected context: ICommandConstructor;
54
- constructor(context: ICommandConstructor);
55
- execute(args: string[]): Promise<string>;
56
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"talk.js","sourceRoot":"","sources":["../../../../../../../src/commands/game/sideQuest/commands/talk.ts"],"names":[],"mappings":"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"}