@murphai/murph 0.2.13 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1069) hide show
  1. package/CHANGELOG.md +752 -0
  2. package/config.schema.json +1294 -333
  3. package/dist/cli-entry.d.ts.map +1 -1
  4. package/dist/cli-entry.js +12 -1
  5. package/dist/cli-entry.js.map +1 -1
  6. package/dist/commands/automation.d.ts +4 -12
  7. package/dist/commands/automation.d.ts.map +1 -1
  8. package/dist/commands/capture.d.ts +12 -0
  9. package/dist/commands/capture.d.ts.map +1 -0
  10. package/dist/commands/capture.js +198 -0
  11. package/dist/commands/capture.js.map +1 -0
  12. package/dist/commands/device.d.ts.map +1 -1
  13. package/dist/commands/device.js +7 -6
  14. package/dist/commands/device.js.map +1 -1
  15. package/dist/commands/entity-command-groups.d.ts +1 -0
  16. package/dist/commands/entity-command-groups.d.ts.map +1 -1
  17. package/dist/commands/entity-command-groups.js +1 -0
  18. package/dist/commands/entity-command-groups.js.map +1 -1
  19. package/dist/commands/experiment.d.ts.map +1 -1
  20. package/dist/commands/experiment.js +244 -108
  21. package/dist/commands/experiment.js.map +1 -1
  22. package/dist/commands/export-intake-read-helpers.d.ts +2 -2
  23. package/dist/commands/food.d.ts.map +1 -1
  24. package/dist/commands/food.js +22 -2
  25. package/dist/commands/food.js.map +1 -1
  26. package/dist/commands/inbox.d.ts.map +1 -1
  27. package/dist/commands/inbox.js +88 -16
  28. package/dist/commands/inbox.js.map +1 -1
  29. package/dist/commands/meal.d.ts.map +1 -1
  30. package/dist/commands/meal.js +12 -1
  31. package/dist/commands/meal.js.map +1 -1
  32. package/dist/commands/measurement.d.ts +12 -0
  33. package/dist/commands/measurement.d.ts.map +1 -0
  34. package/dist/commands/measurement.js +205 -0
  35. package/dist/commands/measurement.js.map +1 -0
  36. package/dist/commands/model.d.ts.map +1 -1
  37. package/dist/commands/model.js +14 -3
  38. package/dist/commands/model.js.map +1 -1
  39. package/dist/commands/sample-import-command-helpers.d.ts +30 -3
  40. package/dist/commands/sample-import-command-helpers.d.ts.map +1 -1
  41. package/dist/commands/sample-import-command-helpers.js +37 -10
  42. package/dist/commands/sample-import-command-helpers.js.map +1 -1
  43. package/dist/commands/samples.js +5 -5
  44. package/dist/commands/samples.js.map +1 -1
  45. package/dist/commands/scheduled-log.d.ts +639 -0
  46. package/dist/commands/scheduled-log.d.ts.map +1 -0
  47. package/dist/commands/scheduled-log.js +185 -0
  48. package/dist/commands/scheduled-log.js.map +1 -0
  49. package/dist/commands/sync.d.ts +17 -0
  50. package/dist/commands/sync.d.ts.map +1 -0
  51. package/dist/commands/sync.js +156 -0
  52. package/dist/commands/sync.js.map +1 -0
  53. package/dist/commands/wearables.d.ts +10607 -0
  54. package/dist/commands/wearables.d.ts.map +1 -1
  55. package/dist/commands/wearables.js +285 -3
  56. package/dist/commands/wearables.js.map +1 -1
  57. package/dist/commands/workout.d.ts.map +1 -1
  58. package/dist/commands/workout.js +4 -129
  59. package/dist/commands/workout.js.map +1 -1
  60. package/dist/incur.generated.d.ts +314 -53
  61. package/dist/incur.generated.d.ts.map +1 -1
  62. package/dist/mapbox-route-directions.d.ts.map +1 -1
  63. package/dist/mapbox-route-directions.js +36 -2
  64. package/dist/mapbox-route-directions.js.map +1 -1
  65. package/dist/vault-cli-command-manifest.d.ts +10779 -56
  66. package/dist/vault-cli-command-manifest.d.ts.map +1 -1
  67. package/dist/vault-cli-command-manifest.js +170 -21
  68. package/dist/vault-cli-command-manifest.js.map +1 -1
  69. package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.d.ts.map +1 -1
  70. package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.js +1 -0
  71. package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.js.map +1 -1
  72. package/node_modules/@murphai/assistant-cli/dist/assistant/doctor-security.js.map +1 -1
  73. package/node_modules/@murphai/assistant-cli/dist/assistant/doctor.js.map +1 -1
  74. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +5 -27
  75. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
  76. package/node_modules/@murphai/assistant-cli/dist/assistant/service.js.map +1 -1
  77. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.d.ts.map +1 -1
  78. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js +1 -0
  79. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js.map +1 -1
  80. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts +2 -0
  81. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts.map +1 -1
  82. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js +9 -1
  83. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
  84. package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.d.ts +1 -1
  85. package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.d.ts.map +1 -1
  86. package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.js +1 -1
  87. package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.js.map +1 -1
  88. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts +3 -2
  89. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts.map +1 -1
  90. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js +7 -3
  91. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js.map +1 -1
  92. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.d.ts.map +1 -1
  93. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js +84 -46
  94. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
  95. package/node_modules/@murphai/assistant-cli/package.json +1 -12
  96. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts +5 -0
  97. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts.map +1 -0
  98. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js +135 -0
  99. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js.map +1 -0
  100. package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.d.ts +2 -0
  101. package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.d.ts.map +1 -1
  102. package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.js +7 -1
  103. package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.js.map +1 -1
  104. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.d.ts +1 -0
  105. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.d.ts.map +1 -1
  106. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.js +33 -5
  107. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.js.map +1 -1
  108. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +4 -0
  109. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
  110. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +13 -14
  111. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
  112. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js +1 -1
  113. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js.map +1 -1
  114. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts +4 -0
  115. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts.map +1 -1
  116. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js +157 -58
  117. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
  118. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.d.ts.map +1 -1
  119. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.js +21 -3
  120. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.js.map +1 -1
  121. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +3 -1
  122. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts.map +1 -1
  123. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +17 -3
  124. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
  125. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +2 -0
  126. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
  127. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +4 -0
  128. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js.map +1 -1
  129. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +4 -0
  130. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
  131. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js +5 -2
  132. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.map +1 -1
  133. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.d.ts +2 -0
  134. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.d.ts.map +1 -1
  135. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.js +1 -0
  136. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.js.map +1 -1
  137. package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.d.ts.map +1 -1
  138. package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.js +1 -0
  139. package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.js.map +1 -1
  140. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +1 -0
  141. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
  142. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +1 -0
  143. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
  144. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +1 -1
  145. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
  146. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
  147. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
  148. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
  149. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +120 -9
  150. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js.map +1 -1
  151. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts +9 -0
  152. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts.map +1 -1
  153. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +32 -1
  154. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
  155. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.d.ts +2 -2
  156. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.d.ts.map +1 -1
  157. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.js +2 -2
  158. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.js.map +1 -1
  159. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts.map +1 -1
  160. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js +91 -10
  161. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js.map +1 -1
  162. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts +14 -1
  163. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts.map +1 -1
  164. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.js.map +1 -1
  165. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts +2 -2
  166. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts.map +1 -1
  167. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js +44 -8
  168. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js.map +1 -1
  169. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +32 -1
  170. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
  171. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js +33 -7
  172. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js.map +1 -1
  173. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.d.ts +20 -0
  174. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.d.ts.map +1 -0
  175. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.js +117 -0
  176. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.js.map +1 -0
  177. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/notification-delivery.js +1 -1
  178. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/notification-delivery.js.map +1 -1
  179. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts +3 -38
  180. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts.map +1 -1
  181. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js +6 -147
  182. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js.map +1 -1
  183. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts +22 -0
  184. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts.map +1 -0
  185. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js +45 -0
  186. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js.map +1 -0
  187. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +13 -2
  188. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts.map +1 -1
  189. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js +67 -3
  190. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
  191. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
  192. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +154 -197
  193. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js.map +1 -1
  194. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +2 -2
  195. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
  196. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +8 -5
  197. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
  198. package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js.map +1 -1
  199. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +20 -0
  200. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts.map +1 -1
  201. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js +70 -0
  202. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
  203. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.d.ts.map +1 -1
  204. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js +1 -2
  205. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js.map +1 -1
  206. package/node_modules/@murphai/assistant-engine/dist/assistant/failover.d.ts.map +1 -1
  207. package/node_modules/@murphai/assistant-engine/dist/assistant/failover.js +14 -8
  208. package/node_modules/@murphai/assistant-engine/dist/assistant/failover.js.map +1 -1
  209. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts.map +1 -1
  210. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.js +2 -7
  211. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.js.map +1 -1
  212. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact.js.map +1 -1
  213. package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts +33 -0
  214. package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts.map +1 -0
  215. package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js +225 -0
  216. package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js.map +1 -0
  217. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts +1 -2
  218. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts.map +1 -1
  219. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +46 -12
  220. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
  221. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +5 -5
  222. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
  223. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +22 -1
  224. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
  225. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +248 -18
  226. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
  227. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +33 -0
  228. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts.map +1 -1
  229. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js +158 -7
  230. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
  231. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts +5 -1
  232. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts.map +1 -1
  233. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js +5 -0
  234. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js.map +1 -1
  235. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +3 -0
  236. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts.map +1 -1
  237. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js +16 -0
  238. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js.map +1 -1
  239. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts +9 -1
  240. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
  241. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +68 -16
  242. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
  243. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +63 -3
  244. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
  245. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +271 -94
  246. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
  247. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.d.ts +5 -5
  248. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.d.ts.map +1 -1
  249. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.js +6 -11
  250. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.js.map +1 -1
  251. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts +3 -3
  252. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts.map +1 -1
  253. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js +7 -6
  254. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js.map +1 -1
  255. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.d.ts +2 -2
  256. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.d.ts.map +1 -1
  257. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.js +20 -12
  258. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.js.map +1 -1
  259. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.d.ts +1 -4
  260. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.d.ts.map +1 -1
  261. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.js +2 -13
  262. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.js.map +1 -1
  263. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.d.ts +15 -2
  264. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.d.ts.map +1 -1
  265. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.js +140 -32
  266. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.js.map +1 -1
  267. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
  268. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +19 -12
  269. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js.map +1 -1
  270. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts.map +1 -1
  271. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js +60 -18
  272. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
  273. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.d.ts +34 -0
  274. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.d.ts.map +1 -1
  275. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.js +268 -48
  276. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.js.map +1 -1
  277. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.d.ts +5 -5
  278. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.d.ts.map +1 -1
  279. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.js +15 -9
  280. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.js.map +1 -1
  281. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +4 -0
  282. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
  283. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
  284. package/node_modules/@murphai/assistant-engine/dist/assistant/quarantine.js.map +1 -1
  285. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.d.ts.map +1 -1
  286. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js +0 -6
  287. package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js.map +1 -1
  288. package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.d.ts.map +1 -1
  289. package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.js +2 -8
  290. package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.js.map +1 -1
  291. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts.map +1 -1
  292. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js +30 -1
  293. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js.map +1 -1
  294. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +15 -6
  295. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
  296. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts +1 -1
  297. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
  298. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +5 -0
  299. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js.map +1 -1
  300. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts.map +1 -1
  301. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js +8 -1
  302. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
  303. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts +7 -31
  304. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
  305. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +2 -8
  306. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
  307. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
  308. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +38 -24
  309. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
  310. package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js.map +1 -1
  311. package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js.map +1 -1
  312. package/node_modules/@murphai/assistant-engine/dist/assistant/status.js.map +1 -1
  313. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts +4 -1
  314. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts.map +1 -1
  315. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js +38 -0
  316. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js.map +1 -1
  317. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +6 -0
  318. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts.map +1 -1
  319. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js +102 -12
  320. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js.map +1 -1
  321. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +1 -1
  322. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
  323. package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
  324. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +4 -8
  325. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js.map +1 -1
  326. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts +7 -1
  327. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts.map +1 -1
  328. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js +103 -40
  329. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
  330. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts.map +1 -1
  331. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js +1 -14
  332. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js.map +1 -1
  333. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts +60 -0
  334. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -0
  335. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js +124 -0
  336. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -0
  337. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts +18 -0
  338. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts.map +1 -1
  339. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js +56 -10
  340. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js.map +1 -1
  341. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
  342. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +6 -2
  343. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js.map +1 -1
  344. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts +45 -0
  345. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts.map +1 -0
  346. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js +136 -0
  347. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js.map +1 -0
  348. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-overview.js +3 -1
  349. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-overview.js.map +1 -1
  350. package/node_modules/@murphai/assistant-engine/dist/assistant/web-search/http.js +1 -1
  351. package/node_modules/@murphai/assistant-engine/dist/assistant/web-search/http.js.map +1 -1
  352. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +3 -0
  353. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -0
  354. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +2 -0
  355. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -0
  356. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.d.ts +47 -429
  357. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.d.ts.map +1 -1
  358. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.js +12 -1049
  359. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.js.map +1 -1
  360. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.d.ts +17 -0
  361. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.d.ts.map +1 -0
  362. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.js +75 -0
  363. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.js.map +1 -0
  364. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.d.ts +78 -0
  365. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.d.ts.map +1 -0
  366. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.js +95 -0
  367. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.js.map +1 -0
  368. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.d.ts +25 -0
  369. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.d.ts.map +1 -0
  370. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.js +117 -0
  371. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.js.map +1 -0
  372. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.d.ts +5 -0
  373. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.d.ts.map +1 -0
  374. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.js +109 -0
  375. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.js.map +1 -0
  376. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.d.ts +82 -0
  377. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.d.ts.map +1 -0
  378. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.js +355 -0
  379. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.js.map +1 -0
  380. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.d.ts +150 -0
  381. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.d.ts.map +1 -0
  382. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.js +399 -0
  383. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.js.map +1 -0
  384. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.d.ts +40 -0
  385. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.d.ts.map +1 -0
  386. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.js +105 -0
  387. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.js.map +1 -0
  388. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.d.ts.map +1 -1
  389. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.js +67 -10
  390. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.js.map +1 -1
  391. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
  392. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts +2 -0
  393. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts.map +1 -1
  394. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js +2 -0
  395. package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js.map +1 -1
  396. package/node_modules/@murphai/assistant-engine/dist/inbox-model-harness.js +1 -0
  397. package/node_modules/@murphai/assistant-engine/dist/inbox-model-harness.js.map +1 -1
  398. package/node_modules/@murphai/assistant-engine/dist/inbox-multimodal.js +5 -0
  399. package/node_modules/@murphai/assistant-engine/dist/inbox-multimodal.js.map +1 -1
  400. package/node_modules/@murphai/assistant-engine/dist/model-harness.d.ts +9 -0
  401. package/node_modules/@murphai/assistant-engine/dist/model-harness.d.ts.map +1 -1
  402. package/node_modules/@murphai/assistant-engine/dist/model-harness.js +135 -41
  403. package/node_modules/@murphai/assistant-engine/dist/model-harness.js.map +1 -1
  404. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +3 -2
  405. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts.map +1 -1
  406. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js +20 -4
  407. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
  408. package/node_modules/@murphai/assistant-engine/package.json +5 -19
  409. package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
  410. package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
  411. package/node_modules/@murphai/assistantd/dist/http-protocol.js +23 -5
  412. package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
  413. package/node_modules/@murphai/assistantd/dist/service.d.ts +1 -1
  414. package/node_modules/@murphai/assistantd/dist/service.d.ts.map +1 -1
  415. package/node_modules/@murphai/assistantd/dist/service.js +1 -1
  416. package/node_modules/@murphai/assistantd/dist/service.js.map +1 -1
  417. package/node_modules/@murphai/assistantd/package.json +1 -9
  418. package/node_modules/@murphai/core/dist/assessment/storage.js.map +1 -1
  419. package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
  420. package/node_modules/@murphai/core/dist/automation.js +9 -17
  421. package/node_modules/@murphai/core/dist/automation.js.map +1 -1
  422. package/node_modules/@murphai/core/dist/bank/allergies.d.ts.map +1 -1
  423. package/node_modules/@murphai/core/dist/bank/allergies.js +4 -1
  424. package/node_modules/@murphai/core/dist/bank/allergies.js.map +1 -1
  425. package/node_modules/@murphai/core/dist/bank/conditions.d.ts.map +1 -1
  426. package/node_modules/@murphai/core/dist/bank/conditions.js +4 -1
  427. package/node_modules/@murphai/core/dist/bank/conditions.js.map +1 -1
  428. package/node_modules/@murphai/core/dist/bank/goals.d.ts.map +1 -1
  429. package/node_modules/@murphai/core/dist/bank/goals.js +4 -1
  430. package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -1
  431. package/node_modules/@murphai/core/dist/bank/workout-formats.d.ts.map +1 -1
  432. package/node_modules/@murphai/core/dist/bank/workout-formats.js +18 -16
  433. package/node_modules/@murphai/core/dist/bank/workout-formats.js.map +1 -1
  434. package/node_modules/@murphai/core/dist/constants.d.ts +8 -2
  435. package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -1
  436. package/node_modules/@murphai/core/dist/constants.js +3 -0
  437. package/node_modules/@murphai/core/dist/constants.js.map +1 -1
  438. package/node_modules/@murphai/core/dist/domains/events.d.ts +37 -3
  439. package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
  440. package/node_modules/@murphai/core/dist/domains/events.js +239 -15
  441. package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
  442. package/node_modules/@murphai/core/dist/domains/experiments.d.ts +8 -1
  443. package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
  444. package/node_modules/@murphai/core/dist/domains/experiments.js +13 -0
  445. package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
  446. package/node_modules/@murphai/core/dist/event-attachments.d.ts +3 -12
  447. package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -1
  448. package/node_modules/@murphai/core/dist/event-attachments.js +1 -26
  449. package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -1
  450. package/node_modules/@murphai/core/dist/fs.js.map +1 -1
  451. package/node_modules/@murphai/core/dist/history/event-spine.d.ts +1 -0
  452. package/node_modules/@murphai/core/dist/history/event-spine.d.ts.map +1 -1
  453. package/node_modules/@murphai/core/dist/history/event-spine.js +1 -0
  454. package/node_modules/@murphai/core/dist/history/event-spine.js.map +1 -1
  455. package/node_modules/@murphai/core/dist/index.d.ts +6 -3
  456. package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
  457. package/node_modules/@murphai/core/dist/index.js +4 -2
  458. package/node_modules/@murphai/core/dist/index.js.map +1 -1
  459. package/node_modules/@murphai/core/dist/mutations.d.ts +6 -2
  460. package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
  461. package/node_modules/@murphai/core/dist/mutations.js +26 -4
  462. package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
  463. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +1 -0
  464. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
  465. package/node_modules/@murphai/core/dist/operations/write-batch.js +50 -26
  466. package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
  467. package/node_modules/@murphai/core/dist/public-mutations.d.ts +3 -1
  468. package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
  469. package/node_modules/@murphai/core/dist/public-mutations.js +11 -1
  470. package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
  471. package/node_modules/@murphai/core/dist/raw.d.ts.map +1 -1
  472. package/node_modules/@murphai/core/dist/raw.js +17 -0
  473. package/node_modules/@murphai/core/dist/raw.js.map +1 -1
  474. package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +74 -0
  475. package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -0
  476. package/node_modules/@murphai/core/dist/scheduled-logs.js +488 -0
  477. package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -0
  478. package/node_modules/@murphai/core/dist/vault-sync.d.ts +104 -0
  479. package/node_modules/@murphai/core/dist/vault-sync.d.ts.map +1 -0
  480. package/node_modules/@murphai/core/dist/vault-sync.js +702 -0
  481. package/node_modules/@murphai/core/dist/vault-sync.js.map +1 -0
  482. package/node_modules/@murphai/core/package.json +2 -6
  483. package/node_modules/@murphai/device-syncd/README.md +46 -6
  484. package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
  485. package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts +18 -0
  486. package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts.map +1 -0
  487. package/node_modules/@murphai/device-syncd/dist/config/env-keys.js +38 -0
  488. package/node_modules/@murphai/device-syncd/dist/config/env-keys.js.map +1 -0
  489. package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.d.ts +11 -0
  490. package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.d.ts.map +1 -0
  491. package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.js +63 -0
  492. package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.js.map +1 -0
  493. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +17 -0
  494. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -0
  495. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +32 -0
  496. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -0
  497. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +65 -0
  498. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -0
  499. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +148 -0
  500. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -0
  501. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts +9 -0
  502. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts.map +1 -0
  503. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js +28 -0
  504. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js.map +1 -0
  505. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +64 -0
  506. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -0
  507. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +511 -0
  508. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -0
  509. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +22 -0
  510. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -0
  511. package/node_modules/@murphai/device-syncd/dist/config/provider-types.js +2 -0
  512. package/node_modules/@murphai/device-syncd/dist/config/provider-types.js.map +1 -0
  513. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts +11 -0
  514. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -0
  515. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +47 -0
  516. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -0
  517. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts +7 -0
  518. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -0
  519. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +116 -0
  520. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -0
  521. package/node_modules/@murphai/device-syncd/dist/config.d.ts +11 -17
  522. package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
  523. package/node_modules/@murphai/device-syncd/dist/config.js +24 -244
  524. package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
  525. package/node_modules/@murphai/device-syncd/dist/hosted-hints.d.ts.map +1 -1
  526. package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +2 -83
  527. package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -1
  528. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +0 -1
  529. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
  530. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +41 -34
  531. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
  532. package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -1
  533. package/node_modules/@murphai/device-syncd/dist/http.js +45 -8
  534. package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -1
  535. package/node_modules/@murphai/device-syncd/dist/index.d.ts +8 -5
  536. package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
  537. package/node_modules/@murphai/device-syncd/dist/index.js +5 -3
  538. package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
  539. package/node_modules/@murphai/device-syncd/dist/metadata.d.ts +4 -0
  540. package/node_modules/@murphai/device-syncd/dist/metadata.d.ts.map +1 -0
  541. package/node_modules/@murphai/device-syncd/dist/metadata.js +61 -0
  542. package/node_modules/@murphai/device-syncd/dist/metadata.js.map +1 -0
  543. package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts +3 -0
  544. package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -0
  545. package/node_modules/@murphai/device-syncd/dist/provider-label.js +19 -0
  546. package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -0
  547. package/node_modules/@murphai/device-syncd/dist/providers/garmin.js +5 -2
  548. package/node_modules/@murphai/device-syncd/dist/providers/garmin.js.map +1 -1
  549. package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +5 -3
  550. package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
  551. package/node_modules/@murphai/device-syncd/dist/providers/oura.js +27 -12
  552. package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
  553. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts +2 -0
  554. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts.map +1 -1
  555. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js +9 -9
  556. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
  557. package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.d.ts +32 -0
  558. package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.d.ts.map +1 -0
  559. package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js +189 -0
  560. package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js.map +1 -0
  561. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +21 -0
  562. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -0
  563. package/node_modules/@murphai/device-syncd/dist/providers/strava.js +667 -0
  564. package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -0
  565. package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
  566. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +2 -8
  567. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
  568. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +4 -2
  569. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
  570. package/node_modules/@murphai/device-syncd/dist/public-ingress.js +15 -10
  571. package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
  572. package/node_modules/@murphai/device-syncd/dist/runtime-config.d.ts +3 -0
  573. package/node_modules/@murphai/device-syncd/dist/runtime-config.d.ts.map +1 -0
  574. package/node_modules/@murphai/device-syncd/dist/runtime-config.js +2 -0
  575. package/node_modules/@murphai/device-syncd/dist/runtime-config.js.map +1 -0
  576. package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
  577. package/node_modules/@murphai/device-syncd/dist/service.js +60 -18
  578. package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
  579. package/node_modules/@murphai/device-syncd/dist/shared.d.ts +2 -3
  580. package/node_modules/@murphai/device-syncd/dist/shared.d.ts.map +1 -1
  581. package/node_modules/@murphai/device-syncd/dist/shared.js +8 -58
  582. package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -1
  583. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +9 -0
  584. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
  585. package/node_modules/@murphai/device-syncd/dist/store/jobs.js +35 -0
  586. package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
  587. package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts +0 -1
  588. package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts.map +1 -1
  589. package/node_modules/@murphai/device-syncd/dist/store/schema.js +0 -7
  590. package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
  591. package/node_modules/@murphai/device-syncd/dist/store.d.ts +1 -0
  592. package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
  593. package/node_modules/@murphai/device-syncd/dist/store.js +115 -18
  594. package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
  595. package/node_modules/@murphai/device-syncd/dist/types.d.ts +12 -5
  596. package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
  597. package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts +7 -10
  598. package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts.map +1 -1
  599. package/node_modules/@murphai/device-syncd/dist/webhook-verification.js +26 -13
  600. package/node_modules/@murphai/device-syncd/dist/webhook-verification.js.map +1 -1
  601. package/node_modules/@murphai/device-syncd/package.json +13 -5
  602. package/node_modules/@murphai/gateway-local/dist/store/permissions.d.ts.map +1 -1
  603. package/node_modules/@murphai/gateway-local/dist/store/permissions.js +39 -7
  604. package/node_modules/@murphai/gateway-local/dist/store/permissions.js.map +1 -1
  605. package/node_modules/@murphai/gateway-local/dist/store/source-sync.d.ts.map +1 -1
  606. package/node_modules/@murphai/gateway-local/dist/store/source-sync.js +130 -8
  607. package/node_modules/@murphai/gateway-local/dist/store/source-sync.js.map +1 -1
  608. package/node_modules/@murphai/gateway-local/package.json +1 -6
  609. package/node_modules/@murphai/importers/README.md +9 -1
  610. package/node_modules/@murphai/importers/dist/core-port.d.ts +9 -2
  611. package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -1
  612. package/node_modules/@murphai/importers/dist/core-port.js.map +1 -1
  613. package/node_modules/@murphai/importers/dist/create-importers.d.ts +1 -1
  614. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts +79 -0
  615. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts.map +1 -0
  616. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js +576 -0
  617. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -0
  618. package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts +4 -16
  619. package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts.map +1 -1
  620. package/node_modules/@murphai/importers/dist/csv-sample-importer.js +91 -143
  621. package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -1
  622. package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.d.ts +68 -0
  623. package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.d.ts.map +1 -0
  624. package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.js +261 -0
  625. package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.js.map +1 -0
  626. package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts +2 -2
  627. package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts.map +1 -1
  628. package/node_modules/@murphai/importers/dist/device-providers/defaults.js +4 -2
  629. package/node_modules/@murphai/importers/dist/device-providers/defaults.js.map +1 -1
  630. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts +16 -0
  631. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts.map +1 -1
  632. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js +114 -1
  633. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -1
  634. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +9 -2
  635. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
  636. package/node_modules/@murphai/importers/dist/device-providers/index.js +5 -1
  637. package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
  638. package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.d.ts +48 -0
  639. package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.d.ts.map +1 -0
  640. package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.js +104 -0
  641. package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.js.map +1 -0
  642. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +93 -0
  643. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts.map +1 -1
  644. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js +49 -0
  645. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js.map +1 -1
  646. package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.d.ts +47 -0
  647. package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.d.ts.map +1 -0
  648. package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.js +62 -0
  649. package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.js.map +1 -0
  650. package/node_modules/@murphai/importers/dist/device-providers/strava.d.ts +12 -0
  651. package/node_modules/@murphai/importers/dist/device-providers/strava.d.ts.map +1 -0
  652. package/node_modules/@murphai/importers/dist/device-providers/strava.js +290 -0
  653. package/node_modules/@murphai/importers/dist/device-providers/strava.js.map +1 -0
  654. package/node_modules/@murphai/importers/dist/device-providers/types.d.ts +19 -1
  655. package/node_modules/@murphai/importers/dist/device-providers/types.d.ts.map +1 -1
  656. package/node_modules/@murphai/importers/dist/index.d.ts +1 -0
  657. package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -1
  658. package/node_modules/@murphai/importers/dist/index.js.map +1 -1
  659. package/node_modules/@murphai/importers/dist/meal-importer.d.ts +2 -1
  660. package/node_modules/@murphai/importers/dist/meal-importer.d.ts.map +1 -1
  661. package/node_modules/@murphai/importers/dist/meal-importer.js +11 -0
  662. package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
  663. package/node_modules/@murphai/importers/package.json +16 -6
  664. package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.d.ts.map +1 -1
  665. package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js +3 -0
  666. package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js.map +1 -1
  667. package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js.map +1 -1
  668. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +1 -0
  669. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
  670. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts +1 -0
  671. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts.map +1 -1
  672. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js +1 -0
  673. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js.map +1 -1
  674. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.d.ts.map +1 -1
  675. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js +1 -0
  676. package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js.map +1 -1
  677. package/node_modules/@murphai/inbox-services/package.json +1 -12
  678. package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js.map +1 -1
  679. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +0 -1
  680. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
  681. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts +12 -0
  682. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts.map +1 -0
  683. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js +17 -0
  684. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js.map +1 -0
  685. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.d.ts +29 -0
  686. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.d.ts.map +1 -1
  687. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js +116 -3
  688. package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js.map +1 -1
  689. package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.d.ts.map +1 -1
  690. package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.js +97 -4
  691. package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.js.map +1 -1
  692. package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts +1 -0
  693. package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts.map +1 -1
  694. package/node_modules/@murphai/inboxd/dist/index.d.ts +2 -2
  695. package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
  696. package/node_modules/@murphai/inboxd/dist/index.js +1 -1
  697. package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
  698. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts +1 -23
  699. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts.map +1 -1
  700. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js +1 -66
  701. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js.map +1 -1
  702. package/node_modules/@murphai/inboxd/dist/kernel/pipeline.d.ts.map +1 -1
  703. package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js +36 -0
  704. package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js.map +1 -1
  705. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.d.ts.map +1 -1
  706. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.js +1 -0
  707. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.js.map +1 -1
  708. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.d.ts.map +1 -1
  709. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js +40 -4
  710. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js.map +1 -1
  711. package/node_modules/@murphai/inboxd/package.json +5 -9
  712. package/node_modules/@murphai/messaging-ingress/package.json +1 -3
  713. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +10 -0
  714. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
  715. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js +2 -3
  716. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js.map +1 -1
  717. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts +71 -15
  718. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts.map +1 -1
  719. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js +267 -109
  720. package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js.map +1 -1
  721. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +43 -0
  722. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts.map +1 -1
  723. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js +74 -18
  724. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js.map +1 -1
  725. package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts +3 -2
  726. package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts.map +1 -1
  727. package/node_modules/@murphai/operator-config/dist/assistant-backend.js +28 -18
  728. package/node_modules/@murphai/operator-config/dist/assistant-backend.js.map +1 -1
  729. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +122 -433
  730. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts.map +1 -1
  731. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js +40 -49
  732. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
  733. package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts +6 -0
  734. package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts.map +1 -1
  735. package/node_modules/@murphai/operator-config/dist/command-helpers.js +77 -1
  736. package/node_modules/@murphai/operator-config/dist/command-helpers.js.map +1 -1
  737. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +5 -0
  738. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts.map +1 -1
  739. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js +21 -4
  740. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
  741. package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts.map +1 -1
  742. package/node_modules/@murphai/operator-config/dist/device-sync-client.js +26 -1
  743. package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
  744. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +16 -0
  745. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -0
  746. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js +56 -0
  747. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js.map +1 -0
  748. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts +2 -14
  749. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
  750. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js +89 -54
  751. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js.map +1 -1
  752. package/node_modules/@murphai/operator-config/dist/http-json-retry.js.map +1 -1
  753. package/node_modules/@murphai/operator-config/dist/http-retry.d.ts +5 -0
  754. package/node_modules/@murphai/operator-config/dist/http-retry.d.ts.map +1 -1
  755. package/node_modules/@murphai/operator-config/dist/http-retry.js +17 -0
  756. package/node_modules/@murphai/operator-config/dist/http-retry.js.map +1 -1
  757. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +3 -0
  758. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
  759. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +2 -0
  760. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js.map +1 -1
  761. package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
  762. package/node_modules/@murphai/operator-config/dist/linq-runtime.js +47 -5
  763. package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
  764. package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.d.ts.map +1 -1
  765. package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.js +11 -3
  766. package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.js.map +1 -1
  767. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +2 -2
  768. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
  769. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js +4 -4
  770. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js.map +1 -1
  771. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +5 -3
  772. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
  773. package/node_modules/@murphai/operator-config/dist/operator-config.js.map +1 -1
  774. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts +5 -2
  775. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
  776. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js +12 -9
  777. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js.map +1 -1
  778. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts +1 -0
  779. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts.map +1 -1
  780. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js +50 -3
  781. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
  782. package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts +1 -0
  783. package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts.map +1 -1
  784. package/node_modules/@murphai/operator-config/dist/telegram-runtime.js +25 -13
  785. package/node_modules/@murphai/operator-config/dist/telegram-runtime.js.map +1 -1
  786. package/node_modules/@murphai/operator-config/dist/text/shared.js.map +1 -1
  787. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +136 -25
  788. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts.map +1 -1
  789. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +69 -6
  790. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js.map +1 -1
  791. package/node_modules/@murphai/operator-config/package.json +6 -10
  792. package/node_modules/@murphai/parsers/README.md +1 -0
  793. package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.d.ts +36 -0
  794. package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.d.ts.map +1 -0
  795. package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js +152 -0
  796. package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js.map +1 -0
  797. package/node_modules/@murphai/parsers/dist/index.d.ts +4 -0
  798. package/node_modules/@murphai/parsers/dist/index.d.ts.map +1 -1
  799. package/node_modules/@murphai/parsers/dist/index.js +3 -0
  800. package/node_modules/@murphai/parsers/dist/index.js.map +1 -1
  801. package/node_modules/@murphai/parsers/dist/toolchain/discover.d.ts.map +1 -1
  802. package/node_modules/@murphai/parsers/dist/toolchain/discover.js +2 -0
  803. package/node_modules/@murphai/parsers/dist/toolchain/discover.js.map +1 -1
  804. package/node_modules/@murphai/parsers/package.json +1 -5
  805. package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
  806. package/node_modules/@murphai/query/dist/automation.js +7 -15
  807. package/node_modules/@murphai/query/dist/automation.js.map +1 -1
  808. package/node_modules/@murphai/query/dist/browser-replica.d.ts +266 -0
  809. package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -0
  810. package/node_modules/@murphai/query/dist/browser-replica.js +986 -0
  811. package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -0
  812. package/node_modules/@murphai/query/dist/browser.d.ts +12 -0
  813. package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -0
  814. package/node_modules/@murphai/query/dist/browser.js +6 -0
  815. package/node_modules/@murphai/query/dist/browser.js.map +1 -0
  816. package/node_modules/@murphai/query/dist/experiments.d.ts +112 -0
  817. package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -0
  818. package/node_modules/@murphai/query/dist/experiments.js +663 -0
  819. package/node_modules/@murphai/query/dist/experiments.js.map +1 -0
  820. package/node_modules/@murphai/query/dist/health/loaders.js.map +1 -1
  821. package/node_modules/@murphai/query/dist/health/projectors/history.d.ts +1 -1
  822. package/node_modules/@murphai/query/dist/health/supplements.d.ts.map +1 -1
  823. package/node_modules/@murphai/query/dist/health/supplements.js +1 -17
  824. package/node_modules/@murphai/query/dist/health/supplements.js.map +1 -1
  825. package/node_modules/@murphai/query/dist/health-library.d.ts +7 -1
  826. package/node_modules/@murphai/query/dist/health-library.d.ts.map +1 -1
  827. package/node_modules/@murphai/query/dist/health-library.js +18 -11
  828. package/node_modules/@murphai/query/dist/health-library.js.map +1 -1
  829. package/node_modules/@murphai/query/dist/index.d.ts +12 -5
  830. package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
  831. package/node_modules/@murphai/query/dist/index.js +8 -4
  832. package/node_modules/@murphai/query/dist/index.js.map +1 -1
  833. package/node_modules/@murphai/query/dist/model.d.ts +2 -133
  834. package/node_modules/@murphai/query/dist/model.d.ts.map +1 -1
  835. package/node_modules/@murphai/query/dist/model.js +2 -332
  836. package/node_modules/@murphai/query/dist/model.js.map +1 -1
  837. package/node_modules/@murphai/query/dist/overview.d.ts +20 -2
  838. package/node_modules/@murphai/query/dist/overview.d.ts.map +1 -1
  839. package/node_modules/@murphai/query/dist/overview.js +55 -30
  840. package/node_modules/@murphai/query/dist/overview.js.map +1 -1
  841. package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
  842. package/node_modules/@murphai/query/dist/query-projection.js +72 -5
  843. package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
  844. package/node_modules/@murphai/query/dist/query-record-data.d.ts +2 -0
  845. package/node_modules/@murphai/query/dist/query-record-data.d.ts.map +1 -0
  846. package/node_modules/@murphai/query/dist/query-record-data.js +2 -0
  847. package/node_modules/@murphai/query/dist/query-record-data.js.map +1 -0
  848. package/node_modules/@murphai/query/dist/read-model.d.ts +132 -0
  849. package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -0
  850. package/node_modules/@murphai/query/dist/read-model.js +315 -0
  851. package/node_modules/@murphai/query/dist/read-model.js.map +1 -0
  852. package/node_modules/@murphai/query/dist/scheduled-logs.d.ts +28 -0
  853. package/node_modules/@murphai/query/dist/scheduled-logs.d.ts.map +1 -0
  854. package/node_modules/@murphai/query/dist/scheduled-logs.js +126 -0
  855. package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -0
  856. package/node_modules/@murphai/query/dist/search.d.ts +1 -1
  857. package/node_modules/@murphai/query/dist/search.d.ts.map +1 -1
  858. package/node_modules/@murphai/query/dist/summaries.d.ts +2 -1
  859. package/node_modules/@murphai/query/dist/summaries.d.ts.map +1 -1
  860. package/node_modules/@murphai/query/dist/summaries.js +2 -0
  861. package/node_modules/@murphai/query/dist/summaries.js.map +1 -1
  862. package/node_modules/@murphai/query/dist/timeline.d.ts +1 -1
  863. package/node_modules/@murphai/query/dist/timeline.d.ts.map +1 -1
  864. package/node_modules/@murphai/query/dist/timeline.js +1 -1
  865. package/node_modules/@murphai/query/dist/timeline.js.map +1 -1
  866. package/node_modules/@murphai/query/dist/vault-reader.d.ts +4 -0
  867. package/node_modules/@murphai/query/dist/vault-reader.d.ts.map +1 -0
  868. package/node_modules/@murphai/query/dist/vault-reader.js +20 -0
  869. package/node_modules/@murphai/query/dist/vault-reader.js.map +1 -0
  870. package/node_modules/@murphai/query/dist/vault-source.d.ts +2 -1
  871. package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
  872. package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
  873. package/node_modules/@murphai/query/dist/wearables/candidates.d.ts +1 -1
  874. package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
  875. package/node_modules/@murphai/query/dist/wearables/candidates.js +134 -25
  876. package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
  877. package/node_modules/@murphai/query/dist/wearables/canonical-records.d.ts +4 -0
  878. package/node_modules/@murphai/query/dist/wearables/canonical-records.d.ts.map +1 -0
  879. package/node_modules/@murphai/query/dist/wearables/canonical-records.js +155 -0
  880. package/node_modules/@murphai/query/dist/wearables/canonical-records.js.map +1 -0
  881. package/node_modules/@murphai/query/dist/wearables/provider-policy.d.ts.map +1 -1
  882. package/node_modules/@murphai/query/dist/wearables/provider-policy.js +9 -54
  883. package/node_modules/@murphai/query/dist/wearables/provider-policy.js.map +1 -1
  884. package/node_modules/@murphai/query/dist/wearables/shared.js +1 -1
  885. package/node_modules/@murphai/query/dist/wearables/shared.js.map +1 -1
  886. package/node_modules/@murphai/query/dist/wearables/types.d.ts +71 -6
  887. package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
  888. package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
  889. package/node_modules/@murphai/query/dist/wearables.d.ts +8 -3
  890. package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
  891. package/node_modules/@murphai/query/dist/wearables.js +295 -0
  892. package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
  893. package/node_modules/@murphai/query/package.json +6 -7
  894. package/node_modules/@murphai/runtime-state/README.md +2 -2
  895. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts.map +1 -1
  896. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js +3 -1
  897. package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js.map +1 -1
  898. package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts +51 -0
  899. package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts.map +1 -0
  900. package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js +302 -0
  901. package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js.map +1 -0
  902. package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts +2 -0
  903. package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts.map +1 -1
  904. package/node_modules/@murphai/runtime-state/dist/assistant-state.js +3 -0
  905. package/node_modules/@murphai/runtime-state/dist/assistant-state.js.map +1 -1
  906. package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts +8 -0
  907. package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts.map +1 -1
  908. package/node_modules/@murphai/runtime-state/dist/assistant-usage.js +60 -1
  909. package/node_modules/@murphai/runtime-state/dist/assistant-usage.js.map +1 -1
  910. package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.d.ts +31 -0
  911. package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.d.ts.map +1 -0
  912. package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.js +180 -0
  913. package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.js.map +1 -0
  914. package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts +1 -1
  915. package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts.map +1 -1
  916. package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js +4 -1
  917. package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js.map +1 -1
  918. package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +0 -2
  919. package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -1
  920. package/node_modules/@murphai/runtime-state/dist/hosted-email.js +32 -7
  921. package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -1
  922. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +37 -0
  923. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -0
  924. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +157 -0
  925. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -0
  926. package/node_modules/@murphai/runtime-state/dist/index.d.ts +2 -1
  927. package/node_modules/@murphai/runtime-state/dist/index.d.ts.map +1 -1
  928. package/node_modules/@murphai/runtime-state/dist/index.js +2 -1
  929. package/node_modules/@murphai/runtime-state/dist/index.js.map +1 -1
  930. package/node_modules/@murphai/runtime-state/dist/locks.js.map +1 -1
  931. package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.d.ts +3 -0
  932. package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.d.ts.map +1 -0
  933. package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.js +3 -0
  934. package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.js.map +1 -0
  935. package/node_modules/@murphai/runtime-state/dist/node/index.d.ts +1 -1
  936. package/node_modules/@murphai/runtime-state/dist/node/index.d.ts.map +1 -1
  937. package/node_modules/@murphai/runtime-state/dist/node/index.js +1 -1
  938. package/node_modules/@murphai/runtime-state/dist/node/index.js.map +1 -1
  939. package/node_modules/@murphai/runtime-state/dist/versioned-json-files.js.map +1 -1
  940. package/node_modules/@murphai/runtime-state/package.json +9 -1
  941. package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js.map +1 -1
  942. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js +2 -2
  943. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
  944. package/node_modules/@murphai/setup-cli/dist/setup-assistant.d.ts.map +1 -1
  945. package/node_modules/@murphai/setup-cli/dist/setup-assistant.js +7 -5
  946. package/node_modules/@murphai/setup-cli/dist/setup-assistant.js.map +1 -1
  947. package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
  948. package/node_modules/@murphai/setup-cli/dist/setup-cli.js +13 -1
  949. package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
  950. package/node_modules/@murphai/setup-cli/dist/setup-services/shell.d.ts.map +1 -1
  951. package/node_modules/@murphai/setup-cli/dist/setup-services/shell.js +2 -69
  952. package/node_modules/@murphai/setup-cli/dist/setup-services/shell.js.map +1 -1
  953. package/node_modules/@murphai/setup-cli/dist/setup-services/wearables.js +2 -0
  954. package/node_modules/@murphai/setup-cli/dist/setup-services/wearables.js.map +1 -1
  955. package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts.map +1 -1
  956. package/node_modules/@murphai/setup-cli/dist/setup-services.js +7 -7
  957. package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
  958. package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.d.ts.map +1 -1
  959. package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.js +47 -0
  960. package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.js.map +1 -1
  961. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.d.ts.map +1 -1
  962. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js +7 -0
  963. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
  964. package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.d.ts +13 -1
  965. package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.d.ts.map +1 -1
  966. package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.js +214 -21
  967. package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.js.map +1 -1
  968. package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.d.ts +1 -5
  969. package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.d.ts.map +1 -1
  970. package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.js +8 -2
  971. package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.js.map +1 -1
  972. package/node_modules/@murphai/setup-cli/dist/setup-wizard.d.ts +1 -1
  973. package/node_modules/@murphai/setup-cli/dist/setup-wizard.d.ts.map +1 -1
  974. package/node_modules/@murphai/setup-cli/dist/setup-wizard.js +1 -1
  975. package/node_modules/@murphai/setup-cli/dist/setup-wizard.js.map +1 -1
  976. package/node_modules/@murphai/setup-cli/package.json +1 -10
  977. package/node_modules/@murphai/vault-usecases/dist/captures.d.ts +2 -0
  978. package/node_modules/@murphai/vault-usecases/dist/captures.d.ts.map +1 -0
  979. package/node_modules/@murphai/vault-usecases/dist/captures.js +2 -0
  980. package/node_modules/@murphai/vault-usecases/dist/captures.js.map +1 -0
  981. package/node_modules/@murphai/vault-usecases/dist/index.d.ts +3 -0
  982. package/node_modules/@murphai/vault-usecases/dist/index.d.ts.map +1 -1
  983. package/node_modules/@murphai/vault-usecases/dist/index.js +3 -0
  984. package/node_modules/@murphai/vault-usecases/dist/index.js.map +1 -1
  985. package/node_modules/@murphai/vault-usecases/dist/measurements.d.ts +3 -0
  986. package/node_modules/@murphai/vault-usecases/dist/measurements.d.ts.map +1 -0
  987. package/node_modules/@murphai/vault-usecases/dist/measurements.js +3 -0
  988. package/node_modules/@murphai/vault-usecases/dist/measurements.js.map +1 -0
  989. package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts +2 -2
  990. package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts +115 -2
  991. package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts.map +1 -1
  992. package/node_modules/@murphai/vault-usecases/dist/query-runtime.js.map +1 -1
  993. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +174 -0
  994. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -0
  995. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js +485 -0
  996. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js.map +1 -0
  997. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +8 -5
  998. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts.map +1 -1
  999. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +14 -52
  1000. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
  1001. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +272 -9
  1002. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts.map +1 -1
  1003. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js +417 -2
  1004. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
  1005. package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.d.ts.map +1 -1
  1006. package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts +2 -2
  1007. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.d.ts.map +1 -1
  1008. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js +166 -21
  1009. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
  1010. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +114 -0
  1011. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -0
  1012. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js +92 -0
  1013. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js.map +1 -0
  1014. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts +95 -0
  1015. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -0
  1016. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js +217 -0
  1017. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js.map +1 -0
  1018. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +3 -1
  1019. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
  1020. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js +33 -0
  1021. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js.map +1 -1
  1022. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
  1023. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +6 -1
  1024. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
  1025. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts +2 -1
  1026. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts.map +1 -1
  1027. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +34 -0
  1028. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
  1029. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +153 -14
  1030. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
  1031. package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts +3 -1
  1032. package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts.map +1 -1
  1033. package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js +30 -3
  1034. package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js.map +1 -1
  1035. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts +14 -1
  1036. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts.map +1 -1
  1037. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.js.map +1 -1
  1038. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +1 -1
  1039. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts +0 -37
  1040. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts.map +1 -1
  1041. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.js +9 -185
  1042. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.js.map +1 -1
  1043. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +5 -53
  1044. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts.map +1 -1
  1045. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js +4 -60
  1046. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js.map +1 -1
  1047. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts +2 -2
  1048. package/node_modules/@murphai/vault-usecases/package.json +9 -10
  1049. package/package.json +21 -20
  1050. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.d.ts +0 -17
  1051. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.d.ts.map +0 -1
  1052. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.js +0 -213
  1053. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.js.map +0 -1
  1054. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-turn-metadata.d.ts +0 -6
  1055. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-turn-metadata.d.ts.map +0 -1
  1056. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-turn-metadata.js +0 -26
  1057. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-turn-metadata.js.map +0 -1
  1058. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.d.ts +0 -8
  1059. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.d.ts.map +0 -1
  1060. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.js +0 -93
  1061. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.js.map +0 -1
  1062. package/node_modules/@murphai/messaging-ingress/dist/index.d.ts +0 -2
  1063. package/node_modules/@murphai/messaging-ingress/dist/index.d.ts.map +0 -1
  1064. package/node_modules/@murphai/messaging-ingress/dist/index.js +0 -2
  1065. package/node_modules/@murphai/messaging-ingress/dist/index.js.map +0 -1
  1066. package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts +0 -14
  1067. package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts.map +0 -1
  1068. package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js +0 -59
  1069. package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js.map +0 -1
