@murphai/murph 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2199) hide show
  1. package/CHANGELOG.md +3077 -0
  2. package/config.schema.json +650 -30
  3. package/dist/cli-entry.js +1 -1
  4. package/dist/cli-entry.js.map +1 -1
  5. package/dist/commands/automation.d.ts +143 -104
  6. package/dist/commands/automation.d.ts.map +1 -1
  7. package/dist/commands/automation.js +71 -13
  8. package/dist/commands/automation.js.map +1 -1
  9. package/dist/commands/batch.d.ts +3 -0
  10. package/dist/commands/batch.d.ts.map +1 -1
  11. package/dist/commands/batch.js +18 -45
  12. package/dist/commands/batch.js.map +1 -1
  13. package/dist/commands/clinical-imports.d.ts +103 -103
  14. package/dist/commands/command-factory-primitives.d.ts +1 -1
  15. package/dist/commands/command-factory-primitives.d.ts.map +1 -1
  16. package/dist/commands/command-factory-primitives.js +1 -1
  17. package/dist/commands/command-factory-primitives.js.map +1 -1
  18. package/dist/commands/commons.d.ts +59 -0
  19. package/dist/commands/commons.d.ts.map +1 -1
  20. package/dist/commands/commons.js +81 -1
  21. package/dist/commands/commons.js.map +1 -1
  22. package/dist/commands/document.d.ts.map +1 -1
  23. package/dist/commands/document.js +31 -1
  24. package/dist/commands/document.js.map +1 -1
  25. package/dist/commands/encounter.d.ts +128 -128
  26. package/dist/commands/event.d.ts.map +1 -1
  27. package/dist/commands/event.js +7 -1
  28. package/dist/commands/event.js.map +1 -1
  29. package/dist/commands/experiment-progress-card-image.d.ts.map +1 -1
  30. package/dist/commands/experiment-progress-card-image.js +13 -4
  31. package/dist/commands/experiment-progress-card-image.js.map +1 -1
  32. package/dist/commands/experiment.d.ts.map +1 -1
  33. package/dist/commands/experiment.js +6 -0
  34. package/dist/commands/experiment.js.map +1 -1
  35. package/dist/commands/export-intake-read-helpers.d.ts.map +1 -1
  36. package/dist/commands/export-intake-read-helpers.js +7 -3
  37. package/dist/commands/export-intake-read-helpers.js.map +1 -1
  38. package/dist/commands/food.d.ts.map +1 -1
  39. package/dist/commands/food.js +12 -4
  40. package/dist/commands/food.js.map +1 -1
  41. package/dist/commands/meal.d.ts.map +1 -1
  42. package/dist/commands/meal.js +54 -3
  43. package/dist/commands/meal.js.map +1 -1
  44. package/dist/commands/measurement.d.ts +1 -0
  45. package/dist/commands/measurement.d.ts.map +1 -1
  46. package/dist/commands/measurement.js +48 -2
  47. package/dist/commands/measurement.js.map +1 -1
  48. package/dist/commands/medication.d.ts +6 -6
  49. package/dist/commands/model.js +7 -11
  50. package/dist/commands/model.js.map +1 -1
  51. package/dist/commands/occurred-at-option.d.ts.map +1 -1
  52. package/dist/commands/occurred-at-option.js +7 -41
  53. package/dist/commands/occurred-at-option.js.map +1 -1
  54. package/dist/commands/payload-schema-command.d.ts +2 -2
  55. package/dist/commands/payload-schema-command.d.ts.map +1 -1
  56. package/dist/commands/payload-schema-command.js +1 -1
  57. package/dist/commands/payload-schema-command.js.map +1 -1
  58. package/dist/commands/research.d.ts.map +1 -1
  59. package/dist/commands/research.js +26 -28
  60. package/dist/commands/research.js.map +1 -1
  61. package/dist/commands/route.d.ts.map +1 -1
  62. package/dist/commands/route.js +45 -1
  63. package/dist/commands/route.js.map +1 -1
  64. package/dist/commands/scheduled-log.d.ts +130 -124
  65. package/dist/commands/scheduled-log.d.ts.map +1 -1
  66. package/dist/commands/wearables.d.ts +1109 -20
  67. package/dist/commands/wearables.d.ts.map +1 -1
  68. package/dist/commands/wearables.js +102 -2
  69. package/dist/commands/wearables.js.map +1 -1
  70. package/dist/commands/workout-live.d.ts +3 -0
  71. package/dist/commands/workout-live.d.ts.map +1 -0
  72. package/dist/commands/workout-live.js +291 -0
  73. package/dist/commands/workout-live.js.map +1 -0
  74. package/dist/commands/workout.d.ts.map +1 -1
  75. package/dist/commands/workout.js +35 -11
  76. package/dist/commands/workout.js.map +1 -1
  77. package/dist/food-labels.d.ts +549 -277
  78. package/dist/food-labels.d.ts.map +1 -1
  79. package/dist/food-labels.js +19 -3
  80. package/dist/food-labels.js.map +1 -1
  81. package/dist/foreground-terminal-logging.js +0 -2
  82. package/dist/foreground-terminal-logging.js.map +1 -1
  83. package/dist/hosted-data-api-labels.d.ts +1683 -871
  84. package/dist/hosted-data-api-labels.d.ts.map +1 -1
  85. package/dist/hosted-data-api-labels.js +63 -1
  86. package/dist/hosted-data-api-labels.js.map +1 -1
  87. package/dist/incur.generated.d.ts +148 -2
  88. package/dist/incur.generated.d.ts.map +1 -1
  89. package/dist/mapbox-address.d.ts +41 -0
  90. package/dist/mapbox-address.d.ts.map +1 -0
  91. package/dist/mapbox-address.js +470 -0
  92. package/dist/mapbox-address.js.map +1 -0
  93. package/dist/mapbox-route-contracts.d.ts +60 -60
  94. package/dist/mapbox-route-contracts.d.ts.map +1 -1
  95. package/dist/mapbox-route-contracts.js +1 -1
  96. package/dist/mapbox-route-contracts.js.map +1 -1
  97. package/dist/mapbox-route-directions.js +1 -1
  98. package/dist/mapbox-route-directions.js.map +1 -1
  99. package/dist/research-scout-client.d.ts +3 -2
  100. package/dist/research-scout-client.d.ts.map +1 -1
  101. package/dist/research-scout-client.js +166 -37
  102. package/dist/research-scout-client.js.map +1 -1
  103. package/dist/research-scout.d.ts +1 -1
  104. package/dist/research-scout.d.ts.map +1 -1
  105. package/dist/research-scout.js +1 -1
  106. package/dist/research-scout.js.map +1 -1
  107. package/dist/supplement-labels.d.ts +545 -275
  108. package/dist/supplement-labels.d.ts.map +1 -1
  109. package/dist/supplement-labels.js +0 -1
  110. package/dist/supplement-labels.js.map +1 -1
  111. package/dist/vault-cli-command-manifest.d.ts +1878 -404
  112. package/dist/vault-cli-command-manifest.d.ts.map +1 -1
  113. package/dist/vault-cli-command-manifest.js +35 -10
  114. package/dist/vault-cli-command-manifest.js.map +1 -1
  115. package/dist/vault-cli-skill-hash.generated.d.ts +1 -1
  116. package/dist/vault-cli-skill-hash.generated.js +1 -1
  117. package/dist/vault-cli-vault-context.js +0 -1
  118. package/dist/vault-cli-vault-context.js.map +1 -1
  119. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +9 -0
  120. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
  121. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.d.ts.map +1 -1
  122. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js +0 -1
  123. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js.map +1 -1
  124. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts.map +1 -1
  125. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js +4 -6
  126. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
  127. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts.map +1 -1
  128. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js +19 -9
  129. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js.map +1 -1
  130. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.d.ts.map +1 -1
  131. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js +20 -56
  132. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
  133. package/node_modules/@murphai/assistant-engine/README.md +69 -13
  134. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +6 -3
  135. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts.map +1 -1
  136. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js +52 -19
  137. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js.map +1 -1
  138. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts +75 -70
  139. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts.map +1 -1
  140. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.js +42 -17
  141. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.js.map +1 -1
  142. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts +3 -1
  143. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts.map +1 -1
  144. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +27 -7
  145. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -1
  146. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts.map +1 -1
  147. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js +4 -1
  148. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js.map +1 -1
  149. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.d.ts +77 -0
  150. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.d.ts.map +1 -0
  151. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.js +777 -0
  152. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.js.map +1 -0
  153. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +1 -0
  154. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
  155. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +36 -4
  156. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
  157. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts.map +1 -1
  158. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js +3 -1
  159. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js.map +1 -1
  160. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts +3 -1
  161. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts.map +1 -1
  162. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +10 -2
  163. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts.map +1 -1
  164. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js +33 -13
  165. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js.map +1 -1
  166. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts +12 -1
  167. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts.map +1 -1
  168. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js +803 -171
  169. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
  170. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +2 -0
  171. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts.map +1 -1
  172. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +42 -17
  173. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
  174. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +2 -0
  175. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
  176. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +59 -30
  177. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js.map +1 -1
  178. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +2 -1
  179. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
  180. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js +3 -0
  181. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.map +1 -1
  182. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts +10 -1
  183. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts.map +1 -1
  184. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js +62 -1
  185. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js.map +1 -1
  186. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +1 -1
  187. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
  188. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +1 -1
  189. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
  190. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +1 -1
  191. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
  192. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
  193. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
  194. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
  195. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +107 -44
  196. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js.map +1 -1
  197. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts +3 -1
  198. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts.map +1 -1
  199. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +34 -3
  200. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
  201. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts +22 -14
  202. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts.map +1 -1
  203. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js +352 -78
  204. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js.map +1 -1
  205. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts +43 -8
  206. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts.map +1 -1
  207. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.js.map +1 -1
  208. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts +1 -0
  209. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts.map +1 -1
  210. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js +6 -5
  211. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js.map +1 -1
  212. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-contract.generated.json +1 -1
  213. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.d.ts +1 -1
  214. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.d.ts.map +1 -1
  215. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.js +14 -7
  216. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.js.map +1 -1
  217. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.d.ts +17 -0
  218. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.d.ts.map +1 -1
  219. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.js +25 -19
  220. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.js.map +1 -1
  221. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts.map +1 -1
  222. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js +9 -9
  223. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js.map +1 -1
  224. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts +3 -7
  225. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts.map +1 -1
  226. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js +172 -48
  227. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js.map +1 -1
  228. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts +5 -3
  229. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts.map +1 -1
  230. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js +124 -25
  231. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
  232. package/node_modules/@murphai/assistant-engine/dist/assistant/content-types.d.ts +2 -0
  233. package/node_modules/@murphai/assistant-engine/dist/assistant/content-types.d.ts.map +1 -1
  234. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts +4 -1
  235. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts.map +1 -1
  236. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js +75 -19
  237. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
  238. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.d.ts +1 -1
  239. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.d.ts.map +1 -1
  240. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.js +0 -1
  241. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.js.map +1 -1
  242. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +1 -0
  243. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
  244. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js +2 -0
  245. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js.map +1 -1
  246. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.d.ts +5 -1
  247. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.d.ts.map +1 -1
  248. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.js +178 -31
  249. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.js.map +1 -1
  250. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts +32 -1
  251. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts.map +1 -1
  252. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js +147 -31
  253. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js.map +1 -1
  254. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.d.ts +8 -0
  255. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.d.ts.map +1 -1
  256. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js +73 -15
  257. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js.map +1 -1
  258. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts +3 -1
  259. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts.map +1 -1
  260. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js +420 -112
  261. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -1
  262. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.d.ts.map +1 -1
  263. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.js +2 -0
  264. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.js.map +1 -1
  265. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.d.ts +11 -0
  266. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.d.ts.map +1 -0
  267. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.js +153 -0
  268. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.js.map +1 -0
  269. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts +47 -47
  270. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts.map +1 -1
  271. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js +1 -1
  272. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js.map +1 -1
  273. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts +8 -0
  274. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts.map +1 -1
  275. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js +16 -0
  276. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
  277. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +49 -39
  278. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts.map +1 -1
  279. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js +19 -1
  280. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
  281. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts.map +1 -1
  282. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js +1 -3
  283. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js.map +1 -1
  284. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.d.ts +2 -0
  285. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.d.ts.map +1 -0
  286. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.js +2 -0
  287. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.js.map +1 -0
  288. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts +9 -0
  289. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
  290. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +31 -2
  291. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js.map +1 -1
  292. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +3 -0
  293. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
  294. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +32 -1
  295. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
  296. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts +2 -1
  297. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts.map +1 -1
  298. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js +8 -0
  299. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js.map +1 -1
  300. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +91 -13
  301. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts.map +1 -1
  302. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js +48 -11
  303. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
  304. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.d.ts.map +1 -1
  305. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js +2 -8
  306. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js.map +1 -1
  307. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts.map +1 -1
  308. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js +8 -0
  309. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
  310. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.d.ts +115 -0
  311. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.d.ts.map +1 -0
  312. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.js +162 -0
  313. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.js.map +1 -0
  314. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.d.ts +3 -0
  315. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.d.ts.map +1 -0
  316. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.js +118 -0
  317. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.js.map +1 -0
  318. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.d.ts +83 -1
  319. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.d.ts.map +1 -1
  320. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.js +27 -22
  321. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.js.map +1 -1
  322. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard.js +8 -0
  323. package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard.js.map +1 -1
  324. package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.d.ts +20 -0
  325. package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.d.ts.map +1 -0
  326. package/node_modules/@murphai/assistant-engine/dist/assistant/{newsletter-outbox.js → group-email-outbox.js} +65 -36
  327. package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.js.map +1 -0
  328. package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.d.ts +2 -48
  329. package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.d.ts.map +1 -1
  330. package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.js +14 -98
  331. package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.js.map +1 -1
  332. package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.d.ts +22 -3
  333. package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.d.ts.map +1 -1
  334. package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.js +87 -28
  335. package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.js.map +1 -1
  336. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.d.ts +2 -0
  337. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.d.ts.map +1 -0
  338. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.js +5 -0
  339. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.js.map +1 -0
  340. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.d.ts +3 -2
  341. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.d.ts.map +1 -1
  342. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.js +21 -2
  343. package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.js.map +1 -1
  344. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.d.ts +31 -0
  345. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.d.ts.map +1 -0
  346. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.js +164 -0
  347. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.js.map +1 -0
  348. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +77 -24
  349. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts.map +1 -1
  350. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js +184 -63
  351. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js.map +1 -1
  352. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts +1 -0
  353. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts.map +1 -1
  354. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js +2 -1
  355. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js.map +1 -1
  356. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts +273 -269
  357. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts.map +1 -1
  358. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js +6 -1
  359. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js.map +1 -1
  360. package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.d.ts +3 -0
  361. package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.d.ts.map +1 -0
  362. package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.js +20 -0
  363. package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.js.map +1 -0
  364. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts.map +1 -1
  365. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +217 -84
  366. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
  367. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts +3 -3
  368. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts.map +1 -1
  369. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js +245 -6
  370. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js.map +1 -1
  371. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts +22 -1
  372. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts.map +1 -1
  373. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js +289 -34
  374. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
  375. package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.d.ts +13 -22
  376. package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.d.ts.map +1 -1
  377. package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.js +8 -3
  378. package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.js.map +1 -1
  379. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +3 -0
  380. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts.map +1 -1
  381. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +40 -7
  382. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
  383. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +16 -14
  384. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
  385. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +205 -56
  386. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
  387. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.d.ts +14 -0
  388. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.d.ts.map +1 -0
  389. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.js +94 -0
  390. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.js.map +1 -0
  391. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts +22 -3
  392. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts.map +1 -1
  393. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js +81 -7
  394. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js.map +1 -1
  395. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.d.ts +1 -0
  396. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.d.ts.map +1 -1
  397. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.js +184 -83
  398. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.js.map +1 -1
  399. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.js +1 -1
  400. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.js.map +1 -1
  401. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.d.ts.map +1 -1
  402. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.js +24 -1
  403. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.js.map +1 -1
  404. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +15 -3
  405. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts.map +1 -1
  406. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js +314 -53
  407. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
  408. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts +2 -0
  409. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts.map +1 -1
  410. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js +1 -0
  411. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js.map +1 -1
  412. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.d.ts.map +1 -1
  413. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.js +5 -0
  414. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.js.map +1 -1
  415. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +4 -1
  416. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts.map +1 -1
  417. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js +33 -8
  418. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js.map +1 -1
  419. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts +37 -3
  420. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
  421. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +1031 -41
  422. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
  423. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.d.ts.map +1 -1
  424. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.js +7 -0
  425. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.js.map +1 -1
  426. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +61 -8
  427. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
  428. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +561 -67
  429. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
  430. package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.d.ts +23 -0
  431. package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.d.ts.map +1 -0
  432. package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js +293 -0
  433. package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js.map +1 -0
  434. package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.d.ts +12 -0
  435. package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.d.ts.map +1 -0
  436. package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.js +38 -0
  437. package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.js.map +1 -0
  438. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts.map +1 -1
  439. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js +2 -2
  440. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js.map +1 -1
  441. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.d.ts +48 -0
  442. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.d.ts.map +1 -0
  443. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.js +101 -0
  444. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.js.map +1 -0
  445. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts +6 -0
  446. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
  447. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +62 -96
  448. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js.map +1 -1
  449. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts +5 -2
  450. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts.map +1 -1
  451. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js +412 -568
  452. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
  453. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +23 -1
  454. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
  455. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
  456. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.d.ts +2 -1
  457. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.d.ts.map +1 -1
  458. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js +6 -1
  459. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js.map +1 -1
  460. package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.d.ts +17 -0
  461. package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.d.ts.map +1 -0
  462. package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.js +287 -0
  463. package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.js.map +1 -0
  464. package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.d.ts +33 -1
  465. package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.d.ts.map +1 -1
  466. package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.js +173 -3
  467. package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.js.map +1 -1
  468. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts +6 -0
  469. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts.map +1 -1
  470. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js +61 -29
  471. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js.map +1 -1
  472. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +17 -3
  473. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
  474. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts +1 -1
  475. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
  476. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +18 -8
  477. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js.map +1 -1
  478. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts +1 -0
  479. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts.map +1 -1
  480. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js +23 -4
  481. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
  482. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts +12 -2
  483. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
  484. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +5 -3
  485. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
  486. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
  487. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +71 -16
  488. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
  489. package/node_modules/@murphai/assistant-engine/dist/assistant/shared.d.ts +1 -0
  490. package/node_modules/@murphai/assistant-engine/dist/assistant/shared.d.ts.map +1 -1
  491. package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js +1 -0
  492. package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js.map +1 -1
  493. package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.d.ts +1 -1
  494. package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.d.ts.map +1 -1
  495. package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js +0 -1
  496. package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js.map +1 -1
  497. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +11 -3
  498. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts.map +1 -1
  499. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js +410 -139
  500. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js.map +1 -1
  501. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +2 -0
  502. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
  503. package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
  504. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +48 -13
  505. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js.map +1 -1
  506. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts +4 -0
  507. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts.map +1 -1
  508. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js +274 -128
  509. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
  510. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.d.ts +9 -0
  511. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.d.ts.map +1 -1
  512. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.js +133 -7
  513. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.js.map +1 -1
  514. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.d.ts +11 -0
  515. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.d.ts.map +1 -0
  516. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js +59 -0
  517. package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js.map +1 -0
  518. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts.map +1 -1
  519. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js +109 -16
  520. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js.map +1 -1
  521. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts +2 -1
  522. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -1
  523. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -1
  524. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts +9 -2
  525. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts.map +1 -1
  526. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js +49 -6
  527. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js.map +1 -1
  528. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts +1 -0
  529. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
  530. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +62 -22
  531. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js.map +1 -1
  532. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts +7 -0
  533. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts.map +1 -1
  534. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js +47 -1
  535. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js.map +1 -1
  536. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts +4 -1
  537. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts.map +1 -1
  538. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js +49 -23
  539. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js.map +1 -1
  540. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +1 -1
  541. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -1
  542. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +1 -1
  543. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -1
  544. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts +1 -1
  545. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts.map +1 -1
  546. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js +1 -1
  547. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js.map +1 -1
  548. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.d.ts.map +1 -1
  549. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js +12 -1
  550. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
  551. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.d.ts +8 -4
  552. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.d.ts.map +1 -1
  553. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.js +136 -19
  554. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.js.map +1 -1
  555. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.d.ts +5 -0
  556. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.d.ts.map +1 -0
  557. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.js +36 -0
  558. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.js.map +1 -0
  559. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.d.ts +59 -0
  560. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.d.ts.map +1 -0
  561. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js +181 -0
  562. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js.map +1 -0
  563. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts +5 -3
  564. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts.map +1 -1
  565. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js +19 -5
  566. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js.map +1 -1
  567. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts +2 -3
  568. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts.map +1 -1
  569. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js +7 -14
  570. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js.map +1 -1
  571. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/ask-grok-tool.d.ts.map +1 -1
  572. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/ask-grok-tool.js +77 -11
  573. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/ask-grok-tool.js.map +1 -1
  574. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.d.ts +17 -0
  575. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.d.ts.map +1 -0
  576. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js +200 -0
  577. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js.map +1 -0
  578. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts +3387 -0
  579. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts.map +1 -0
  580. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js +1379 -0
  581. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js.map +1 -0
  582. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.d.ts +1 -1
  583. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.d.ts.map +1 -1
  584. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.js +2 -2
  585. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.js.map +1 -1
  586. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts +15 -32
  587. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts.map +1 -1
  588. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js +11 -7
  589. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js.map +1 -1
  590. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.d.ts +26 -150
  591. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.d.ts.map +1 -1
  592. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.js +537 -103
  593. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.js.map +1 -1
  594. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/clinical-records.js +4 -4
  595. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/clinical-records.js.map +1 -1
  596. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts +10 -54
  597. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts.map +1 -1
  598. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js +134 -109
  599. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js.map +1 -1
  600. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.d.ts +2 -12
  601. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.d.ts.map +1 -1
  602. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.js +1 -1
  603. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.js.map +1 -1
  604. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.d.ts +2 -1
  605. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.d.ts.map +1 -1
  606. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.js +2 -1
  607. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.js.map +1 -1
  608. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts +9 -2
  609. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts.map +1 -1
  610. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js +31 -3
  611. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js.map +1 -1
  612. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts +7 -6
  613. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts.map +1 -1
  614. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.js +12 -8
  615. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.js.map +1 -1
  616. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.d.ts +10 -19
  617. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.d.ts.map +1 -1
  618. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.js +19 -7
  619. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.js.map +1 -1
  620. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.d.ts +2 -16
  621. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.d.ts.map +1 -1
  622. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.js +1 -1
  623. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.js.map +1 -1
  624. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.d.ts +65 -0
  625. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.d.ts.map +1 -0
  626. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.js +214 -0
  627. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.js.map +1 -0
  628. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts +24 -16
  629. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts.map +1 -1
  630. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js +78 -7
  631. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js.map +1 -1
  632. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.d.ts +91 -0
  633. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.d.ts.map +1 -0
  634. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js +199 -0
  635. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js.map +1 -0
  636. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +108 -2427
  637. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts.map +1 -1
  638. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js +2248 -1509
  639. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js.map +1 -1
  640. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts.map +1 -1
  641. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js +39 -95
  642. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js.map +1 -1
  643. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts +5 -2
  644. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts.map +1 -1
  645. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js +88 -101
  646. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js.map +1 -1
  647. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts +58 -13
  648. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts.map +1 -1
  649. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js +85 -122
  650. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js.map +1 -1
  651. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts.map +1 -1
  652. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js +5 -3
  653. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js.map +1 -1
  654. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.d.ts +15 -2
  655. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.d.ts.map +1 -1
  656. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.js +99 -8
  657. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.js.map +1 -1
  658. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.d.ts +17 -0
  659. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.d.ts.map +1 -0
  660. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.js +12 -0
  661. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.js.map +1 -0
  662. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts +7 -11
  663. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts.map +1 -1
  664. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js +237 -52
  665. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js.map +1 -1
  666. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.d.ts +3 -0
  667. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.d.ts.map +1 -0
  668. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js +7 -0
  669. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js.map +1 -0
  670. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts.map +1 -1
  671. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js +189 -486
  672. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js.map +1 -1
  673. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts +34 -6
  674. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
  675. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +1014 -247
  676. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
  677. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.d.ts +1 -1
  678. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.d.ts.map +1 -1
  679. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.js +1 -1
  680. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.js.map +1 -1
  681. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts +2 -0
  682. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts.map +1 -1
  683. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js +1 -0
  684. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js.map +1 -1
  685. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts +23 -23
  686. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts.map +1 -1
  687. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js +26 -26
  688. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
  689. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts +27 -27
  690. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts.map +1 -1
  691. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.js +1 -1
  692. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.js.map +1 -1
  693. package/node_modules/@murphai/assistant-engine/dist/index.d.ts +8 -3
  694. package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
  695. package/node_modules/@murphai/assistant-engine/dist/index.js +6 -1
  696. package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
  697. package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.d.ts +1 -1
  698. package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.d.ts.map +1 -1
  699. package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.js +5 -1
  700. package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.js.map +1 -1
  701. package/node_modules/@murphai/assistant-engine/dist/knowledge/service.d.ts +1 -0
  702. package/node_modules/@murphai/assistant-engine/dist/knowledge/service.d.ts.map +1 -1
  703. package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js +16 -2
  704. package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js.map +1 -1
  705. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +5 -2
  706. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts.map +1 -1
  707. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js +4 -2
  708. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
  709. package/node_modules/@murphai/assistant-engine/skills/README.md +29 -0
  710. package/node_modules/@murphai/assistant-engine/skills/appointment-scheduling/SKILL.md +23 -0
  711. package/node_modules/@murphai/assistant-engine/skills/automatic-meal-capture/SKILL.md +130 -5
  712. package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +157 -116
  713. package/node_modules/@murphai/assistant-engine/skills/body-composition/SKILL.md +137 -27
  714. package/node_modules/@murphai/assistant-engine/skills/body-composition/references/evidence.md +150 -0
  715. package/node_modules/@murphai/assistant-engine/skills/body-composition/references/fat-loss.md +132 -0
  716. package/node_modules/@murphai/assistant-engine/skills/body-composition/references/muscle-gain.md +135 -0
  717. package/node_modules/@murphai/assistant-engine/skills/body-composition/references/safety.md +171 -0
  718. package/node_modules/@murphai/assistant-engine/skills/body-composition/references/tracking-and-adjustment.md +193 -0
  719. package/node_modules/@murphai/assistant-engine/skills/cardiometabolic-health/SKILL.md +10 -1
  720. package/node_modules/@murphai/assistant-engine/skills/computer-use/SKILL.md +0 -4
  721. package/node_modules/@murphai/assistant-engine/skills/connected-apps/SKILL.md +86 -12
  722. package/node_modules/@murphai/assistant-engine/skills/connected-apps/references/provider-data-exports.md +209 -0
  723. package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +16 -0
  724. package/node_modules/@murphai/assistant-engine/skills/experiment-onboarding/SKILL.md +22 -9
  725. package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +140 -15
  726. package/node_modules/@murphai/assistant-engine/skills/group-challenge/SKILL.md +17 -737
  727. package/node_modules/@murphai/assistant-engine/skills/group-challenge-scorecards/SKILL.md +17 -328
  728. package/node_modules/@murphai/assistant-engine/skills/group-chat/SKILL.md +18 -912
  729. package/node_modules/@murphai/assistant-engine/skills/group-newsletter/SKILL.md +16 -237
  730. package/node_modules/@murphai/assistant-engine/skills/groupchat-comedy/SKILL.md +19 -351
  731. package/node_modules/@murphai/assistant-engine/skills/hosted-low-usage/SKILL.md +309 -117
  732. package/node_modules/@murphai/assistant-engine/skills/micronutrients-supplements/SKILL.md +30 -8
  733. package/node_modules/@murphai/assistant-engine/skills/mobility-posture/SKILL.md +1 -1
  734. package/node_modules/@murphai/assistant-engine/skills/murph-family/SKILL.md +91 -26
  735. package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/SKILL.md +75 -751
  736. package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/aspiration-foundation-delegation.md +443 -0
  737. package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/persistence-recovery-follow-up.md +155 -0
  738. package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/return-launch-completion.md +246 -0
  739. package/node_modules/@murphai/assistant-engine/skills/music-generation/SKILL.md +31 -163
  740. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +78 -7
  741. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/daily-nutrition-card-goals.md +285 -0
  742. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/daily-nutrition-card-safety.md +211 -0
  743. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/carnivore-animal-based.md +145 -0
  744. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/dash.md +183 -0
  745. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/intermittent-fasting.md +153 -0
  746. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/ketogenic.md +149 -0
  747. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/low-carbohydrate.md +167 -0
  748. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/mediterranean.md +141 -0
  749. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/vegan-plant-based.md +175 -0
  750. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/vegetarian-spectrum.md +131 -0
  751. package/node_modules/@murphai/assistant-engine/skills/phone-calls/SKILL.md +47 -67
  752. package/node_modules/@murphai/assistant-engine/skills/physical-notes/SKILL.md +120 -0
  753. package/node_modules/@murphai/assistant-engine/skills/physical-therapy/SKILL.md +4 -2
  754. package/node_modules/@murphai/assistant-engine/skills/self-management-experiments/SKILL.md +19 -3
  755. package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +30 -19
  756. package/node_modules/@murphai/assistant-engine/skills/signup-link/SKILL.md +30 -0
  757. package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +9 -0
  758. package/node_modules/@murphai/assistant-engine/skills/tracked-table/SKILL.md +202 -0
  759. package/node_modules/@murphai/assistant-engine/skills/workout-csv-import/SKILL.md +129 -0
  760. package/node_modules/@murphai/assistantd/dist/client.d.ts +2 -0
  761. package/node_modules/@murphai/assistantd/dist/client.d.ts.map +1 -1
  762. package/node_modules/@murphai/assistantd/dist/client.js +33 -0
  763. package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
  764. package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
  765. package/node_modules/@murphai/assistantd/dist/http-protocol.js +25 -1
  766. package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
  767. package/node_modules/@murphai/clinical-records/dist/index.d.ts +660 -660
  768. package/node_modules/@murphai/clinical-records/dist/index.d.ts.map +1 -1
  769. package/node_modules/@murphai/clinical-records/dist/index.js +1 -1
  770. package/node_modules/@murphai/clinical-records/dist/index.js.map +1 -1
  771. package/node_modules/@murphai/core/dist/automation-availability.d.ts +51 -0
  772. package/node_modules/@murphai/core/dist/automation-availability.d.ts.map +1 -0
  773. package/node_modules/@murphai/core/dist/automation-availability.js +226 -0
  774. package/node_modules/@murphai/core/dist/automation-availability.js.map +1 -0
  775. package/node_modules/@murphai/core/dist/automation.d.ts +9 -2
  776. package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
  777. package/node_modules/@murphai/core/dist/automation.js +107 -13
  778. package/node_modules/@murphai/core/dist/automation.js.map +1 -1
  779. package/node_modules/@murphai/core/dist/bank/habitat.d.ts.map +1 -1
  780. package/node_modules/@murphai/core/dist/bank/habitat.js +8 -1
  781. package/node_modules/@murphai/core/dist/bank/habitat.js.map +1 -1
  782. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts.map +1 -1
  783. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js +9 -123
  784. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js.map +1 -1
  785. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts +33 -0
  786. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts.map +1 -1
  787. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js +119 -0
  788. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js.map +1 -1
  789. package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.d.ts +24 -0
  790. package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.d.ts.map +1 -0
  791. package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.js +409 -0
  792. package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.js.map +1 -0
  793. package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts +13 -0
  794. package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts.map +1 -1
  795. package/node_modules/@murphai/core/dist/domains/events/ledger.js +86 -7
  796. package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
  797. package/node_modules/@murphai/core/dist/domains/events.d.ts +6 -2
  798. package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
  799. package/node_modules/@murphai/core/dist/domains/events.js +3 -1
  800. package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
  801. package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
  802. package/node_modules/@murphai/core/dist/domains/experiments.js +5 -1
  803. package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
  804. package/node_modules/@murphai/core/dist/history/api.d.ts +8 -5
  805. package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
  806. package/node_modules/@murphai/core/dist/history/api.js +253 -20
  807. package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
  808. package/node_modules/@murphai/core/dist/index.d.ts +8 -5
  809. package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
  810. package/node_modules/@murphai/core/dist/index.js +5 -3
  811. package/node_modules/@murphai/core/dist/index.js.map +1 -1
  812. package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -1
  813. package/node_modules/@murphai/core/dist/memory.js +1 -0
  814. package/node_modules/@murphai/core/dist/memory.js.map +1 -1
  815. package/node_modules/@murphai/core/dist/mutations.d.ts +20 -2
  816. package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
  817. package/node_modules/@murphai/core/dist/mutations.js +618 -21
  818. package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
  819. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +3 -0
  820. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
  821. package/node_modules/@murphai/core/dist/operations/write-batch.js +33 -2
  822. package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
  823. package/node_modules/@murphai/core/dist/public-mutations.d.ts +2 -1
  824. package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
  825. package/node_modules/@murphai/core/dist/public-mutations.js +7 -2
  826. package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
  827. package/node_modules/@murphai/device-syncd/README.md +143 -0
  828. package/node_modules/@murphai/device-syncd/dist/client.d.ts +1 -0
  829. package/node_modules/@murphai/device-syncd/dist/client.d.ts.map +1 -1
  830. package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
  831. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts +25 -0
  832. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts.map +1 -1
  833. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js +54 -0
  834. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js.map +1 -1
  835. package/node_modules/@murphai/device-syncd/dist/config/connect-targets.js +1 -1
  836. package/node_modules/@murphai/device-syncd/dist/config/connect-targets.js.map +1 -1
  837. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts +2 -1
  838. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts.map +1 -1
  839. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js +2 -1
  840. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js.map +1 -1
  841. package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts +1 -0
  842. package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts.map +1 -1
  843. package/node_modules/@murphai/device-syncd/dist/config/junction-config.js +9 -1
  844. package/node_modules/@murphai/device-syncd/dist/config/junction-config.js.map +1 -1
  845. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +2 -2
  846. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -1
  847. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +2 -2
  848. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -1
  849. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +4 -2
  850. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -1
  851. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +6 -0
  852. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -1
  853. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +561 -0
  854. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -1
  855. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +203 -148
  856. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -1
  857. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +11 -0
  858. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -1
  859. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -1
  860. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +2 -2
  861. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -1
  862. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -1
  863. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +2 -0
  864. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -1
  865. package/node_modules/@murphai/device-syncd/dist/config.d.ts +1 -1
  866. package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
  867. package/node_modules/@murphai/device-syncd/dist/config.js +1 -1
  868. package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
  869. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts +1 -1
  870. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts.map +1 -1
  871. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js +1 -1
  872. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js.map +1 -1
  873. package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts +1 -1
  874. package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts.map +1 -1
  875. package/node_modules/@murphai/device-syncd/dist/connect-config.js +1 -1
  876. package/node_modules/@murphai/device-syncd/dist/connect-config.js.map +1 -1
  877. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +44 -0
  878. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
  879. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +167 -1
  880. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
  881. package/node_modules/@murphai/device-syncd/dist/index.d.ts +1 -1
  882. package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
  883. package/node_modules/@murphai/device-syncd/dist/index.js +1 -1
  884. package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
  885. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts +24 -0
  886. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts.map +1 -1
  887. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js +444 -9
  888. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js.map +1 -1
  889. package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts +16 -0
  890. package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts.map +1 -1
  891. package/node_modules/@murphai/device-syncd/dist/junction-resources.js +32 -0
  892. package/node_modules/@murphai/device-syncd/dist/junction-resources.js.map +1 -1
  893. package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.d.ts +8 -0
  894. package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.d.ts.map +1 -0
  895. package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js +13 -0
  896. package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js.map +1 -0
  897. package/node_modules/@murphai/device-syncd/dist/prepared-webhook.d.ts +29 -0
  898. package/node_modules/@murphai/device-syncd/dist/prepared-webhook.d.ts.map +1 -0
  899. package/node_modules/@murphai/device-syncd/dist/prepared-webhook.js +263 -0
  900. package/node_modules/@murphai/device-syncd/dist/prepared-webhook.js.map +1 -0
  901. package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts +1 -1
  902. package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts.map +1 -1
  903. package/node_modules/@murphai/device-syncd/dist/provider-configs.js +1 -1
  904. package/node_modules/@murphai/device-syncd/dist/provider-configs.js.map +1 -1
  905. package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts +1 -0
  906. package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -1
  907. package/node_modules/@murphai/device-syncd/dist/provider-label.js +4 -2
  908. package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -1
  909. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts +23 -1
  910. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts.map +1 -1
  911. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js +765 -192
  912. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js.map +1 -1
  913. package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts +2 -2
  914. package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
  915. package/node_modules/@murphai/device-syncd/dist/providers/junction.js +3250 -205
  916. package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
  917. package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
  918. package/node_modules/@murphai/device-syncd/dist/providers/oura.js +2 -1
  919. package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
  920. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts +12 -3
  921. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts.map +1 -1
  922. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js +50 -12
  923. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
  924. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +3 -1
  925. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -1
  926. package/node_modules/@murphai/device-syncd/dist/providers/strava.js +51 -38
  927. package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -1
  928. package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
  929. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +11 -1
  930. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
  931. package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +52 -2
  932. package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
  933. package/node_modules/@murphai/device-syncd/dist/public-account.js +147 -1
  934. package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -1
  935. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +9 -2
  936. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
  937. package/node_modules/@murphai/device-syncd/dist/public-ingress.js +632 -199
  938. package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
  939. package/node_modules/@murphai/device-syncd/dist/service.d.ts +17 -4
  940. package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
  941. package/node_modules/@murphai/device-syncd/dist/service.js +362 -43
  942. package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
  943. package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts +3 -1
  944. package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts.map +1 -1
  945. package/node_modules/@murphai/device-syncd/dist/store/accounts.js +25 -2
  946. package/node_modules/@murphai/device-syncd/dist/store/accounts.js.map +1 -1
  947. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts.map +1 -1
  948. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js +7 -1
  949. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js.map +1 -1
  950. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +13 -3
  951. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
  952. package/node_modules/@murphai/device-syncd/dist/store/jobs.js +171 -20
  953. package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
  954. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.d.ts +3 -1
  955. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.d.ts.map +1 -1
  956. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js +62 -4
  957. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js.map +1 -1
  958. package/node_modules/@murphai/device-syncd/dist/store/sources.d.ts +1 -0
  959. package/node_modules/@murphai/device-syncd/dist/store/sources.d.ts.map +1 -1
  960. package/node_modules/@murphai/device-syncd/dist/store/sources.js +56 -55
  961. package/node_modules/@murphai/device-syncd/dist/store/sources.js.map +1 -1
  962. package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts +7 -2
  963. package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts.map +1 -1
  964. package/node_modules/@murphai/device-syncd/dist/store/sync-state.js +82 -28
  965. package/node_modules/@murphai/device-syncd/dist/store/sync-state.js.map +1 -1
  966. package/node_modules/@murphai/device-syncd/dist/store/webhook-traces.js +2 -2
  967. package/node_modules/@murphai/device-syncd/dist/store/webhook-traces.js.map +1 -1
  968. package/node_modules/@murphai/device-syncd/dist/store.d.ts +19 -4
  969. package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
  970. package/node_modules/@murphai/device-syncd/dist/store.js +62 -11
  971. package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
  972. package/node_modules/@murphai/device-syncd/dist/types.d.ts +169 -4
  973. package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
  974. package/node_modules/@murphai/device-syncd/dist/types.js +3 -0
  975. package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
  976. package/node_modules/@murphai/device-syncd/package.json +8 -0
  977. package/node_modules/@murphai/health-commons/content/biomarkers/bilirubin.md +18 -0
  978. package/node_modules/@murphai/health-commons/content/biomarkers/carbon-dioxide.md +18 -0
  979. package/node_modules/@murphai/health-commons/content/biomarkers/potassium.md +18 -0
  980. package/node_modules/@murphai/health-commons/content/biomarkers/sodium.md +18 -0
  981. package/node_modules/@murphai/health-commons/content/families/general-eye-health.md +190 -0
  982. package/node_modules/@murphai/health-commons/content/families/photobiomodulation.md +97 -0
  983. package/node_modules/@murphai/health-commons/content/families/recovery-modalities.md +73 -0
  984. package/node_modules/@murphai/health-commons/content/protocols/whole-body-photobiomodulation/whole-body-red-and-near-infrared-light-exposure.md +1 -1
  985. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-contact-lens-infection-symptoms.md +20 -0
  986. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-contact-lens-prevention.md +20 -0
  987. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-stroke-signs.md +20 -0
  988. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cochrane-blue-light-filtering-lenses.md +21 -0
  989. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/fda-buying-contact-lenses.md +20 -0
  990. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/fda-eye-drops.md +20 -0
  991. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/imi-myopia-interventions.md +20 -0
  992. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/medlineplus-eye-emergencies.md +20 -0
  993. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/medlineplus-eye-pain.md +20 -0
  994. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-angle-closure-glaucoma.md +20 -0
  995. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-areds2-faq.md +20 -0
  996. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-contact-lenses.md +20 -0
  997. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-dry-eye.md +20 -0
  998. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-healthy-vision.md +21 -0
  999. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-myopia.md +20 -0
  1000. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-retinal-detachment.md +20 -0
  1001. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nih-dream-omega3-dry-eye.md +21 -0
  1002. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/osha-computer-monitors.md +20 -0
  1003. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmc-9840372.md +22 -0
  1004. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-35597519.md +21 -0
  1005. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-36473088.md +21 -0
  1006. package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-37062428.md +21 -0
  1007. package/node_modules/@murphai/health-commons/content/sources/whole-body-photobiomodulation/clinicaltrials-gov-nct07047248-2026-04-23.md +0 -1
  1008. package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.d.ts +3 -0
  1009. package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.d.ts.map +1 -0
  1010. package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.js +2 -0
  1011. package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.js.map +1 -0
  1012. package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.d.ts +17 -0
  1013. package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.d.ts.map +1 -0
  1014. package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.js +16 -0
  1015. package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.js.map +1 -0
  1016. package/node_modules/@murphai/health-commons/dist/build.d.ts.map +1 -1
  1017. package/node_modules/@murphai/health-commons/dist/build.js +41 -7
  1018. package/node_modules/@murphai/health-commons/dist/build.js.map +1 -1
  1019. package/node_modules/@murphai/health-commons/dist/index.d.ts +1 -0
  1020. package/node_modules/@murphai/health-commons/dist/index.d.ts.map +1 -1
  1021. package/node_modules/@murphai/health-commons/dist/index.js +1 -0
  1022. package/node_modules/@murphai/health-commons/dist/index.js.map +1 -1
  1023. package/node_modules/@murphai/health-commons/dist/knowledge-index.d.ts +44 -0
  1024. package/node_modules/@murphai/health-commons/dist/knowledge-index.d.ts.map +1 -0
  1025. package/node_modules/@murphai/health-commons/dist/knowledge-index.js +540 -0
  1026. package/node_modules/@murphai/health-commons/dist/knowledge-index.js.map +1 -0
  1027. package/node_modules/@murphai/health-commons/dist/runtime.d.ts +17 -1
  1028. package/node_modules/@murphai/health-commons/dist/runtime.d.ts.map +1 -1
  1029. package/node_modules/@murphai/health-commons/dist/runtime.js +58 -4
  1030. package/node_modules/@murphai/health-commons/dist/runtime.js.map +1 -1
  1031. package/node_modules/@murphai/health-commons/generated/biomarker-desired-directions.json +410 -0
  1032. package/node_modules/@murphai/health-commons/generated/catalog.hash +1 -1
  1033. package/node_modules/@murphai/health-commons/generated/knowledge.sqlite +0 -0
  1034. package/node_modules/@murphai/health-commons/generated/protocol-family-graph.json +187 -46
  1035. package/node_modules/@murphai/health-commons/generated/protocol-index.json +47 -47
  1036. package/node_modules/@murphai/health-commons/generated/protocol-run-specs.json +967 -967
  1037. package/node_modules/@murphai/health-commons/generated/source-artifact-index.json +1 -1
  1038. package/node_modules/@murphai/health-commons/generated/source-identities.ndjson +28 -0
  1039. package/node_modules/@murphai/health-commons/generated/source-index.json +694 -2
  1040. package/node_modules/@murphai/health-commons/generated/web/browse/biomarkers.json +77 -9
  1041. package/node_modules/@murphai/health-commons/generated/web/browse/experiments.json +37 -37
  1042. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-basophils.json +1 -1
  1043. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-eosinophils.json +1 -1
  1044. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-immature-granulocytes.json +1 -1
  1045. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-lymphocytes.json +1 -1
  1046. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-monocytes.json +1 -1
  1047. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-neutrophils.json +1 -1
  1048. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/added-sugar-intake.json +1 -1
  1049. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adherence.json +1 -1
  1050. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adjusted-calcium.json +1 -1
  1051. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adverse-symptoms.json +1 -1
  1052. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alanine-aminotransferase.json +1 -1
  1053. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/albumin-globulin-ratio.json +1 -1
  1054. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/albumin.json +1 -1
  1055. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-craving.json +1 -1
  1056. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-free-days.json +1 -1
  1057. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-intake.json +1 -1
  1058. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-withdrawal-symptoms.json +1 -1
  1059. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alkaline-phosphatase.json +1 -1
  1060. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ana-screen.json +1 -1
  1061. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/anion-gap.json +1 -1
  1062. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ankle-knee-to-wall-distance.json +1 -1
  1063. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/apolipoprotein-b.json +1 -1
  1064. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/arachidonic-acid-epa-ratio.json +1 -1
  1065. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/arachidonic-acid.json +1 -1
  1066. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/aspartate-aminotransferase.json +1 -1
  1067. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/basophil-percentage.json +1 -1
  1068. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bedtime-delay.json +1 -1
  1069. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bilirubin.json +3 -3
  1070. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-glucose.json +1 -1
  1071. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-ketones-beta-hydroxybutyrate.json +1 -1
  1072. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-oxygen-spo2.json +1 -1
  1073. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-pressure.json +1 -1
  1074. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-urea-nitrogen.json +1 -1
  1075. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-fat-percent.json +1 -1
  1076. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-weight.json +1 -1
  1077. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bun-creatinine-ratio.json +1 -1
  1078. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/c-peptide.json +1 -1
  1079. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/calcium.json +1 -1
  1080. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/carbon-dioxide.json +3 -3
  1081. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chloride.json +1 -1
  1082. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/cholesterol-hdl-ratio.json +1 -1
  1083. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chosen-primary-outcome-score.json +1 -1
  1084. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/continuous-glucose.json +1 -1
  1085. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/cortisol.json +1 -1
  1086. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/creatine-kinase.json +1 -1
  1087. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-energy-intake-kcal.json +1 -1
  1088. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-g-per-kg.json +1 -1
  1089. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-grams.json +1 -1
  1090. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-step-count.json +1 -1
  1091. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daytime-sleepiness.json +1 -1
  1092. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/deep-sleep-minutes.json +4 -4
  1093. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dha.json +1 -1
  1094. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dhea-sulfate.json +1 -1
  1095. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dietary-fiber-g-day.json +1 -1
  1096. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/digestive-comfort.json +1 -1
  1097. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dpa.json +1 -1
  1098. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr-ckd-epi.json +1 -1
  1099. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr.json +1 -1
  1100. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/eosinophil-percentage.json +1 -1
  1101. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/epa.json +1 -1
  1102. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-gfr.json +1 -1
  1103. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-vo2max.json +1 -1
  1104. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estradiol.json +1 -1
  1105. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fasting-triglycerides.json +1 -1
  1106. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ferritin.json +1 -1
  1107. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fib4.json +1 -1
  1108. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/follicle-stimulating-hormone.json +1 -1
  1109. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-t3.json +1 -1
  1110. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-t4.json +1 -1
  1111. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-testosterone.json +1 -1
  1112. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gfr-mdrd-af-amer.json +1 -1
  1113. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gfr-mdrd-non-af-amer.json +1 -1
  1114. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ggt.json +1 -1
  1115. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-symptom-score.json +1 -1
  1116. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-tolerance.json +1 -1
  1117. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hba1c.json +1 -1
  1118. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hbot-session-tolerability.json +1 -1
  1119. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hdl-c.json +1 -1
  1120. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hematocrit.json +1 -1
  1121. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hemoglobin.json +1 -1
  1122. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/homocysteine.json +1 -1
  1123. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hrv-rmssd.json +4 -4
  1124. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hs-crp.json +1 -1
  1125. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/immature-granulocyte-percentage.json +1 -1
  1126. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/insulin.json +1 -1
  1127. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/iron-saturation.json +1 -1
  1128. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/iron.json +1 -1
  1129. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lateral-knee-pain.json +1 -1
  1130. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldh.json +1 -1
  1131. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-c.json +1 -1
  1132. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-calculated.json +1 -1
  1133. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-chol-calc-nih.json +1 -1
  1134. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-cholesterol.json +1 -1
  1135. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-large-particles.json +1 -1
  1136. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-medium-particles.json +1 -1
  1137. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-particle-number.json +1 -1
  1138. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-pattern.json +1 -1
  1139. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-peak-size.json +1 -1
  1140. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-small-particles.json +1 -1
  1141. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lead.json +1 -1
  1142. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-body-mass.json +1 -1
  1143. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-mass.json +1 -1
  1144. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/leg-heaviness-score.json +1 -1
  1145. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/linoleic-acid.json +1 -1
  1146. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lipoprotein-a.json +1 -1
  1147. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/liver-enzyme-panel.json +1 -1
  1148. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/luteinizing-hormone.json +1 -1
  1149. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lymphocyte-percentage.json +1 -1
  1150. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/macular-health-safety.json +1 -1
  1151. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/magnesium-rbc.json +1 -1
  1152. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-hemoglobin-concentration.json +1 -1
  1153. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-hemoglobin.json +1 -1
  1154. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-volume.json +1 -1
  1155. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-platelet-volume.json +1 -1
  1156. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mercury.json +1 -1
  1157. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/methylmalonic-acid.json +1 -1
  1158. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/moderate-to-vigorous-activity-minutes.json +1 -1
  1159. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/monocyte-percentage.json +1 -1
  1160. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mood-affect.json +1 -1
  1161. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/morning-blood-pressure.json +1 -1
  1162. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/muscle-soreness-score.json +1 -1
  1163. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/musculoskeletal-pain.json +1 -1
  1164. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/neutrophil-percentage.json +1 -1
  1165. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-c.json +1 -1
  1166. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-cholesterol.json +1 -1
  1167. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-3-index.json +1 -1
  1168. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-3-total-omegacheck.json +1 -1
  1169. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-6-3-ratio.json +1 -1
  1170. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-6-total.json +1 -1
  1171. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omegacheck-total.json +1 -1
  1172. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery-score.json +1 -1
  1173. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery.json +1 -1
  1174. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stiffness.json +1 -1
  1175. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stress.json +1 -1
  1176. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/periocular-wrinkle-score.json +1 -1
  1177. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/phosphate.json +1 -1
  1178. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/platelet-count.json +1 -1
  1179. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/poc-troponin-i.json +1 -1
  1180. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/postprandial-glucose-excursion.json +1 -1
  1181. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/potassium.json +3 -3
  1182. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/pre-sleep-arousal.json +1 -1
  1183. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/prolactin.json +1 -1
  1184. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-free.json +1 -1
  1185. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-percent-free.json +1 -1
  1186. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-total.json +1 -1
  1187. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/red-blood-cell-count.json +1 -1
  1188. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/red-cell-distribution-width.json +1 -1
  1189. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rem-sleep-minutes.json +1 -1
  1190. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/resting-heart-rate.json +4 -4
  1191. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rheumatoid-factor.json +1 -1
  1192. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/running-tolerance.json +1 -1
  1193. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/saturated-fat-g-day.json +1 -1
  1194. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sedentary-time.json +1 -1
  1195. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/self-reported-mood.json +1 -1
  1196. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-25-hydroxyvitamin-d.json +1 -1
  1197. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-creatinine.json +1 -1
  1198. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-uric-acid.json +1 -1
  1199. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sex-hormone-binding-globulin.json +1 -1
  1200. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/shoulder-reach-distance.json +1 -1
  1201. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sit-and-reach-distance.json +1 -1
  1202. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-texture-roughness-score.json +1 -1
  1203. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-tolerability-symptoms.json +1 -1
  1204. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-efficiency.json +4 -4
  1205. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-onset-latency.json +1 -1
  1206. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-quality.json +1 -1
  1207. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sodium.json +3 -3
  1208. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/standardized-skin-photo-score.json +1 -1
  1209. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/step-floor-days.json +1 -1
  1210. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-adherence-sessions.json +1 -1
  1211. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-session-burden.json +1 -1
  1212. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-symptoms.json +1 -1
  1213. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-eye-strain.json +1 -1
  1214. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-satiety.json +1 -1
  1215. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/supplement-adherence.json +1 -1
  1216. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/task-performance.json +1 -1
  1217. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/thyroglobulin-antibodies.json +1 -1
  1218. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/thyroid-peroxidase-antibodies.json +1 -1
  1219. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/thyroid-stimulating-hormone.json +1 -1
  1220. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/toe-touch-distance.json +1 -1
  1221. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-cholesterol.json +1 -1
  1222. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-globulin.json +1 -1
  1223. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-iron-binding-capacity.json +1 -1
  1224. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-protein.json +1 -1
  1225. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-sleep-time.json +1 -1
  1226. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-testosterone.json +1 -1
  1227. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-performance.json +1 -1
  1228. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-volume.json +1 -1
  1229. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/triglycerides.json +1 -1
  1230. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-albumin-creatinine-ratio.json +1 -1
  1231. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-albumin-random-without-creatinine.json +1 -1
  1232. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-protein.json +1 -1
  1233. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-fatigue.json +1 -1
  1234. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-performance.json +1 -1
  1235. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/vldl-cholesterol-calculated.json +1 -1
  1236. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/waist-circumference.json +1 -1
  1237. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/wake-after-sleep-onset.json +1 -1
  1238. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/wake-time-variability.json +1 -1
  1239. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-bout-minutes.json +1 -1
  1240. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-cadence.json +1 -1
  1241. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-safety-events.json +1 -1
  1242. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/white-blood-cell-count.json +1 -1
  1243. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/zinc.json +1 -1
  1244. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/clinic-imaging-upgrade.json +1 -1
  1245. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/home-standardized-photo-roi-analysis.json +1 -1
  1246. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/standardized-photo-score-workflow.json +1 -1
  1247. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/bryan-johnson-blueprint.json +1 -1
  1248. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/cold-plunge.json +1 -1
  1249. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/consistent-wake-time.json +1 -1
  1250. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-step-floor.json +1 -1
  1251. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/finnish-sauna.json +1 -1
  1252. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/five-minute-tomorrow-list.json +1 -1
  1253. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hyperbaric-oxygen-therapy.json +1 -1
  1254. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/morning-outdoor-light-exposure.json +1 -1
  1255. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/no-added-sugar-diet.json +1 -1
  1256. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/norwegian-4x4.json +1 -1
  1257. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pneumatic-compression-pants.json +1 -1
  1258. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/protein-floor-high-protein-intake.json +3 -3
  1259. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/tabata-20-10-interval-training.json +1 -1
  1260. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/time-restricted-eating-18-6.json +1 -1
  1261. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/walking-after-every-meal.json +1 -1
  1262. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/whole-body-red-and-near-infrared-light-exposure.json +7 -8
  1263. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/overview.json +1 -1
  1264. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/research.json +1 -1
  1265. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/overview.json +2 -2
  1266. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/research.json +1 -1
  1267. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/overview.json +1 -1
  1268. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/research.json +1 -1
  1269. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/overview.json +2 -2
  1270. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/research.json +1 -1
  1271. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/overview.json +1 -1
  1272. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/research.json +1 -1
  1273. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/overview.json +2 -2
  1274. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/research.json +1 -1
  1275. package/node_modules/@murphai/health-commons/generated/web/routes/index.json +1 -1
  1276. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/blood-oxygen-spo2.json +1 -1
  1277. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/deep-sleep-minutes.json +1 -1
  1278. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/estimated-vo2max.json +1 -1
  1279. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/hrv-rmssd.json +1 -1
  1280. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/rem-sleep-minutes.json +1 -1
  1281. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/resting-heart-rate.json +1 -1
  1282. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/bryan-johnson-blueprint.json +1 -1
  1283. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/cold-plunge.json +1 -1
  1284. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/consistent-wake-time.json +1 -1
  1285. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/daily-step-floor.json +1 -1
  1286. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/finnish-sauna.json +1 -1
  1287. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/five-minute-tomorrow-list.json +1 -1
  1288. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/hyperbaric-oxygen-therapy.json +1 -1
  1289. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/morning-outdoor-light-exposure.json +1 -1
  1290. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/no-added-sugar-diet.json +1 -1
  1291. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/norwegian-4x4.json +1 -1
  1292. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pneumatic-compression-pants.json +1 -1
  1293. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/protein-floor-high-protein-intake.json +1 -1
  1294. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/tabata-20-10-interval-training.json +1 -1
  1295. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/time-restricted-eating-18-6.json +1 -1
  1296. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/walking-after-every-meal.json +1 -1
  1297. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/whole-body-red-and-near-infrared-light-exposure.json +3 -3
  1298. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/protocol.json +1 -1
  1299. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/research.json +1 -1
  1300. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/results-public.json +2 -2
  1301. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/protocol.json +1 -1
  1302. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/research.json +1 -1
  1303. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/results-public.json +2 -2
  1304. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/protocol.json +1 -1
  1305. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/research.json +1 -1
  1306. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/results-public.json +2 -2
  1307. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/protocol.json +1 -1
  1308. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/research.json +1 -1
  1309. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/results-public.json +2 -2
  1310. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/protocol.json +1 -1
  1311. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/research.json +1 -1
  1312. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/results-public.json +2 -2
  1313. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/five-minute-tomorrow-list/protocol.json +1 -1
  1314. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/five-minute-tomorrow-list/research.json +1 -1
  1315. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/five-minute-tomorrow-list/results-public.json +2 -2
  1316. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/protocol.json +1 -1
  1317. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/research.json +1 -1
  1318. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/results-public.json +2 -2
  1319. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/protocol.json +1 -1
  1320. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/research.json +1 -1
  1321. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/results-public.json +2 -2
  1322. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/protocol.json +1 -1
  1323. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/research.json +1 -1
  1324. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/results-public.json +2 -2
  1325. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/protocol.json +1 -1
  1326. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/research.json +1 -1
  1327. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/results-public.json +2 -2
  1328. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/protocol.json +1 -1
  1329. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/research.json +1 -1
  1330. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/results-public.json +2 -2
  1331. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/protocol.json +1 -1
  1332. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/research.json +1 -1
  1333. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/results-public.json +2 -2
  1334. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/protocol.json +1 -1
  1335. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/research.json +1 -1
  1336. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/results-public.json +2 -2
  1337. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/protocol.json +1 -1
  1338. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/research.json +1 -1
  1339. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/results-public.json +2 -2
  1340. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/protocol.json +1 -1
  1341. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/research.json +1 -1
  1342. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/results-public.json +2 -2
  1343. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/protocol.json +3 -3
  1344. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/research.json +3 -3
  1345. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/results-public.json +5 -5
  1346. package/node_modules/@murphai/health-commons/package.json +5 -0
  1347. package/node_modules/@murphai/health-metrics/dist/catalog.d.ts.map +1 -1
  1348. package/node_modules/@murphai/health-metrics/dist/catalog.js +22 -2
  1349. package/node_modules/@murphai/health-metrics/dist/catalog.js.map +1 -1
  1350. package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts.map +1 -1
  1351. package/node_modules/@murphai/health-metrics/dist/definitions/activity.js +99 -0
  1352. package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
  1353. package/node_modules/@murphai/health-metrics/dist/definitions/body.d.ts.map +1 -1
  1354. package/node_modules/@murphai/health-metrics/dist/definitions/body.js +69 -2
  1355. package/node_modules/@murphai/health-metrics/dist/definitions/body.js.map +1 -1
  1356. package/node_modules/@murphai/health-metrics/dist/definitions/physiology.d.ts +55 -0
  1357. package/node_modules/@murphai/health-metrics/dist/definitions/physiology.d.ts.map +1 -0
  1358. package/node_modules/@murphai/health-metrics/dist/definitions/physiology.js +92 -0
  1359. package/node_modules/@murphai/health-metrics/dist/definitions/physiology.js.map +1 -0
  1360. package/node_modules/@murphai/health-metrics/dist/definitions/vitals.d.ts +1 -1
  1361. package/node_modules/@murphai/health-metrics/dist/index.d.ts +1 -0
  1362. package/node_modules/@murphai/health-metrics/dist/index.d.ts.map +1 -1
  1363. package/node_modules/@murphai/health-metrics/dist/index.js +1 -0
  1364. package/node_modules/@murphai/health-metrics/dist/index.js.map +1 -1
  1365. package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.d.ts +45 -0
  1366. package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.d.ts.map +1 -0
  1367. package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.js +502 -0
  1368. package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.js.map +1 -0
  1369. package/node_modules/@murphai/health-metrics/dist/normalize.d.ts.map +1 -1
  1370. package/node_modules/@murphai/health-metrics/dist/normalize.js +2 -0
  1371. package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
  1372. package/node_modules/@murphai/health-metrics/dist/selectors.d.ts +3 -0
  1373. package/node_modules/@murphai/health-metrics/dist/selectors.d.ts.map +1 -1
  1374. package/node_modules/@murphai/health-metrics/dist/selectors.js +52 -6
  1375. package/node_modules/@murphai/health-metrics/dist/selectors.js.map +1 -1
  1376. package/node_modules/@murphai/health-metrics/dist/types.d.ts +1 -0
  1377. package/node_modules/@murphai/health-metrics/dist/types.d.ts.map +1 -1
  1378. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts +10 -1
  1379. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts.map +1 -1
  1380. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.js +29 -0
  1381. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.js.map +1 -1
  1382. package/node_modules/@murphai/importers/README.md +2 -0
  1383. package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js +1 -1
  1384. package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -1
  1385. package/node_modules/@murphai/importers/dist/core-port.d.ts +1 -0
  1386. package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -1
  1387. package/node_modules/@murphai/importers/dist/core-port.js.map +1 -1
  1388. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts +1 -0
  1389. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts.map +1 -1
  1390. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js +1 -1
  1391. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -1
  1392. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js +1 -1
  1393. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -1
  1394. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +1 -1
  1395. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
  1396. package/node_modules/@murphai/importers/dist/device-providers/index.js +1 -1
  1397. package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
  1398. package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.d.ts +27 -0
  1399. package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.d.ts.map +1 -0
  1400. package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js +403 -0
  1401. package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js.map +1 -0
  1402. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts +4 -12
  1403. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts.map +1 -1
  1404. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js +18 -107
  1405. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js.map +1 -1
  1406. package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.d.ts +285 -0
  1407. package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.d.ts.map +1 -0
  1408. package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.js +870 -0
  1409. package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.js.map +1 -0
  1410. package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts +38 -0
  1411. package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts.map +1 -1
  1412. package/node_modules/@murphai/importers/dist/device-providers/junction.js +2682 -259
  1413. package/node_modules/@murphai/importers/dist/device-providers/junction.js.map +1 -1
  1414. package/node_modules/@murphai/importers/dist/device-providers/oura.js +1 -1
  1415. package/node_modules/@murphai/importers/dist/device-providers/oura.js.map +1 -1
  1416. package/node_modules/@murphai/importers/dist/device-providers/whoop.js +1 -1
  1417. package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -1
  1418. package/node_modules/@murphai/importers/dist/document-importer.d.ts +1 -0
  1419. package/node_modules/@murphai/importers/dist/document-importer.d.ts.map +1 -1
  1420. package/node_modules/@murphai/importers/dist/document-importer.js +3 -1
  1421. package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
  1422. package/node_modules/@murphai/importers/dist/index.d.ts +1 -0
  1423. package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -1
  1424. package/node_modules/@murphai/importers/dist/index.js +1 -0
  1425. package/node_modules/@murphai/importers/dist/index.js.map +1 -1
  1426. package/node_modules/@murphai/importers/dist/meal-importer.d.ts.map +1 -1
  1427. package/node_modules/@murphai/importers/dist/meal-importer.js +2 -1
  1428. package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
  1429. package/node_modules/@murphai/importers/dist/preset-registry.js +1 -1
  1430. package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -1
  1431. package/node_modules/@murphai/importers/dist/shared.d.ts +1 -1
  1432. package/node_modules/@murphai/importers/dist/shared.d.ts.map +1 -1
  1433. package/node_modules/@murphai/importers/dist/shared.js +1 -1
  1434. package/node_modules/@murphai/importers/dist/shared.js.map +1 -1
  1435. package/node_modules/@murphai/importers/dist/workout-csv-planner.d.ts +49 -0
  1436. package/node_modules/@murphai/importers/dist/workout-csv-planner.d.ts.map +1 -0
  1437. package/node_modules/@murphai/importers/dist/workout-csv-planner.js +860 -0
  1438. package/node_modules/@murphai/importers/dist/workout-csv-planner.js.map +1 -0
  1439. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.d.ts +2 -5
  1440. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.d.ts.map +1 -1
  1441. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.js +3 -50
  1442. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.js.map +1 -1
  1443. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.d.ts.map +1 -1
  1444. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js +9 -11
  1445. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js.map +1 -1
  1446. package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.d.ts.map +1 -1
  1447. package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js +0 -160
  1448. package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js.map +1 -1
  1449. package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.d.ts.map +1 -1
  1450. package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js +2 -4
  1451. package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js.map +1 -1
  1452. package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.d.ts +1 -1
  1453. package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.d.ts.map +1 -1
  1454. package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.js +2 -32
  1455. package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.js.map +1 -1
  1456. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +2 -79
  1457. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
  1458. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.js +0 -1
  1459. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.js.map +1 -1
  1460. package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.d.ts +1 -2
  1461. package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.d.ts.map +1 -1
  1462. package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js +15 -37
  1463. package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js.map +1 -1
  1464. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts +21 -21
  1465. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts.map +1 -1
  1466. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js +1 -1
  1467. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js.map +1 -1
  1468. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.d.ts +1 -1
  1469. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.d.ts.map +1 -1
  1470. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js +0 -1
  1471. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js.map +1 -1
  1472. package/node_modules/@murphai/inbox-services/dist/index.d.ts +1 -1
  1473. package/node_modules/@murphai/inbox-services/dist/index.d.ts.map +1 -1
  1474. package/node_modules/@murphai/inboxd/README.md +3 -3
  1475. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts.map +1 -1
  1476. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +56 -5
  1477. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
  1478. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js +8 -0
  1479. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js.map +1 -1
  1480. package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.d.ts +1 -0
  1481. package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.d.ts.map +1 -1
  1482. package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.js +1 -0
  1483. package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.js.map +1 -1
  1484. package/node_modules/@murphai/inboxd/dist/index.d.ts +0 -5
  1485. package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
  1486. package/node_modules/@murphai/inboxd/dist/index.js +0 -2
  1487. package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
  1488. package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.d.ts.map +1 -1
  1489. package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.js +141 -4
  1490. package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.js.map +1 -1
  1491. package/node_modules/@murphai/messaging-ingress/README.md +5 -1
  1492. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts +27 -1
  1493. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts.map +1 -1
  1494. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js +164 -17
  1495. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js.map +1 -1
  1496. package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.d.ts +1 -0
  1497. package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.d.ts.map +1 -1
  1498. package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.js +2 -0
  1499. package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.js.map +1 -1
  1500. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts +3 -3
  1501. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts.map +1 -1
  1502. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js +1 -1
  1503. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js.map +1 -1
  1504. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts +1 -1
  1505. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts.map +1 -1
  1506. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js +7 -19
  1507. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js.map +1 -1
  1508. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +31 -33
  1509. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
  1510. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js +5 -8
  1511. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js.map +1 -1
  1512. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts +1 -15
  1513. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts.map +1 -1
  1514. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js +52 -84
  1515. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js.map +1 -1
  1516. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +31 -48
  1517. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts.map +1 -1
  1518. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js +33 -56
  1519. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js.map +1 -1
  1520. package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts +11 -11
  1521. package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts.map +1 -1
  1522. package/node_modules/@murphai/operator-config/dist/assistant-backend.js +33 -45
  1523. package/node_modules/@murphai/operator-config/dist/assistant-backend.js.map +1 -1
  1524. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +1713 -1566
  1525. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts.map +1 -1
  1526. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js +193 -23
  1527. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
  1528. package/node_modules/@murphai/operator-config/dist/assistant-response-cards.d.ts +445 -0
  1529. package/node_modules/@murphai/operator-config/dist/assistant-response-cards.d.ts.map +1 -0
  1530. package/node_modules/@murphai/operator-config/dist/assistant-response-cards.js +1030 -0
  1531. package/node_modules/@murphai/operator-config/dist/assistant-response-cards.js.map +1 -0
  1532. package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts +4 -2
  1533. package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts.map +1 -1
  1534. package/node_modules/@murphai/operator-config/dist/command-helpers.js +36 -1
  1535. package/node_modules/@murphai/operator-config/dist/command-helpers.js.map +1 -1
  1536. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +181 -181
  1537. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts.map +1 -1
  1538. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js +1 -1
  1539. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
  1540. package/node_modules/@murphai/operator-config/dist/device-sync-client.js +1 -1
  1541. package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
  1542. package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.d.ts +3 -0
  1543. package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.d.ts.map +1 -1
  1544. package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.js +301 -63
  1545. package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.js.map +1 -1
  1546. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +3 -2
  1547. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -1
  1548. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js +3 -0
  1549. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js.map +1 -1
  1550. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
  1551. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js +2 -6
  1552. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js.map +1 -1
  1553. package/node_modules/@murphai/operator-config/dist/http-json-retry.d.ts +7 -2
  1554. package/node_modules/@murphai/operator-config/dist/http-json-retry.d.ts.map +1 -1
  1555. package/node_modules/@murphai/operator-config/dist/http-json-retry.js +33 -14
  1556. package/node_modules/@murphai/operator-config/dist/http-json-retry.js.map +1 -1
  1557. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +427 -462
  1558. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
  1559. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +2 -14
  1560. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js.map +1 -1
  1561. package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts +35 -1
  1562. package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
  1563. package/node_modules/@murphai/operator-config/dist/linq-runtime.js +1115 -180
  1564. package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
  1565. package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts +1 -0
  1566. package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts.map +1 -1
  1567. package/node_modules/@murphai/operator-config/dist/message-formatting.js +3 -1
  1568. package/node_modules/@murphai/operator-config/dist/message-formatting.js.map +1 -1
  1569. package/node_modules/@murphai/operator-config/dist/message-table-fallback.d.ts +7 -0
  1570. package/node_modules/@murphai/operator-config/dist/message-table-fallback.d.ts.map +1 -0
  1571. package/node_modules/@murphai/operator-config/dist/message-table-fallback.js +109 -0
  1572. package/node_modules/@murphai/operator-config/dist/message-table-fallback.js.map +1 -0
  1573. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +12 -12
  1574. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
  1575. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js +1 -1
  1576. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js.map +1 -1
  1577. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +50 -53
  1578. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
  1579. package/node_modules/@murphai/operator-config/dist/operator-config.js +4 -5
  1580. package/node_modules/@murphai/operator-config/dist/operator-config.js.map +1 -1
  1581. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts +225 -226
  1582. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
  1583. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js +2 -2
  1584. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js.map +1 -1
  1585. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts.map +1 -1
  1586. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js +0 -19
  1587. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
  1588. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +336 -294
  1589. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts.map +1 -1
  1590. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +36 -8
  1591. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js.map +1 -1
  1592. package/node_modules/@murphai/operator-config/dist/workout-action-binding.d.ts +5 -0
  1593. package/node_modules/@murphai/operator-config/dist/workout-action-binding.d.ts.map +1 -0
  1594. package/node_modules/@murphai/operator-config/dist/workout-action-binding.js +84 -0
  1595. package/node_modules/@murphai/operator-config/dist/workout-action-binding.js.map +1 -0
  1596. package/node_modules/@murphai/operator-config/package.json +10 -5
  1597. package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.d.ts +2 -0
  1598. package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.d.ts.map +1 -1
  1599. package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js +18 -0
  1600. package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js.map +1 -1
  1601. package/node_modules/@murphai/query/README.md +9 -0
  1602. package/node_modules/@murphai/query/dist/automation.d.ts +5 -2
  1603. package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
  1604. package/node_modules/@murphai/query/dist/automation.js +33 -8
  1605. package/node_modules/@murphai/query/dist/automation.js.map +1 -1
  1606. package/node_modules/@murphai/query/dist/browser-biomarkers.d.ts +2 -2
  1607. package/node_modules/@murphai/query/dist/browser-biomarkers.d.ts.map +1 -1
  1608. package/node_modules/@murphai/query/dist/browser-biomarkers.js +1 -1
  1609. package/node_modules/@murphai/query/dist/browser-biomarkers.js.map +1 -1
  1610. package/node_modules/@murphai/query/dist/browser-experiments.d.ts +2 -2
  1611. package/node_modules/@murphai/query/dist/browser-experiments.d.ts.map +1 -1
  1612. package/node_modules/@murphai/query/dist/browser-experiments.js +1 -1
  1613. package/node_modules/@murphai/query/dist/browser-experiments.js.map +1 -1
  1614. package/node_modules/@murphai/query/dist/browser-murph-age.d.ts +1 -1
  1615. package/node_modules/@murphai/query/dist/browser-murph-age.d.ts.map +1 -1
  1616. package/node_modules/@murphai/query/dist/browser-overview.d.ts +2 -1
  1617. package/node_modules/@murphai/query/dist/browser-overview.d.ts.map +1 -1
  1618. package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.d.ts +2 -2
  1619. package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.d.ts.map +1 -1
  1620. package/node_modules/@murphai/query/dist/browser-replica/build.d.ts.map +1 -1
  1621. package/node_modules/@murphai/query/dist/browser-replica/build.js +45 -27
  1622. package/node_modules/@murphai/query/dist/browser-replica/build.js.map +1 -1
  1623. package/node_modules/@murphai/query/dist/browser-replica/client-overview.d.ts +3 -3
  1624. package/node_modules/@murphai/query/dist/browser-replica/client-overview.d.ts.map +1 -1
  1625. package/node_modules/@murphai/query/dist/browser-replica/client-overview.js +3 -0
  1626. package/node_modules/@murphai/query/dist/browser-replica/client-overview.js.map +1 -1
  1627. package/node_modules/@murphai/query/dist/browser-replica/device-metrics.d.ts +2 -2
  1628. package/node_modules/@murphai/query/dist/browser-replica/device-metrics.d.ts.map +1 -1
  1629. package/node_modules/@murphai/query/dist/browser-replica/device-metrics.js.map +1 -1
  1630. package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.d.ts +8 -0
  1631. package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.d.ts.map +1 -0
  1632. package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.js +548 -0
  1633. package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.js.map +1 -0
  1634. package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts +22 -2
  1635. package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts.map +1 -1
  1636. package/node_modules/@murphai/query/dist/browser-replica/experiments.js +209 -63
  1637. package/node_modules/@murphai/query/dist/browser-replica/experiments.js.map +1 -1
  1638. package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.d.ts +11 -0
  1639. package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.d.ts.map +1 -0
  1640. package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.js +233 -0
  1641. package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.js.map +1 -0
  1642. package/node_modules/@murphai/query/dist/browser-replica/lab-results.d.ts +4 -3
  1643. package/node_modules/@murphai/query/dist/browser-replica/lab-results.d.ts.map +1 -1
  1644. package/node_modules/@murphai/query/dist/browser-replica/lab-results.js +24 -5
  1645. package/node_modules/@murphai/query/dist/browser-replica/lab-results.js.map +1 -1
  1646. package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.d.ts +14 -0
  1647. package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.d.ts.map +1 -0
  1648. package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.js +25 -0
  1649. package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.js.map +1 -0
  1650. package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts +2 -2
  1651. package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts.map +1 -1
  1652. package/node_modules/@murphai/query/dist/browser-replica/murph-age.js.map +1 -1
  1653. package/node_modules/@murphai/query/dist/browser-replica/parse.d.ts +8 -0
  1654. package/node_modules/@murphai/query/dist/browser-replica/parse.d.ts.map +1 -1
  1655. package/node_modules/@murphai/query/dist/browser-replica/parse.js +327 -7
  1656. package/node_modules/@murphai/query/dist/browser-replica/parse.js.map +1 -1
  1657. package/node_modules/@murphai/query/dist/browser-replica/query.d.ts +24 -1
  1658. package/node_modules/@murphai/query/dist/browser-replica/query.d.ts.map +1 -1
  1659. package/node_modules/@murphai/query/dist/browser-replica/query.js +246 -41
  1660. package/node_modules/@murphai/query/dist/browser-replica/query.js.map +1 -1
  1661. package/node_modules/@murphai/query/dist/browser-replica/search-row.d.ts +3 -0
  1662. package/node_modules/@murphai/query/dist/browser-replica/search-row.d.ts.map +1 -0
  1663. package/node_modules/@murphai/query/dist/browser-replica/search-row.js +16 -0
  1664. package/node_modules/@murphai/query/dist/browser-replica/search-row.js.map +1 -0
  1665. package/node_modules/@murphai/query/dist/browser-replica/shards.d.ts +76 -0
  1666. package/node_modules/@murphai/query/dist/browser-replica/shards.d.ts.map +1 -0
  1667. package/node_modules/@murphai/query/dist/browser-replica/shards.js +232 -0
  1668. package/node_modules/@murphai/query/dist/browser-replica/shards.js.map +1 -0
  1669. package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts +143 -9
  1670. package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts.map +1 -1
  1671. package/node_modules/@murphai/query/dist/browser-replica/shared.js +1 -0
  1672. package/node_modules/@murphai/query/dist/browser-replica/shared.js.map +1 -1
  1673. package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.d.ts +3 -3
  1674. package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.d.ts.map +1 -1
  1675. package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.js.map +1 -1
  1676. package/node_modules/@murphai/query/dist/browser-replica/training.d.ts +7 -0
  1677. package/node_modules/@murphai/query/dist/browser-replica/training.d.ts.map +1 -0
  1678. package/node_modules/@murphai/query/dist/browser-replica/training.js +241 -0
  1679. package/node_modules/@murphai/query/dist/browser-replica/training.js.map +1 -0
  1680. package/node_modules/@murphai/query/dist/browser-replica/views.d.ts +5 -5
  1681. package/node_modules/@murphai/query/dist/browser-replica/views.d.ts.map +1 -1
  1682. package/node_modules/@murphai/query/dist/browser-replica/views.js +3 -0
  1683. package/node_modules/@murphai/query/dist/browser-replica/views.js.map +1 -1
  1684. package/node_modules/@murphai/query/dist/browser-replica-client.d.ts +11 -4
  1685. package/node_modules/@murphai/query/dist/browser-replica-client.d.ts.map +1 -1
  1686. package/node_modules/@murphai/query/dist/browser-replica-client.js +7 -3
  1687. package/node_modules/@murphai/query/dist/browser-replica-client.js.map +1 -1
  1688. package/node_modules/@murphai/query/dist/browser-replica-server.d.ts +5 -0
  1689. package/node_modules/@murphai/query/dist/browser-replica-server.d.ts.map +1 -0
  1690. package/node_modules/@murphai/query/dist/browser-replica-server.js +5 -0
  1691. package/node_modules/@murphai/query/dist/browser-replica-server.js.map +1 -0
  1692. package/node_modules/@murphai/query/dist/browser-replica.d.ts +13 -5
  1693. package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -1
  1694. package/node_modules/@murphai/query/dist/browser-replica.js +9 -4
  1695. package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -1
  1696. package/node_modules/@murphai/query/dist/browser.d.ts +2 -2
  1697. package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -1
  1698. package/node_modules/@murphai/query/dist/browser.js +1 -1
  1699. package/node_modules/@murphai/query/dist/browser.js.map +1 -1
  1700. package/node_modules/@murphai/query/dist/canonical-observation-metrics.d.ts +16 -0
  1701. package/node_modules/@murphai/query/dist/canonical-observation-metrics.d.ts.map +1 -0
  1702. package/node_modules/@murphai/query/dist/canonical-observation-metrics.js +70 -0
  1703. package/node_modules/@murphai/query/dist/canonical-observation-metrics.js.map +1 -0
  1704. package/node_modules/@murphai/query/dist/experiment-adherence.d.ts +20 -0
  1705. package/node_modules/@murphai/query/dist/experiment-adherence.d.ts.map +1 -1
  1706. package/node_modules/@murphai/query/dist/experiment-adherence.js +175 -29
  1707. package/node_modules/@murphai/query/dist/experiment-adherence.js.map +1 -1
  1708. package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts +1 -0
  1709. package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts.map +1 -1
  1710. package/node_modules/@murphai/query/dist/experiment-progress-card.js +1 -0
  1711. package/node_modules/@murphai/query/dist/experiment-progress-card.js.map +1 -1
  1712. package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -1
  1713. package/node_modules/@murphai/query/dist/experiments.js +46 -22
  1714. package/node_modules/@murphai/query/dist/experiments.js.map +1 -1
  1715. package/node_modules/@murphai/query/dist/group-weekly.d.ts.map +1 -1
  1716. package/node_modules/@murphai/query/dist/group-weekly.js +52 -1
  1717. package/node_modules/@murphai/query/dist/group-weekly.js.map +1 -1
  1718. package/node_modules/@murphai/query/dist/health/shared.js +1 -1
  1719. package/node_modules/@murphai/query/dist/health/shared.js.map +1 -1
  1720. package/node_modules/@murphai/query/dist/index.d.ts +21 -4
  1721. package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
  1722. package/node_modules/@murphai/query/dist/index.js +14 -3
  1723. package/node_modules/@murphai/query/dist/index.js.map +1 -1
  1724. package/node_modules/@murphai/query/dist/knowledge-contracts.d.ts +78 -75
  1725. package/node_modules/@murphai/query/dist/knowledge-contracts.d.ts.map +1 -1
  1726. package/node_modules/@murphai/query/dist/knowledge-contracts.js +2 -1
  1727. package/node_modules/@murphai/query/dist/knowledge-contracts.js.map +1 -1
  1728. package/node_modules/@murphai/query/dist/knowledge-graph.d.ts +1 -0
  1729. package/node_modules/@murphai/query/dist/knowledge-graph.d.ts.map +1 -1
  1730. package/node_modules/@murphai/query/dist/knowledge-graph.js +17 -1
  1731. package/node_modules/@murphai/query/dist/knowledge-graph.js.map +1 -1
  1732. package/node_modules/@murphai/query/dist/meal-nutrition.d.ts +26 -0
  1733. package/node_modules/@murphai/query/dist/meal-nutrition.d.ts.map +1 -1
  1734. package/node_modules/@murphai/query/dist/meal-nutrition.js +111 -5
  1735. package/node_modules/@murphai/query/dist/meal-nutrition.js.map +1 -1
  1736. package/node_modules/@murphai/query/dist/metrics/index.d.ts.map +1 -1
  1737. package/node_modules/@murphai/query/dist/metrics/index.js +14 -1
  1738. package/node_modules/@murphai/query/dist/metrics/index.js.map +1 -1
  1739. package/node_modules/@murphai/query/dist/metrics/projection.d.ts.map +1 -1
  1740. package/node_modules/@murphai/query/dist/metrics/projection.js +110 -3
  1741. package/node_modules/@murphai/query/dist/metrics/projection.js.map +1 -1
  1742. package/node_modules/@murphai/query/dist/personal-patterns.d.ts +55 -0
  1743. package/node_modules/@murphai/query/dist/personal-patterns.d.ts.map +1 -0
  1744. package/node_modules/@murphai/query/dist/personal-patterns.js +401 -0
  1745. package/node_modules/@murphai/query/dist/personal-patterns.js.map +1 -0
  1746. package/node_modules/@murphai/query/dist/projection/schema.d.ts +1 -1
  1747. package/node_modules/@murphai/query/dist/projection/schema.d.ts.map +1 -1
  1748. package/node_modules/@murphai/query/dist/projection/schema.js +3 -1
  1749. package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
  1750. package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +4 -0
  1751. package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js.map +1 -1
  1752. package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.d.ts.map +1 -1
  1753. package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js +2 -2
  1754. package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js.map +1 -1
  1755. package/node_modules/@murphai/query/dist/projection/wearable-summary-stored-codec.js +1 -1
  1756. package/node_modules/@murphai/query/dist/projection/wearable-summary-stored-codec.js.map +1 -1
  1757. package/node_modules/@murphai/query/dist/query-projection.d.ts +14 -0
  1758. package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
  1759. package/node_modules/@murphai/query/dist/query-projection.js +31 -0
  1760. package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
  1761. package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
  1762. package/node_modules/@murphai/query/dist/wearables/candidates.js +6 -0
  1763. package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
  1764. package/node_modules/@murphai/query/dist/wearables/public-output.d.ts.map +1 -1
  1765. package/node_modules/@murphai/query/dist/wearables/public-output.js +37 -2
  1766. package/node_modules/@murphai/query/dist/wearables/public-output.js.map +1 -1
  1767. package/node_modules/@murphai/query/dist/wearables/sleep-pattern.d.ts +5 -1
  1768. package/node_modules/@murphai/query/dist/wearables/sleep-pattern.d.ts.map +1 -1
  1769. package/node_modules/@murphai/query/dist/wearables/sleep-pattern.js +16 -3
  1770. package/node_modules/@murphai/query/dist/wearables/sleep-pattern.js.map +1 -1
  1771. package/node_modules/@murphai/query/dist/wearables/source-health.d.ts.map +1 -1
  1772. package/node_modules/@murphai/query/dist/wearables/source-health.js +27 -4
  1773. package/node_modules/@murphai/query/dist/wearables/source-health.js.map +1 -1
  1774. package/node_modules/@murphai/query/dist/wearables/types.d.ts +17 -4
  1775. package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
  1776. package/node_modules/@murphai/query/dist/wearables/types.js +34 -0
  1777. package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
  1778. package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
  1779. package/node_modules/@murphai/query/dist/wearables.js +55 -4
  1780. package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
  1781. package/node_modules/@murphai/query/package.json +10 -0
  1782. package/node_modules/@murphai/runtime-state/README.md +2 -2
  1783. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts.map +1 -1
  1784. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js +15 -2
  1785. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js.map +1 -1
  1786. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +1 -0
  1787. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -1
  1788. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +45 -20
  1789. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -1
  1790. package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.d.ts +32 -1
  1791. package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.d.ts.map +1 -1
  1792. package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.js +327 -0
  1793. package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.js.map +1 -1
  1794. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts +3 -1
  1795. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts.map +1 -1
  1796. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js +23 -3
  1797. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js.map +1 -1
  1798. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +1 -1
  1799. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -1
  1800. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +1 -0
  1801. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -1
  1802. package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts.map +1 -1
  1803. package/node_modules/@murphai/runtime-state/dist/sqlite.js +22 -6
  1804. package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
  1805. package/node_modules/@murphai/setup-cli/README.md +1 -1
  1806. package/node_modules/@murphai/setup-cli/dist/index.d.ts +0 -1
  1807. package/node_modules/@murphai/setup-cli/dist/index.d.ts.map +1 -1
  1808. package/node_modules/@murphai/setup-cli/dist/index.js +0 -1
  1809. package/node_modules/@murphai/setup-cli/dist/index.js.map +1 -1
  1810. package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js +1 -1
  1811. package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js.map +1 -1
  1812. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.d.ts.map +1 -1
  1813. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js +14 -24
  1814. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
  1815. package/node_modules/@murphai/setup-cli/dist/setup-assistant.js +1 -1
  1816. package/node_modules/@murphai/setup-cli/dist/setup-assistant.js.map +1 -1
  1817. package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts +1 -2
  1818. package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
  1819. package/node_modules/@murphai/setup-cli/dist/setup-cli.js +2 -4
  1820. package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
  1821. package/node_modules/@murphai/setup-cli/dist/setup-services/channels.d.ts +0 -4
  1822. package/node_modules/@murphai/setup-cli/dist/setup-services/channels.d.ts.map +1 -1
  1823. package/node_modules/@murphai/setup-cli/dist/setup-services/channels.js +126 -420
  1824. package/node_modules/@murphai/setup-cli/dist/setup-services/channels.js.map +1 -1
  1825. package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts +0 -3
  1826. package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts.map +1 -1
  1827. package/node_modules/@murphai/setup-cli/dist/setup-services.js +0 -7
  1828. package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
  1829. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.d.ts.map +1 -1
  1830. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js +0 -7
  1831. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
  1832. package/node_modules/@murphai/vault-usecases/dist/clinical-records.js +1 -1
  1833. package/node_modules/@murphai/vault-usecases/dist/clinical-records.js.map +1 -1
  1834. package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts +3 -3
  1835. package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts.map +1 -1
  1836. package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.js +1 -1
  1837. package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.js.map +1 -1
  1838. package/node_modules/@murphai/vault-usecases/dist/export-packs.d.ts +7 -0
  1839. package/node_modules/@murphai/vault-usecases/dist/export-packs.d.ts.map +1 -0
  1840. package/node_modules/@murphai/vault-usecases/dist/export-packs.js +45 -0
  1841. package/node_modules/@murphai/vault-usecases/dist/export-packs.js.map +1 -0
  1842. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts +28 -28
  1843. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts.map +1 -1
  1844. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js +1 -1
  1845. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js.map +1 -1
  1846. package/node_modules/@murphai/vault-usecases/dist/json-input.d.ts +1 -1
  1847. package/node_modules/@murphai/vault-usecases/dist/json-input.d.ts.map +1 -1
  1848. package/node_modules/@murphai/vault-usecases/dist/json-input.js +1 -1
  1849. package/node_modules/@murphai/vault-usecases/dist/json-input.js.map +1 -1
  1850. package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts +5 -1
  1851. package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts.map +1 -1
  1852. package/node_modules/@murphai/vault-usecases/dist/query-runtime.js.map +1 -1
  1853. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts +1 -1
  1854. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts.map +1 -1
  1855. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +21 -21
  1856. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -1
  1857. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js +1 -1
  1858. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js.map +1 -1
  1859. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts +193 -193
  1860. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts.map +1 -1
  1861. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js +1 -1
  1862. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js.map +1 -1
  1863. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +12 -12
  1864. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts.map +1 -1
  1865. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +1 -1
  1866. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
  1867. package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts +130 -130
  1868. package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts.map +1 -1
  1869. package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.js +1 -1
  1870. package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.js.map +1 -1
  1871. package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.d.ts +1 -0
  1872. package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.d.ts.map +1 -1
  1873. package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.js +22 -0
  1874. package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.js.map +1 -1
  1875. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +28 -5
  1876. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts.map +1 -1
  1877. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js +225 -37
  1878. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
  1879. package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts +1 -1
  1880. package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts.map +1 -1
  1881. package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js +1 -1
  1882. package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js.map +1 -1
  1883. package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts.map +1 -1
  1884. package/node_modules/@murphai/vault-usecases/dist/usecases/food.js +0 -1
  1885. package/node_modules/@murphai/vault-usecases/dist/usecases/food.js.map +1 -1
  1886. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.d.ts.map +1 -1
  1887. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js +77 -9
  1888. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
  1889. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +95 -13
  1890. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -1
  1891. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js +136 -3
  1892. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js.map +1 -1
  1893. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -1
  1894. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js +3 -1
  1895. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js.map +1 -1
  1896. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +4 -4
  1897. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
  1898. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js +1 -1
  1899. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js.map +1 -1
  1900. package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts +3 -3
  1901. package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts.map +1 -1
  1902. package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.js +1 -1
  1903. package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.js.map +1 -1
  1904. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
  1905. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +2 -0
  1906. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
  1907. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +44 -1
  1908. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
  1909. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts +7 -1
  1910. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts.map +1 -1
  1911. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.js.map +1 -1
  1912. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +2 -0
  1913. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts.map +1 -1
  1914. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.d.ts +60 -7
  1915. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.d.ts.map +1 -1
  1916. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.js +1282 -494
  1917. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.js.map +1 -1
  1918. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.d.ts +84 -0
  1919. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.d.ts.map +1 -0
  1920. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js +195 -0
  1921. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js.map +1 -0
  1922. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts +36 -0
  1923. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts.map +1 -0
  1924. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js +285 -0
  1925. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js.map +1 -0
  1926. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts +122 -0
  1927. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts.map +1 -0
  1928. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js +507 -0
  1929. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js.map +1 -0
  1930. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.d.ts +1 -1
  1931. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.d.ts.map +1 -1
  1932. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js +2 -0
  1933. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js.map +1 -1
  1934. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +13 -13
  1935. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts.map +1 -1
  1936. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js +3 -2
  1937. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js.map +1 -1
  1938. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts +25 -1
  1939. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
  1940. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js +118 -3
  1941. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js.map +1 -1
  1942. package/node_modules/@murphai/vault-usecases/dist/vault-services.d.ts.map +1 -1
  1943. package/node_modules/@murphai/vault-usecases/dist/vault-services.js +3 -0
  1944. package/node_modules/@murphai/vault-usecases/dist/vault-services.js.map +1 -1
  1945. package/node_modules/@murphai/vault-usecases/dist/workouts.d.ts +1 -0
  1946. package/node_modules/@murphai/vault-usecases/dist/workouts.d.ts.map +1 -1
  1947. package/node_modules/@murphai/vault-usecases/dist/workouts.js +1 -0
  1948. package/node_modules/@murphai/vault-usecases/dist/workouts.js.map +1 -1
  1949. package/node_modules/@murphai/vault-usecases/package.json +4 -0
  1950. package/node_modules/ink/build/ansi-tokenizer.d.ts +38 -0
  1951. package/node_modules/ink/build/ansi-tokenizer.js +316 -0
  1952. package/node_modules/ink/build/ansi-tokenizer.js.map +1 -0
  1953. package/node_modules/ink/build/apply-styles.js +175 -0
  1954. package/node_modules/ink/build/build-layout.js +77 -0
  1955. package/node_modules/ink/build/calculate-wrapped-text.js +53 -0
  1956. package/node_modules/ink/build/colorize.d.ts +3 -0
  1957. package/node_modules/ink/build/colorize.js +48 -0
  1958. package/node_modules/ink/build/colorize.js.map +1 -0
  1959. package/node_modules/ink/build/components/AccessibilityContext.d.ts +3 -0
  1960. package/node_modules/ink/build/components/AccessibilityContext.js +5 -0
  1961. package/node_modules/ink/build/components/AccessibilityContext.js.map +1 -0
  1962. package/node_modules/ink/build/components/App.d.ts +18 -0
  1963. package/node_modules/ink/build/components/App.js +351 -0
  1964. package/node_modules/ink/build/components/App.js.map +1 -0
  1965. package/node_modules/ink/build/components/AppContext.d.ts +15 -0
  1966. package/node_modules/ink/build/components/AppContext.js +11 -0
  1967. package/node_modules/ink/build/components/AppContext.js.map +1 -0
  1968. package/node_modules/ink/build/components/BackgroundContext.d.ts +4 -0
  1969. package/node_modules/ink/build/components/BackgroundContext.js +3 -0
  1970. package/node_modules/ink/build/components/BackgroundContext.js.map +1 -0
  1971. package/node_modules/ink/build/components/Box.d.ts +117 -0
  1972. package/node_modules/ink/build/components/Box.js +34 -0
  1973. package/node_modules/ink/build/components/Box.js.map +1 -0
  1974. package/node_modules/ink/build/components/Color.js +62 -0
  1975. package/node_modules/ink/build/components/Cursor.d.ts +83 -0
  1976. package/node_modules/ink/build/components/Cursor.js +53 -0
  1977. package/node_modules/ink/build/components/Cursor.js.map +1 -0
  1978. package/node_modules/ink/build/components/CursorContext.d.ts +11 -0
  1979. package/node_modules/ink/build/components/CursorContext.js +8 -0
  1980. package/node_modules/ink/build/components/CursorContext.js.map +1 -0
  1981. package/node_modules/ink/build/components/ErrorBoundary.d.ts +18 -0
  1982. package/node_modules/ink/build/components/ErrorBoundary.js +23 -0
  1983. package/node_modules/ink/build/components/ErrorBoundary.js.map +1 -0
  1984. package/node_modules/ink/build/components/ErrorOverview.d.ts +6 -0
  1985. package/node_modules/ink/build/components/ErrorOverview.js +84 -0
  1986. package/node_modules/ink/build/components/ErrorOverview.js.map +1 -0
  1987. package/node_modules/ink/build/components/FocusContext.d.ts +16 -0
  1988. package/node_modules/ink/build/components/FocusContext.js +17 -0
  1989. package/node_modules/ink/build/components/FocusContext.js.map +1 -0
  1990. package/node_modules/ink/build/components/Newline.d.ts +13 -0
  1991. package/node_modules/ink/build/components/Newline.js +8 -0
  1992. package/node_modules/ink/build/components/Newline.js.map +1 -0
  1993. package/node_modules/ink/build/components/Spacer.d.ts +7 -0
  1994. package/node_modules/ink/build/components/Spacer.js +11 -0
  1995. package/node_modules/ink/build/components/Spacer.js.map +1 -0
  1996. package/node_modules/ink/build/components/Static.d.ts +24 -0
  1997. package/node_modules/ink/build/components/Static.js +28 -0
  1998. package/node_modules/ink/build/components/Static.js.map +1 -0
  1999. package/node_modules/ink/build/components/StderrContext.d.ts +15 -0
  2000. package/node_modules/ink/build/components/StderrContext.js +13 -0
  2001. package/node_modules/ink/build/components/StderrContext.js.map +1 -0
  2002. package/node_modules/ink/build/components/StdinContext.d.ts +22 -0
  2003. package/node_modules/ink/build/components/StdinContext.js +19 -0
  2004. package/node_modules/ink/build/components/StdinContext.js.map +1 -0
  2005. package/node_modules/ink/build/components/StdoutContext.d.ts +15 -0
  2006. package/node_modules/ink/build/components/StdoutContext.js +13 -0
  2007. package/node_modules/ink/build/components/StdoutContext.js.map +1 -0
  2008. package/node_modules/ink/build/components/Text.d.ts +55 -0
  2009. package/node_modules/ink/build/components/Text.js +50 -0
  2010. package/node_modules/ink/build/components/Text.js.map +1 -0
  2011. package/node_modules/ink/build/components/Transform.d.ts +16 -0
  2012. package/node_modules/ink/build/components/Transform.js +15 -0
  2013. package/node_modules/ink/build/components/Transform.js.map +1 -0
  2014. package/node_modules/ink/build/cursor-helpers.d.ts +38 -0
  2015. package/node_modules/ink/build/cursor-helpers.js +56 -0
  2016. package/node_modules/ink/build/cursor-helpers.js.map +1 -0
  2017. package/node_modules/ink/build/devtools-window-polyfill.d.ts +1 -0
  2018. package/node_modules/ink/build/devtools-window-polyfill.js +65 -0
  2019. package/node_modules/ink/build/devtools-window-polyfill.js.map +1 -0
  2020. package/node_modules/ink/build/devtools.d.ts +1 -0
  2021. package/node_modules/ink/build/devtools.js +11 -0
  2022. package/node_modules/ink/build/devtools.js.map +1 -0
  2023. package/node_modules/ink/build/dom.d.ts +56 -0
  2024. package/node_modules/ink/build/dom.js +124 -0
  2025. package/node_modules/ink/build/dom.js.map +1 -0
  2026. package/node_modules/ink/build/experimental/apply-style.js +140 -0
  2027. package/node_modules/ink/build/experimental/dom.js +123 -0
  2028. package/node_modules/ink/build/experimental/output.js +91 -0
  2029. package/node_modules/ink/build/experimental/reconciler.js +141 -0
  2030. package/node_modules/ink/build/experimental/renderer.js +81 -0
  2031. package/node_modules/ink/build/get-max-width.d.ts +3 -0
  2032. package/node_modules/ink/build/get-max-width.js +10 -0
  2033. package/node_modules/ink/build/get-max-width.js.map +1 -0
  2034. package/node_modules/ink/build/hooks/use-app.d.ts +5 -0
  2035. package/node_modules/ink/build/hooks/use-app.js +8 -0
  2036. package/node_modules/ink/build/hooks/use-app.js.map +1 -0
  2037. package/node_modules/ink/build/hooks/use-cursor.d.ts +12 -0
  2038. package/node_modules/ink/build/hooks/use-cursor.js +29 -0
  2039. package/node_modules/ink/build/hooks/use-cursor.js.map +1 -0
  2040. package/node_modules/ink/build/hooks/use-focus-manager.d.ts +28 -0
  2041. package/node_modules/ink/build/hooks/use-focus-manager.js +17 -0
  2042. package/node_modules/ink/build/hooks/use-focus-manager.js.map +1 -0
  2043. package/node_modules/ink/build/hooks/use-focus.d.ts +29 -0
  2044. package/node_modules/ink/build/hooks/use-focus.js +42 -0
  2045. package/node_modules/ink/build/hooks/use-focus.js.map +1 -0
  2046. package/node_modules/ink/build/hooks/use-input.d.ts +131 -0
  2047. package/node_modules/ink/build/hooks/use-input.js +124 -0
  2048. package/node_modules/ink/build/hooks/use-input.js.map +1 -0
  2049. package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.d.ts +5 -0
  2050. package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js +11 -0
  2051. package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js.map +1 -0
  2052. package/node_modules/ink/build/hooks/use-stderr.d.ts +5 -0
  2053. package/node_modules/ink/build/hooks/use-stderr.js +8 -0
  2054. package/node_modules/ink/build/hooks/use-stderr.js.map +1 -0
  2055. package/node_modules/ink/build/hooks/use-stdin.d.ts +5 -0
  2056. package/node_modules/ink/build/hooks/use-stdin.js +8 -0
  2057. package/node_modules/ink/build/hooks/use-stdin.js.map +1 -0
  2058. package/node_modules/ink/build/hooks/use-stdout.d.ts +5 -0
  2059. package/node_modules/ink/build/hooks/use-stdout.js +8 -0
  2060. package/node_modules/ink/build/hooks/use-stdout.js.map +1 -0
  2061. package/node_modules/ink/build/hooks/useInput.js +38 -0
  2062. package/node_modules/ink/build/index.d.ts +34 -0
  2063. package/node_modules/ink/build/index.js +20 -0
  2064. package/node_modules/ink/build/index.js.map +1 -0
  2065. package/node_modules/ink/build/ink.d.ts +90 -0
  2066. package/node_modules/ink/build/ink.js +637 -0
  2067. package/node_modules/ink/build/ink.js.map +1 -0
  2068. package/node_modules/ink/build/input-parser.d.ts +7 -0
  2069. package/node_modules/ink/build/input-parser.js +154 -0
  2070. package/node_modules/ink/build/input-parser.js.map +1 -0
  2071. package/node_modules/ink/build/instance.js +205 -0
  2072. package/node_modules/ink/build/instances.d.ts +3 -0
  2073. package/node_modules/ink/build/instances.js +8 -0
  2074. package/node_modules/ink/build/instances.js.map +1 -0
  2075. package/node_modules/ink/build/kitty-keyboard.d.ts +23 -0
  2076. package/node_modules/ink/build/kitty-keyboard.js +32 -0
  2077. package/node_modules/ink/build/kitty-keyboard.js.map +1 -0
  2078. package/node_modules/ink/build/layout.d.ts +7 -0
  2079. package/node_modules/ink/build/layout.js +33 -0
  2080. package/node_modules/ink/build/layout.js.map +1 -0
  2081. package/node_modules/ink/build/log-update.d.ts +19 -0
  2082. package/node_modules/ink/build/log-update.js +242 -0
  2083. package/node_modules/ink/build/log-update.js.map +1 -0
  2084. package/node_modules/ink/build/measure-element.d.ts +16 -0
  2085. package/node_modules/ink/build/measure-element.js +9 -0
  2086. package/node_modules/ink/build/measure-element.js.map +1 -0
  2087. package/node_modules/ink/build/measure-text.d.ts +6 -0
  2088. package/node_modules/ink/build/measure-text.js +21 -0
  2089. package/node_modules/ink/build/measure-text.js.map +1 -0
  2090. package/node_modules/ink/build/options.d.ts +52 -0
  2091. package/node_modules/ink/build/options.js +2 -0
  2092. package/node_modules/ink/build/options.js.map +1 -0
  2093. package/node_modules/ink/build/output.d.ts +35 -0
  2094. package/node_modules/ink/build/output.js +183 -0
  2095. package/node_modules/ink/build/output.js.map +1 -0
  2096. package/node_modules/ink/build/parse-keypress.d.ts +22 -0
  2097. package/node_modules/ink/build/parse-keypress.js +493 -0
  2098. package/node_modules/ink/build/parse-keypress.js.map +1 -0
  2099. package/node_modules/ink/build/reconciler.d.ts +4 -0
  2100. package/node_modules/ink/build/reconciler.js +274 -0
  2101. package/node_modules/ink/build/reconciler.js.map +1 -0
  2102. package/node_modules/ink/build/render-background.d.ts +4 -0
  2103. package/node_modules/ink/build/render-background.js +25 -0
  2104. package/node_modules/ink/build/render-background.js.map +1 -0
  2105. package/node_modules/ink/build/render-border.d.ts +4 -0
  2106. package/node_modules/ink/build/render-border.js +73 -0
  2107. package/node_modules/ink/build/render-border.js.map +1 -0
  2108. package/node_modules/ink/build/render-node-to-output.d.ts +14 -0
  2109. package/node_modules/ink/build/render-node-to-output.js +147 -0
  2110. package/node_modules/ink/build/render-node-to-output.js.map +1 -0
  2111. package/node_modules/ink/build/render-to-string.d.ts +38 -0
  2112. package/node_modules/ink/build/render-to-string.js +115 -0
  2113. package/node_modules/ink/build/render-to-string.js.map +1 -0
  2114. package/node_modules/ink/build/render.d.ts +121 -0
  2115. package/node_modules/ink/build/render.js +55 -0
  2116. package/node_modules/ink/build/render.js.map +1 -0
  2117. package/node_modules/ink/build/renderer.d.ts +8 -0
  2118. package/node_modules/ink/build/renderer.js +55 -0
  2119. package/node_modules/ink/build/renderer.js.map +1 -0
  2120. package/node_modules/ink/build/sanitize-ansi.d.ts +2 -0
  2121. package/node_modules/ink/build/sanitize-ansi.js +27 -0
  2122. package/node_modules/ink/build/sanitize-ansi.js.map +1 -0
  2123. package/node_modules/ink/build/screen-reader-update.d.ts +13 -0
  2124. package/node_modules/ink/build/screen-reader-update.js +38 -0
  2125. package/node_modules/ink/build/screen-reader-update.js.map +1 -0
  2126. package/node_modules/ink/build/squash-text-nodes.d.ts +3 -0
  2127. package/node_modules/ink/build/squash-text-nodes.js +36 -0
  2128. package/node_modules/ink/build/squash-text-nodes.js.map +1 -0
  2129. package/node_modules/ink/build/styles.d.ts +240 -0
  2130. package/node_modules/ink/build/styles.js +232 -0
  2131. package/node_modules/ink/build/styles.js.map +1 -0
  2132. package/node_modules/ink/build/utils.d.ts +2 -0
  2133. package/node_modules/ink/build/utils.js +4 -0
  2134. package/node_modules/ink/build/utils.js.map +1 -0
  2135. package/node_modules/ink/build/wrap-text.d.ts +3 -0
  2136. package/node_modules/ink/build/wrap-text.js +31 -0
  2137. package/node_modules/ink/build/wrap-text.js.map +1 -0
  2138. package/node_modules/ink/build/write-synchronized.d.ts +4 -0
  2139. package/node_modules/ink/build/write-synchronized.js +7 -0
  2140. package/node_modules/ink/build/write-synchronized.js.map +1 -0
  2141. package/node_modules/ink/package.json +126 -0
  2142. package/package.json +35 -5
  2143. package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.d.ts +0 -24
  2144. package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.d.ts.map +0 -1
  2145. package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.js +0 -125
  2146. package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.js.map +0 -1
  2147. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts +0 -19
  2148. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts.map +0 -1
  2149. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js.map +0 -1
  2150. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/SKILL.md +0 -77
  2151. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/evidence-register.md +0 -34
  2152. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/triage-and-contact-lenses.md +0 -103
  2153. package/node_modules/@murphai/assistant-engine/skills/recovery-modalities/SKILL.md +0 -57
  2154. package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/SKILL.md +0 -145
  2155. package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/device-seeds.json +0 -259
  2156. package/node_modules/@murphai/inboxd/dist/connectors/email/connector.d.ts +0 -57
  2157. package/node_modules/@murphai/inboxd/dist/connectors/email/connector.d.ts.map +0 -1
  2158. package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js +0 -259
  2159. package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js.map +0 -1
  2160. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts +0 -44
  2161. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts.map +0 -1
  2162. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js +0 -212
  2163. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js.map +0 -1
  2164. package/node_modules/@murphai/inboxd/dist/connectors/email/types.d.ts +0 -69
  2165. package/node_modules/@murphai/inboxd/dist/connectors/email/types.d.ts.map +0 -1
  2166. package/node_modules/@murphai/inboxd/dist/connectors/email/types.js +0 -2
  2167. package/node_modules/@murphai/inboxd/dist/connectors/email/types.js.map +0 -1
  2168. package/node_modules/@murphai/operator-config/dist/agentmail-runtime.d.ts +0 -194
  2169. package/node_modules/@murphai/operator-config/dist/agentmail-runtime.d.ts.map +0 -1
  2170. package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js +0 -385
  2171. package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js.map +0 -1
  2172. package/node_modules/@murphai/setup-cli/dist/setup-agentmail.d.ts +0 -30
  2173. package/node_modules/@murphai/setup-cli/dist/setup-agentmail.d.ts.map +0 -1
  2174. package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js +0 -135
  2175. package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js.map +0 -1
  2176. package/node_modules/incur/src/Cli.test.ts +0 -4808
  2177. package/node_modules/incur/src/Completions.test.ts +0 -543
  2178. package/node_modules/incur/src/Errors.test.ts +0 -100
  2179. package/node_modules/incur/src/Fetch.test.ts +0 -285
  2180. package/node_modules/incur/src/Filter.test.ts +0 -237
  2181. package/node_modules/incur/src/Formatter.test.ts +0 -326
  2182. package/node_modules/incur/src/Help.test.ts +0 -414
  2183. package/node_modules/incur/src/Mcp.test.ts +0 -413
  2184. package/node_modules/incur/src/Openapi.test.ts +0 -389
  2185. package/node_modules/incur/src/Parser.test.ts +0 -378
  2186. package/node_modules/incur/src/Schema.test.ts +0 -167
  2187. package/node_modules/incur/src/Skill.test.ts +0 -441
  2188. package/node_modules/incur/src/Skillgen.test.ts +0 -77
  2189. package/node_modules/incur/src/SyncMcp.test.ts +0 -136
  2190. package/node_modules/incur/src/SyncSkills.test.ts +0 -301
  2191. package/node_modules/incur/src/Typegen.test.ts +0 -205
  2192. package/node_modules/incur/src/bun-compile.test.ts +0 -84
  2193. package/node_modules/incur/src/e2e.test.ts +0 -3441
  2194. package/node_modules/incur/src/internal/configSchema.test.ts +0 -193
  2195. package/node_modules/incur/src/internal/dereference.test.ts +0 -695
  2196. package/node_modules/incur/src/internal/helpers.test.ts +0 -75
  2197. package/node_modules/incur/src/internal/pm.test.ts +0 -38
  2198. package/node_modules/incur/src/internal/utils.test.ts +0 -50
  2199. package/node_modules/incur/src/middleware.test.ts +0 -6
