@murphai/murph 0.2.12 → 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.
- package/CHANGELOG.md +808 -0
- package/README.md +1 -1
- package/config.schema.json +1291 -336
- package/dist/cli-entry.d.ts.map +1 -1
- package/dist/cli-entry.js +15 -26
- package/dist/cli-entry.js.map +1 -1
- package/dist/commands/automation.d.ts +4 -12
- package/dist/commands/automation.d.ts.map +1 -1
- package/dist/commands/capture.d.ts +12 -0
- package/dist/commands/capture.d.ts.map +1 -0
- package/dist/commands/capture.js +198 -0
- package/dist/commands/capture.js.map +1 -0
- package/dist/commands/device.d.ts.map +1 -1
- package/dist/commands/device.js +7 -6
- package/dist/commands/device.js.map +1 -1
- package/dist/commands/entity-command-groups.d.ts +1 -0
- package/dist/commands/entity-command-groups.d.ts.map +1 -1
- package/dist/commands/entity-command-groups.js +1 -0
- package/dist/commands/entity-command-groups.js.map +1 -1
- package/dist/commands/experiment.d.ts.map +1 -1
- package/dist/commands/experiment.js +244 -108
- package/dist/commands/experiment.js.map +1 -1
- package/dist/commands/export-intake-read-helpers.d.ts +2 -2
- package/dist/commands/food.d.ts.map +1 -1
- package/dist/commands/food.js +22 -2
- package/dist/commands/food.js.map +1 -1
- package/dist/commands/inbox.d.ts.map +1 -1
- package/dist/commands/inbox.js +88 -23
- package/dist/commands/inbox.js.map +1 -1
- package/dist/commands/meal.d.ts.map +1 -1
- package/dist/commands/meal.js +141 -16
- package/dist/commands/meal.js.map +1 -1
- package/dist/commands/measurement.d.ts +12 -0
- package/dist/commands/measurement.d.ts.map +1 -0
- package/dist/commands/measurement.js +205 -0
- package/dist/commands/measurement.js.map +1 -0
- package/dist/commands/model.d.ts.map +1 -1
- package/dist/commands/model.js +14 -3
- package/dist/commands/model.js.map +1 -1
- package/dist/commands/sample-import-command-helpers.d.ts +30 -3
- package/dist/commands/sample-import-command-helpers.d.ts.map +1 -1
- package/dist/commands/sample-import-command-helpers.js +37 -10
- package/dist/commands/sample-import-command-helpers.js.map +1 -1
- package/dist/commands/samples.js +5 -5
- package/dist/commands/samples.js.map +1 -1
- package/dist/commands/scheduled-log.d.ts +639 -0
- package/dist/commands/scheduled-log.d.ts.map +1 -0
- package/dist/commands/scheduled-log.js +185 -0
- package/dist/commands/scheduled-log.js.map +1 -0
- package/dist/commands/search.d.ts.map +1 -1
- package/dist/commands/search.js +47 -11
- package/dist/commands/search.js.map +1 -1
- package/dist/commands/sync.d.ts +17 -0
- package/dist/commands/sync.d.ts.map +1 -0
- package/dist/commands/sync.js +156 -0
- package/dist/commands/sync.js.map +1 -0
- package/dist/commands/wearables.d.ts +10607 -0
- package/dist/commands/wearables.d.ts.map +1 -1
- package/dist/commands/wearables.js +285 -3
- package/dist/commands/wearables.js.map +1 -1
- package/dist/commands/workout.d.ts.map +1 -1
- package/dist/commands/workout.js +4 -129
- package/dist/commands/workout.js.map +1 -1
- package/dist/incur.generated.d.ts +319 -57
- package/dist/incur.generated.d.ts.map +1 -1
- package/dist/mapbox-route-directions.d.ts.map +1 -1
- package/dist/mapbox-route-directions.js +36 -2
- package/dist/mapbox-route-directions.js.map +1 -1
- package/dist/vault-cli-command-manifest.d.ts +10780 -57
- package/dist/vault-cli-command-manifest.d.ts.map +1 -1
- package/dist/vault-cli-command-manifest.js +171 -22
- package/dist/vault-cli-command-manifest.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.js +1 -0
- package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/doctor-security.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/doctor.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +7 -29
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js +1 -0
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts +2 -0
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js +9 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.js +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-chat-ink.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts +3 -2
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js +7 -3
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js +84 -46
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/package.json +1 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js +135 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.js +7 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/auto-reply-channels.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.js +33 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/auto-reply-retry.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +13 -14
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js +1 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js +157 -84
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.js +21 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/routing.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +17 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js +5 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/startup-recovery.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +121 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts +9 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +32 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/registry.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js +119 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts +18 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js +44 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +32 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js +33 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.d.ts +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.js +117 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/food-auto-log.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/notification-delivery.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/notification-delivery.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts +37 -20
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js +55 -37
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts +11 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js +2 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts +22 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js +45 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +13 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js +67 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +532 -231
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +8 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js +70 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js +1 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/failover.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/failover.js +14 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/failover.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.js +2 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/food-auto-log-hooks.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/food-auto-log-hooks.js +53 -46
- package/node_modules/@murphai/assistant-engine/dist/assistant/food-auto-log-hooks.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts +33 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js +225 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts +1 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +46 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +9 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +53 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +22 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +248 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +33 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js +158 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts +5 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js +16 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +68 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +64 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +289 -58
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.d.ts +5 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.js +6 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-binding.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js +12 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.js +20 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-config.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.d.ts +1 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.js +2 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.d.ts +15 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.js +142 -32
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-turn-runner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/catalog.js +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/catalog.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +95 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js +60 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.d.ts +35 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.js +275 -49
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/openai-compatible.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.d.ts +5 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.js +18 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/registry.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/quarantine.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js +0 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.d.ts +2 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.js +28 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/rich-content-routing.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js +30 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +15 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js +8 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts +7 -31
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +2 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +38 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js +38 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +6 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js +102 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +4 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js +113 -46
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js +1 -14
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts +60 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js +124 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts +18 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js +56 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +6 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts +45 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js +136 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-overview.js +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-overview.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/web-search/http.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/web-search/http.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.d.ts +47 -349
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.js +12 -991
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/capability-definitions.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.d.ts +17 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.js +75 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definition-factory.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.d.ts +78 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.js +95 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/inbox-promotion.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.d.ts +25 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.js +117 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/knowledge.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.js +109 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/outward-side-effects.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.d.ts +82 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.js +355 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-query.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.d.ts +150 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.js +399 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/vault-write.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.d.ts +40 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.js +105 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/definitions/web-read.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.js +67 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-tools/execution-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +75 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/inbox-model-harness.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/inbox-model-harness.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/inbox-multimodal.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/inbox-multimodal.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/model-harness.d.ts +9 -0
- package/node_modules/@murphai/assistant-engine/dist/model-harness.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/model-harness.js +135 -41
- package/node_modules/@murphai/assistant-engine/dist/model-harness.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +3 -2
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js +20 -4
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/package.json +5 -19
- package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.js +23 -5
- package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/service.d.ts +1 -1
- package/node_modules/@murphai/assistantd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistantd/dist/service.js +1 -1
- package/node_modules/@murphai/assistantd/dist/service.js.map +1 -1
- package/node_modules/@murphai/assistantd/package.json +1 -9
- package/node_modules/@murphai/core/dist/assessment/storage.js.map +1 -1
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/automation.js +11 -16
- package/node_modules/@murphai/core/dist/automation.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/allergies.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/bank/allergies.js +4 -1
- package/node_modules/@murphai/core/dist/bank/allergies.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/conditions.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/bank/conditions.js +4 -1
- package/node_modules/@murphai/core/dist/bank/conditions.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/goals.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/bank/goals.js +4 -1
- package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/workout-formats.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/bank/workout-formats.js +18 -16
- package/node_modules/@murphai/core/dist/bank/workout-formats.js.map +1 -1
- package/node_modules/@murphai/core/dist/constants.d.ts +8 -2
- package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/constants.js +3 -0
- package/node_modules/@murphai/core/dist/constants.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.d.ts +37 -3
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js +239 -15
- package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts +8 -1
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.js +13 -0
- package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.d.ts +3 -12
- package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.js +1 -26
- package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -1
- package/node_modules/@murphai/core/dist/fs.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/event-spine.d.ts +1 -0
- package/node_modules/@murphai/core/dist/history/event-spine.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/history/event-spine.js +1 -0
- package/node_modules/@murphai/core/dist/history/event-spine.js.map +1 -1
- package/node_modules/@murphai/core/dist/index.d.ts +6 -3
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/index.js +4 -2
- package/node_modules/@murphai/core/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.d.ts +7 -2
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.js +33 -7
- package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.d.ts +3 -1
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js +86 -66
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +1 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.js +50 -26
- package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts +3 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.js +25 -8
- package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/raw.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/raw.js +17 -0
- package/node_modules/@murphai/core/dist/raw.js.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +74 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.js +488 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -0
- package/node_modules/@murphai/core/dist/vault-sync.d.ts +104 -0
- package/node_modules/@murphai/core/dist/vault-sync.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/vault-sync.js +702 -0
- package/node_modules/@murphai/core/dist/vault-sync.js.map +1 -0
- package/node_modules/@murphai/core/package.json +2 -6
- package/node_modules/@murphai/device-syncd/README.md +46 -6
- package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts +18 -0
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.js +38 -0
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.d.ts +11 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.js +63 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-config-helpers.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +17 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +32 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +65 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +148 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts +9 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js +28 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +64 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +511 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +22 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts +11 -0
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +47 -0
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts +7 -0
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +116 -0
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config.d.ts +11 -17
- package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.js +24 -244
- package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +2 -83
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +0 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +41 -34
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.js +46 -9
- package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.d.ts +8 -5
- package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.js +5 -3
- package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts +4 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.js +61 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.js +19 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.js +5 -2
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +5 -3
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js +27 -12
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts +2 -0
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js +9 -9
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.d.ts +32 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js +189 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +21 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js +667 -0
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +2 -8
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +4 -2
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +15 -10
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/runtime-config.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/runtime-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/runtime-config.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/runtime-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.js +60 -18
- package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/shared.d.ts +2 -3
- package/node_modules/@murphai/device-syncd/dist/shared.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/shared.js +10 -59
- package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +9 -0
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js +35 -0
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts +0 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.js +0 -7
- package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +1 -0
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.js +115 -18
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +12 -5
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts +7 -10
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.js +26 -13
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.js.map +1 -1
- package/node_modules/@murphai/device-syncd/package.json +13 -5
- package/node_modules/@murphai/gateway-local/dist/store/permissions.d.ts.map +1 -1
- package/node_modules/@murphai/gateway-local/dist/store/permissions.js +39 -7
- package/node_modules/@murphai/gateway-local/dist/store/permissions.js.map +1 -1
- package/node_modules/@murphai/gateway-local/dist/store/source-sync.d.ts.map +1 -1
- package/node_modules/@murphai/gateway-local/dist/store/source-sync.js +130 -8
- package/node_modules/@murphai/gateway-local/dist/store/source-sync.js.map +1 -1
- package/node_modules/@murphai/gateway-local/package.json +1 -6
- package/node_modules/@murphai/importers/README.md +9 -1
- package/node_modules/@murphai/importers/dist/core-port.d.ts +14 -4
- package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/core-port.js.map +1 -1
- package/node_modules/@murphai/importers/dist/create-importers.d.ts +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts +79 -0
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js +576 -0
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -0
- package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts +4 -16
- package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js +91 -143
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.d.ts +68 -0
- package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.js +261 -0
- package/node_modules/@murphai/importers/dist/device-providers/canonical-wearable-records.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts +2 -2
- package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/defaults.js +4 -2
- package/node_modules/@murphai/importers/dist/device-providers/defaults.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts +16 -0
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js +114 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +9 -2
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js +5 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.d.ts +48 -0
- package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.js +104 -0
- package/node_modules/@murphai/importers/dist/device-providers/metric-catalog.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +93 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js +49 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.d.ts +47 -0
- package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.js +62 -0
- package/node_modules/@murphai/importers/dist/device-providers/raw-ingest-envelope.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/strava.d.ts +12 -0
- package/node_modules/@murphai/importers/dist/device-providers/strava.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/strava.js +290 -0
- package/node_modules/@murphai/importers/dist/device-providers/strava.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts +19 -1
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.d.ts +2 -1
- package/node_modules/@murphai/importers/dist/document-importer.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.js +3 -2
- package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/index.d.ts +1 -0
- package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.d.ts +5 -1
- package/node_modules/@murphai/importers/dist/meal-importer.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.js +29 -4
- package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/shared.d.ts +2 -0
- package/node_modules/@murphai/importers/dist/shared.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/shared.js +4 -1
- package/node_modules/@murphai/importers/dist/shared.js.map +1 -1
- package/node_modules/@murphai/importers/package.json +16 -6
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js +0 -7
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/promotions.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/promotions.js +5 -3
- package/node_modules/@murphai/inbox-services/dist/inbox-app/promotions.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js +3 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +10 -3
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js +0 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts +1 -6
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js +31 -12
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js.map +1 -1
- package/node_modules/@murphai/inbox-services/package.json +1 -12
- package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts +12 -0
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js +17 -0
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.d.ts +29 -0
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js +116 -3
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.js +97 -4
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts +1 -0
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.d.ts +2 -2
- package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.js +1 -1
- package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts +1 -23
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js +1 -66
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js +36 -0
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.js +1 -0
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/parse-jobs.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js +40 -4
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js.map +1 -1
- package/node_modules/@murphai/inboxd/package.json +5 -9
- package/node_modules/@murphai/messaging-ingress/package.json +1 -3
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +26 -16
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js +2 -3
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts +71 -15
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js +267 -109
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +43 -0
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js +74 -18
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts +5 -4
- package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-backend.js +28 -18
- package/node_modules/@murphai/operator-config/dist/assistant-backend.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +144 -486
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js +38 -44
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts +6 -0
- package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/command-helpers.js +77 -1
- package/node_modules/@murphai/operator-config/dist/command-helpers.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +5 -0
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js +21 -4
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js +26 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +16 -0
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -0
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js +56 -0
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js.map +1 -0
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts +2 -14
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js +89 -54
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/http-json-retry.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/http-retry.d.ts +5 -0
- package/node_modules/@murphai/operator-config/dist/http-retry.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/http-retry.js +17 -0
- package/node_modules/@murphai/operator-config/dist/http-retry.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +3 -60
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +2 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js +134 -51
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.js +11 -3
- package/node_modules/@murphai/operator-config/dist/operator-config/cli-vault-defaults.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +2 -2
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js +4 -4
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +7 -5
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts +5 -32
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js +12 -10
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts +1 -0
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js +50 -3
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts +1 -0
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js +25 -13
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/text/shared.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +167 -25
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +73 -7
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/package.json +6 -10
- package/node_modules/@murphai/parsers/README.md +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.d.ts +36 -0
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js +152 -0
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/index.d.ts +4 -4
- package/node_modules/@murphai/parsers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/index.js +3 -3
- package/node_modules/@murphai/parsers/dist/index.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/config.d.ts +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/config.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/config.js +0 -1
- package/node_modules/@murphai/parsers/dist/toolchain/config.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/discover.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/discover.js +2 -11
- package/node_modules/@murphai/parsers/dist/toolchain/discover.js.map +1 -1
- package/node_modules/@murphai/parsers/package.json +1 -5
- package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/automation.js +7 -9
- package/node_modules/@murphai/query/dist/automation.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.d.ts +266 -0
- package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica.js +986 -0
- package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser.d.ts +12 -0
- package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser.js +6 -0
- package/node_modules/@murphai/query/dist/browser.js.map +1 -0
- package/node_modules/@murphai/query/dist/experiments.d.ts +112 -0
- package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/experiments.js +663 -0
- package/node_modules/@murphai/query/dist/experiments.js.map +1 -0
- package/node_modules/@murphai/query/dist/health/loaders.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/projectors/history.d.ts +1 -1
- package/node_modules/@murphai/query/dist/health/supplements.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/supplements.js +1 -17
- package/node_modules/@murphai/query/dist/health/supplements.js.map +1 -1
- package/node_modules/@murphai/query/dist/health-library.d.ts +7 -1
- package/node_modules/@murphai/query/dist/health-library.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health-library.js +18 -11
- package/node_modules/@murphai/query/dist/health-library.js.map +1 -1
- package/node_modules/@murphai/query/dist/index.d.ts +12 -5
- package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/index.js +8 -4
- package/node_modules/@murphai/query/dist/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/model.d.ts +2 -133
- package/node_modules/@murphai/query/dist/model.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/model.js +2 -332
- package/node_modules/@murphai/query/dist/model.js.map +1 -1
- package/node_modules/@murphai/query/dist/overview.d.ts +20 -2
- package/node_modules/@murphai/query/dist/overview.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/overview.js +55 -30
- package/node_modules/@murphai/query/dist/overview.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.js +72 -5
- package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-record-data.d.ts +2 -0
- package/node_modules/@murphai/query/dist/query-record-data.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/query-record-data.js +2 -0
- package/node_modules/@murphai/query/dist/query-record-data.js.map +1 -0
- package/node_modules/@murphai/query/dist/read-model.d.ts +132 -0
- package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/read-model.js +315 -0
- package/node_modules/@murphai/query/dist/read-model.js.map +1 -0
- package/node_modules/@murphai/query/dist/scheduled-logs.d.ts +28 -0
- package/node_modules/@murphai/query/dist/scheduled-logs.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/scheduled-logs.js +126 -0
- package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -0
- package/node_modules/@murphai/query/dist/search.d.ts +1 -1
- package/node_modules/@murphai/query/dist/search.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/summaries.d.ts +2 -1
- package/node_modules/@murphai/query/dist/summaries.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/summaries.js +2 -0
- package/node_modules/@murphai/query/dist/summaries.js.map +1 -1
- package/node_modules/@murphai/query/dist/timeline.d.ts +1 -1
- package/node_modules/@murphai/query/dist/timeline.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/timeline.js +1 -1
- package/node_modules/@murphai/query/dist/timeline.js.map +1 -1
- package/node_modules/@murphai/query/dist/vault-reader.d.ts +4 -0
- package/node_modules/@murphai/query/dist/vault-reader.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/vault-reader.js +20 -0
- package/node_modules/@murphai/query/dist/vault-reader.js.map +1 -0
- package/node_modules/@murphai/query/dist/vault-source.d.ts +2 -1
- package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.js +134 -25
- package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/canonical-records.d.ts +4 -0
- package/node_modules/@murphai/query/dist/wearables/canonical-records.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/canonical-records.js +155 -0
- package/node_modules/@murphai/query/dist/wearables/canonical-records.js.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/provider-policy.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/provider-policy.js +9 -54
- package/node_modules/@murphai/query/dist/wearables/provider-policy.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/shared.js +1 -1
- package/node_modules/@murphai/query/dist/wearables/shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.d.ts +71 -6
- package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.d.ts +8 -3
- package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.js +295 -0
- package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
- package/node_modules/@murphai/query/package.json +6 -7
- package/node_modules/@murphai/runtime-state/README.md +2 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js +3 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts +51 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js +302 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state.js +3 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts +8 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.js +60 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.d.ts +31 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.js +180 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-browser-session-keys.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js +4 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +0 -2
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js +32 -7
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +37 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +157 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/index.d.ts +2 -1
- package/node_modules/@murphai/runtime-state/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/index.js +2 -1
- package/node_modules/@murphai/runtime-state/dist/index.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/locks.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/node/assistant-usage.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/assistant-usage.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/assistant-usage.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/assistant-usage.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.js +3 -0
- package/node_modules/@murphai/runtime-state/dist/node/hosted-bundle-codec.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/index.d.ts +2 -1
- package/node_modules/@murphai/runtime-state/dist/node/index.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/node/index.js +2 -1
- package/node_modules/@murphai/runtime-state/dist/node/index.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/node/runtime-paths.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/runtime-paths.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/runtime-paths.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/runtime-paths.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/sqlite-warning-filter.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/sqlite-warning-filter.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/sqlite-warning-filter.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/sqlite-warning-filter.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/ulid.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/ulid.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/ulid.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/node/ulid.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.d.ts +9 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.js +63 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts +2 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.js +4 -2
- package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/versioned-json-files.js.map +1 -1
- package/node_modules/@murphai/runtime-state/package.json +29 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js +2 -2
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant.js +7 -5
- package/node_modules/@murphai/setup-cli/dist/setup-assistant.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js +13 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/shell.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/shell.js +2 -69
- package/node_modules/@murphai/setup-cli/dist/setup-services/shell.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/steps.d.ts +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/steps.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/steps.js +0 -17
- package/node_modules/@murphai/setup-cli/dist/setup-services/steps.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/tool-provisioning.d.ts +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/tool-provisioning.js +0 -4
- package/node_modules/@murphai/setup-cli/dist/setup-services/tool-provisioning.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/wearables.js +2 -0
- package/node_modules/@murphai/setup-cli/dist/setup-services/wearables.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.js +7 -9
- package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.js +47 -0
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-app.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js +7 -0
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.d.ts +13 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.js +214 -21
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-public-url.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.d.ts +1 -5
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.js +8 -2
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-ui.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard.d.ts +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard.js +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard.js.map +1 -1
- package/node_modules/@murphai/setup-cli/package.json +1 -10
- package/node_modules/@murphai/vault-usecases/dist/captures.d.ts +2 -0
- package/node_modules/@murphai/vault-usecases/dist/captures.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/captures.js +2 -0
- package/node_modules/@murphai/vault-usecases/dist/captures.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/index.d.ts +3 -0
- package/node_modules/@murphai/vault-usecases/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/index.js +3 -0
- package/node_modules/@murphai/vault-usecases/dist/index.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/measurements.d.ts +3 -0
- package/node_modules/@murphai/vault-usecases/dist/measurements.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/measurements.js +3 -0
- package/node_modules/@murphai/vault-usecases/dist/measurements.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts +115 -2
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +174 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js +485 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +8 -5
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +14 -52
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +272 -9
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js +417 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts +2 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js +4 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js +172 -22
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +114 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js +92 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts +95 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js +217 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +3 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js +33 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +6 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts +2 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +34 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +165 -15
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts +3 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js +30 -3
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts +14 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts +0 -37
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.js +9 -185
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +5 -53
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js +4 -60
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/package.json +9 -10
- package/package.json +21 -20
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.d.ts +0 -14
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.js +0 -194
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome-delivery.js.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.d.ts +0 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.js +0 -93
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-sanitizer.js.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/index.d.ts +0 -2
- package/node_modules/@murphai/messaging-ingress/dist/index.d.ts.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/index.js +0 -2
- package/node_modules/@murphai/messaging-ingress/dist/index.js.map +0 -1
- package/node_modules/@murphai/parsers/dist/adapters/pdftotext.d.ts +0 -7
- package/node_modules/@murphai/parsers/dist/adapters/pdftotext.d.ts.map +0 -1
- package/node_modules/@murphai/parsers/dist/adapters/pdftotext.js +0 -60
- package/node_modules/@murphai/parsers/dist/adapters/pdftotext.js.map +0 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts +0 -14
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts.map +0 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js +0 -59
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,814 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@murphai/murph` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.0] - 2026-04-23
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- rebuild dashboard sidebar with shadcn
|
|
9
|
+
- add normalized query surfaces
|
|
10
|
+
- delegate Vercel Stripe metering
|
|
11
|
+
- add additive wearables read commands
|
|
12
|
+
- prefer normalized wearable query surfaces
|
|
13
|
+
- add canonical wearable envelope layer
|
|
14
|
+
- add Bryan Johnson sauna onboarding contract
|
|
15
|
+
- improve Norwegian 4x4 research framing
|
|
16
|
+
- add repo-local GitHub task skill
|
|
17
|
+
- add Finnish sauna onboarding
|
|
18
|
+
- add privacy-safe ai usage attribution
|
|
19
|
+
- refresh red-light research copy
|
|
20
|
+
- add red-light onboarding
|
|
21
|
+
- recover Finnish sauna source appraisals
|
|
22
|
+
- add scheduled log support
|
|
23
|
+
- expand bryan johnson sauna evidence
|
|
24
|
+
- polish experiment research group cards
|
|
25
|
+
- land finnish sauna tranche1 appraisals
|
|
26
|
+
- add generic capture primitive
|
|
27
|
+
- auto-manage Stripe webhook listener from pnpm dev
|
|
28
|
+
- land norwegian 4x4 research landscape
|
|
29
|
+
- add source findings takeaways
|
|
30
|
+
- use dedicated finnish sauna artwork
|
|
31
|
+
- use dedicated bryan johnson artwork
|
|
32
|
+
- use dedicated red light artwork
|
|
33
|
+
- use dedicated norwegian 4x4 artwork
|
|
34
|
+
- land merged local research updates
|
|
35
|
+
- merge pro helper research updates
|
|
36
|
+
- expand study card summaries
|
|
37
|
+
- expand norwegian 4x4 research corpus
|
|
38
|
+
- add source-person profile images
|
|
39
|
+
- add research evidence metadata
|
|
40
|
+
- add red-light evidence metadata
|
|
41
|
+
- refine experiment signal prominence copy
|
|
42
|
+
- reuse experiment protocol timeline summary
|
|
43
|
+
- add hosted vault sync import
|
|
44
|
+
- restructure protocol details
|
|
45
|
+
- expand finnish sauna corpus
|
|
46
|
+
- refresh user-facing experiment copy
|
|
47
|
+
- add norwegian 4x4 landing package
|
|
48
|
+
- dedupe red light glasses pass4
|
|
49
|
+
- add red light glasses landing
|
|
50
|
+
- add research pass resume support
|
|
51
|
+
- add research workflow script
|
|
52
|
+
- source experiment detail from health commons
|
|
53
|
+
- add run release-finalize seam
|
|
54
|
+
- expand sauna research corpus
|
|
55
|
+
- source bryan johnson sauna routine
|
|
56
|
+
- cut over dry-sauna commons seed
|
|
57
|
+
- add hosted run breadcrumb logs
|
|
58
|
+
- add initial health commons package
|
|
59
|
+
- add hosted-run control plane
|
|
60
|
+
- add runner observability logs
|
|
61
|
+
- support best-effort multi-stream csv imports
|
|
62
|
+
- make csv sample imports more permissive
|
|
63
|
+
- add copy button to homepage install terminal
|
|
64
|
+
- materialize due wakes before alarm drain
|
|
65
|
+
- add hosted launch pricing plans
|
|
66
|
+
- prefill hosted phone country from geo hints
|
|
67
|
+
- redesign Connect card and update homepage copy
|
|
68
|
+
- land hard-cut migration batch 1
|
|
69
|
+
- hard-cut hosted wake docs and harness
|
|
70
|
+
- merge how-it-works + experiments into one narrative section
|
|
71
|
+
- tone join stages with danger eyebrow, lift form surfaces
|
|
72
|
+
- dev-only ?preview=<stage> for /join UI review
|
|
73
|
+
- rework /join shell to narrow split-panel layout
|
|
74
|
+
- polish FAQ, OTP slots, and LP auth CTA
|
|
75
|
+
- tidy dashboard sidebar and make LP logo clickable
|
|
76
|
+
- add mobile top-bar nav to dashboard layout
|
|
77
|
+
- unify /join stages on new design system shell
|
|
78
|
+
- roll out new design system to settings, OTP input, FAQ privacy Q
|
|
79
|
+
- land native wake executor and payload spill
|
|
80
|
+
- land final cutover phases
|
|
81
|
+
- cut over live runner wake drains
|
|
82
|
+
- stage hosted wake substrate
|
|
83
|
+
- land hosted browser snapshot flow
|
|
84
|
+
- add email delivery subjects
|
|
85
|
+
- add Strava integration
|
|
86
|
+
- enable privy captcha on hosted onboarding auth
|
|
87
|
+
- expand hosted phone auth countries for byo twilio
|
|
88
|
+
- add hosted onboarding playwright stress helper
|
|
89
|
+
- narrow outbox mirror authority
|
|
90
|
+
- make hosted delivery journal authoritative
|
|
91
|
+
- add landing-page signup cta
|
|
92
|
+
- add quick start to landing page
|
|
93
|
+
- promote landing page to root
|
|
94
|
+
- add explicit food unschedule command
|
|
95
|
+
- land greenfield control-plane cutover
|
|
96
|
+
- add OG/Twitter metatags to LP and replace nav logo with SVG
|
|
97
|
+
- unified /design page with Brand and Components tabs
|
|
98
|
+
- add dynamic OG image generation
|
|
99
|
+
- add SVG logo and favicon
|
|
100
|
+
- auto-scan image qr and barcodes
|
|
101
|
+
- add landing page with hero and sticky nav
|
|
102
|
+
- add shadcn chart component with recharts
|
|
103
|
+
- implement dashboard app shell with experiment pages
|
|
104
|
+
- set up design system with shadcn base-ui components
|
|
105
|
+
|
|
106
|
+
### Fixed
|
|
107
|
+
- harden research thread url capture
|
|
108
|
+
- harden cli validation and model recovery
|
|
109
|
+
- harden research workspace packaging
|
|
110
|
+
- align hosted deploy env workflow
|
|
111
|
+
- move sidebar gradient constant to server-safe module
|
|
112
|
+
- center mobile header logo
|
|
113
|
+
- use logo wordmark in mobile dashboard header
|
|
114
|
+
- sidebar spacing and drop logout icon
|
|
115
|
+
- align wearable latest summaries
|
|
116
|
+
- align experiment prompt guidance
|
|
117
|
+
- extend shard wait timeout
|
|
118
|
+
- tighten scheduled-log follow-up handling
|
|
119
|
+
- ignore nested agent skill directories
|
|
120
|
+
- restore main release and hosted e2e checks
|
|
121
|
+
- improve local onboarding public-link guidance
|
|
122
|
+
- land Finnish sauna detail cleanup and refresh CLI artifacts
|
|
123
|
+
- tighten Norwegian 4x4 onboarding guidance
|
|
124
|
+
- drop stale review-gpt flag
|
|
125
|
+
- separate typing ownership from cleanup handles
|
|
126
|
+
- tighten telegram and linq abort handling
|
|
127
|
+
- persist safe notification run logs
|
|
128
|
+
- repair local e2e lane
|
|
129
|
+
- restore assistant-cli subpath source resolution
|
|
130
|
+
- split capture add lookup handles
|
|
131
|
+
- tighten capture batch handling
|
|
132
|
+
- harden cold-start typing ownership
|
|
133
|
+
- capture Stripe whsec from stderr too
|
|
134
|
+
- add retry safeguards
|
|
135
|
+
- preserve provider continuity on resume
|
|
136
|
+
- pair usage prices with launch checkout
|
|
137
|
+
- preserve native resume during onboarding
|
|
138
|
+
- preserve normalized preset and explicit false zdr
|
|
139
|
+
- hard-cut provider callers to target policy
|
|
140
|
+
- set image sizes and priority on experiment cards
|
|
141
|
+
- pass vercel ai key to hosted deploy
|
|
142
|
+
- reconcile hosted Stripe webhooks inline
|
|
143
|
+
- use authored study findings
|
|
144
|
+
- fix hosted local e2e startup
|
|
145
|
+
- simplify study card collapsed state
|
|
146
|
+
- make the full study row collapsible
|
|
147
|
+
- require authored study summaries
|
|
148
|
+
- add red-light source findings
|
|
149
|
+
- tighten experiments page header copy
|
|
150
|
+
- tighten bryan johnson sauna copy and study metadata
|
|
151
|
+
- restore study card and enable dev cache
|
|
152
|
+
- prefer recent experiment sources on tied n
|
|
153
|
+
- validate import manifest from bundle
|
|
154
|
+
- prioritize study findings in experiment cards
|
|
155
|
+
- inherit homepage opengraph image on join
|
|
156
|
+
- swap experiment source sample badges
|
|
157
|
+
- pin sauna and 4x4 featured cards
|
|
158
|
+
- tighten signal uncertainty copy
|
|
159
|
+
- move study sample counts
|
|
160
|
+
- explain research stat labels
|
|
161
|
+
- tweak signal uncertainty copy
|
|
162
|
+
- remove background signal helper copy
|
|
163
|
+
- clarify experiment signal hierarchy
|
|
164
|
+
- remove protocol signal helper copy
|
|
165
|
+
- clarify experiment protocol copy
|
|
166
|
+
- show protocol days excluding baseline
|
|
167
|
+
- show study years in source badges
|
|
168
|
+
- tighten norwegian 4x4 steps
|
|
169
|
+
- trim baseline protocol steps
|
|
170
|
+
- simplify protocol UI
|
|
171
|
+
- trim bryan johnson experiment copy
|
|
172
|
+
- clean up source person expert cards
|
|
173
|
+
- return structured bound tool failures
|
|
174
|
+
- share hosted run messaging activity
|
|
175
|
+
- split container runtime loaders
|
|
176
|
+
- remove reply sanitizer
|
|
177
|
+
- key onboarding to first session
|
|
178
|
+
- defer hosted stripe webhook reconciliation
|
|
179
|
+
- restore experiments catalog
|
|
180
|
+
- remove remaining bank seam casts
|
|
181
|
+
- harden sqlite row decoders
|
|
182
|
+
- remove telegram connector api casts
|
|
183
|
+
- simplify research artifact handling
|
|
184
|
+
- require downloadable smoke artifacts
|
|
185
|
+
- scope research artifact detection to latest turn
|
|
186
|
+
- export failed research turns
|
|
187
|
+
- harden research smoke workflow
|
|
188
|
+
- harden runtime issue privacy path
|
|
189
|
+
- land run-centric ingress protocol seam
|
|
190
|
+
- refine first-turn onboarding guidance
|
|
191
|
+
- green clean release checks
|
|
192
|
+
- consume dashboard snapshot directly
|
|
193
|
+
- tighten privacy retention across hosted ingress and runtime
|
|
194
|
+
- restore hosted-local e2e hard-cut lanes
|
|
195
|
+
- fail closed on ingress and stale outbox resend
|
|
196
|
+
- remove durable do bundle cache
|
|
197
|
+
- stop renewing agent token export sessions
|
|
198
|
+
- drain hosted run follow-up work locally
|
|
199
|
+
- always finalize prepared run drains
|
|
200
|
+
- preserve direct hosted-run retry arm
|
|
201
|
+
- align runtime timer run-drain verification
|
|
202
|
+
- land sauna docs cleanup patch
|
|
203
|
+
- harden hosted email drain and agent session retries
|
|
204
|
+
- fence stale job failures
|
|
205
|
+
- land greenfield cutover
|
|
206
|
+
- deprecate persisted assistant cron tick ingress
|
|
207
|
+
- align run-shaped runner request tests
|
|
208
|
+
- hard-close run-drain timer wake seam
|
|
209
|
+
- hard-cut hosted jobs to runDrain
|
|
210
|
+
- reject partial acquired commits
|
|
211
|
+
- require runDrain for runner wake invokes
|
|
212
|
+
- isolate write-batch commit boundary
|
|
213
|
+
- clear hosted tokens on disconnect
|
|
214
|
+
- hard-cut subpath-only root fallbacks
|
|
215
|
+
- remove empty workspace import
|
|
216
|
+
- stabilize assistant cli and hosted runtime specs
|
|
217
|
+
- keep setup shim bin ownership in packages/cli
|
|
218
|
+
- prevent hosted local linq cleanup replay
|
|
219
|
+
- relax homepage hero wrapping on mobile
|
|
220
|
+
- finish legacy hard-cut cleanups
|
|
221
|
+
- expand durable runner observability
|
|
222
|
+
- handle equals-style root flags
|
|
223
|
+
- add safe observability logs
|
|
224
|
+
- hard-cut workout measurement alias
|
|
225
|
+
- remove assistant outbox and device-sync legacy shims
|
|
226
|
+
- remove supplement legacy ingredient fallback
|
|
227
|
+
- expose container decode diagnostics
|
|
228
|
+
- restore canonical next font loading
|
|
229
|
+
- restore deploy migration history
|
|
230
|
+
- update hosted onboarding launch pricing
|
|
231
|
+
- decouple hosted-web prisma from verify
|
|
232
|
+
- restore hosted local e2e lanes
|
|
233
|
+
- stabilize verification lanes
|
|
234
|
+
- restore duplicate commit e2e lane
|
|
235
|
+
- narrow hosted-local runner bundle closure
|
|
236
|
+
- stabilize measurement verification fixtures
|
|
237
|
+
- prefer PATH vault-cli stubs
|
|
238
|
+
- drop typecheck project references
|
|
239
|
+
- remove stale assistant-engine helper exports
|
|
240
|
+
- preserve local bridge loopback bootstrap
|
|
241
|
+
- get verify green again
|
|
242
|
+
- fail closed for root chat raw-mode input
|
|
243
|
+
- close greenfield cutover gaps
|
|
244
|
+
- use static fonts for og image
|
|
245
|
+
- self-host hosted fonts
|
|
246
|
+
- restore hosted-wake Vercel build
|
|
247
|
+
- hard-cut materialization and clean stale docs
|
|
248
|
+
- tolerate missing prisma env files
|
|
249
|
+
- preserve provider normalization inference
|
|
250
|
+
- require finalize proof for snapshot publish
|
|
251
|
+
- unify quarantined lifecycle vocabulary
|
|
252
|
+
- retry alarm-driven hosted wake drains
|
|
253
|
+
- remove legacy route callbacks
|
|
254
|
+
- move alias routing ownership to web
|
|
255
|
+
- require hosted runtime mutation fences
|
|
256
|
+
- require wakeEventId in fetch proofs
|
|
257
|
+
- sync loopback prisma schemas with db push
|
|
258
|
+
- refetch after quarantine invalidation
|
|
259
|
+
- align hosted env wiring
|
|
260
|
+
- refetch hosted wake batch after cursor advance
|
|
261
|
+
- roll hosted wake quarantine fence
|
|
262
|
+
- make terminal prompt prefix non-selectable
|
|
263
|
+
- harden wake proof rollout and stale hint refresh
|
|
264
|
+
- tighten hosted wake proof fixtures and snapshot refs
|
|
265
|
+
- tighten hosted wake terminal proofing
|
|
266
|
+
- keep runner authority in the supervisor
|
|
267
|
+
- tighten wake boundary contracts
|
|
268
|
+
- tighten hosted callback surfaces
|
|
269
|
+
- harden hosted wake proof boundaries
|
|
270
|
+
- tighten proof and materialization boundaries
|
|
271
|
+
- finalize hosted wakes after cursor commit
|
|
272
|
+
- scope external event identity by owner
|
|
273
|
+
- derive hosted device-sync wake materialization from postgres
|
|
274
|
+
- fail closed on runtime root-key repair
|
|
275
|
+
- close hosted wake cutover proof lanes
|
|
276
|
+
- allow generated next-env review-gpt stubs
|
|
277
|
+
- fence stale coalesced wake receipts
|
|
278
|
+
- trim dead wake wrappers
|
|
279
|
+
- narrow hosted cursor CAS patch
|
|
280
|
+
- allow snapshot-only hosted cursor CAS
|
|
281
|
+
- land hosted wake and webhook follow-ups
|
|
282
|
+
- fail closed on manifest path traversal
|
|
283
|
+
- hard-cut cron runtime compat
|
|
284
|
+
- fence hosted wake cursor snapshot refs
|
|
285
|
+
- reconcile replaced hosted wakes
|
|
286
|
+
- harden runner outbound bootstrap stub
|
|
287
|
+
- preserve coalesced event identity
|
|
288
|
+
- unify deploy boolean env parsing
|
|
289
|
+
- fail closed hosted-email public ingress callback errors
|
|
290
|
+
- unify encrypted wake payload shape
|
|
291
|
+
- split hosted secret ownership
|
|
292
|
+
- normalize hosted linq wake payload
|
|
293
|
+
- harden hosted Privy verifier config
|
|
294
|
+
- enforce single-step hosted wake cursor commits
|
|
295
|
+
- verify hosted Privy tokens directly
|
|
296
|
+
- trust successful save receipts
|
|
297
|
+
- align hard-cut wake parity
|
|
298
|
+
- stop treating missing hosted wakes as queued
|
|
299
|
+
- remove execution outbox from hosted baseline
|
|
300
|
+
- trust Privy identity-token member ids
|
|
301
|
+
- keep wake cleanup aligned with v2 cutover
|
|
302
|
+
- avoid member lookup on invite-status polls
|
|
303
|
+
- make invite status polling single-flight
|
|
304
|
+
- prefer outbox mirror for hosted delivery recovery
|
|
305
|
+
- drop gateway projection journal snapshots
|
|
306
|
+
- prefer direct final wake bundle commits
|
|
307
|
+
- cut over active-member Linq webhook replies
|
|
308
|
+
- hard-cut hosted ingress wake ownership
|
|
309
|
+
- ignore next smoke review artifacts
|
|
310
|
+
- drop telegram webhook receipt ownership
|
|
311
|
+
- align hosted wake payload schema export
|
|
312
|
+
- update hosted annual launch price to 150
|
|
313
|
+
- update hosted annual launch pricing
|
|
314
|
+
- update hosted launch monthly pricing
|
|
315
|
+
- stabilize local hosted wake suites
|
|
316
|
+
- stabilize hosted local e2e after wake cutover
|
|
317
|
+
- harden murph install smoke path
|
|
318
|
+
- commit prisma client link helper
|
|
319
|
+
- align hosted runtime with dispatch-first request
|
|
320
|
+
- remove hosted crypto test fallbacks
|
|
321
|
+
- remove observability vitest fallback
|
|
322
|
+
- move missing Privy fallback into test harnesses
|
|
323
|
+
- refine homepage hero and hosted auth smoke fallback
|
|
324
|
+
- derive shim dispatch fallback from hosted status
|
|
325
|
+
- keep quarantined rows terminal
|
|
326
|
+
- clean up phone and messaging-setup cards
|
|
327
|
+
- shrink oversized primary buttons on /join verify and checkout
|
|
328
|
+
- make hosted wake handoff fully best effort
|
|
329
|
+
- prune audit bundle binaries
|
|
330
|
+
- address frontend-review findings on otp input and sidebar
|
|
331
|
+
- restore acceptance green
|
|
332
|
+
- drop unreachable hosted email participant guard
|
|
333
|
+
- pack runner workspace deps with npm
|
|
334
|
+
- pass TSX tsconfig through hosted local launcher
|
|
335
|
+
- harden browser-safe query boundaries
|
|
336
|
+
- tighten session contract parsing
|
|
337
|
+
- restore Linq webhook reply continuity
|
|
338
|
+
- harden hosted wake scheduling
|
|
339
|
+
- include snapshot aad in session
|
|
340
|
+
- fail closed on invalid email subjects
|
|
341
|
+
- serialize hosted runner lease claims
|
|
342
|
+
- fail closed device-sync runtime config
|
|
343
|
+
- normalize hosted email routing
|
|
344
|
+
- inline-drain hosted linq webhook dispatch
|
|
345
|
+
- preserve active lease on stale finalize retries
|
|
346
|
+
- keep hosted email replies owner-only
|
|
347
|
+
- harden hosted runtime config handoff
|
|
348
|
+
- restore strava release coverage
|
|
349
|
+
- preserve hosted-local rapid-turn continuity
|
|
350
|
+
- fail closed on missing linux runner alias
|
|
351
|
+
- stabilize linux hosted local messaging e2e
|
|
352
|
+
- prebuild hosted local runner bundle
|
|
353
|
+
- skip vercel link when oidc token is provided
|
|
354
|
+
- use workspace tsconfig for hosted dev
|
|
355
|
+
- bootstrap hosted dev source resolution
|
|
356
|
+
- harden hosted rapid-turn e2e auth
|
|
357
|
+
- preserve assistant continuity across rapid turns
|
|
358
|
+
- hard-cut hosted runner config surface
|
|
359
|
+
- use hosted email send binding
|
|
360
|
+
- centralize hosted runtime provider config
|
|
361
|
+
- remove duplicate homepage code
|
|
362
|
+
- canonicalize homepage route
|
|
363
|
+
- update homepage signup headline
|
|
364
|
+
- tighten homepage signup cta
|
|
365
|
+
- remove hosted phone country setup notices
|
|
366
|
+
- finalize hosted cleanup shape
|
|
367
|
+
- tolerate runner cleanup destroy races
|
|
368
|
+
- enforce proxy auth and drain legacy outbox refs
|
|
369
|
+
- restore typecheck path resolution
|
|
370
|
+
- refine linq first-contact routing
|
|
371
|
+
- clean hosted callback boundary
|
|
372
|
+
- prevent repeated linq first-contact retries
|
|
373
|
+
- forward isolated runner child logs
|
|
374
|
+
- restore release check
|
|
375
|
+
- add hosted delivery debug logs
|
|
376
|
+
- preserve raw linq reply anchors
|
|
377
|
+
- recover stale linq chats and surface delivery errors
|
|
378
|
+
- canonicalize hosted webhook dispatch transaction ownership
|
|
379
|
+
- recover invalid assistant config from env
|
|
380
|
+
- extend runner warm idle ttl
|
|
381
|
+
- bound telegram webhook inline drain
|
|
382
|
+
- unblock telegram webhook ingress
|
|
383
|
+
- fence stale hosted runner results
|
|
384
|
+
- suppress phone auth banner during alternate auth
|
|
385
|
+
- remove inline device-sync wake state
|
|
386
|
+
- align hosted phone entry input sizing
|
|
387
|
+
- clarify attachment parse and decode surfaces
|
|
388
|
+
- remove /lp hero sign-in button
|
|
389
|
+
- replace /lp auth dead links
|
|
390
|
+
- backfill parse jobs on deduped captures
|
|
391
|
+
- restore repo verification green
|
|
392
|
+
- stabilize first-contact e2e script
|
|
393
|
+
- tighten cleanup follow-ups
|
|
394
|
+
- restore green verification
|
|
395
|
+
- preserve linq reply state and target defaults
|
|
396
|
+
- make meal schema and list surface truthful
|
|
397
|
+
- harden linq reply delivery
|
|
398
|
+
- remove hosted runtime dead path
|
|
399
|
+
- resolve live cutover merge
|
|
400
|
+
- self-heal linq replies and preserve proxy base urls
|
|
401
|
+
- restore hosted local runner env parity
|
|
402
|
+
- restore pre-activation user env control
|
|
403
|
+
- index frontend agent guidance
|
|
404
|
+
- ignore cloudflare dry-run artifacts
|
|
405
|
+
- log hosted delivery failures
|
|
406
|
+
- add worker-safe contracts subpath
|
|
407
|
+
- avoid sqlite in worker bundle
|
|
408
|
+
|
|
409
|
+
### Changed
|
|
410
|
+
- cover device cli contracts
|
|
411
|
+
- Fix hosted device connect provider guard
|
|
412
|
+
- bump review-gpt to 0.5.74
|
|
413
|
+
- Update system-prompt.ts
|
|
414
|
+
- land greenfield v1 cleanup batch
|
|
415
|
+
- Add conservative Cloudflare container rollout defaults
|
|
416
|
+
- Add Vercel Gateway provider filter config
|
|
417
|
+
- cover hosted turn input refresh
|
|
418
|
+
- Add hosted late input turn adoption
|
|
419
|
+
- align cloudflare deploy workflow env surface
|
|
420
|
+
- cf
|
|
421
|
+
- fix acceptance coverage and artifacts
|
|
422
|
+
- inline sidebar gradient instead of extracting to a module
|
|
423
|
+
- Add active experiment prompt context
|
|
424
|
+
- extract sidebar brand gradient constant
|
|
425
|
+
- unify sidebar footer and use logo wordmark
|
|
426
|
+
- Fix research scaffold review-gpt packaging
|
|
427
|
+
- sidebar guideline cleanup
|
|
428
|
+
- clear wearables lane ledger row
|
|
429
|
+
- finish Vercel Stripe setup notes
|
|
430
|
+
- Land canonical experiment run progress and outcome surfaces
|
|
431
|
+
- fix turn-input landing coverage
|
|
432
|
+
- Make device-sync manifests own job schemas
|
|
433
|
+
- Land assistant turn-input local-runtime seam
|
|
434
|
+
- cover experiment progress and outcome CLI flow
|
|
435
|
+
- Land device-sync provider manifest registry
|
|
436
|
+
- hosted runtime delegated billing port slice
|
|
437
|
+
- Add biomarker dashboard navigation
|
|
438
|
+
- apps/web persist delegated hosted billing source
|
|
439
|
+
- cover delegated billing fail-closed paths
|
|
440
|
+
- Add resting heart rate biomarker page
|
|
441
|
+
- Fix hosted AI usage reporting secret boundary
|
|
442
|
+
- Relax commit helper message requirement
|
|
443
|
+
- close GitHub task skill ledger row
|
|
444
|
+
- refresh Murph thesis docs
|
|
445
|
+
- make init charter-first
|
|
446
|
+
- add research init scaffold
|
|
447
|
+
- Add Norwegian 4x4 experiment onboarding
|
|
448
|
+
- Land Norwegian 4x4 study-card and source refresh
|
|
449
|
+
- clarify worktree and audit subagent policy
|
|
450
|
+
- bump review-gpt to 0.5.73
|
|
451
|
+
- add new research
|
|
452
|
+
- hard-cut normalized provider config
|
|
453
|
+
- read provider target and policy directly
|
|
454
|
+
- enable smart placement
|
|
455
|
+
- clear completed cloudflare key workflow row
|
|
456
|
+
- simplify experiment artwork resolver
|
|
457
|
+
- clear landed wake residue
|
|
458
|
+
- note generated artifact landing policy
|
|
459
|
+
- note generated artifact landing policy
|
|
460
|
+
- isolate cloudflare node runner env
|
|
461
|
+
- speed up verify acceptance reuse
|
|
462
|
+
- handle Telegram typing fetch in cloudflare runner test
|
|
463
|
+
- Update experiment-header.tsx
|
|
464
|
+
- parallelize workspace preflight
|
|
465
|
+
- add Finnish sauna research evidence metadata
|
|
466
|
+
- clarify experiment mechanisms
|
|
467
|
+
- Clean up orphaned hosted web dev servers
|
|
468
|
+
- Fix experiment source labels
|
|
469
|
+
- align stale hosted expectations
|
|
470
|
+
- forward hosted assistant zero-data-retention
|
|
471
|
+
- rename early-session onboarding seams
|
|
472
|
+
- tighten hosted local e2e stubs
|
|
473
|
+
- remove dead hosted run nudge defer plumbing
|
|
474
|
+
- tighten unsafe assertion seams
|
|
475
|
+
- remove unsafe linq dispatch assertions
|
|
476
|
+
- remove remaining owned seam assertions
|
|
477
|
+
- rm loading
|
|
478
|
+
- trim review-gpt wrapper surface
|
|
479
|
+
- tighten hosted local helper assertions
|
|
480
|
+
- simplify review-gpt wrapper
|
|
481
|
+
- remove unsafe connector seam assertions
|
|
482
|
+
- tighten assertion boundaries
|
|
483
|
+
- remove remaining unknown assertions
|
|
484
|
+
- remove hosted web unsafe assertions
|
|
485
|
+
- remove local review-gpt diagnostics wrapper
|
|
486
|
+
- remove redundant JSON boundary unknown casts
|
|
487
|
+
- remove redundant json parse unknown casts
|
|
488
|
+
- remove redundant assistant-engine json boundary casts
|
|
489
|
+
- wake final research pass
|
|
490
|
+
- tighten typed test fixtures
|
|
491
|
+
- tighten service mock typing
|
|
492
|
+
- ignore review-stage scratch files
|
|
493
|
+
- bump review-gpt to 0.5.72
|
|
494
|
+
- finish signup welcome notification migration
|
|
495
|
+
- update notification delivery expectations
|
|
496
|
+
- capture hosted cleanup artifacts
|
|
497
|
+
- close hosted run-drain cleanup lane
|
|
498
|
+
- close hosted security follow-up lane
|
|
499
|
+
- finish hard-cut cleanup and proof coverage
|
|
500
|
+
- clear browser-vault hard-cut ledger row
|
|
501
|
+
- hard-cut replica session flow
|
|
502
|
+
- update browser vault replica coverage
|
|
503
|
+
- update browser vault hard-cut tests
|
|
504
|
+
- update browser vault session client test
|
|
505
|
+
- split experiment protocol and private run detail
|
|
506
|
+
- hard cut dashboard snapshot contract
|
|
507
|
+
- Fail closed hosted-run commits on incomplete event results
|
|
508
|
+
- fix browser snapshot coverage assertions
|
|
509
|
+
- use prepared bundle for local e2e
|
|
510
|
+
- align browser vault snapshot fixtures
|
|
511
|
+
- hard cut remaining wake naming
|
|
512
|
+
- finish greenfield shape cleanups
|
|
513
|
+
- hard-cut compatibility residue
|
|
514
|
+
- share serialized lock helper
|
|
515
|
+
- bump review-gpt to 0.5.71
|
|
516
|
+
- remove stale device-sync ingress residue
|
|
517
|
+
- share package vitest config setup
|
|
518
|
+
- hard-cut private subpath export
|
|
519
|
+
- simplify runner env seams
|
|
520
|
+
- trim private subpath exports
|
|
521
|
+
- dedupe hosted user crypto context lookup
|
|
522
|
+
- simplify assistant cron stale branches
|
|
523
|
+
- Reject missing hosted run finalizeRequired in Cloudflare
|
|
524
|
+
- drop stale connect-start test bucket
|
|
525
|
+
- Make hosted run finalizeRequired explicit
|
|
526
|
+
- add hosted-run stale-residue guard
|
|
527
|
+
- Preserve hosted device sync wake ingress hints
|
|
528
|
+
- remove dead device sync connect start helper
|
|
529
|
+
- Rename hosted run wakeIdsJson field
|
|
530
|
+
- restore green repo verification
|
|
531
|
+
- centralize invite phone auth flow
|
|
532
|
+
- delete dead duplicate ui root
|
|
533
|
+
- finish hosted hard-cut doc cleanup
|
|
534
|
+
- remove local user-runner wake residue
|
|
535
|
+
- clean hosted run doc residue
|
|
536
|
+
- drop abandoned ui lane registration
|
|
537
|
+
- land non-ui route and storage cleanup
|
|
538
|
+
- finish simplification cleanup follow-ups
|
|
539
|
+
- split parser modules
|
|
540
|
+
- dedupe hosted run elapsed helper
|
|
541
|
+
- simplify runner outbound helpers
|
|
542
|
+
- share raw import manifest reader
|
|
543
|
+
- rename ingress and run boundary
|
|
544
|
+
- Wire hosted run phase logs into web observability
|
|
545
|
+
- hard-cut hosted execution docs
|
|
546
|
+
- Simplify hosted run durable statuses
|
|
547
|
+
- hard-cut legacy wake lane
|
|
548
|
+
- align hosted-run recovery wording
|
|
549
|
+
- hard cut legacy hosted-wake surface
|
|
550
|
+
- Update system-prompt.ts
|
|
551
|
+
- remove file-shaped assistant exports
|
|
552
|
+
- split assistant CLI capability definitions
|
|
553
|
+
- trim stale tsconfig refs
|
|
554
|
+
- split workspace boundary verifier rules
|
|
555
|
+
- split config parsing seams
|
|
556
|
+
- align onboarding prompt expectations
|
|
557
|
+
- align runner capacity defaults
|
|
558
|
+
- remove completed legacy cleanup lane
|
|
559
|
+
- Refactor hosted wake handoff to nudge semantics
|
|
560
|
+
- final
|
|
561
|
+
- close cloudflare e2e ledger row
|
|
562
|
+
- final shape
|
|
563
|
+
- add hosted-local linq later-reply drain proof
|
|
564
|
+
- clear closed linq reply ledger row
|
|
565
|
+
- stabilize cli verification suite
|
|
566
|
+
- narrow public subpaths and remove brittle chat duplicate
|
|
567
|
+
- align assistant core facade export assertions
|
|
568
|
+
- add hosted wake pending-commit recovery proof
|
|
569
|
+
- harden migration guard parser
|
|
570
|
+
- align assistant tests with greenfield contracts
|
|
571
|
+
- refresh config schema
|
|
572
|
+
- finish greenfield compatibility cleanup
|
|
573
|
+
- drop providerBinding test fixtures
|
|
574
|
+
- hard-cut threadId in automation self-delivery slice
|
|
575
|
+
- require explicit providers and canonical cron thread ids
|
|
576
|
+
- Hard-cut hosted wake proof and runner route leftovers
|
|
577
|
+
- resolve workspace public subpaths from source exports
|
|
578
|
+
- hard-cut greenfield callback and thread target seams
|
|
579
|
+
- hard-cut hosted execution compatibility seams
|
|
580
|
+
- hard-cut poisoned runtime vocabulary
|
|
581
|
+
- simplify hosted wake retry exits
|
|
582
|
+
- trim hosted migration wording
|
|
583
|
+
- Remove generic hosted wake append seam
|
|
584
|
+
- Handle stale hosted wake terminal fences
|
|
585
|
+
- hard-cut hosted runner callback routes
|
|
586
|
+
- Harden hosted email ingress wake append
|
|
587
|
+
- hard-cut leftover terminal and runner concepts
|
|
588
|
+
- add hosted wake quarantine legacy-proof rejection
|
|
589
|
+
- close landed hosted wake cleanup plans
|
|
590
|
+
- clarify hosted wake behavior contract
|
|
591
|
+
- Update hero-section.tsx
|
|
592
|
+
- align cron reason assertion
|
|
593
|
+
- condense hosted-web prisma migrations
|
|
594
|
+
- align hosted wake refetch tests
|
|
595
|
+
- fence hosted wake test proofs
|
|
596
|
+
- align release-script audit expectations
|
|
597
|
+
- align cloudflare node-runner assertions
|
|
598
|
+
- cover quarantined hosted wake terminal route
|
|
599
|
+
- align hosted wake proof coverage
|
|
600
|
+
- trim hosted boundary tooling residue
|
|
601
|
+
- dedupe hosted cutover follow-up plans
|
|
602
|
+
- tighten cutover truth in live docs
|
|
603
|
+
- dedupe hosted cutover active state
|
|
604
|
+
- archive stale hosted cutover prompts
|
|
605
|
+
- remove dead hosted parser maintenance seams
|
|
606
|
+
- remove hosted runner wake wrapper row
|
|
607
|
+
- guard hosted wake enqueue wrappers
|
|
608
|
+
- remove dead edge-triggered behavior
|
|
609
|
+
- Require hosted wake target confirmation for inline handoff
|
|
610
|
+
- cover cleanup after cursor commit
|
|
611
|
+
- Harden hosted wake cursor commits
|
|
612
|
+
- rename gateway projection cache
|
|
613
|
+
- hard-cut local internal proxy auth
|
|
614
|
+
- extract cron food auto-log helpers
|
|
615
|
+
- clarify wake start modes
|
|
616
|
+
- split runner outbound codec helpers
|
|
617
|
+
- Emit canonical wake materialization hints after system wakes
|
|
618
|
+
- apps/cloudflare: fail closed on malformed runner bundle refs
|
|
619
|
+
- make hosted device-sync SQL error omission explicit
|
|
620
|
+
- drop runner state ready promise
|
|
621
|
+
- fix payload unification fixtures
|
|
622
|
+
- Fix hosted wake alarm read retry
|
|
623
|
+
- split hosted Privy auth helpers
|
|
624
|
+
- cover hosted wake finalize CAS conflicts
|
|
625
|
+
- bump review-gpt to 0.5.70
|
|
626
|
+
- Harden hosted wake cleanup cursor CAS
|
|
627
|
+
- split hosted system wake lanes
|
|
628
|
+
- clarify hosted wake message contract
|
|
629
|
+
- hard-cut compatibility seams
|
|
630
|
+
- align thin-runner pending commit fixtures
|
|
631
|
+
- align hosted runtime parity expectations
|
|
632
|
+
- bump review-gpt to 0.5.69
|
|
633
|
+
- close completed Privy auth lane
|
|
634
|
+
- switch review-gpt delay to upstream cli
|
|
635
|
+
- hard-cut hosted webhook receipt coverage
|
|
636
|
+
- simplify onboarding and split oversized modules
|
|
637
|
+
- tighten assistant delivery record test stubs
|
|
638
|
+
- finish hosted stateless cutover
|
|
639
|
+
- remove obsolete journal scaffolding
|
|
640
|
+
- remove hosted effects seam references
|
|
641
|
+
- update committed fallback log expectation
|
|
642
|
+
- relax post-commit export failures
|
|
643
|
+
- fold bundle cache into runner meta
|
|
644
|
+
- prefer single-pass hosted completion
|
|
645
|
+
- simplify hosted conversation wake normalization
|
|
646
|
+
- remove unused review-gpt presets
|
|
647
|
+
- harden wake payload transport
|
|
648
|
+
- stop review-gpt presets from requesting patches
|
|
649
|
+
- more hard cut cleanups and fixes
|
|
650
|
+
- hard-cut wake-native status cleanup
|
|
651
|
+
- cut conversation wake follow-up
|
|
652
|
+
- clear hosted hard-cut ledger rows
|
|
653
|
+
- finalize hard-cut integration
|
|
654
|
+
- hard-cut hosted runner wake/state lane
|
|
655
|
+
- tighten hosted wake seams
|
|
656
|
+
- drop linq control-plane webhook receipts
|
|
657
|
+
- remove hosted dispatch-payload scope
|
|
658
|
+
- trim wake naming residue
|
|
659
|
+
- close hosted local e2e harness lane
|
|
660
|
+
- stabilize hosted local e2e harness
|
|
661
|
+
- finalize greenfield wake cleanup
|
|
662
|
+
- remove dispatch-lifecycle shim usage
|
|
663
|
+
- drop wake status dispatch alias
|
|
664
|
+
- drop redundant wake finalize alias
|
|
665
|
+
- isolate conversation wake seam
|
|
666
|
+
- unify hosted local scenario helpers
|
|
667
|
+
- add Privy logo asset
|
|
668
|
+
- trim hosted wake dispatch residue
|
|
669
|
+
- extract hosted local dev stack launcher
|
|
670
|
+
- drop legacy wake compatibility
|
|
671
|
+
- Split hosted local full-stack and worker-only e2e lanes
|
|
672
|
+
- tighten hosted wake lifecycle seam
|
|
673
|
+
- make hosted wake followup explicit
|
|
674
|
+
- update homepage
|
|
675
|
+
- ignore isolated next smoke outputs
|
|
676
|
+
- align wake-first hosted tests
|
|
677
|
+
- clear hosted hard-cut ledger row
|
|
678
|
+
- finish wake-first hard cut
|
|
679
|
+
- fix hosted hard-cut webhook fixture
|
|
680
|
+
- remove dispatch compatibility
|
|
681
|
+
- Hard-cut Cloudflare runner to wake-native flow
|
|
682
|
+
- Update site-footer.tsx
|
|
683
|
+
- align hard-cut cleanup with wake-first reality
|
|
684
|
+
- finish hard-cut batch 3 cleanup
|
|
685
|
+
- finish hard-cut batch 2
|
|
686
|
+
- simplify hosted phone geo prefill
|
|
687
|
+
- hard-cut thin runner dispatch shims
|
|
688
|
+
- remove node-runner test globals
|
|
689
|
+
- hard-cut hosted wake append inputs
|
|
690
|
+
- clear completed thin-shim ledger row
|
|
691
|
+
- align thin-shim dispatch outcome assertions
|
|
692
|
+
- remove legacy hosted wake dispatch schema
|
|
693
|
+
- hard-cut native wake dispatch shims
|
|
694
|
+
- split hosted wake message lane
|
|
695
|
+
- hard-cut wake helper lifecycle
|
|
696
|
+
- cut provider webhooks to direct hosted wakes
|
|
697
|
+
- apply frontend-review fixes on /join
|
|
698
|
+
- note ?preview dev aid and reconcile lucide guidance
|
|
699
|
+
- tighten invite shortcut verification card copy and layout
|
|
700
|
+
- rewrite active-state feature cards around experiments
|
|
701
|
+
- tighten /join copy, drop duplicate setup phrasing
|
|
702
|
+
- swap Murph signup badge for mono eyebrow on /join
|
|
703
|
+
- clear completed audit-bundle ledger row
|
|
704
|
+
- hard-cut wake dispatch cleanup
|
|
705
|
+
- discover
|
|
706
|
+
- cover long finalize lease handoff
|
|
707
|
+
- bump to v0.5.66
|
|
708
|
+
- remove prompt-only mode
|
|
709
|
+
- add email delivery guard proofs
|
|
710
|
+
- cover hosted overlap lease race
|
|
711
|
+
- drop stale hosted email workflow envs
|
|
712
|
+
- bump review-gpt to 0.5.65
|
|
713
|
+
- add failure diagnostics
|
|
714
|
+
- bump review-gpt to 0.5.64
|
|
715
|
+
- add local smoke duplicate-commit regression
|
|
716
|
+
- review hosted inbound target plan
|
|
717
|
+
- bump review-gpt to 0.5.63
|
|
718
|
+
- split homepage into sections
|
|
719
|
+
- lock device sync provider readiness path
|
|
720
|
+
- hard-cut final device-sync integration cleanup
|
|
721
|
+
- hard-cut webhook preflight seam
|
|
722
|
+
- lock provider seam guardrails
|
|
723
|
+
- remove temporary Playwright stress helper
|
|
724
|
+
- de-oura webhook admin config
|
|
725
|
+
- Hard-cut hosted device-sync provider assembly
|
|
726
|
+
- remove final dispatch compatibility seams
|
|
727
|
+
- add phone wallet refresh plan
|
|
728
|
+
- unblock release check
|
|
729
|
+
- remove completed outbox cleanup ledger row
|
|
730
|
+
- remove execution outbox transport status
|
|
731
|
+
- add local telegram hosted e2e
|
|
732
|
+
- add Cloudflare deploy shortcut
|
|
733
|
+
- hard-cut delivery journal authority
|
|
734
|
+
- drop legacy outbox compat path
|
|
735
|
+
- Align hosted Privy auth completion flows
|
|
736
|
+
- clear release fix ledger row
|
|
737
|
+
- narrow hosted webhook receipt boundary
|
|
738
|
+
- add assistant bootstrap diagnostics
|
|
739
|
+
- hard cut hosted execution plane
|
|
740
|
+
- share hosted local e2e harness
|
|
741
|
+
- narrow hosted execution lifecycle reads
|
|
742
|
+
- extract duplicate commit worker fixture
|
|
743
|
+
- expand hosted e2e lane
|
|
744
|
+
- add hosted first-contact e2e lane
|
|
745
|
+
- trim runtime cleanup noise
|
|
746
|
+
- close meal cli ledger row
|
|
747
|
+
- close hosted texting repro ledger row
|
|
748
|
+
- keep hosted local repro worker-only
|
|
749
|
+
- trim linq repro leftovers
|
|
750
|
+
- tee up hosted cutover worker pack
|
|
751
|
+
- update brand assets, frontend refs, and remove visual-identity.md
|
|
752
|
+
- add frontend review audit
|
|
753
|
+
- collapse managed crypto ownership
|
|
754
|
+
- reduce hosted billing checkout latency
|
|
755
|
+
- update design system showcase and add TODOS
|
|
756
|
+
|
|
757
|
+
## [0.2.13] - 2026-04-15
|
|
758
|
+
|
|
759
|
+
### Added
|
|
760
|
+
- enable codex image passthrough
|
|
761
|
+
- add gpt5 prompt behavior profile
|
|
762
|
+
- add Telegram to homepage sign-in dialog
|
|
763
|
+
- support email sign-in in homepage dialog
|
|
764
|
+
- improve linq delivery observability
|
|
765
|
+
|
|
766
|
+
### Fixed
|
|
767
|
+
- tighten parity retry and validation edges
|
|
768
|
+
- restore workspace acceptance
|
|
769
|
+
- always forward multimodal auto-reply input
|
|
770
|
+
- keep hosted checkout tax monitoring-only
|
|
771
|
+
- enable automatic tax for hosted checkout
|
|
772
|
+
- queue canonical write lock and narrow outer wrappers
|
|
773
|
+
- reject blank mixed search query input
|
|
774
|
+
- preserve linq auto-reply bootstrap
|
|
775
|
+
- support positional search query input
|
|
776
|
+
- update hosted onboarding signup sms copy
|
|
777
|
+
- refine hosted onboarding welcome copy
|
|
778
|
+
- tighten hosted onboarding signup copy
|
|
779
|
+
- load sqlite via esm in source builds
|
|
780
|
+
- match homepage telegram auth button styling
|
|
781
|
+
- log linq error messages at webhook boundary
|
|
782
|
+
- avoid nested prisma tx
|
|
783
|
+
- silence sqlite experimental warning noise
|
|
784
|
+
- background best-effort nudges
|
|
785
|
+
- background hosted execution nudges
|
|
786
|
+
- enrich redacted error logging
|
|
787
|
+
- treat linq delivery as idempotent
|
|
788
|
+
|
|
789
|
+
### Changed
|
|
790
|
+
- centralize promotion and source normalization
|
|
791
|
+
- clear meal parity coordination lane
|
|
792
|
+
- simplify codex image passthrough
|
|
793
|
+
- record pdftotext cleanup sweep
|
|
794
|
+
- hard cut local pdftotext support
|
|
795
|
+
- Update first-contact-welcome.ts
|
|
796
|
+
- unify email channel resolution policy
|
|
797
|
+
- sync member channels explicitly
|
|
798
|
+
- add linq webhook timing logs
|
|
799
|
+
- simplify recurring cron lookup flow
|
|
800
|
+
- follow vault timezone for recurring cron
|
|
801
|
+
- add latency instrumentation
|
|
802
|
+
- make normal replies more conversational
|
|
803
|
+
- simplify hosted onboarding seams
|
|
804
|
+
- Refactor vault-local automation schedule shape
|
|
805
|
+
- hard cut hosted onboarding transaction ownership
|
|
806
|
+
- add hosted-safe node subpaths
|
|
807
|
+
- share sqlite warning filters
|
|
808
|
+
- simplify linq observability helpers
|
|
809
|
+
- materialize Linq home threads from first contact
|
|
810
|
+
- simplify sqlite warning parsing
|
|
811
|
+
- Update hosted-existing-account-sign-in-dialog.tsx
|
|
812
|
+
|
|
5
813
|
## [0.2.12] - 2026-04-15
|
|
6
814
|
|
|
7
815
|
### Fixed
|