@@ -219,11 +219,11 @@
219
219
  "minLength": 1
220
220
  },
221
221
  "participant": {
222
- "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --sourceThread instead.",
222
+ "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --thread instead.",
223
223
  "type": "string",
224
224
  "minLength": 1
225
225
  },
226
- "sourceThread": {
226
+ "thread": {
227
227
  "description": "Optional upstream thread identifier when the transport routes by thread/chat. Use the transport-native thread value, such as a Telegram chat id or `<chatId>:topic:<messageThreadId>` topic route; direct-recipient routes can often leave this unset.",
228
228
  "type": "string",
229
229
  "minLength": 1
@@ -346,11 +346,11 @@
346
346
  "minLength": 1
347
347
  },
348
348
  "participant": {
349
- "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --sourceThread instead.",
349
+ "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --thread instead.",
350
350
  "type": "string",
351
351
  "minLength": 1
352
352
  },
353
- "sourceThread": {
353
+ "thread": {
354
354
  "description": "Optional upstream thread identifier when the transport routes by thread/chat. Use the transport-native thread value, such as a Telegram chat id or `<chatId>:topic:<messageThreadId>` topic route; direct-recipient routes can often leave this unset.",
355
355
  "type": "string",
356
356
  "minLength": 1
@@ -464,11 +464,11 @@
464
464
  "minLength": 1
465
465
  },
466
466
  "participant": {
467
- "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --sourceThread instead.",
467
+ "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --thread instead.",
468
468
  "type": "string",
469
469
  "minLength": 1
470
470
  },
471
- "sourceThread": {
471
+ "thread": {
472
472
  "description": "Optional upstream thread identifier when the transport routes by thread/chat. Use the transport-native thread value, such as a Telegram chat id or `<chatId>:topic:<messageThreadId>` topic route; direct-recipient routes can often leave this unset.",
473
473
  "type": "string",
474
474
  "minLength": 1
@@ -620,11 +620,11 @@
620
620
  "minLength": 1
621
621
  },
622
622
  "participant": {
623
- "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --sourceThread instead.",
623
+ "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --thread instead.",
624
624
  "type": "string",
625
625
  "minLength": 1
626
626
  },
627
- "sourceThread": {
627
+ "thread": {
628
628
  "description": "Optional upstream thread identifier when the transport routes by thread/chat. Use the transport-native thread value, such as a Telegram chat id or `<chatId>:topic:<messageThreadId>` topic route; direct-recipient routes can often leave this unset.",
629
629
  "type": "string",
630
630
  "minLength": 1
@@ -848,11 +848,11 @@
848
848
  "minLength": 1
849
849
  },
850
850
  "participant": {
851
- "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --sourceThread instead.",
851
+ "description": "Optional remote participant identifier when the transport addresses a person directly. Use the transport-native participant value, such as an email correspondent; thread-addressed transports may rely on --thread instead.",
852
852
  "type": "string",
853
853
  "minLength": 1
854
854
  },
855
- "sourceThread": {
855
+ "thread": {
856
856
  "description": "Optional upstream thread identifier when the transport routes by thread/chat. Use the transport-native thread value, such as a Telegram chat id or `<chatId>:topic:<messageThreadId>` topic route; direct-recipient routes can often leave this unset.",
857
857
  "type": "string",
858
858
  "minLength": 1
@@ -1086,6 +1086,57 @@
1086
1086
  }
1087
1087
  }
1088
1088
  },
1089
+ "sync": {
1090
+ "type": "object",
1091
+ "additionalProperties": false,
1092
+ "properties": {
1093
+ "commands": {
1094
+ "type": "object",
1095
+ "additionalProperties": false,
1096
+ "properties": {
1097
+ "push": {
1098
+ "type": "object",
1099
+ "additionalProperties": false,
1100
+ "properties": {
1101
+ "options": {
1102
+ "type": "object",
1103
+ "additionalProperties": false,
1104
+ "properties": {
1105
+ "vault": {
1106
+ "type": "string",
1107
+ "minLength": 1,
1108
+ "description": "Vault root to operate against."
1109
+ },
1110
+ "requestId": {
1111
+ "description": "Optional caller-supplied request id for audit correlation.",
1112
+ "type": "string",
1113
+ "minLength": 1,
1114
+ "maxLength": 128
1115
+ },
1116
+ "session": {
1117
+ "type": "string",
1118
+ "minLength": 1,
1119
+ "description": "One-time pairing code from hosted Settings."
1120
+ },
1121
+ "host": {
1122
+ "default": "https://app.murph.ai",
1123
+ "description": "Hosted Murph app base URL.",
1124
+ "type": "string",
1125
+ "minLength": 1
1126
+ },
1127
+ "dryRun": {
1128
+ "default": false,
1129
+ "description": "Build and summarize the import pack without uploading it.",
1130
+ "type": "boolean"
1131
+ }
1132
+ }
1133
+ }
1134
+ }
1135
+ }
1136
+ }
1137
+ }
1138
+ }
1139
+ },
1089
1140
  "automation": {
1090
1141
  "type": "object",
1091
1142
  "additionalProperties": false,
@@ -1217,6 +1268,206 @@
1217
1268
  }
1218
1269
  }
1219
1270
  },
1271
+ "scheduled-log": {
1272
+ "type": "object",
1273
+ "additionalProperties": false,
1274
+ "properties": {
1275
+ "commands": {
1276
+ "type": "object",
1277
+ "additionalProperties": false,
1278
+ "properties": {
1279
+ "scaffold": {
1280
+ "type": "object",
1281
+ "additionalProperties": false,
1282
+ "properties": {
1283
+ "options": {
1284
+ "type": "object",
1285
+ "additionalProperties": false,
1286
+ "properties": {
1287
+ "vault": {
1288
+ "type": "string",
1289
+ "minLength": 1,
1290
+ "description": "Vault root to operate against."
1291
+ },
1292
+ "requestId": {
1293
+ "description": "Optional caller-supplied request id for audit correlation.",
1294
+ "type": "string",
1295
+ "minLength": 1,
1296
+ "maxLength": 128
1297
+ }
1298
+ }
1299
+ }
1300
+ }
1301
+ },
1302
+ "show": {
1303
+ "type": "object",
1304
+ "additionalProperties": false,
1305
+ "properties": {
1306
+ "options": {
1307
+ "type": "object",
1308
+ "additionalProperties": false,
1309
+ "properties": {
1310
+ "vault": {
1311
+ "type": "string",
1312
+ "minLength": 1,
1313
+ "description": "Vault root to operate against."
1314
+ },
1315
+ "requestId": {
1316
+ "description": "Optional caller-supplied request id for audit correlation.",
1317
+ "type": "string",
1318
+ "minLength": 1,
1319
+ "maxLength": 128
1320
+ }
1321
+ }
1322
+ }
1323
+ }
1324
+ },
1325
+ "list": {
1326
+ "type": "object",
1327
+ "additionalProperties": false,
1328
+ "properties": {
1329
+ "options": {
1330
+ "type": "object",
1331
+ "additionalProperties": false,
1332
+ "properties": {
1333
+ "vault": {
1334
+ "type": "string",
1335
+ "minLength": 1,
1336
+ "description": "Vault root to operate against."
1337
+ },
1338
+ "requestId": {
1339
+ "description": "Optional caller-supplied request id for audit correlation.",
1340
+ "type": "string",
1341
+ "minLength": 1,
1342
+ "maxLength": 128
1343
+ },
1344
+ "status": {
1345
+ "description": "Optional repeated status filter.",
1346
+ "type": "array",
1347
+ "items": {
1348
+ "type": "string",
1349
+ "enum": [
1350
+ "active",
1351
+ "paused",
1352
+ "archived"
1353
+ ]
1354
+ }
1355
+ },
1356
+ "text": {
1357
+ "description": "Optional lexical filter across title, action, schedule, and body.",
1358
+ "type": "string",
1359
+ "minLength": 1
1360
+ },
1361
+ "limit": {
1362
+ "default": 50,
1363
+ "type": "integer",
1364
+ "exclusiveMinimum": 0,
1365
+ "maximum": 200
1366
+ }
1367
+ }
1368
+ }
1369
+ }
1370
+ },
1371
+ "upsert": {
1372
+ "type": "object",
1373
+ "additionalProperties": false,
1374
+ "properties": {
1375
+ "options": {
1376
+ "type": "object",
1377
+ "additionalProperties": false,
1378
+ "properties": {
1379
+ "vault": {
1380
+ "type": "string",
1381
+ "minLength": 1,
1382
+ "description": "Vault root to operate against."
1383
+ },
1384
+ "requestId": {
1385
+ "description": "Optional caller-supplied request id for audit correlation.",
1386
+ "type": "string",
1387
+ "minLength": 1,
1388
+ "maxLength": 128
1389
+ },
1390
+ "input": {
1391
+ "type": "string",
1392
+ "description": "Scheduled-log payload in @file.json form or - for stdin."
1393
+ }
1394
+ }
1395
+ }
1396
+ }
1397
+ },
1398
+ "pause": {
1399
+ "type": "object",
1400
+ "additionalProperties": false,
1401
+ "properties": {
1402
+ "options": {
1403
+ "type": "object",
1404
+ "additionalProperties": false,
1405
+ "properties": {
1406
+ "vault": {
1407
+ "type": "string",
1408
+ "minLength": 1,
1409
+ "description": "Vault root to operate against."
1410
+ },
1411
+ "requestId": {
1412
+ "description": "Optional caller-supplied request id for audit correlation.",
1413
+ "type": "string",
1414
+ "minLength": 1,
1415
+ "maxLength": 128
1416
+ }
1417
+ }
1418
+ }
1419
+ }
1420
+ },
1421
+ "resume": {
1422
+ "type": "object",
1423
+ "additionalProperties": false,
1424
+ "properties": {
1425
+ "options": {
1426
+ "type": "object",
1427
+ "additionalProperties": false,
1428
+ "properties": {
1429
+ "vault": {
1430
+ "type": "string",
1431
+ "minLength": 1,
1432
+ "description": "Vault root to operate against."
1433
+ },
1434
+ "requestId": {
1435
+ "description": "Optional caller-supplied request id for audit correlation.",
1436
+ "type": "string",
1437
+ "minLength": 1,
1438
+ "maxLength": 128
1439
+ }
1440
+ }
1441
+ }
1442
+ }
1443
+ },
1444
+ "archive": {
1445
+ "type": "object",
1446
+ "additionalProperties": false,
1447
+ "properties": {
1448
+ "options": {
1449
+ "type": "object",
1450
+ "additionalProperties": false,
1451
+ "properties": {
1452
+ "vault": {
1453
+ "type": "string",
1454
+ "minLength": 1,
1455
+ "description": "Vault root to operate against."
1456
+ },
1457
+ "requestId": {
1458
+ "description": "Optional caller-supplied request id for audit correlation.",
1459
+ "type": "string",
1460
+ "minLength": 1,
1461
+ "maxLength": 128
1462
+ }
1463
+ }
1464
+ }
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+ }
1470
+ },
1220
1471
  "audit": {
1221
1472
  "type": "object",
1222
1473
  "additionalProperties": false,
@@ -1267,43 +1518,274 @@
1267
1518
  "minLength": 1,
1268
1519
  "maxLength": 128
1269
1520
  },
1270
- "action": {
1271
- "description": "Optional audit action filter such as validate, samples_import_csv, or goal_update.",
1521
+ "action": {
1522
+ "description": "Optional audit action filter such as validate, samples_import_csv, or goal_update.",
1523
+ "type": "string",
1524
+ "minLength": 1
1525
+ },
1526
+ "actor": {
1527
+ "description": "Optional audit actor filter such as cli, assistant, import, or system.",
1528
+ "type": "string",
1529
+ "minLength": 1
1530
+ },
1531
+ "status": {
1532
+ "description": "Optional audit status filter such as success, warning, or error.",
1533
+ "type": "string",
1534
+ "minLength": 1
1535
+ },
1536
+ "from": {
1537
+ "description": "Inclusive lower occurredAt date bound in YYYY-MM-DD form.",
1538
+ "type": "string",
1539
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1540
+ },
1541
+ "to": {
1542
+ "description": "Inclusive upper occurredAt date bound in YYYY-MM-DD form.",
1543
+ "type": "string",
1544
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1545
+ },
1546
+ "sort": {
1547
+ "default": "desc",
1548
+ "description": "Sort audit records by occurredAt in ascending or descending order.",
1549
+ "type": "string",
1550
+ "enum": [
1551
+ "asc",
1552
+ "desc"
1553
+ ]
1554
+ },
1555
+ "limit": {
1556
+ "default": 50,
1557
+ "description": "Maximum number of audit records to return.",
1558
+ "type": "integer",
1559
+ "exclusiveMinimum": 0,
1560
+ "maximum": 200
1561
+ }
1562
+ }
1563
+ }
1564
+ }
1565
+ },
1566
+ "tail": {
1567
+ "type": "object",
1568
+ "additionalProperties": false,
1569
+ "properties": {
1570
+ "options": {
1571
+ "type": "object",
1572
+ "additionalProperties": false,
1573
+ "properties": {
1574
+ "vault": {
1575
+ "type": "string",
1576
+ "minLength": 1,
1577
+ "description": "Vault root to operate against."
1578
+ },
1579
+ "requestId": {
1580
+ "description": "Optional caller-supplied request id for audit correlation.",
1581
+ "type": "string",
1582
+ "minLength": 1,
1583
+ "maxLength": 128
1584
+ },
1585
+ "limit": {
1586
+ "default": 20,
1587
+ "description": "Maximum number of recent audit records to return.",
1588
+ "type": "integer",
1589
+ "exclusiveMinimum": 0,
1590
+ "maximum": 200
1591
+ }
1592
+ }
1593
+ }
1594
+ }
1595
+ }
1596
+ }
1597
+ }
1598
+ }
1599
+ },
1600
+ "capture": {
1601
+ "type": "object",
1602
+ "additionalProperties": false,
1603
+ "properties": {
1604
+ "commands": {
1605
+ "type": "object",
1606
+ "additionalProperties": false,
1607
+ "properties": {
1608
+ "add": {
1609
+ "type": "object",
1610
+ "additionalProperties": false,
1611
+ "properties": {
1612
+ "options": {
1613
+ "type": "object",
1614
+ "additionalProperties": false,
1615
+ "properties": {
1616
+ "vault": {
1617
+ "type": "string",
1618
+ "minLength": 1,
1619
+ "description": "Vault root to operate against."
1620
+ },
1621
+ "requestId": {
1622
+ "description": "Optional caller-supplied request id for audit correlation.",
1623
+ "type": "string",
1624
+ "minLength": 1,
1625
+ "maxLength": 128
1626
+ },
1627
+ "input": {
1628
+ "description": "Optional structured capture payload in @file.json form or - for stdin.",
1629
+ "type": "string"
1630
+ },
1631
+ "media": {
1632
+ "description": "Media file paths for one capture. Repeat --media for multiple views of the same observation.",
1633
+ "type": "array",
1634
+ "items": {
1635
+ "type": "string",
1636
+ "minLength": 1,
1637
+ "description": "Filesystem path supplied by the operator."
1638
+ }
1639
+ },
1640
+ "label": {
1641
+ "description": "Optional stable label. Friendly text is normalized to kebab-case and used as a continuity tag.",
1642
+ "type": "string",
1643
+ "minLength": 1,
1644
+ "maxLength": 160
1645
+ },
1646
+ "bodySite": {
1647
+ "description": "Optional freeform body/site/location context. This is saved in the note and as a site-* tag.",
1648
+ "type": "string",
1649
+ "minLength": 1,
1650
+ "maxLength": 400
1651
+ },
1652
+ "collection": {
1653
+ "description": "Optional collection slug, such as skin-check-2026-04 or dermatology-baseline.",
1654
+ "type": "string",
1655
+ "minLength": 1,
1656
+ "maxLength": 160
1657
+ },
1658
+ "tag": {
1659
+ "description": "Optional capture tag. Repeat --tag for multiple entries.",
1660
+ "type": "array",
1661
+ "items": {
1662
+ "type": "string",
1663
+ "minLength": 1
1664
+ }
1665
+ },
1666
+ "note": {
1667
+ "description": "Optional capture note.",
1668
+ "type": "string",
1669
+ "minLength": 1,
1670
+ "maxLength": 4000
1671
+ },
1672
+ "title": {
1673
+ "description": "Optional capture title override.",
1674
+ "type": "string",
1675
+ "minLength": 1,
1676
+ "maxLength": 160
1677
+ },
1678
+ "occurredAt": {
1679
+ "description": "Optional occurrence timestamp in ISO 8601 form or YYYY-MM-DD form.",
1680
+ "anyOf": [
1681
+ {
1682
+ "type": "string",
1683
+ "format": "date-time",
1684
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
1685
+ "description": "Timestamp in ISO 8601 format with an explicit UTC offset."
1686
+ },
1687
+ {
1688
+ "type": "string",
1689
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
1690
+ "description": "Calendar date in YYYY-MM-DD form."
1691
+ }
1692
+ ]
1693
+ },
1694
+ "source": {
1695
+ "description": "Optional event source (`manual`, `import`, `device`, or `derived`).",
1696
+ "type": "string",
1697
+ "enum": [
1698
+ "manual",
1699
+ "import",
1700
+ "device",
1701
+ "derived"
1702
+ ]
1703
+ }
1704
+ }
1705
+ }
1706
+ }
1707
+ },
1708
+ "show": {
1709
+ "type": "object",
1710
+ "additionalProperties": false,
1711
+ "properties": {
1712
+ "options": {
1713
+ "type": "object",
1714
+ "additionalProperties": false,
1715
+ "properties": {
1716
+ "vault": {
1717
+ "type": "string",
1718
+ "minLength": 1,
1719
+ "description": "Vault root to operate against."
1720
+ },
1721
+ "requestId": {
1722
+ "description": "Optional caller-supplied request id for audit correlation.",
1723
+ "type": "string",
1724
+ "minLength": 1,
1725
+ "maxLength": 128
1726
+ }
1727
+ }
1728
+ }
1729
+ }
1730
+ },
1731
+ "list": {
1732
+ "type": "object",
1733
+ "additionalProperties": false,
1734
+ "properties": {
1735
+ "options": {
1736
+ "type": "object",
1737
+ "additionalProperties": false,
1738
+ "properties": {
1739
+ "vault": {
1740
+ "type": "string",
1741
+ "minLength": 1,
1742
+ "description": "Vault root to operate against."
1743
+ },
1744
+ "requestId": {
1745
+ "description": "Optional caller-supplied request id for audit correlation.",
1746
+ "type": "string",
1747
+ "minLength": 1,
1748
+ "maxLength": 128
1749
+ },
1750
+ "from": {
1751
+ "description": "Optional inclusive lower date bound in YYYY-MM-DD form.",
1272
1752
  "type": "string",
1273
- "minLength": 1
1753
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1274
1754
  },
1275
- "actor": {
1276
- "description": "Optional audit actor filter such as cli, assistant, import, or system.",
1755
+ "to": {
1756
+ "description": "Optional inclusive upper date bound in YYYY-MM-DD form.",
1277
1757
  "type": "string",
1278
- "minLength": 1
1758
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1279
1759
  },
1280
- "status": {
1281
- "description": "Optional audit status filter such as success, warning, or error.",
1760
+ "label": {
1761
+ "description": "Optional stable capture label filter.",
1282
1762
  "type": "string",
1283
- "minLength": 1
1763
+ "minLength": 1,
1764
+ "maxLength": 160
1284
1765
  },
1285
- "from": {
1286
- "description": "Inclusive lower occurredAt date bound in YYYY-MM-DD form.",
1766
+ "bodySite": {
1767
+ "description": "Optional body/site filter, matched through the normalized site-* tag.",
1287
1768
  "type": "string",
1288
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1769
+ "minLength": 1,
1770
+ "maxLength": 400
1289
1771
  },
1290
- "to": {
1291
- "description": "Inclusive upper occurredAt date bound in YYYY-MM-DD form.",
1772
+ "collection": {
1773
+ "description": "Optional collection filter.",
1292
1774
  "type": "string",
1293
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1775
+ "minLength": 1,
1776
+ "maxLength": 160
1294
1777
  },
1295
- "sort": {
1296
- "default": "desc",
1297
- "description": "Sort audit records by occurredAt in ascending or descending order.",
1298
- "type": "string",
1299
- "enum": [
1300
- "asc",
1301
- "desc"
1302
- ]
1778
+ "tag": {
1779
+ "description": "Optional tag filter. Repeat --tag for multiple tags; all requested tags must match.",
1780
+ "type": "array",
1781
+ "items": {
1782
+ "type": "string",
1783
+ "minLength": 1
1784
+ }
1303
1785
  },
1304
1786
  "limit": {
1305
1787
  "default": 50,
1306
- "description": "Maximum number of audit records to return.",
1788
+ "description": "Maximum number of results to return.",
1307
1789
  "type": "integer",
1308
1790
  "exclusiveMinimum": 0,
1309
1791
  "maximum": 200
@@ -1312,7 +1794,7 @@
1312
1794
  }
1313
1795
  }
1314
1796
  },
1315
- "tail": {
1797
+ "manifest": {
1316
1798
  "type": "object",
1317
1799
  "additionalProperties": false,
1318
1800
  "properties": {
@@ -1330,13 +1812,6 @@
1330
1812
  "type": "string",
1331
1813
  "minLength": 1,
1332
1814
  "maxLength": 128
1333
- },
1334
- "limit": {
1335
- "default": 20,
1336
- "description": "Maximum number of recent audit records to return.",
1337
- "type": "integer",
1338
- "exclusiveMinimum": 0,
1339
- "maximum": 200
1340
1815
  }
1341
1816
  }
1342
1817
  }
@@ -1600,7 +2075,7 @@
1600
2075
  "baseUrl": {
1601
2076
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1602
2077
  "type": "string",
1603
- "format": "uri"
2078
+ "minLength": 1
1604
2079
  },
1605
2080
  "returnTo": {
1606
2081
  "description": "Optional post-connect redirect. Accepts a root-relative path like /settings/devices or an absolute URL; device-syncd still rejects absolute URLs outside its allowed origin list.",
@@ -1645,7 +2120,7 @@
1645
2120
  "baseUrl": {
1646
2121
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1647
2122
  "type": "string",
1648
- "format": "uri"
2123
+ "minLength": 1
1649
2124
  }
1650
2125
  }
1651
2126
  }
@@ -1685,7 +2160,7 @@
1685
2160
  "baseUrl": {
1686
2161
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1687
2162
  "type": "string",
1688
- "format": "uri"
2163
+ "minLength": 1
1689
2164
  },
1690
2165
  "provider": {
1691
2166
  "type": "string",
@@ -1718,7 +2193,7 @@
1718
2193
  "baseUrl": {
1719
2194
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1720
2195
  "type": "string",
1721
- "format": "uri"
2196
+ "minLength": 1
1722
2197
  }
1723
2198
  }
1724
2199
  }
@@ -1746,7 +2221,7 @@
1746
2221
  "baseUrl": {
1747
2222
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1748
2223
  "type": "string",
1749
- "format": "uri"
2224
+ "minLength": 1
1750
2225
  }
1751
2226
  }
1752
2227
  }
@@ -1774,7 +2249,7 @@
1774
2249
  "baseUrl": {
1775
2250
  "description": "Override the reachable device sync control-plane URL. When omitted, Murph manages the local daemon for the selected vault. When set, Murph talks to the explicit control-plane target instead.",
1776
2251
  "type": "string",
1777
- "format": "uri"
2252
+ "minLength": 1
1778
2253
  }
1779
2254
  }
1780
2255
  }
@@ -1814,7 +2289,7 @@
1814
2289
  "baseUrl": {
1815
2290
  "description": "Override the loopback control-plane URL that Murph should manage for this vault.",
1816
2291
  "type": "string",
1817
- "format": "uri"
2292
+ "minLength": 1
1818
2293
  }
1819
2294
  }
1820
2295
  }
@@ -1842,7 +2317,7 @@
1842
2317
  "baseUrl": {
1843
2318
  "description": "Override the loopback control-plane URL that Murph should manage for this vault.",
1844
2319
  "type": "string",
1845
- "format": "uri"
2320
+ "minLength": 1
1846
2321
  }
1847
2322
  }
1848
2323
  }
@@ -1870,7 +2345,7 @@
1870
2345
  "baseUrl": {
1871
2346
  "description": "Override the loopback control-plane URL that Murph should manage for this vault.",
1872
2347
  "type": "string",
1873
- "format": "uri"
2348
+ "minLength": 1
1874
2349
  }
1875
2350
  }