@@ -20,8 +20,76 @@ should start problem-solving before the foundation is understood.
20
20
 
21
21
  Experiments are one optional primitive. Do not turn onboarding into an upfront
22
22
  profile questionnaire, capability tour, wearable funnel, or experiment funnel.
23
- Do not create a second context-collection lifecycle, and create no onboarding
24
- automation beyond the single scheduled early-stall check-in defined below.
23
+ Do not create a second context-collection lifecycle. This skill may create only
24
+ the scheduled early-stall check-in defined in
25
+ `references/persistence-recovery-follow-up.md` and the post-completion
26
+ first-personal-read one-shot defined in
27
+ `references/return-launch-completion.md`. A separate managed owner may
28
+ invoke this skill through the finite three-day recovery window defined there;
29
+ never create, replace, extend, or reschedule that owner.
30
+
31
+ ## Progressive disclosure
32
+
33
+ Always read this top-level file first. It owns the onboarding goal, bounded
34
+ resume check, immediate-need override, relationship promise, exact welcome, and
35
+ minimal-identity checkpoint. Use the visible conversation and resume snapshot
36
+ to identify the current stage, then read only the reference that owns the next
37
+ decision:
38
+
39
+ - Stay in this file for a fresh greeting or vague opener with no prior setup
40
+ context. Run the bounded resume check when required, send the exact welcome,
41
+ and do not read a stage reference.
42
+ - Stay in this file when a short acceptance follows the visible welcome and the
43
+ next action is only the minimal-identity prompt. Do not read a stage reference.
44
+ - Read `references/aspiration-foundation-delegation.md` before handling a
45
+ minimal-identity answer that advances into aspiration discovery, capturing or
46
+ parking an aspiration, collecting any foundation checkpoint, processing a
47
+ foundation memo or lab source, or delegating onboarding persistence.
48
+ - After applying the immediate-need override below, every minimal-identity
49
+ answer that continues onboarding requires both the aspiration reference and
50
+ `references/persistence-recovery-follow-up.md` before any onboarding action
51
+ or reply, even when the automation tool is unavailable. Also read the
52
+ persistence reference before handling any foundation answer that adds or
53
+ confirms canonical context, including an explicit none or negative fact;
54
+ arming the early-stall check-in; persisting or interpreting a skip, decline,
55
+ or deferral; handling a scheduled recovery occurrence; or applying the
56
+ cross-stage reply and follow-up rules. A turn that only asks the next
57
+ foundation question may stay in the aspiration reference.
58
+ - Read `references/return-launch-completion.md` after the foundation resolves,
59
+ for the capability tour, thread choice, behavioral-fit questions, first-value
60
+ launch, foreground completion, or an overall decline. Also read the
61
+ persistence reference when completion depends on canonical save, skip, or
62
+ deferral evidence.
63
+
64
+ Before the first aspiration read, visible conversation must show that the
65
+ relationship promise was delivered and bundled minimal identity was answered
66
+ or skipped. After an immediate need, recover any missing root step before that
67
+ read. Do not apply this transition check to an established later-stage resume.
68
+
69
+ For routing only, the six foundation areas are data sources, movement, current
70
+ protocols, supplements, medical and safety context, and recent labs. Go
71
+ directly to the return owner only when the `Resume without repeating` evidence
72
+ proves onboarding already began and the reflect-and-park transition occurred;
73
+ the open thread is aspiration-ready under its owning rule (for each desired
74
+ change, the outcome is known and its progress signal and reason are known or
75
+ explicitly unknown or declined); any required bounded post-park legacy
76
+ clarifiers are complete; and all six areas are resolved. An already-open
77
+ resumed flow missing a progress signal or reason reads the aspiration owner for
78
+ that bounded clarifier, not the return owner. A vague opener—including bare
79
+ “Let’s continue” without a visible onboarding referent—and generic saved
80
+ records—even a goal plus aspiration readiness and all six areas—do not
81
+ establish onboarding stage. Once the return conditions are established, read
82
+ the return owner rather than rereading aspiration merely to revalidate them.
83
+ Once later-stage progression is established, missing early relationship or
84
+ identity wording in bounded history does not prove omission. Preserve progress
85
+ unless the current message or visible conversation affirmatively says a root
86
+ prerequisite never happened; then stay here and recover that named step before
87
+ reading the return owner.
88
+
89
+ If one turn genuinely crosses a stage boundary, read each newly relevant owner.
90
+ Do not preload the stage references. Do not read a later-stage reference merely
91
+ because onboarding is open, and do not replace a referenced rule with a summary
92
+ or remembered version.
25
93
 