1876
2351
  }
@@ -2185,7 +2660,7 @@
2185
2660
  "maxLength": 128
2186
2661
  },
2187
2662
  "input": {
2188
- "description": "Optional structured meal payload in @file.json form or - for stdin.",
2663
+ "description": "Optional structured meal payload in @file.json form or - for stdin. Structured payload object keys: `photo` or `photoPath` for an optional meal photo path; `audio` or `audioPath` for an optional audio note path; `note`, `occurredAt`, and `source` for the saved event fields; `ingredients` as a string array; `nutrition` as `{ totals?: { calories?, proteinGrams?, carbsGrams?, fatGrams?, fiberGrams? }, provenance?: { source, confidence?, sourceDetail? } }`. Explicit flags override payload fields.",
2189
2664
  "type": "string"
2190
2665
  },
2191
2666
  "photo": {
@@ -2284,6 +2759,13 @@
2284
2759
  "description": "Optional inclusive upper date bound in YYYY-MM-DD form.",
2285
2760
  "type": "string",
2286
2761
  "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
2762
+ },
2763
+ "limit": {
2764
+ "default": 50,
2765
+ "description": "Maximum number of results to return.",
2766
+ "type": "integer",
2767
+ "exclusiveMinimum": 0,
2768
+ "maximum": 200
2287
2769
  }
2288
2770
  }
2289
2771
  }
@@ -2386,17 +2868,213 @@
2386
2868
  },
2387
2869
  "dayKeyPolicy": {
2388
2870
  "type": "string",
2389
- "enum": [
2390
- "keep",
2391
- "recompute"
2392
- ],
2393
- "description": "Required for event-backed edits when occurredAt or timeZone changes and dayKey is not patched directly. `keep` preserves the saved dayKey; `recompute` drops it so core recalculates from the explicit event timeZone."
2871
+ "enum": [
2872
+ "keep",
2873
+ "recompute"
2874
+ ],
2875
+ "description": "Required for event-backed edits when occurredAt or timeZone changes and dayKey is not patched directly. `keep` preserves the saved dayKey; `recompute` drops it so core recalculates from the explicit event timeZone."
2876
+ }
2877
+ }
2878
+ }
2879
+ }
2880
+ },
2881
+ "delete": {
2882
+ "type": "object",
2883
+ "additionalProperties": false,
2884
+ "properties": {
2885
+ "options": {
2886
+ "type": "object",
2887
+ "additionalProperties": false,
2888
+ "properties": {
2889
+ "vault": {
2890
+ "type": "string",
2891
+ "minLength": 1,
2892
+ "description": "Vault root to operate against."
2893
+ },
2894
+ "requestId": {
2895
+ "description": "Optional caller-supplied request id for audit correlation.",
2896
+ "type": "string",
2897
+ "minLength": 1,
2898
+ "maxLength": 128
2899
+ }
2900
+ }
2901
+ }
2902
+ }
2903
+ }
2904
+ }
2905
+ }
2906
+ }
2907
+ },
2908
+ "measurement": {
2909
+ "type": "object",
2910
+ "additionalProperties": false,
2911
+ "properties": {
2912
+ "commands": {
2913
+ "type": "object",
2914
+ "additionalProperties": false,
2915
+ "properties": {
2916
+ "add": {
2917
+ "type": "object",
2918
+ "additionalProperties": false,
2919
+ "properties": {
2920
+ "options": {
2921
+ "type": "object",
2922
+ "additionalProperties": false,
2923
+ "properties": {
2924
+ "vault": {
2925
+ "type": "string",
2926
+ "minLength": 1,
2927
+ "description": "Vault root to operate against."
2928
+ },
2929
+ "requestId": {
2930
+ "description": "Optional caller-supplied request id for audit correlation.",
2931
+ "type": "string",
2932
+ "minLength": 1,
2933
+ "maxLength": 128
2934
+ },
2935
+ "input": {
2936
+ "description": "Optional structured measurement payload in @file.json form or - for stdin.",
2937
+ "type": "string"
2938
+ },
2939
+ "metric": {
2940
+ "description": "Measurement metric name or slug. Friendly names are normalized to kebab-case.",
2941
+ "type": "string",
2942
+ "minLength": 1,
2943
+ "maxLength": 120
2944
+ },
2945
+ "value": {
2946
+ "description": "Single measurement numeric value when --input is not provided.",
2947
+ "type": "number"
2948
+ },
2949
+ "unit": {
2950
+ "description": "Measurement unit such as lb, kg, percent, ms, bpm, or mmol/L.",
2951
+ "type": "string",
2952
+ "minLength": 1,
2953
+ "maxLength": 64
2954
+ },
2955
+ "qualifier": {
2956
+ "description": "Optional measurement qualifier in key=value form. Repeat --qualifier for multiple entries.",
2957
+ "type": "array",
2958
+ "items": {
2959
+ "type": "string",
2960
+ "minLength": 1
2961
+ }
2962
+ },
2963
+ "note": {
2964
+ "description": "Optional measurement note.",
2965
+ "type": "string",
2966
+ "minLength": 1,
2967
+ "maxLength": 4000
2968
+ },
2969
+ "title": {
2970
+ "description": "Optional measurement title override.",
2971
+ "type": "string",
2972
+ "minLength": 1,
2973
+ "maxLength": 160
2974
+ },
2975
+ "occurredAt": {
2976
+ "description": "Optional occurrence timestamp in ISO 8601 form or YYYY-MM-DD form.",
2977
+ "anyOf": [
2978
+ {
2979
+ "type": "string",
2980
+ "format": "date-time",
2981
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
2982
+ "description": "Timestamp in ISO 8601 format with an explicit UTC offset."
2983
+ },
2984
+ {
2985
+ "type": "string",
2986
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
2987
+ "description": "Calendar date in YYYY-MM-DD form."
2988
+ }
2989
+ ]
2990
+ },
2991
+ "source": {
2992
+ "description": "Optional event source (`manual`, `import`, `device`, or `derived`).",
2993
+ "type": "string",
2994
+ "enum": [
2995
+ "manual",
2996
+ "import",
2997
+ "device",
2998
+ "derived"
2999
+ ]
3000
+ },
3001
+ "media": {
3002
+ "description": "Optional measurement photo or video file paths to copy into raw/measurements/** and attach to the measurement event.",
3003
+ "type": "array",
3004
+ "items": {
3005
+ "type": "string",
3006
+ "minLength": 1,
3007
+ "description": "Filesystem path supplied by the operator."
3008
+ }
3009
+ }
3010
+ }
3011
+ }
3012
+ }
3013
+ },
3014
+ "show": {
3015
+ "type": "object",
3016
+ "additionalProperties": false,
3017
+ "properties": {
3018
+ "options": {
3019
+ "type": "object",
3020
+ "additionalProperties": false,
3021
+ "properties": {
3022
+ "vault": {
3023
+ "type": "string",
3024
+ "minLength": 1,
3025
+ "description": "Vault root to operate against."
3026
+ },
3027
+ "requestId": {
3028
+ "description": "Optional caller-supplied request id for audit correlation.",
3029
+ "type": "string",
3030
+ "minLength": 1,
3031
+ "maxLength": 128
3032
+ }
3033
+ }
3034
+ }
3035
+ }
3036
+ },
3037
+ "list": {
3038
+ "type": "object",
3039
+ "additionalProperties": false,
3040
+ "properties": {
3041
+ "options": {
3042
+ "type": "object",
3043
+ "additionalProperties": false,
3044
+ "properties": {
3045
+ "vault": {
3046
+ "type": "string",
3047
+ "minLength": 1,
3048
+ "description": "Vault root to operate against."
3049
+ },
3050
+ "requestId": {
3051
+ "description": "Optional caller-supplied request id for audit correlation.",
3052
+ "type": "string",
3053
+ "minLength": 1,
3054
+ "maxLength": 128
3055
+ },
3056
+ "from": {
3057
+ "description": "Optional inclusive lower date bound in YYYY-MM-DD form.",
3058
+ "type": "string",
3059
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
3060
+ },
3061
+ "to": {
3062
+ "description": "Optional inclusive upper date bound in YYYY-MM-DD form.",
3063
+ "type": "string",
3064
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
3065
+ },
3066
+ "limit": {
3067
+ "default": 50,
3068
+ "description": "Maximum number of results to return.",
3069
+ "type": "integer",
3070
+ "exclusiveMinimum": 0,
3071
+ "maximum": 200
2394
3072
  }
2395
3073
  }
2396
3074
  }
2397
3075
  }
2398
3076
  },
2399
- "delete": {
3077
+ "manifest": {
2400
3078
  "type": "object",
2401
3079
  "additionalProperties": false,
2402
3080
  "properties": {
@@ -2671,209 +3349,6 @@
2671
3349
  }
2672
3350
  }
2673
3351
  },
2674
- "measurement": {
2675
- "type": "object",
2676
- "additionalProperties": false,
2677
- "properties": {
2678
- "commands": {
2679
- "type": "object",
2680
- "additionalProperties": false,
2681
- "properties": {
2682
- "add": {
2683
- "type": "object",
2684
- "additionalProperties": false,
2685
- "properties": {
2686
- "options": {
2687
- "type": "object",
2688
- "additionalProperties": false,
2689
- "properties": {
2690
- "vault": {
2691
- "type": "string",
2692
- "minLength": 1,
2693
- "description": "Vault root to operate against."
2694
- },
2695
- "requestId": {
2696
- "description": "Optional caller-supplied request id for audit correlation.",
2697
- "type": "string",
2698
- "minLength": 1,
2699
- "maxLength": 128
2700
- },
2701
- "input": {
2702
- "description": "Optional structured body-measurement payload in @file.json form or - for stdin.",
2703
- "type": "string"
2704
- },
2705
- "type": {
2706
- "description": "Single measurement type to record when --input is not provided.",
2707
- "type": "string",
2708
- "enum": [
2709
- "weight",
2710
- "body_fat_pct",
2711
- "waist",
2712
- "neck",
2713
- "shoulders",
2714
- "chest",
2715
- "biceps",
2716
- "forearms",
2717
- "abdomen",
2718
- "hips",
2719
- "thighs",
2720
- "calves"
2721
- ]
2722
- },
2723
- "value": {
2724
- "description": "Single measurement numeric value when --input is not provided.",
2725
- "type": "number",
2726
- "minimum": 0
2727
- },
2728
- "unit": {
2729
- "description": "Optional measurement unit. When omitted, Murph falls back to saved workout unit preferences where possible.",
2730
- "type": "string",
2731
- "enum": [
2732
- "lb",
2733
- "kg",
2734
- "percent",
2735
- "cm",
2736
- "in"
2737
- ]
2738
- },
2739
- "note": {
2740
- "description": "Optional measurement note.",
2741
- "type": "string",
2742
- "minLength": 1,
2743
- "maxLength": 4000
2744
- },
2745
- "title": {
2746
- "description": "Optional measurement title override.",
2747
- "type": "string",
2748
- "minLength": 1,
2749
- "maxLength": 160
2750
- },
2751
- "occurredAt": {
2752
- "description": "Optional occurrence timestamp in ISO 8601 form or YYYY-MM-DD form.",
2753
- "anyOf": [
2754
- {
2755
- "type": "string",
2756
- "format": "date-time",
2757
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
2758
- "description": "Timestamp in ISO 8601 format with an explicit UTC offset."
2759
- },
2760
- {
2761
- "type": "string",
2762
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
2763
- "description": "Calendar date in YYYY-MM-DD form."
2764
- }
2765
- ]
2766
- },
2767
- "source": {
2768
- "description": "Optional event source (`manual`, `import`, `device`, or `derived`).",
2769
- "type": "string",
2770
- "enum": [
2771
- "manual",
2772
- "import",
2773
- "device",
2774
- "derived"
2775
- ]
2776
- },
2777
- "media": {
2778
- "description": "Optional progress photo or video file paths to copy into raw/measurements/** and attach to the measurement event.",
2779
- "type": "array",
2780
- "items": {
2781
- "type": "string",
2782
- "minLength": 1,
2783
- "description": "Filesystem path supplied by the operator."
2784
- }
2785
- }
2786
- }
2787
- }
2788
- }
2789
- },
2790
- "show": {
2791
- "type": "object",
2792
- "additionalProperties": false,
2793
- "properties": {
2794
- "options": {
2795
- "type": "object",
2796
- "additionalProperties": false,
2797
- "properties": {
2798
- "vault": {
2799
- "type": "string",
2800
- "minLength": 1,
2801
- "description": "Vault root to operate against."
2802
- },
2803
- "requestId": {
2804
- "description": "Optional caller-supplied request id for audit correlation.",
2805
- "type": "string",
2806
- "minLength": 1,
2807
- "maxLength": 128
2808
- }
2809
- }
2810
- }
2811
- }
2812
- },
2813
- "list": {
2814
- "type": "object",
2815
- "additionalProperties": false,
2816
- "properties": {
2817
- "options": {
2818
- "type": "object",
2819
- "additionalProperties": false,
2820
- "properties": {
2821
- "vault": {
2822
- "type": "string",
2823
- "minLength": 1,
2824
- "description": "Vault root to operate against."
2825
- },
2826
- "requestId": {
2827
- "description": "Optional caller-supplied request id for audit correlation.",
2828
- "type": "string",
2829
- "minLength": 1,
2830
- "maxLength": 128
2831
- },
2832
- "from": {
2833
- "type": "string",
2834
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
2835
- },
2836
- "to": {
2837
- "type": "string",
2838
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
2839
- },
2840
- "limit": {
2841
- "default": 50,
2842
- "type": "integer",
2843
- "exclusiveMinimum": 0,
2844
- "maximum": 200
2845
- }
2846
- }
2847
- }
2848
- }
2849
- },
2850
- "manifest": {
2851
- "type": "object",
2852
- "additionalProperties": false,
2853
- "properties": {
2854
- "options": {
2855
- "type": "object",
2856
- "additionalProperties": false,
2857
- "properties": {
2858
- "vault": {
2859
- "type": "string",
2860
- "minLength": 1,
2861
- "description": "Vault root to operate against."
2862
- },
2863
- "requestId": {
2864
- "description": "Optional caller-supplied request id for audit correlation.",
2865
- "type": "string",
2866
- "minLength": 1,
2867
- "maxLength": 128
2868
- }
2869
- }
2870
- }
2871
- }
2872
- }
2873
- }
2874
- }
2875
- }
2876
- },
2877
3352
  "units": {
2878
3353
  "type": "object",
2879
3354
  "additionalProperties": false,
@@ -3872,7 +4347,7 @@
3872
4347
  }
3873
4348
  }
3874
4349
  },
3875
- "edit": {
4350
+ "rename": {
3876
4351
  "type": "object",
3877
4352
  "additionalProperties": false,
3878
4353
  "properties": {
@@ -3891,31 +4366,22 @@
3891
4366
  "minLength": 1,
3892
4367
  "maxLength": 128
3893
4368
  },
3894
- "input": {
3895
- "description": "Optional partial JSON patch in @file.json form or - for stdin.",
3896
- "type": "string"
3897
- },
3898
- "set": {
3899
- "type": "array",
3900
- "items": {
3901
- "type": "string",
3902
- "minLength": 1,
3903
- "description": "Path assignment in dotted.path=value form. Repeat --set for multiple fields."
3904
- }
4369
+ "title": {
4370
+ "type": "string",
4371
+ "minLength": 1,
4372
+ "maxLength": 160,
4373
+ "description": "New remembered food title."
3905
4374
  },
3906
- "clear": {
3907
- "type": "array",
3908
- "items": {
3909
- "type": "string",
3910
- "minLength": 1,
3911
- "description": "Dotted path to clear from the saved record. Repeat --clear for multiple fields."
3912
- }
4375
+ "slug": {
4376
+ "description": "Optional stable slug override for the renamed food record.",
4377
+ "type": "string",
4378
+ "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
3913
4379
  }
3914
4380
  }
3915
4381
  }
3916
4382
  }
3917
4383
  },
3918
- "delete": {
4384
+ "schedule": {
3919
4385
  "type": "object",
3920
4386
  "additionalProperties": false,
3921
4387
  "properties": {
@@ -3933,12 +4399,28 @@
3933
4399
  "type": "string",
3934
4400
  "minLength": 1,
3935
4401
  "maxLength": 128
4402
+ },
4403
+ "time": {
4404
+ "type": "string",
4405
+ "pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d$",
4406
+ "description": "Daily local time in 24-hour HH:MM form."
4407
+ },
4408
+ "note": {
4409
+ "description": "Optional remembered food note that will be used in the auto-logged meal entry.",
4410
+ "type": "string",
4411
+ "minLength": 1,
4412
+ "maxLength": 4000
4413
+ },
4414
+ "slug": {
4415
+ "description": "Optional stable slug override for the remembered food record.",
4416
+ "type": "string",
4417
+ "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
3936
4418
  }
3937
4419
  }
3938
4420
  }
3939
4421
  }
3940
4422
  },