26
94
  ## Resume without repeating
27
95
 
@@ -69,8 +137,9 @@ read only when the checkpoint needed now is omitted, truncated, or errored in
69
137
  the snapshot. In particular, use `vault-cli memory show --format json` when
70
138
  relevant memory evidence is truncated and `vault-cli blood-test list --format
71
139
  json` before asking the lab checkpoint when recent lab evidence is otherwise
72
- unknown. If visible and saved evidence satisfies every completion rule below,
73
- mark onboarding complete instead of asking another question.
140
+ unknown. If visible and saved evidence satisfies every completion rule in
141
+ `references/return-launch-completion.md`, mark onboarding complete instead of
142
+ asking another question.
74
143
 
75
144
  ## The immediate need wins
76
145
 
@@ -87,55 +156,8 @@ the aspiration and continue onboarding instead of assuming permission to act.
87
156
 
88
157
  Do not append an onboarding question to a reply about a meal photo, symptom,
89
158
  urgent concern, failed task, or other health-data request that should stand
90
- alone. Resume on a later relevant turn or through the existing onboarding
91
- follow-up automation.
92
-
93
- ## Delegating onboarding work
94
-
95
- This skill explicitly invokes the global `Non-blocking delegation` contract;
96
- the user does not need to ask for a subagent separately. Follow that contract
97
- for eligibility, durable parent ownership, tool boundaries, confirmation, and
98
- fallback.
99
-
100
- The accepted current message, supplied voice transcript, and durable attachment
101
- refs are already a durable source. For ordinary optional enrichment, the parent
102
- still saves the smallest truthful canonical fact or raw source first. For the
103
- dense foundation memo below, this skill explicitly assigns canonical
104
- persistence from the exact accepted words to bounded children; the parent does
105
- not duplicate those writes in the foreground.
106
-
107
- Hosted onboarding must have capacity for at least three concurrent children.
108
- When the memo contains all three independent work families below, spawn three
109
- immediately—movement/protocol context, supplements, and medical/safety—and do
110
- not merge them into fewer children. Spawn only the families the user actually
111
- supplied, never more than three. Give each fresh child `fork_turns: "none"`, a
112
- self-contained task with the exact relevant source words, its canonical owner
113
- or skill, an idempotent dedupe rule, and explicit exclusions for the other two
114
- families.
115
-
116
- Every onboarding child is a one-shot leaf worker. Do not message, follow up
117
- with, resume, reuse, close, or interrupt it; do not ask it to spawn a nested
118
- child; and do not permit an unawaited/background terminal. If a bounded task
119
- needs interaction or the user's current answer depends on its result, keep that
120
- work in the parent and use progress updates.
121
-
122
- When more than one onboarding progress trigger applies in the same turn,
123
- coalesce them. Accept any immediate child spawns, then send one combined update
124
- before slower preservation, extraction, or evidence reads. Mention only work
125
- that is genuinely starting, treat the later onboarding triggers as satisfied,
126
- and send again only for a genuinely later long-running milestone under the
127
- global progress rules.
128
-
129
- After the spawns are accepted, do not wait. Immediately call
130
- `murph.send_progress_update` once with one brief warm line in your own words
131
- with this meaning: "I've got my best people on it—they're sorting, saving, and
132
- checking what you just shared." Do not claim the records are already saved. Do
133
- not repeat this acknowledgement in the final reply. Then send the next
134
- unresolved checkpoint. Children may outlive the reply; do not keep the root
135
- turn open solely to wait. Claim saved or enriched details only after canonical
136
- readback confirms them. If the user asks what happened, explain it in plain
137
- words; never expose internal subagent terminology, record ids, or save-status
138
- bookkeeping.
159
+ alone. Resume on a later relevant turn or through the finite managed next-day
160
+ recovery occurrence in `references/persistence-recovery-follow-up.md`.
139
161
 