3941
- "rename": {
4423
+ "unschedule": {
3942
4424
  "type": "object",
3943
4425
  "additionalProperties": false,
3944
4426
  "properties": {
@@ -3956,23 +4438,55 @@
3956
4438
  "type": "string",
3957
4439
  "minLength": 1,
3958
4440
  "maxLength": 128
4441
+ }
4442
+ }
4443
+ }
4444
+ }
4445
+ },
4446
+ "edit": {
4447
+ "type": "object",
4448
+ "additionalProperties": false,
4449
+ "properties": {
4450
+ "options": {
4451
+ "type": "object",
4452
+ "additionalProperties": false,
4453
+ "properties": {
4454
+ "vault": {
4455
+ "type": "string",
4456
+ "minLength": 1,
4457
+ "description": "Vault root to operate against."
3959
4458
  },
3960
- "title": {
4459
+ "requestId": {
4460
+ "description": "Optional caller-supplied request id for audit correlation.",
3961
4461
  "type": "string",
3962
4462
  "minLength": 1,
3963
- "maxLength": 160,
3964
- "description": "New remembered food title."
4463
+ "maxLength": 128
3965
4464
  },
3966
- "slug": {
3967
- "description": "Optional stable slug override for the renamed food record.",
3968
- "type": "string",
3969
- "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
4465
+ "input": {
4466
+ "description": "Optional partial JSON patch in @file.json form or - for stdin.",
4467
+ "type": "string"
4468
+ },
4469
+ "set": {
4470
+ "type": "array",
4471
+ "items": {
4472
+ "type": "string",
4473
+ "minLength": 1,
4474
+ "description": "Path assignment in dotted.path=value form. Repeat --set for multiple fields."
4475
+ }
4476
+ },
4477
+ "clear": {
4478
+ "type": "array",
4479
+ "items": {
4480
+ "type": "string",
4481
+ "minLength": 1,
4482
+ "description": "Dotted path to clear from the saved record. Repeat --clear for multiple fields."
4483
+ }
3970
4484
  }
3971
4485
  }
3972
4486
  }
3973
4487
  }
3974
4488
  },
3975
- "schedule": {
4489
+ "delete": {
3976
4490
  "type": "object",
3977
4491
  "additionalProperties": false,
3978
4492
  "properties": {
@@ -3990,22 +4504,6 @@
3990
4504
  "type": "string",
3991
4505
  "minLength": 1,
3992
4506
  "maxLength": 128
3993
- },
3994
- "time": {
3995
- "type": "string",
3996
- "pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d$",
3997
- "description": "Daily local time in 24-hour HH:MM form."
3998
- },
3999
- "note": {
4000
- "description": "Optional remembered food note that will be used in the auto-logged meal entry.",
4001
- "type": "string",
4002
- "minLength": 1,
4003
- "maxLength": 4000
4004
- },
4005
- "slug": {
4006
- "description": "Optional stable slug override for the remembered food record.",
4007
- "type": "string",
4008
- "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
4009
4507
  }
4010
4508
  }
4011
4509
  }
@@ -4048,12 +4546,14 @@
4048
4546
  "symptom",
4049
4547
  "note",
4050
4548
  "observation",
4549
+ "measurement",
4051
4550
  "medication_intake",
4052
4551
  "supplement_intake",
4053
4552
  "activity_session",
4054
4553
  "body_measurement",
4055
4554
  "sleep_session",
4056
- "intervention_session"
4555
+ "intervention_session",
4556
+ "experiment_context"
4057
4557
  ],
4058
4558
  "description": "Canonical event kind to scaffold."
4059
4559
  }
@@ -4307,22 +4807,22 @@
4307
4807
  "minLength": 1
4308
4808
  },
4309
4809
  "stream": {
4310
- "description": "Stream identifier to write under. Required unless the selected preset supplies it.",
4810
+ "description": "Optional stream identifier. Recognized aliases such as SpO2 are accepted, and the importer can infer the stream from recognizable CSV headers when unambiguous.",
4311
4811
  "type": "string",
4312
4812
  "minLength": 1
4313
4813
  },
4314
4814
  "tsColumn": {
4315
- "description": "CSV column containing timestamps. Required unless the selected preset supplies it.",
4815
+ "description": "Optional timestamp column override. When omitted, the importer will use recognizable timestamp headers such as time or timestamp.",
4316
4816
  "type": "string",
4317
4817
  "minLength": 1
4318
4818
  },
4319
4819
  "valueColumn": {
4320
- "description": "CSV column containing the numeric value. Required unless the selected preset supplies it.",
4820
+ "description": "Optional numeric value column override. When omitted, the importer will infer a recognizable metric column, or import all recognizable metrics when the CSV is unambiguous.",
4321
4821
  "type": "string",
4322
4822
  "minLength": 1
4323
4823
  },
4324
4824
  "unit": {
4325
- "description": "Unit label for the imported values. Required unless the selected preset supplies it.",
4825
+ "description": "Optional unit override. When omitted, the importer will use the preset unit or a stream-specific default.",
4326
4826
  "type": "string",
4327
4827
  "minLength": 1
4328
4828
  },