140
162
  ## Relationship promise
141
163
 
@@ -208,701 +230,3 @@ infer a birthday, sex, gender, or other identity detail.
208
230
 
209
231
  If the user gives only a name, continue. If they decline or skip any part,
210
232
  continue without pressing. Never re-ask solely for optional demographics.
211
-
212
- #### Arm the early-stall check-in
213
-
214
- Setup drop-off is most likely in these first minutes, so in the same turn
215
- that handles the user's minimal-identity answer, when `murph.automation` is
216
- available, save one scheduled one-shot before the visible reply. Arm it only
217
- in that turn: skip it when the minimal-identity prompt was never asked in this
218
- conversation or when the flow is resuming past this point. Saving the same
219
- slug twice converges on one automation, so a duplicate save is harmless, but
220
- never save it on a later turn. Read the current clock first (for example
221
- `date -u +%Y-%m-%dT%H:%M:%SZ` in the workspace) and compute `at` from that
222
- result; do not guess the time or offset. Use:
223
-
224
- - `action: "save"`
225
- - `slug: "onboarding-early-stall-check-in"`
226
- - `title: "Onboarding early-stall check-in"`
227
- - `summary: "One-shot check-in if the user goes quiet right after starting onboarding."`
228
- - `schedule: { "kind": "at", "at": "<now + 15 minutes, ISO with offset>" }`
229
- - `tags: ["assistant", "scheduled", "onboarding"]`
230
- - `instructions`: exactly the decision policy below.
231
-
232
- ```text
233
- Onboarding just started and the user answered the first question or two. This one-shot exists only to notice a mid-setup stall. Read the recent conversation first. Return skip unless all of these hold: onboarding is still open, the latest message is Murph's own onboarding question, that question has gone unanswered for at least ten minutes, and the user has not asked to pause or continue later. Otherwise reply in chat with one short, light line in Murph's voice: check whether they are still around, keep it playful and pressure-free, and make clear they can pick this up anytime or tell Murph to take a different approach if this style is not working for them. The meaning is "hey, still there? don't leave me hanging - and if you'd rather do this differently, just say so." Use natural wording, not a fixed script. Do not repeat the open question verbatim, do not add a new setup question, and do not mention schedules, automations, or internal state. This check-in happens at most once; any later onboarding continuation belongs to the existing managed daily onboarding follow-up, not this one-shot.
234
- ```
235
-
236
- If the save fails or the tool is unavailable, continue onboarding normally
237
- without retrying or mentioning it.
238
-
239
- ### 3. Find one or two aspiration anchors
240
-
241
- If the visible conversation has not already supplied one, ask one short
242
- question in this shape:
243
-
244
- ```text
245
- What would you most like from your health—something you want to improve, understand, handle, or be able to do?
246
- ```
247
-
248
- When this question directly follows the user's minimal-identity answer, start
249
- the same reply by greeting them by the name they just gave, then give a short
250
- two- or three-sentence bridge on how Murph works before the question. Keep
251
- close to this wording, changing little more than the greeting:
252
-
253
- ```text
254
- Good to meet you. You might already know what you want to improve about your health. Following through is often the hard part. That's where I can help.
255
- ```
256
-
257
- Do not frame the bridge around getting healthy, as if the user is starting
258
- from unhealthy. Do not turn it into a capability tour, tool list, or
259
- experience claim, and do not add another question with it. The bridge plus the
260
- anchor question may run slightly longer than the usual short bubble.
261
-
262
- This makes room for four entry modes:
263
-
264
- - **Change:** a desired outcome or health problem to improve.
265
- - **Understand:** a question, decision, symptom, record, or data point to make
266
- sense of.
267
- - **Handle:** a concrete health task or logistical need.
268
- - **Explore:** no clear goal or current problem; help deciding where attention
269
- may be useful.
270
-
271
- Do not bundle another setup question into this turn. The broad anchor question
272
- does not consume the clarification budget. After it, ask up to three short
273
- clarifiers total, one per message.
274
-
275
- **Parking readiness for change:** clarify only enough to name one or two
276
- threads and distinguish three fields: the desired outcome, what would tell the
277
- user it is getting better, and one reason it matters. The user's own wording
278
- may supply more than one field or cover several named threads when it clearly
279
- does. A list of desired outcomes supplies neither a progress signal nor a
280
- reason, and Murph must not infer either one. Ask each missing clarifier once. If
281
- the user does not know, gives no answer, or declines, accept that field as
282
- explicitly unknown without pressure or repetition. Park only when the outcome
283
- is known and both clarifier fields are known or explicitly unknown. “I want to
284
- get stronger because it would build confidence” still lacks a progress signal;
285
- “I want to deadlift 315 pounds because it would build confidence” supplies all
286
- three fields, so do not re-ask either clarifier.
287
- When several threads are named, keep them all without asking the user to rank
288
- them. Do not ask which is the bigger priority or which to start with; which
289
- thread to work on first is chosen together later at the return step.
290
-
291
- For **change**, the useful clarifiers when the answers are not already known
292
- are:
293
-
294
- 1. What would tell you this is getting better?
295
- 2. Why do you want that?
296
-
297
- Ask only the missing field, one per message, and never repeat what the user
298
- already supplied. Stop as soon as the desired outcome is known and the progress
299
- signal and reason are each known or explicitly unknown or declined. Ask these
300
- the way a friend would: plain words, about the concrete thing the user named,
301
- easy to shrug off. Never send the bare abstract
302
- question "What would success look or feel like?" Name the actual thread or
303
- threads and offer two to four brief, concrete examples spanning them, then
304
- leave room for a different answer. For example:
305
-
306
- ```text
307
- when you say stronger and sleeping better, what would actually be different day to day—for example, lifting more, carrying things more easily, falling asleep faster, waking up rested, or something else?
308
- ```
309
-
310
- This asks how the user would recognize progress, not how to design a plan. For
311
- the motivation question, offer a few plausible reasons instead of asking in
312
- the abstract—"why do you want to get stronger—more energy, confidence, sport,
313
- something else? it's fine if you're not sure." Never dress it up in coaching
314
- language such as "what would that give you?" or "what matters most right
315
- now?". Do not
316
- excavate obstacles or failed attempts, diagnose the problem, collect a
317
- baseline, or ask about schedule, equipment, treatment, or plan mechanics in
318
- this phase. Do not force a shallow label into a clinical or therapeutic
319
- interview.
320
-
321
- For **understand** or **handle**, solve an actual immediate request first. On a
322
- later turn, learn whether it should remain an open thread. A topic named only
323
- because Murph asked what matters is not automatically an immediate request.
324
-
325
- For **explore**, say the user does not need to invent a problem. Offer the
326
- foundation as an optional way to see where attention may be useful. If the user
327
- accepts, treat figuring out where to focus as the open thread, learn the
328
- foundation, then return with a small contextual synthesis. If they decline,
329
- do not press or make the foundation mandatory merely because they named no
330
- problem; follow the skip and overall-decline rules below.
331
-
332
- ### 4. Reflect, save, and park the threads
333
-
334
- Once one or two threads can be named, the outcome is known, and both the
335
- progress-signal and reason fields are answered or explicitly unknown, reflect
336
- the actual threads back in one short sentence using the user's own language.
337
- Name the threads again in this reply instead of making the user recover them
338
- from earlier messages. When the reason is known, keep it clearly subordinate
339
- to the threads rather than turning it into another thread. Never rely on
340
- “both,” “those,” or “them” to carry the aspiration across messages.
341
-
342
- Save each concrete health goal or ongoing need to its existing canonical owner.
343
- Before the visible reply, also save the confirmed definition of progress and
344
- reason it matters through the Context-memory rule below, including an explicit
345
- unknown only when the user actually said they were unsure or declined. Keep
346
- this meaning attached to the named goal or goals rather than turning it into
347
- another goal.
348
- Describe it naturally as a thread Murph will keep open; do not announce
349
- internal storage or call it the user's permanent “main direction.”
350
-
351
- Then explicitly explain the ordering without foregrounding a refusal to help.
352
- For a casual user who named strength and sleep as the threads, confidence and
353
- energy as the reason, and has not resolved the data-source checkpoint, a
354
- complete reply can be:
355
-
356
- ```text
357
- got it — stronger and sleeping better, mainly for more confidence and energy. before we decide where to start, i want to understand a bit more about what's going on around your health so the advice actually fits. do you use a wearable or health app?
358
- ```
359
-
360
- Treat this as a worked example, not fixed copy. Substitute the user's actual
361
- threads and reason, match their register, and ask the first unresolved
362
- foundation question rather than repeating the wearable question when that
363
- checkpoint is already known. Before sending the data-source question, make it
364
- concrete from live capability guidance. The current prompt's “Hosted wearable
365
- connection links are available for …” line is the sole source of provider
366
- examples. Append a short “like …” clause using only labels from that line: one
367
- when only one is available and a few when more are available. If the line is
368
- absent, omit provider examples rather than inventing or recalling names. Keep
369
- Apple Health out of this provider-example clause; it is offered only through
370
- the separate native-app relay after a clear “none,” never as a `murph.device`
371
- provider.
372
-
373
- This park is not a diagnosis, recommendation, plan, habit, experiment, support
374
- loop, or invitation to activate a domain-planning skill. Do not provide any of
375
- those solely because the user answered an onboarding question.
376
-
377
- Bridge directly into the foundation and ask its first short question in the
378
- same reply when that keeps the conversation moving. Say the user can pause at
379
- any time, but do not add a separate “continue now or another day?” turn by
380
- default. If they ask to pause, leave onboarding open and let the existing
381
- managed onboarding follow-up automation own continuation.
382
-
383
- Do not list the remaining foundation topics. If the user instead makes an
384
- explicit request to work on the parked thread now, the immediate need wins.
385
-
386
- ### 5. Resolve the foundation checkpoints
387
-
388
- Every checkpoint below must be answered, established from saved evidence,
389
- marked not relevant, or explicitly skipped before `user_answered` completion.
390
- A request to answer later or an unavailable document keeps that checkpoint
391
- open. Default to this order, but pull a more relevant checkpoint forward when
392
- it materially improves safety or keeps the conversation natural.
393
-
394
- These six are what must be *resolved*, not six turns the user must sit
395
- through. Deliver them in three beats: connect a data source if there is one
396
- (checkpoint 1), then invite one brain-dump voice memo that covers movement,
397
- current protocols, supplements, and medical basics at once (checkpoints 2–5),
398
- then close with the lab question (checkpoint 6). The numbered entries below
399
- define what each checkpoint means, how to save it, and its delegation rules;
400
- they are not a script to read one question at a time.
401
-
402
- #### The brain-dump memo (checkpoints 2–5)
403
-
404
- After the data-source step, ask for movement, current protocols, supplements,
405
- and medical context as one low-effort invitation instead of four serial
406
- questions. Say that voice and typing work equally well. When visible or saved
407
- evidence shows the user is over 40, also offer to walk them through sending a
408
- voice memo. Send one message in this shape, adapting the lead-in wording but
409
- keeping the bulleted list and both input options:
410
-
411
- ```text
412
- Can you send me a voice memo covering a few things?
413
-
414
- You can type it out instead — either works just as well.
415
-
416
- - how you move right now — gym, running, sports, mostly desk-bound — and whether you're training for anything specific
417
- - anything you take regularly — supplements, protein, that stuff — brands if you know them
418
- - the medical basics — any meds, conditions, or allergies I should know for safety
419
- - anything else you reckon I should know
420
-
421
- Ramble as long as you want, I'll sort it out.
422
- ```
423
-
424
- For a user known to be over 40, add this short sentence before the list: “I can
425
- walk you through sending a voice memo.” Do not offer it based on guessed age,
426
- and do not make unknown age block or delay the invitation.
427
-
428
- Do not send this as a generated voice memo (a bulleted list has to be text),
429
- and do not add a companion text to narrate it. One reply covers all four
430
- topics. Save whatever the memo supplies under each checkpoint's rules below,
431
- and resolve only the checkpoints it actually covers. Whatever it skips stays
432
- open and is asked plainly on a later turn, one checkpoint per reply, never
433
- re-asking what the memo already answered. This bulleted invitation is a
434
- sanctioned exception to the one-question-per-reply and no-multi-part-list
435
- rules, like the bundled minimal-identity prompt.
436
-
437
- Immediately split a supplied memo into these independent child tasks:
438
-
439
- 1. **Movement and current protocols:** save only present activity, training,
440
- capacity, injury-related movement limitations, routines, diets, recovery
441
- practices, or experiments through their best existing owners. Do not write
442
- supplement or clinical records.
443
- 2. **Supplements:** read the micronutrients-supplements skill, dedupe existing
444
- records, save every named current product and supplied brand/status, then
445
- enrich incomplete exact labels when useful. Do not write movement or medical
446
- context.
447
- 3. **Medical and safety:** save every supported medication, condition, injury
448
- history, allergy/intolerance, pregnancy/nursing fact, and negative clinical
449
- assertion through the named clinical owners. Do not write movement memories
450
- or supplement records.
451
-
452
- When all three families are present, start all three before the visible reply.
453
- Do not wait for schema inspection, label research, or canonical readback. If
454
- spawning is unavailable, the parent falls back to one compact bounded save for
455
- the supplied facts before replying and leaves optional label details unknown.
456
-
457
- 1. **Data sources and wearables.** Check visible context and the resume
458
- snapshot first. When connection state is unclear, use `murph.device` with
459
- `action: list_accounts` when available. Only in a non-hosted local-operator
460
- route, use `vault-cli device account list --format json` when the prompt
461
- explicitly grants that command for the current turn. A hosted runtime must
462
- not use the device CLI as fallback. Otherwise continue from visible and
463
- saved evidence without pretending a device action is available. Acknowledge a connected
464
- user-facing source and use it instead of asking the user to restate its
465
- data. If none is visible, ask whether they use a wearable or health app and
466
- explain that connecting one can reduce manual reporting and improve later
467
- interpretation. Build its example clause only from labels on the current
468
- prompt's hosted wearable connection line: one label when only one exists and
469
- a few when several do. If that line is absent, omit provider examples; never
470
- supply remembered names. Keep Apple Health separate for the post-“none”
471
- relay below. If they name a supported provider, use
472
- `murph.device` with `action: connect` when available. Only in a non-hosted
473
- local-operator route, `vault-cli device connect <provider> --format json` is
474
- an allowed fallback when the prompt explicitly grants it for the current
475
- turn. Send only a real returned connection link. After a real link is
476
- returned, send one short handoff by itself in Murph's own words, inviting
477
- the user to connect there and let Murph know afterward. Do not call it
478
- setup, prescribe or quote an exact response, or advance to another
479
- checkpoint until the user returns or the connection is visible. A clear
480
- “none,” “not relevant,” or skip resolves
481
- the checkpoint. After a clear “none,” when the current prompt includes the
482
- Apple Health relay, make one optional conditional offer unless context
483
- already rules out an iPhone or the user declined connection help:
484
-
485
- ```text
486
- no wearable is totally fine. if you use an iPhone, you can connect Apple Health in the Murph app so i can start using the daily steps your phone sends. want the app link?
487
- ```
488
-
489
- Do not infer that an iMessage user owns an iPhone. If they want the link,
490
- send one short handoff in Murph's own words, invite them to connect and let
491
- Murph know afterward, and put the canonical App Store listing alone on the
492
- final line. Do not call it setup, prescribe an exact response, or advance to
493
- another checkpoint until the user returns or the connection is visible. Let
494
- the iOS app own sign-in, Apple Health connection, and operating-system
495
- permission. Do not call
496
- `murph.device` to connect Apple Health, claim permission was granted, or say
497
- steps are syncing until live evidence proves it. Declining this optional
498
- offer leaves the checkpoint resolved. Choosing to connect later does not
499
- prove that the connection already exists.
500
- 2. **Movement and training.** Current fitness, activity, workouts, and movement
501
- context, tied to capacity, recovery, or the chosen outcome without starting
502
- to solve that outcome. A rough stream-of-consciousness answer is enough.
503
- Normally the brain-dump memo above covers this and the
504
- movement-and-current-protocols child owns its bounded persistence. If it is
505
- left open and must be asked on its own later, ask one natural optional
506
- question, say that typing works just as well as voice, and offer to walk the
507
- user through sending a voice memo when visible or saved evidence shows they
508
- are over 40.
509
- 3. **Current protocols or experiments.** Whether they are already trying a
510
- health protocol, routine change, diet pattern, recovery practice, or
511
- experiment, or are mostly starting fresh. The brain-dump memo above covers
512
- this (the "training for anything specific" and "anything else" prompts, plus
513
- whatever they volunteer). If it is left open, it can be asked on its own
514
- later. Ask it plainly and stop; the value of the question is obvious, so do
515
- not append a justification such as "this helps me avoid suggesting something
516
- that duplicates or clashes with what you are doing."
517
- 4. **Supplements.** Current supplements, including product or brand names and
518
- roughly how long they have taken them when known (normally covered by the
519
- brain-dump memo above). When explaining, there or if asked on its own, note
520
- that exact products and timing can change interpretation, safety, and lab
521
- context, and that a photo of bottles or labels is welcome if easier. If
522
- the user names current products, read and follow
523
- `$MURPH_ASSISTANT_SKILLS_ROOT/micronutrients-supplements/SKILL.md`. When a V2
524
- spawn tool is available, immediately give the supplement child the exact
525
- product words and that skill. It owns both the minimum canonical identities
526
- and useful exact-label enrichment: inspect current records first, update a
527
- matching partial record instead of duplicating it, save every named current
528
- product plus supplied brand and active status, then use one batch label
529
- lookup when exact details can improve later help. Keep manufacturer, serving
530
- size, active ingredient panel, provenance, and uncertainty attributable to
531
- the matching record. The parent does not run foreground supplement schema or
532
- save calls when that child starts. Until canonical readback proves the
533
- result, do not state exact labels or ingredients as fact, and never recite
534
- bookkeeping such as "user-reported product names," "verified ingredient
535
- panel," or record status to the user.
536
- 5. **Medical and safety context.** Prescription or OTC medications, diagnosed
537
- conditions, allergies or intolerances, and pregnancy or nursing. This helps
538
- Murph avoid unsafe or irrelevant suggestions. The medical-basics bullet in
539
- the brain-dump memo above covers it; only ask on its own if that memo left
540
- it open, once as one checkpoint, not as four separate turns. When a V2 spawn
541
- tool is available, always start the medical-and-safety child immediately
542
- from the user's exact words. It owns every supported fact and negative
543
- clinical assertion across the named medical owners, schema-correct record
544
- shape, detail fields, and cross-owner consistency. This applies to every
545
- medical answer, including an all-negative one such as "no meds, no
546
- conditions." The parent does not
547
- inspect schemas or persist this answer in the foreground when the child
548
- starts. If spawning is unavailable, use one compact parent batch with no
549
- one-command-per-negative pattern. Do not hold the visible reply for medical
550
- saving or structuring, and do not state structured medical details as saved
551
- until canonical readback proves it.
552
- 6. **Recent blood tests or lab panels.** This is the closer. When every other
553
- foundation checkpoint is already resolved, frame it as the genuine last
554
- question so the user feels the finish line. Mirror the input mode the user
555
- chose for the foundation invitation above. Only when they answered that
556
- invitation with a voice memo, have not since declined voice, and
557
- `murph.generate_voice_memo` is available, attach a short voice memo saying
558
- exactly: "Okay, one last question and then I'll leave you alone, promise:
559
- have you had any blood tests or lab panels in the past year or two?" That
560
- response is voice-only: do not duplicate the question or the already-sent
561
- delegation acknowledgement in text. When the user typed their foundation
562
- answer, used another input mode, skipped it, or has no visible voice-memo
563
- evidence, ask the same question in text. Also use text when voice generation
564
- is unavailable, fails, or the user prefers text. Final channel delivery owns
565
- the same late fallback: if attached audio cannot be prepared or accepted, it
566
- sends the voice memo's existing transcript as text without creating another
567
- retry owner. If any other checkpoint is still open, drop the last-question
568
- framing and ask the labs question plainly, using the same modality-mirroring
569
- rule. A clear “no”
570
- or explicit skip resolves the checkpoint. If results exist but are not
571
- handy, say PDFs can be sent later and leave the checkpoint open for the
572
- existing follow-up automation. If the user says their labs are from
573
- Function Health, proactively tell them to visit
574
- https://my.functionhealth.com/documents, download the Lab Results of Record
575
- PDFs, and send those files to Murph. Do not wait for them to ask how. Naming
576
- the provider without supplying results does not start a parse child; wait
577
- for an actual PDF, paste, or other durable evidence.
578
-
579
- When the user supplies a lab PDF, pasted panel, or other blood-test document
580
- during onboarding, do not leave them waiting silently while Murph preserves
581
- or structures it. As soon as the durably accepted input exposes the exact
582
- source or the root verifies its durable attachment ref, immediately call
583
- `murph.send_progress_update` once, before slower import, inspection, or
584
- extraction work. This lab-receipt acknowledgement is an explicit skill
585
- exception to the global rule that optional background work alone does not
586
- need a progress update. Keep it to one warm, natural line in your own words:
587
- acknowledge that the report arrived and name only work that is genuinely
588
- starting, such as safely keeping the original and pulling out the useful lab
589
- details. Use in-progress wording; do not claim the report is already saved,
590
- parsed, analyzed, or added to the health record. Do not repeat the
591
- acknowledgement in the substantive reply. If the progress tool is
592
- unavailable or fails, continue without retrying or mentioning the failure.
593
-
594
- The root must still verify that the raw source has a durable attachment,
595
- document, or import ref, or import it through an existing canonical surface
596
- before the substantive reply. When a V2 spawn slot is
597
- available, spawn one child from that exact source unless the source is already
598
- structured. If the three memo children still occupy the session capacity,
599
- keep the durable source and leave optional extraction for a later need
600
- instead of waiting or creating another owner. The child may extract panels,
601
- analytes, dates, units, ranges, flags, and provenance and write idempotently
602
- against the source. A lab drop during onboarding is not a request for
603
- interpretation: do not parse the panel in the parent foreground merely to
604
- summarize it. Send the next visible onboarding step after the durable-source
605
- receipt instead of waiting for extraction. When a later thread genuinely
606
- needs the lab detail, read the structured records then, or the durable
607
- source directly if the extraction has not landed. Keep the parse in the
608
- parent only when the user explicitly asks for an answer that needs it now or
609
- a safety concern requires it; then follow the global progress-update
610
- contract. A light same-reply mention of digging into the file in the
611
- background is fine, but do not promise when it will finish or later call
612
- it pending or in progress; until canonical readback proves the extraction,
613
- do not state structured lab details as fact.
614
-
615
- The user may answer several checkpoints in one voice note, attachment, or
616
- message. Save everything useful and do not force the canonical order after the
617
- facts are known.
618
-
619
- A foundation answer is still context, not permission to solve a parked thread.
620
- For example, “not lifting right now” can resolve movement context; it does not
621
- authorize a workout routine. Acknowledge it briefly and continue to the next
622
- unresolved checkpoint unless the user asks for help now.
623
-
624
- ### 6. Return to an open thread and choose together
625
-
626
- After the foundation is resolved, close it warmly before asking for anything
627
- else. In one short message, thank the user for everything they shared, then
628
- explain the ongoing model in plain words: tons of things shape how they feel
629
- day to day—sleep, training, biomarkers, environment, all that—so Murph's job
630
- is to keep building that picture over time, and the more context builds, the
631
- better the advice gets and the closer they get to what they're after. Do not
632
- frame this as a completed intake, recite what was collected, or announce
633
- "we now have enough context." End the same message with one choice in the
634
- user's own register: hear a bit more about what Murph can do for them, or
635
- dive into the goals they named earlier, in their words. If they pick the
636
- tour, do not repeat the relationship promise, recap their context, recommend a
637
- starting goal, or answer with a prose summary of coaching, routines, tracking,
638
- or “health logistics.” Make the range instantly legible in one conversational
639
- message: use one short opener followed by exactly six short bullets, each with
640
- one concrete action and outcome. Cover these six real surfaces in plain words:
641
-
642
- - connect years of labs, records, and wearable data to surface patterns and
643
- questions worth investigating, without diagnosing or claiming causation
644
- - call a dentist, doctor, or other health office to book, reschedule, or join a
645
- waitlist once the needed details and authorization are clear
646
- - order or reorder the exact supplement or health item on Amazon once the
647
- product, seller, quantity, price, and approval boundary are clear
648
- - create and run a private health challenge with friends in a group chat
649
- - turn a health question into a bounded experiment, handle reminders and
650
- tracking, and review whether the change looks worth keeping
651
- - track meals and calories from ordinary messages or photos and connect them
652
- back to the user's goals and trends
653
-
654
- Keep each bullet vivid enough that the user can picture handing Murph the task;
655
- do not dilute it into a category label such as “health insights” or “support.”
656
- End with one easy choice asking which capability they want to try, or whether
657
- they want to return to one of their named goals. Only after they choose or say
658
- they have no other tour questions should you continue into the goal-selection
659
- and first-habit or experiment flow below. If they pick their goals, continue
660
- below.
661
-
662
- Return to the one or two open threads.
663
- Reflect only the new context that materially changes how Murph should help; do
664
- not recap the whole intake or choose the user's priority for them.
665
-
666
- After the user selects a thread and the decision-changing behavioral-fit gaps
667
- are grounded, create the first-value launch offer before any plan or support
668
- write. In one compact message, make one decision-changing piece of context pay
669
- off, state the smallest useful next move, propose the exact local days/time or
670
- cue and next viable start, and name the finite actionable reminders and early
671
- review Murph will create. Do not recap the intake, advertise a capability list,
672
- or hide behind words such as "personalized" or "varied." For repeated behavior,
673
- follow `behavior-followthrough`'s launch-offer contract exactly; it owns the
674
- balance between avoiding a plan dump and avoiding a vague reminder setup. The
675
- offer ends with one accept-or-edit question; a clear yes authorizes the exact
676
- named plan and support writes together.
677
-
678
- Before asking baseline, obstacle, prior-attempt, or support questions, ask which
679
- thread—if any—the user actually wants to work on now. Murph may nominate one
680
- promising starting thread and give one short reason, but must frame it as a
681
- suggestion and confirm the choice. If there is only one thread, still ask
682
- whether the user wants to work on it now or leave it open. A generic “let's
683
- continue” that only advances onboarding
684
- before this choice question is not consent to a Murph-selected health priority,
685
- deeper behavior discovery, or a plan. After Murph directly asks whether to work
686
- on a named thread, a clear contextual yes or continue can confirm it. Keep this
687
- thread-selection question separate from the bounded behavioral-fit questions
688
- below.
689
-
690
- Once the user selects or confirms a desired change likely to depend on repeated
691
- behavior, read `behavior-followthrough` before choosing the first step. First
692
- make one bounded evidence pass across the foundation, relevant canonical
693
- records, connected data, and any confirmed enrichment that could materially
694
- change the choice. When that pass spans more than one source or owner,
695
- immediately call `murph.send_progress_update` once before the first read. In
696
- one short natural line, name the few user-facing areas you are checking and why
697
- they matter to the chosen next step; do not say only that you are "checking a
698
- few things." This update is required even when each individual read is routine,
699
- and it is not needed for one targeted read. Continue the evidence pass
700
- immediately and do not repeat the update in the substantive reply. Ground the
701
- outcome and reason, the user's current behavior or routine,
702
- what existing data says, what they have already tried, and the main conditions
703
- that help or disrupt follow-through. Do not scan unrelated health history.
704
-
705
- Ask up to three short questions across separate replies to fill only the
706
- decision-changing gaps—usually two or three when those answers are still
707
- missing, and fewer when context already supplies them. Stop as soon as the fit
708
- is clear enough to choose together. Reuse the outcome and motivation already
709
- learned. Useful unanswered areas are:
710
-
711
- - what the current routine or baseline looks like and what the user has already
712
- tried, including what helped and what did not
713
- - which real days, time, or cue fit, the next viable start, and the predictable
714
- schedule conflicts
715
- - what most often helps, disrupts, or competes with follow-through, and what
716
- kind of support after a miss helps them restart
717
-
718
- Do not ask why the outcome matters again when the earlier answer was known,
719
- explicitly unknown, or declined. Ask once only if it was never attempted. If
720
- motivation remains unknown or declined, collaborate only on a one-time first
721
- step or leave the thread open; do not activate a Murph-designed durable loop.
722
- Keep this curious and practical rather than clinical. Save the user's own
723
- stated reason, concrete friction, and support preferences through the existing
724
- goal, regimen, Preferences, or Context owner that fits. Do not infer or persist
725
- a psychology profile, personality trait, diagnosis, or hidden motivation.
726
-
727
- Do not create a habit regimen, reminder, experiment support loop, or other
728
- durable behavior-change setup until that grounding is sufficient and any
729
- decision-changing background evidence is confirmed or explicitly deferred.
730
- For a recurring plan, sufficient grounding includes a concrete next occurrence;
731
- "any day you have time" does not count.
732
-
733
- For other kinds of open threads, ask only the remaining decision-changing
734
- questions, one per turn. In every mode, do not repeat anything the foundation
735
- or saved context already answered. At this point, baseline, constraints, prior
736
- attempts, safety details, and intervention preferences may be appropriate when
737
- they genuinely affect the next choice.
738
-
739
- Then collaborate on the smallest useful first habit, action, plan, monitoring
740
- step, or experiment. Murph may recommend a best-fit option and explain why, but
741
- the user chooses or adjusts what happens next. Do not dump a full protocol or
742
- multi-part plan before that choice, and not after it either: per
743
- `behavior-followthrough`, the compact launch offer contains the proposed
744
- schedule, actionable reminder package, and early review. Session-level or
745
- protocol detail arrives progressively with the night-before or day-of help, not
746
- as a setup text blob. Read the relevant domain owner only now, unless an actual
747
- immediate request required it earlier.
748
-
749
- The user may choose to leave the thread open without acting yet. Accept that
750
- without pressure. If they accept a repeated behavior or bounded experiment,
751
- perform the canonical plan and exact reminder/review writes named in the launch
752
- offer in the same turn. Do not leave reminder setup for the user to request
753
- later and do not ask for a second confirmation. Claim the launch only from
754
- successful owning writes. If support delivery fails, state the specific blocker
755
- and leave onboarding open for repair. The onboarding follow-up automation never
756
- owns promised support timing, delivery, due evaluation, or retry.
757
-
758
- After the first repeated behavior or bounded experiment and its support are
759
- successfully saved, always follow `behavior-followthrough`'s first-launch close.
760
- Its text close is mandatory: celebrate the start, say Murph is
761
- excited to work with the user, name the exact next scheduled touchpoint and
762
- early review, then ask one broad question about anything else Murph can help
763
- with. Follow `behavior-followthrough`'s text-only launch close after the plan
764
- and support writes succeed. Do not add automatic launch media or make media an
765
- onboarding completion requirement.
766
-
767
- ## Context persistence
768
-
769
- Route useful answers to their existing canonical owner in the same turn. The
770
- parent normally saves the smallest truthful canonical fact or durable source
771
- before its visible reply. The dense foundation memo is the explicit exception:
772
- the durably accepted message or transcript is the source, and its three bounded
773
- children own the named canonical persistence families without a duplicate
774
- foreground write.
775
- Use structured records for typed facts such as goals, regimens, supplements,
776
- conditions, allergies, experiments, and Habitat; preferred name through
777
- `memory set-name`; Identity or Context memory only when no structured owner
778
- exists. Do not dump structured facts into freeform memory or invent missing
779
- dose, severity, date, brand, diagnosis, or motivation details.
780
-
781
- Save a concrete aspiration as an ordinary goal or ongoing need through its
782
- existing owner. The visible conversation and resume context carry the park and
783
- return sequence; do not add opaque parked-thread or onboarding-step state.
784
-
785
- The goal schema owns the desired outcome but has no narrative field for what
786
- progress means or why it matters. Save those confirmed answers in the same turn
787
- as one concise Context memory associated with the named goal or goals. Preserve
788
- the user's words; distinguish “what would tell you this is getting better” from
789
- “why this matters”; and include “not sure yet” only when that was the user's own
790
- answer. Read existing memory first. Update the matching Context memory when it
791
- exists; otherwise create one. Name the goal or goals inside that memory, then
792
- read back both the goal records and Context memory before saying the threads
793
- are saved. Do not duplicate it, invent missing meaning, turn the reason into
794
- another goal, or store an intervention plan during aspiration capture.
795
-
796
- Treat “none,” “not relevant,” and an explicit category skip as resolved for
797
- conversation flow and persist the meaning so another thread does not ask
798
- again. Save a real negative health fact through its owning surface when one
799
- exists, including negative clinical assertions. Save a durable request not to
800
- discuss a category as a Preferences memory in the user's words. Use Context
801
- memory only when the factual answer is useful beyond onboarding and has no
802
- structured owner. Do not create a fake health record or an opaque onboarding
803
- step marker merely to track coverage.
804
-
805
- A simple “later” remains unresolved. Save it as a preference only when the user
806
- expressed durable timing or contact guidance that should survive this thread;
807
- otherwise let the preserved conversation and managed follow-up honor it. When
808
- a saved defer or skip preference changes, update or forget that memory instead
809
- of leaving contradictory instructions.
810
-
811
- Use the global health-record ingestion instructions when the user supplies a
812
- file, lab, label, record, or other slow-to-process evidence. Do not mark
813
- onboarding complete until each foundation-critical minimum fact or raw source
814
- has canonical readback or a verified durable source, or the user explicitly
815
- defers it. Child enrichment does not block completion unless its result would
816
- change the next decision; keep reply-critical parsing in the parent.
817
-
818
- The six checkpoints are a finite new-member foundation, not a permanent
819
- profile score. Outside this foundation, every proactive context question must
820
- improve current help, unlock an action, resolve relevant safety, or personalize
821
- a likely near-term follow-up. Use known context first and explain any
822
- non-obvious context dividend.
823
-
824
- ## Completion
825
-
826
- Onboarding is complete with `user_answered` only when all of these are true:
827
-
828
- 1. The broad role, private default, and context-compounding value were delivered.
829
- 2. Minimal identity is known or explicitly skipped.
830
- 3. One or two meaningful open threads are known: a desired outcome, an ongoing
831
- understand-or-handle need, or an accepted explore path. For each change
832
- thread, Murph asked once for each missing progress signal and reason; both
833
- are known from the user's own words or explicitly unknown or declined.
834
- Before claiming the thread is saved, Murph durably associated both fields
835
- with the named goal or goals and read back the Goal and Context owners under
836
- the persistence rule above. For a legacy flow already parked and in the
837
- foundation, the bounded recovery rule above satisfies this criterion without
838
- replaying the park.
839
- 4. A thread disclosed during discovery was reflected, saved when concrete, and
840
- explicitly parked before foundation collection. Later foundation or return
841
- evidence may establish that this transition already occurred when its exact
842
- wording has left visible history. An actual immediate request may be handled
843
- first instead.
844
- 5. All six foundation checkpoints are answered from conversation or saved
845
- evidence, marked not relevant, or explicitly skipped.
846
- 6. Murph returned to an open thread with the relevant new context, unless the
847
- user explicitly asked not to revisit it.
848
- 7. The user chose which thread, if any, to work on now, then collaboratively
849
- chose a first step, explicitly chose to leave the thread open without acting,
850
- or declined further help on it. If a repeated behavior or bounded experiment
851
- was activated, its launch offer included a concrete next occurrence and the
852
- exact finite reminder-and-review package before any writes.
853
- 8. Useful answers and any authorized action setup are saved to canonical
854
- owners. Each foundation-critical minimum fact or raw source has a verified
855
- durable receipt or is explicitly deferred; optional enrichment is either
856
- confirmed, not decision-changing, or handled in the parent before use. For
857
- an activated repeated behavior or experiment, the named support writes
858
- succeeded or an explicit opt-out or real blocker is recorded, and the
859
- mandatory text launch close was delivered.
860
-
861
- An experiment, plan, support loop, wearable connection, lab upload, group, or
862
- specific positive health fact is not required. The checkpoint is required; the
863
- user can answer “none,” say it is not relevant, or skip it. “Later,” “tomorrow,”
864
- or “I don't have it handy” leaves onboarding open.
865
-
866
- When every criterion is satisfied, run:
867
-
868
- ```text
869
- vault-cli assistant onboarding complete --reason user_answered
870
- ```
871
-
872
- Verify the output reports `completed`. If the user clearly declines onboarding
873
- or further setup as a whole, use `--reason user_declined`, verify completion,
874
- and do not ask another onboarding question. Do not use `user_declined` for one
875
- skipped category, and do not require a plan or support loop merely to use
876
- `user_answered`.
877
-
878
- ## Reply and follow-up rules
879
-
880
- - Except for the bundled minimal-identity prompt and the foundation brain-dump
881
- memo above, ask at most one question per reply. Input affordances for that
882
- question do not count as extra questions.
883
- - During aspiration capture, parking, and foundation collection, use one short
884
- messaging bubble, usually two to four short sentences. Apart from the
885
- foundation brain-dump memo, do not send a list, routine, multi-part
886
- assessment, or several paragraphs unless an actual immediate or safety need
887
- requires them.
888
- - Keep the tone low-pressure and conversational. Never say “complete your
889
- profile,” “finish setup,” or imply the user is behind.
890
- - Checkpoints, records, receipts, and open/resolved status are internal
891
- bookkeeping, never conversation copy. Do not tell the user a checkpoint is
892
- open, a fact is user-reported or unconfirmed, or that something was marked or
893
- treated a certain way. Say the plain human equivalent instead, like “Send
894
- them whenever—I'll take a look then.”
895
- - Do not recap the whole flow or advertise every feature.
896
- - Do not re-ask saved, answered, skipped, declined, or irrelevant context.
897
- - A deferred checkpoint remains open, but honor the requested timing.
898
- - If the last onboarding question is still unanswered, do not send a different
899
- setup question. Wait for a reply or later inbound message instead of
900
- escalating a drip questionnaire. The scheduled early-stall check-in above is
901
- not a setup question and is the only permitted scheduled nudge inside this
902
- window; it never repeats.
903
- - Skip visible onboarding advancement when the user asks for no follow-up, the
904
- situation is urgent or safety-sensitive, the immediate task failed and needs
905
- attention, or the current health-data reply should stand alone.
906
- - Skip conditions suppress a visible question; they do not complete onboarding
907
- or cancel an internal completion command when every criterion is already
908
- satisfied.