@@ -4509,6 +5009,52 @@
4509
5009
  "type": "object",
4510
5010
  "additionalProperties": false,
4511
5011
  "properties": {
5012
+ "latest": {
5013
+ "type": "object",
5014
+ "additionalProperties": false,
5015
+ "properties": {
5016
+ "options": {
5017
+ "type": "object",
5018
+ "additionalProperties": false,
5019
+ "properties": {
5020
+ "vault": {
5021
+ "type": "string",
5022
+ "minLength": 1,
5023
+ "description": "Vault root to operate against."
5024
+ },
5025
+ "requestId": {
5026
+ "description": "Optional caller-supplied request id for audit correlation.",
5027
+ "type": "string",
5028
+ "minLength": 1,
5029
+ "maxLength": 128
5030
+ },
5031
+ "date": {
5032
+ "description": "Optional one-day filter. When present, Murph treats it as both --from and --to.",
5033
+ "type": "string",
5034
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5035
+ },
5036
+ "from": {
5037
+ "description": "Inclusive lower date bound.",
5038
+ "type": "string",
5039
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5040
+ },
5041
+ "to": {
5042
+ "description": "Inclusive upper date bound.",
5043
+ "type": "string",
5044
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5045
+ },
5046
+ "provider": {
5047
+ "description": "Optional provider filter. Repeat --provider for multiple values such as oura, whoop, or garmin.",
5048
+ "type": "array",
5049
+ "items": {
5050
+ "type": "string",
5051
+ "minLength": 1
5052
+ }
5053
+ }
5054
+ }
5055
+ }
5056
+ }
5057
+ },
4512
5058
  "day": {
4513
5059
  "type": "object",
4514
5060
  "additionalProperties": false,
@@ -4545,6 +5091,177 @@
4545
5091
  }
4546
5092
  }
4547
5093
  },
5094
+ "drift": {
5095
+ "type": "object",
5096
+ "additionalProperties": false,
5097
+ "properties": {
5098
+ "options": {
5099
+ "type": "object",
5100
+ "additionalProperties": false,
5101
+ "properties": {
5102
+ "vault": {
5103
+ "type": "string",
5104
+ "minLength": 1,
5105
+ "description": "Vault root to operate against."
5106
+ },
5107
+ "requestId": {
5108
+ "description": "Optional caller-supplied request id for audit correlation.",
5109
+ "type": "string",
5110
+ "minLength": 1,
5111
+ "maxLength": 128
5112
+ },
5113
+ "date": {
5114
+ "description": "Optional one-day filter. When present, Murph treats it as both --from and --to.",
5115
+ "type": "string",
5116
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5117
+ },
5118
+ "from": {
5119
+ "description": "Inclusive lower date bound.",
5120
+ "type": "string",
5121
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5122
+ },
5123
+ "to": {
5124
+ "description": "Inclusive upper date bound.",
5125
+ "type": "string",
5126
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5127
+ },
5128
+ "provider": {
5129
+ "description": "Optional provider filter. Repeat --provider for multiple values such as oura, whoop, or garmin.",
5130
+ "type": "array",
5131
+ "items": {
5132
+ "type": "string",
5133
+ "minLength": 1
5134
+ }
5135
+ },
5136
+ "windowDays": {
5137
+ "default": 7,
5138
+ "description": "Rolling local-day window size for recent versus prior summary comparisons.",
5139
+ "type": "integer",
5140
+ "exclusiveMinimum": 0,
5141
+ "maximum": 30
5142
+ }
5143
+ }
5144
+ }
5145
+ }
5146
+ },
5147
+ "metric": {
5148
+ "type": "object",
5149
+ "additionalProperties": false,
5150
+ "properties": {
5151
+ "commands": {
5152
+ "type": "object",
5153
+ "additionalProperties": false,
5154
+ "properties": {
5155
+ "latest": {
5156
+ "type": "object",
5157
+ "additionalProperties": false,
5158
+ "properties": {
5159
+ "options": {
5160
+ "type": "object",
5161
+ "additionalProperties": false,
5162
+ "properties": {
5163
+ "vault": {
5164
+ "type": "string",
5165
+ "minLength": 1,
5166
+ "description": "Vault root to operate against."
5167
+ },
5168
+ "requestId": {
5169
+ "description": "Optional caller-supplied request id for audit correlation.",
5170
+ "type": "string",
5171
+ "minLength": 1,
5172
+ "maxLength": 128
5173
+ },
5174
+ "date": {
5175
+ "description": "Optional one-day filter. When present, Murph treats it as both --from and --to.",
5176
+ "type": "string",
5177
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5178
+ },
5179
+ "from": {
5180
+ "description": "Inclusive lower date bound.",
5181
+ "type": "string",
5182
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5183
+ },
5184
+ "to": {
5185
+ "description": "Inclusive upper date bound.",
5186
+ "type": "string",
5187
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5188
+ },
5189
+ "provider": {
5190
+ "description": "Optional provider filter. Repeat --provider for multiple values such as oura, whoop, or garmin.",
5191
+ "type": "array",
5192
+ "items": {
5193
+ "type": "string",
5194
+ "minLength": 1
5195
+ }
5196
+ },
5197
+ "windowDays": {
5198
+ "default": 7,
5199
+ "description": "Rolling local-day window size for recent versus prior summary comparisons.",
5200
+ "type": "integer",
5201
+ "exclusiveMinimum": 0,
5202
+ "maximum": 30
5203
+ }
5204
+ }
5205
+ }
5206
+ }
5207
+ },
5208
+ "trend": {
5209
+ "type": "object",
5210
+ "additionalProperties": false,
5211
+ "properties": {
5212
+ "options": {
5213
+ "type": "object",
5214
+ "additionalProperties": false,
5215
+ "properties": {
5216
+ "vault": {
5217
+ "type": "string",
5218
+ "minLength": 1,
5219
+ "description": "Vault root to operate against."
5220
+ },
5221
+ "requestId": {
5222
+ "description": "Optional caller-supplied request id for audit correlation.",
5223
+ "type": "string",
5224
+ "minLength": 1,
5225
+ "maxLength": 128
5226
+ },
5227
+ "date": {
5228
+ "description": "Optional one-day filter. When present, Murph treats it as both --from and --to.",
5229
+ "type": "string",
5230
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5231
+ },
5232
+ "from": {
5233
+ "description": "Inclusive lower date bound.",
5234
+ "type": "string",
5235
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5236
+ },
5237
+ "to": {
5238
+ "description": "Inclusive upper date bound.",
5239
+ "type": "string",
5240
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5241
+ },
5242
+ "provider": {
5243
+ "description": "Optional provider filter. Repeat --provider for multiple values such as oura, whoop, or garmin.",
5244
+ "type": "array",
5245
+ "items": {
5246
+ "type": "string",
5247
+ "minLength": 1
5248
+ }
5249
+ },
5250
+ "windowDays": {
5251
+ "default": 7,
5252
+ "description": "Rolling local-day window size for recent versus prior summary comparisons.",
5253
+ "type": "integer",
5254
+ "exclusiveMinimum": 0,
5255
+ "maximum": 30
5256
+ }
5257
+ }
5258
+ }
5259
+ }
5260
+ }
5261
+ }
5262
+ }
5263
+ }
5264
+ },
4548
5265
  "sleep": {
4549
5266
  "type": "object",
4550
5267
  "additionalProperties": false,
@@ -4973,6 +5690,13 @@
4973
5690
  "minLength": 1,
4974
5691
  "maxLength": 128
4975
5692
  },
5693
+ "limit": {
5694
+ "default": 50,
5695
+ "description": "Maximum number of results to return.",
5696
+ "type": "integer",
5697
+ "exclusiveMinimum": 0,
5698
+ "maximum": 200
5699
+ },
4976
5700
  "status": {
4977
5701
  "description": "Optional experiment status filter.",
4978
5702
  "type": "string",
@@ -4983,13 +5707,6 @@
4983
5707
  "completed",
4984
5708
  "abandoned"
4985
5709
  ]
4986
- },
4987
- "limit": {
4988
- "default": 50,
4989
- "description": "Maximum number of results to return.",
4990
- "type": "integer",
4991
- "exclusiveMinimum": 0,
4992
- "maximum": 200
4993
5710
  }
4994
5711
  }
4995
5712
  }
@@ -5070,19 +5787,8 @@
5070
5787
  },
5071
5788
  "occurredAt": {
5072
5789
  "description": "Optional stop timestamp in ISO 8601 form or YYYY-MM-DD form.",
5073
- "anyOf": [
5074
- {
5075
- "type": "string",
5076
- "format": "date-time",
5077
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
5078
- "description": "Timestamp in ISO 8601 format with an explicit UTC offset."
5079
- },
5080
- {
5081
- "type": "string",
5082
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
5083
- "description": "Calendar date in YYYY-MM-DD form."
5084
- }
5085
- ]
5790
+ "type": "string",
5791
+ "minLength": 1
5086
5792
  },
5087
5793
  "note": {
5088
5794
  "description": "Optional stop note.",
@@ -5092,6 +5798,180 @@
5092
5798
  }
5093
5799
  }
5094
5800
  }
5801
+ },
5802
+ "progress": {
5803
+ "type": "object",
5804
+ "additionalProperties": false,
5805
+ "properties": {
5806
+ "options": {
5807
+ "type": "object",
5808
+ "additionalProperties": false,
5809
+ "properties": {
5810
+ "vault": {
5811
+ "type": "string",
5812
+ "minLength": 1,
5813
+ "description": "Vault root to operate against."
5814
+ },
5815
+ "requestId": {
5816
+ "description": "Optional caller-supplied request id for audit correlation.",
5817
+ "type": "string",
5818
+ "minLength": 1,
5819
+ "maxLength": 128
5820
+ },
5821
+ "asOf": {
5822
+ "description": "Optional analysis date in YYYY-MM-DD form.",
5823
+ "type": "string",
5824
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5825
+ }
5826
+ }
5827
+ }
5828
+ }
5829
+ },
5830
+ "session": {
5831
+ "type": "object",
5832
+ "additionalProperties": false,
5833
+ "properties": {
5834
+ "commands": {
5835
+ "type": "object",
5836
+ "additionalProperties": false,
5837
+ "properties": {
5838
+ "log": {
5839
+ "type": "object",
5840
+ "additionalProperties": false,
5841
+ "properties": {
5842
+ "options": {
5843
+ "type": "object",
5844
+ "additionalProperties": false,
5845
+ "properties": {
5846
+ "vault": {
5847
+ "type": "string",
5848
+ "minLength": 1,
5849
+ "description": "Vault root to operate against."
5850
+ },
5851
+ "requestId": {
5852
+ "description": "Optional caller-supplied request id for audit correlation.",
5853
+ "type": "string",
5854
+ "minLength": 1,
5855
+ "maxLength": 128
5856
+ },
5857
+ "input": {
5858
+ "type": "string",
5859
+ "description": "Payload input in @file.json form or - for stdin."
5860
+ }
5861
+ }
5862
+ }
5863
+ }
5864
+ }
5865
+ }
5866
+ }
5867
+ }
5868
+ },
5869
+ "context": {
5870
+ "type": "object",
5871
+ "additionalProperties": false,
5872
+ "properties": {
5873
+ "commands": {
5874
+ "type": "object",
5875
+ "additionalProperties": false,
5876
+ "properties": {
5877
+ "log": {
5878
+ "type": "object",
5879
+ "additionalProperties": false,
5880
+ "properties": {
5881
+ "options": {
5882
+ "type": "object",
5883
+ "additionalProperties": false,
5884
+ "properties": {
5885
+ "vault": {
5886
+ "type": "string",
5887
+ "minLength": 1,
5888
+ "description": "Vault root to operate against."
5889
+ },
5890
+ "requestId": {
5891
+ "description": "Optional caller-supplied request id for audit correlation.",
5892
+ "type": "string",
5893
+ "minLength": 1,
5894
+ "maxLength": 128
5895
+ },
5896
+ "input": {
5897
+ "type": "string",
5898
+ "description": "Payload input in @file.json form or - for stdin."
5899
+ }
5900
+ }
5901
+ }
5902
+ }
5903
+ }
5904
+ }
5905
+ }
5906
+ }
5907
+ },
5908
+ "outcome": {
5909
+ "type": "object",
5910
+ "additionalProperties": false,
5911
+ "properties": {
5912
+ "commands": {
5913
+ "type": "object",
5914
+ "additionalProperties": false,
5915
+ "properties": {
5916
+ "analyze": {
5917
+ "type": "object",
5918
+ "additionalProperties": false,
5919
+ "properties": {
5920
+ "options": {
5921
+ "type": "object",
5922
+ "additionalProperties": false,
5923
+ "properties": {
5924
+ "vault": {
5925
+ "type": "string",
5926
+ "minLength": 1,
5927
+ "description": "Vault root to operate against."
5928
+ },
5929
+ "requestId": {
5930
+ "description": "Optional caller-supplied request id for audit correlation.",
5931
+ "type": "string",
5932
+ "minLength": 1,
5933
+ "maxLength": 128
5934
+ },
5935
+ "asOf": {
5936
+ "description": "Optional analysis date in YYYY-MM-DD form.",
5937
+ "type": "string",
5938
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5939
+ }
5940
+ }
5941
+ }
5942
+ }
5943
+ },
5944
+ "write": {
5945
+ "type": "object",
5946
+ "additionalProperties": false,
5947
+ "properties": {
5948
+ "options": {
5949
+ "type": "object",
5950
+ "additionalProperties": false,
5951
+ "properties": {
5952
+ "vault": {
5953
+ "type": "string",
5954
+ "minLength": 1,
5955
+ "description": "Vault root to operate against."
5956
+ },
5957
+ "requestId": {
5958
+ "description": "Optional caller-supplied request id for audit correlation.",
5959
+ "type": "string",
5960
+ "minLength": 1,
5961
+ "maxLength": 128
5962
+ },
5963
+ "asOf": {
5964
+ "description": "Optional analysis date in YYYY-MM-DD form.",
5965
+ "type": "string",
5966
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
5967
+ }
5968
+ }
5969
+ }
5970
+ }
5971
+ }
5972
+ }
5973
+ }
5974
+ }
5095
5975
  }
5096
5976
  }
5097
5977
  }
@@ -6637,6 +7517,12 @@
6637
7517
  "type": "string",
6638
7518
  "minLength": 1,
6639
7519
  "maxLength": 128
7520
+ },
7521
+ "limit": {
7522
+ "description": "Optional maximum number of connectors to return.",
7523
+ "type": "integer",
7524
+ "exclusiveMinimum": 0,
7525
+ "maximum": 200
6640
7526
  }
6641
7527
  }
6642
7528
  }
@@ -6982,6 +7868,35 @@
6982
7868
  "additionalProperties": false,
6983
7869
  "properties": {
6984
7870
  "list": {
7871
+ "type": "object",
7872
+ "additionalProperties": false,
7873
+ "properties": {
7874
+ "options": {
7875
+ "type": "object",
7876
+ "additionalProperties": false,
7877
+ "properties": {
7878
+ "vault": {
7879
+ "type": "string",
7880
+ "minLength": 1,
7881
+ "description": "Vault root to operate against."
7882
+ },
7883
+ "requestId": {
7884
+ "description": "Optional caller-supplied request id for audit correlation.",
7885
+ "type": "string",
7886
+ "minLength": 1,
7887
+ "maxLength": 128
7888
+ },
7889
+ "limit": {
7890
+ "description": "Optional maximum number of attachments to return.",
7891
+ "type": "integer",
7892
+ "exclusiveMinimum": 0,
7893
+ "maximum": 200
7894
+ }
7895
+ }
7896
+ }
7897
+ }
7898
+ },
7899
+ "inspect": {
6985
7900
  "type": "object",
6986
7901
  "additionalProperties": false,
6987
7902
  "properties": {
@@ -7027,6 +7942,29 @@
7027
7942
  }
7028
7943
  }
7029
7944
  },
7945
+ "status": {
7946
+ "type": "object",
7947
+ "additionalProperties": false,
7948
+ "properties": {
7949
+ "options": {
7950
+ "type": "object",
7951
+ "additionalProperties": false,
7952
+ "properties": {
7953
+ "vault": {
7954
+ "type": "string",
7955
+ "minLength": 1,
7956
+ "description": "Vault root to operate against."
7957
+ },
7958
+ "requestId": {
7959
+ "description": "Optional caller-supplied request id for audit correlation.",
7960
+ "type": "string",
7961
+ "minLength": 1,
7962
+ "maxLength": 128
7963
+ }
7964
+ }
7965
+ }
7966
+ }
7967
+ },
7030
7968
  "show-status": {
7031
7969
  "type": "object",
7032
7970
  "additionalProperties": false,
@@ -7050,6 +7988,29 @@
7050
7988
  }
7051
7989
  }
7052
7990
  },
7991
+ "decode": {
7992
+ "type": "object",
7993
+ "additionalProperties": false,
7994
+ "properties": {
7995
+ "options": {
7996
+ "type": "object",
7997
+ "additionalProperties": false,
7998
+ "properties": {
7999
+ "vault": {
8000
+ "type": "string",
8001
+ "minLength": 1,
8002
+ "description": "Vault root to operate against."
8003
+ },
8004
+ "requestId": {
8005
+ "description": "Optional caller-supplied request id for audit correlation.",
8006
+ "type": "string",
8007
+ "minLength": 1,
8008
+ "maxLength": 128
8009
+ }
8010
+ }
8011
+ }
8012
+ }
8013
+ },
7053
8014
  "parse": {
7054
8015
  "type": "object",
7055
8016
  "additionalProperties": false,
@@ -7260,9 +8221,9 @@
7260
8221
  "description": "Model id to use, such as anthropic/claude-sonnet-4.5 or a local model id."
7261
8222
  },
7262
8223
  "baseUrl": {
7263
- "description": "Optional OpenAI-compatible base URL for local or custom model endpoints.",
7264
8224
  "type": "string",
7265
- "minLength": 1
8225
+ "minLength": 1,
8226
+ "description": "OpenAI-compatible base URL for local or custom model endpoints."
7266
8227
  },
7267
8228
  "apiKey": {
7268
8229
  "description": "Optional explicit API key for OpenAI-compatible model endpoints.",