@murphai/murph 1.2.0 → 1.2.4
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 +1303 -0
- package/config.schema.json +412 -50
- package/dist/cli-entry.d.ts.map +1 -1
- package/dist/cli-entry.js +13 -20
- package/dist/cli-entry.js.map +1 -1
- package/dist/commands/audit-command-helpers.js.map +1 -1
- package/dist/commands/audit.js +2 -2
- package/dist/commands/automation.d.ts +118 -7
- package/dist/commands/automation.d.ts.map +1 -1
- package/dist/commands/automation.js +140 -54
- package/dist/commands/automation.js.map +1 -1
- package/dist/commands/batch.d.ts.map +1 -1
- package/dist/commands/batch.js +12 -4
- package/dist/commands/batch.js.map +1 -1
- package/dist/commands/capture.d.ts +9 -9
- package/dist/commands/capture.d.ts.map +1 -1
- package/dist/commands/clinical-imports.d.ts +101 -101
- package/dist/commands/command-factory-primitives.d.ts +3 -3
- package/dist/commands/command-factory-primitives.d.ts.map +1 -1
- package/dist/commands/command-factory-primitives.js +1 -1
- package/dist/commands/commons.d.ts +9 -9
- package/dist/commands/document.d.ts.map +1 -1
- package/dist/commands/document.js +3 -0
- package/dist/commands/document.js.map +1 -1
- package/dist/commands/encounter.d.ts +42 -42
- package/dist/commands/encounter.d.ts.map +1 -1
- package/dist/commands/event.js +1 -1
- package/dist/commands/exercise.js.map +1 -1
- package/dist/commands/experiment.d.ts.map +1 -1
- package/dist/commands/experiment.js +1 -0
- package/dist/commands/experiment.js.map +1 -1
- package/dist/commands/export-intake-read-helpers.d.ts +4 -4
- package/dist/commands/export-intake-read-helpers.d.ts.map +1 -1
- package/dist/commands/export-intake-read-helpers.js +1 -1
- package/dist/commands/export-intake-read-helpers.js.map +1 -1
- package/dist/commands/export.js +1 -1
- package/dist/commands/food.d.ts +4 -4
- package/dist/commands/food.js +1 -1
- package/dist/commands/group.d.ts +81 -0
- package/dist/commands/group.d.ts.map +1 -0
- package/dist/commands/group.js +242 -0
- package/dist/commands/group.js.map +1 -0
- package/dist/commands/habitat.d.ts +3 -0
- package/dist/commands/habitat.d.ts.map +1 -0
- package/dist/commands/habitat.js +282 -0
- package/dist/commands/habitat.js.map +1 -0
- package/dist/commands/health-allergy-save.d.ts.map +1 -1
- package/dist/commands/health-allergy-save.js +1 -1
- package/dist/commands/health-allergy-save.js.map +1 -1
- package/dist/commands/health-condition-save.d.ts.map +1 -1
- package/dist/commands/health-condition-save.js +1 -1
- package/dist/commands/health-condition-save.js.map +1 -1
- package/dist/commands/health-goal-save.d.ts.map +1 -1
- package/dist/commands/health-goal-save.js +1 -1
- package/dist/commands/health-goal-save.js.map +1 -1
- package/dist/commands/intake.js +1 -1
- package/dist/commands/intervention.d.ts.map +1 -1
- package/dist/commands/intervention.js +10 -0
- package/dist/commands/intervention.js.map +1 -1
- package/dist/commands/knowledge.js +2 -2
- package/dist/commands/measurement.d.ts +7 -7
- package/dist/commands/measurement.d.ts.map +1 -1
- package/dist/commands/medication.d.ts +3 -3
- package/dist/commands/memory.d.ts.map +1 -1
- package/dist/commands/memory.js +26 -2
- package/dist/commands/memory.js.map +1 -1
- package/dist/commands/model.js.map +1 -1
- package/dist/commands/murph-age.d.ts +499 -498
- package/dist/commands/murph-age.d.ts.map +1 -1
- package/dist/commands/murph-age.js +3 -2
- package/dist/commands/murph-age.js.map +1 -1
- package/dist/commands/payload-schema-command.d.ts +1 -1
- package/dist/commands/protocol.js +2 -2
- package/dist/commands/provider.js +1 -1
- package/dist/commands/recipe.js +1 -1
- package/dist/commands/record-mutation-command-helpers.d.ts +3 -3
- package/dist/commands/record-mutation-command-helpers.d.ts.map +1 -1
- package/dist/commands/research.js.map +1 -1
- package/dist/commands/sample-batch-command-helpers.js.map +1 -1
- package/dist/commands/sample-import-command-helpers.d.ts.map +1 -1
- package/dist/commands/sample-query-command-helpers.d.ts +1 -1
- package/dist/commands/sample-query-command-helpers.d.ts.map +1 -1
- package/dist/commands/sample-query-command-helpers.js.map +1 -1
- package/dist/commands/samples.js +2 -2
- package/dist/commands/scheduled-log.d.ts +127 -275
- package/dist/commands/scheduled-log.d.ts.map +1 -1
- package/dist/commands/scheduled-log.js +28 -3
- package/dist/commands/scheduled-log.js.map +1 -1
- package/dist/commands/search.js +1 -1
- package/dist/commands/supplement.js +1 -1
- package/dist/commands/vault.d.ts +2 -1
- package/dist/commands/vault.d.ts.map +1 -1
- package/dist/commands/vault.js +111 -1
- package/dist/commands/vault.js.map +1 -1
- package/dist/commands/wearables.d.ts +695 -667
- package/dist/commands/wearables.d.ts.map +1 -1
- package/dist/commands/wearables.js +10 -3
- package/dist/commands/wearables.js.map +1 -1
- package/dist/commands/workout.d.ts.map +1 -1
- package/dist/commands/workout.js +9 -2
- package/dist/commands/workout.js.map +1 -1
- package/dist/device-services.d.ts.map +1 -1
- package/dist/device-services.js +33 -8
- package/dist/device-services.js.map +1 -1
- package/dist/food-labels.d.ts +39 -39
- package/dist/food-labels.js.map +1 -1
- package/dist/foreground-terminal-logging.js.map +1 -1
- package/dist/hosted-data-api-labels.d.ts +117 -117
- package/dist/hosted-data-api-labels.js.map +1 -1
- package/dist/incur.generated.d.ts +93 -0
- package/dist/incur.generated.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/mapbox-route-contracts.d.ts +13 -13
- package/dist/mapbox-route-contracts.d.ts.map +1 -1
- package/dist/mapbox-route.js.map +1 -1
- package/dist/research-scout-client.js.map +1 -1
- package/dist/supplement-labels.d.ts +39 -39
- package/dist/supplement-labels.js.map +1 -1
- package/dist/vault-cli-command-manifest.d.ts +1451 -1478
- package/dist/vault-cli-command-manifest.d.ts.map +1 -1
- package/dist/vault-cli-command-manifest.js +80 -2
- package/dist/vault-cli-command-manifest.js.map +1 -1
- package/dist/vault-cli-command-routing.d.ts.map +1 -1
- package/dist/vault-cli-command-routing.js +79 -2
- package/dist/vault-cli-command-routing.js.map +1 -1
- package/dist/vault-cli-package.d.ts +1 -1
- package/dist/vault-cli-package.d.ts.map +1 -1
- package/dist/vault-cli-package.js.map +1 -1
- package/dist/vault-cli-routing.d.ts +4 -1
- package/dist/vault-cli-routing.d.ts.map +1 -1
- package/dist/vault-cli-routing.js +45 -5
- package/dist/vault-cli-routing.js.map +1 -1
- package/dist/vault-cli-shell.d.ts +3 -1
- package/dist/vault-cli-shell.d.ts.map +1 -1
- package/dist/vault-cli-shell.js +4 -1
- package/dist/vault-cli-shell.js.map +1 -1
- package/dist/vault-cli-skill-hash.generated.d.ts +2 -0
- package/dist/vault-cli-skill-hash.generated.d.ts.map +1 -0
- package/dist/vault-cli-skill-hash.generated.js +3 -0
- package/dist/vault-cli-skill-hash.generated.js.map +1 -0
- package/dist/vault-cli-vault-context.js.map +1 -1
- package/dist/vault-cli.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.d.ts +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 +24 -22
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/stop.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts +3 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.js +5 -2
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts +9 -9
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/theme.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts.map +1 -1
- 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 +2 -2
- 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 +52 -7
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/run-terminal-logging.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/README.md +55 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js +36 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +10 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js +89 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts +36 -36
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts +32 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +347 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js +163 -42
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js +8 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +2 -1
- 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 +11 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts +11 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +18 -0
- 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 +66 -16
- 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 +26 -8
- 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 +644 -158
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +15 -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 +90 -29
- 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 +6 -1
- 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 +18 -6
- 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 +9 -1
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js +30 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +3 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js +22 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +2 -2
- 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/channel-typing.d.ts +4 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.js +51 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.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 +87 -49
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts +2 -10
- 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 +80 -61
- 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 +31 -20
- 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.d.ts +5 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js +95 -228
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-contract.generated.json +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-manifest.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-contract-fingerprint.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js +24 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js +26 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts +0 -29
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js +50 -129
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts +22 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js +186 -109
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts +9 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js +42 -73
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts +3 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js +83 -91
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts +4 -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 +48 -11
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js +33 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js +38 -31
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts +47 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js +881 -117
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -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 +84 -19
- 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 +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +4 -1
- 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 +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts +7 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js +27 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts +9 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +134 -65
- 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 +5 -0
- 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 +131 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js +58 -90
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js +9 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js +6 -0
- 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 +43 -3
- 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 +79 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js +73 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/fault-injection.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/generate-cli-surface-contract.js +1 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/generate-cli-surface-contract.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js +0 -27
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts +22 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js +78 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +46 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js +47 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js +23 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js +37 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts +109 -44
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js +46 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js.map +1 -1
- 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 +335 -120
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js +101 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts +69 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js +234 -49
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +3 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts +12 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js +294 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +20 -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 +556 -113
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js +11 -9
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +3 -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 +132 -21
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js +140 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js.map +1 -0
- 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 +79 -1
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +28 -2
- 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 +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +154 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts +7 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js +16 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts.map +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 +55 -173
- 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 +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +24 -25
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts +6 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js +47 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budget-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts +2 -0
- 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 +92 -40
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js +107 -37
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +15 -3
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +11 -2
- 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 +2 -0
- 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 +9 -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 +29 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +5 -0
- 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 +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 +81 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js +35 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.js +36 -4
- 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 +1 -0
- 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 +23 -1
- 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 -3
- 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 +137 -16
- 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 -0
- 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 +6 -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 +94 -22
- 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 +16 -6
- 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 +546 -230
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/transcript-audit.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts +16 -0
- 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 +58 -10
- 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 +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -1
- 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 +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts +3 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js +29 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts +7 -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 +33 -5
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts +12 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js +53 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts +70 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js +218 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +2 -2
- 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-channel-runtime.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js +25 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js +12 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts +82 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js +190 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts +18 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts +8 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts +10 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts +4 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js +17 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +1273 -268
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js +1724 -34
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js +4 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js +352 -74
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js +6 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts +2 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js +89 -39
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js +4 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js +1 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts +23 -15
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +868 -533
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts +140 -48
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js +118 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-env.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts +17 -17
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js +7 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.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 +4 -2
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/package.json +4 -0
- package/node_modules/@murphai/assistant-engine/skills/aerobic-fitness/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/appointment-scheduling/SKILL.md +249 -0
- package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +18 -9
- package/node_modules/@murphai/assistant-engine/skills/body-composition/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/cardiometabolic-health/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/circadian-rhythm/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/cognitive-focus/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/computer-use/SKILL.md +163 -121
- package/node_modules/@murphai/assistant-engine/skills/computer-use/references/health-browser-playbook.md +16 -9
- package/node_modules/@murphai/assistant-engine/skills/cycle-hormonal-health/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/energy-fatigue/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/experiment-onboarding/SKILL.md +24 -10
- package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +26 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/SKILL.md +77 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/evidence-register.md +34 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/triage-and-contact-lenses.md +103 -0
- package/node_modules/@murphai/assistant-engine/skills/group-challenge/SKILL.md +346 -0
- package/node_modules/@murphai/assistant-engine/skills/group-chat/SKILL.md +296 -0
- package/node_modules/@murphai/assistant-engine/skills/group-newsletter/SKILL.md +210 -0
- package/node_modules/@murphai/assistant-engine/skills/groupchat-comedy/SKILL.md +182 -0
- package/node_modules/@murphai/assistant-engine/skills/gut-digestion/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/hrv-resting-heart-rate/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/micronutrients-supplements/SKILL.md +80 -0
- package/node_modules/@murphai/assistant-engine/skills/mobility-posture/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/SKILL.md +358 -124
- package/node_modules/@murphai/assistant-engine/skills/music-generation/SKILL.md +162 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +73 -109
- package/node_modules/@murphai/assistant-engine/skills/physical-therapy/SKILL.md +3 -1
- package/node_modules/@murphai/assistant-engine/skills/recovery-modalities/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/SKILL.md +145 -0
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/device-seeds.json +259 -0
- package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +29 -0
- package/node_modules/@murphai/assistant-engine/skills/shared/murph-character-sheet-v1.png +0 -0
- package/node_modules/@murphai/assistant-engine/skills/sleep-improvement/SKILL.md +60 -0
- package/node_modules/@murphai/assistant-engine/skills/sleep-recovery-readiness/SKILL.md +68 -178
- package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +1 -1
- package/node_modules/@murphai/assistant-engine/skills/substance-load/SKILL.md +56 -0
- package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/config.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.map +1 -1
- package/node_modules/@murphai/clinical-records/README.md +82 -0
- package/node_modules/@murphai/clinical-records/dist/index.d.ts +1865 -0
- package/node_modules/@murphai/clinical-records/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/clinical-records/dist/index.js +488 -0
- package/node_modules/@murphai/clinical-records/dist/index.js.map +1 -0
- package/node_modules/@murphai/clinical-records/package.json +27 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts +4 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/atomic-write.js +26 -0
- package/node_modules/@murphai/core/dist/atomic-write.js.map +1 -1
- package/node_modules/@murphai/core/dist/automation.d.ts +8 -2
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/automation.js +66 -2
- package/node_modules/@murphai/core/dist/automation.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts +36 -0
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/habitat.js +179 -0
- package/node_modules/@murphai/core/dist/bank/habitat.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/regimens.js.map +1 -1
- package/node_modules/@murphai/core/dist/constants.d.ts +4 -0
- package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts +41 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js +311 -5
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts +6 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js +7 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/ledger.js +4 -0
- package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.d.ts +2 -2
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.js +9 -3
- package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/shared.js.map +1 -1
- package/node_modules/@murphai/core/dist/errors.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/errors.js.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.d.ts +2 -1
- package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.js +1 -0
- package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -1
- package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts +33 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.js +685 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.js.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-storage.d.ts +12 -0
- package/node_modules/@murphai/core/dist/experiment-storage.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-storage.js +70 -0
- package/node_modules/@murphai/core/dist/experiment-storage.js.map +1 -0
- package/node_modules/@murphai/core/dist/frontmatter.js.map +1 -1
- package/node_modules/@murphai/core/dist/fs.d.ts +1 -0
- package/node_modules/@murphai/core/dist/fs.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/fs.js +3 -0
- package/node_modules/@murphai/core/dist/fs.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.d.ts +11 -0
- package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.js +60 -3
- package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/types.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/ids.js.map +1 -1
- package/node_modules/@murphai/core/dist/index.d.ts +12 -6
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/index.js +6 -4
- package/node_modules/@murphai/core/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.js +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.js.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingests.d.ts +73 -2
- package/node_modules/@murphai/core/dist/integration-ingests.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingests.js +1196 -77
- package/node_modules/@murphai/core/dist/integration-ingests.js.map +1 -1
- package/node_modules/@murphai/core/dist/jsonl.d.ts +10 -0
- package/node_modules/@murphai/core/dist/jsonl.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/jsonl.js +63 -12
- package/node_modules/@murphai/core/dist/jsonl.js.map +1 -1
- package/node_modules/@murphai/core/dist/markdown-documents.js.map +1 -1
- package/node_modules/@murphai/core/dist/memory.d.ts +7 -2
- package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/memory.js +36 -1
- package/node_modules/@murphai/core/dist/memory.js.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.d.ts +33 -5
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.js +1684 -205
- package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-resource-lock.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/index.d.ts +1 -1
- package/node_modules/@murphai/core/dist/operations/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/index.js +1 -1
- package/node_modules/@murphai/core/dist/operations/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +34 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.js +684 -39
- package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
- package/node_modules/@murphai/core/dist/path-safety.js.map +1 -1
- package/node_modules/@murphai/core/dist/preferences.d.ts +21 -2
- package/node_modules/@murphai/core/dist/preferences.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/preferences.js +249 -12
- package/node_modules/@murphai/core/dist/preferences.js.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts +13 -2
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.js +20 -3
- package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/raw-artifact-integrity.js.map +1 -1
- package/node_modules/@murphai/core/dist/registry/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +1 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.js +1 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/core/dist/vault.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/vault.js +174 -11
- package/node_modules/@murphai/core/dist/vault.js.map +1 -1
- package/node_modules/@murphai/core/dist/wearable-receipts.js.map +1 -1
- package/node_modules/@murphai/core/dist/wearable-storage-migration.js.map +1 -1
- package/node_modules/@murphai/core/dist/write-policy.d.ts +3 -0
- package/node_modules/@murphai/core/dist/write-policy.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/write-policy.js +54 -3
- package/node_modules/@murphai/core/dist/write-policy.js.map +1 -1
- package/node_modules/@murphai/device-syncd/README.md +45 -5
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts +7 -0
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.js +9 -0
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts +30 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js +130 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts +18 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js +18 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts +4 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js +39 -4
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts +9 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js +56 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js +46 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +3 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +69 -14
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +2 -3
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +0 -3
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js +9 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +26 -16
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +236 -339
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +62 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +7 -361
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts +17 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +104 -11
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.d.ts +5 -3
- package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.js +4 -2
- package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js +7 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts +2 -2
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.js +4 -11
- package/node_modules/@murphai/device-syncd/dist/connect-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts +8 -0
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/errors.js +26 -0
- package/node_modules/@murphai/device-syncd/dist/errors.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +24 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +187 -28
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.d.ts +2 -9
- package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.js +26 -29
- package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.d.ts +7 -7
- package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts +60 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js +382 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts +17 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js +28 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts +1 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/metadata.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/metadata.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js +22 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts +7 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js +116 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-label.js +5 -5
- package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts +22 -5
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js +93 -58
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts +5 -28
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js +927 -719
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +2 -14
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js +3 -26
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js +34 -30
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +2 -15
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js +8 -43
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts +2 -12
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +3 -22
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +25 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.js +32 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +9 -4
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +125 -40
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js +4 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts +10 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js +41 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/registry.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.js +219 -61
- package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.js +129 -40
- package/node_modules/@murphai/device-syncd/dist/store/accounts.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts +2 -0
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js +80 -6
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +15 -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 +119 -39
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js +14 -8
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts +1 -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 +22 -4
- package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts +9 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.js +57 -52
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +46 -2
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.js +103 -6
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +24 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
- package/node_modules/@murphai/device-syncd/package.json +28 -0
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-strength-addon-250.csv +251 -251
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch-addon-500.csv +359 -359
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch.csv +154 -154
- package/node_modules/@murphai/exercise-library/dist/build.js.map +1 -1
- package/node_modules/@murphai/exercise-library/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/exercise-library/dist/schema.d.ts.map +1 -1
- package/node_modules/@murphai/exercise-library/generated/catalog.hash +1 -1
- package/node_modules/@murphai/exercise-library/generated/exercise-details.json +12082 -764
- package/node_modules/@murphai/exercise-library/generated/exercise-facets.json +1 -1
- package/node_modules/@murphai/exercise-library/generated/exercise-index.json +1 -1
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-11776448.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-18306161.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19817517.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19913903.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19995444.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-20662037.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-24568233.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-26914684.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-27141153.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-28186867.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-36495670.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-37760145.md +62 -0
- package/node_modules/@murphai/health-commons/dist/build.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/catalog.d.ts +4 -4
- package/node_modules/@murphai/health-commons/dist/hash-artifact.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts +3 -7
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/health-commons/dist/runtime.js +59 -47
- package/node_modules/@murphai/health-commons/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/sync-cloudflare-r2.js.map +1 -1
- package/node_modules/@murphai/health-commons/generated/catalog.hash +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-family-graph.json +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-run-specs.json +1 -1
- package/node_modules/@murphai/health-commons/generated/source-artifact-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/source-identities.ndjson +54 -0
- package/node_modules/@murphai/health-commons/generated/source-index.json +727 -1
- package/node_modules/@murphai/health-commons/generated/web/browse/biomarkers.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/browse/experiments.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/added-sugar-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adherence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adverse-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alanine-aminotransferase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-craving.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-free-days.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-withdrawal-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ankle-knee-to-wall-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/apolipoprotein-b.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/aspartate-aminotransferase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bilirubin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-glucose.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-ketones-beta-hydroxybutyrate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-oxygen-spo2.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-pressure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-urea-nitrogen.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-fat-percent.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-weight.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chosen-primary-outcome-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/continuous-glucose.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/creatine-kinase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-energy-intake-kcal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-g-per-kg.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-grams.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-step-count.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daytime-sleepiness.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/deep-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dietary-fiber-g-day.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/digestive-comfort.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-gfr.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-vo2max.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fasting-triglycerides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-symptom-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-tolerance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hbot-session-tolerability.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hdl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hrv-rmssd.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lateral-knee-pain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-body-mass.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-mass.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/leg-heaviness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/liver-enzyme-panel.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/macular-health-safety.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/moderate-to-vigorous-activity-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mood-affect.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/morning-blood-pressure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/muscle-soreness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/musculoskeletal-pain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-3-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stiffness.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stress.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/periocular-wrinkle-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/postprandial-glucose-excursion.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/pre-sleep-arousal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rem-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/resting-heart-rate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/running-tolerance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/saturated-fat-g-day.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sedentary-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/self-reported-mood.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-25-hydroxyvitamin-d.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-creatinine.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-uric-acid.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/shoulder-reach-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sit-and-reach-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-texture-roughness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-tolerability-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-efficiency.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-onset-latency.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-quality.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/standardized-skin-photo-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/step-floor-days.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-adherence-sessions.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-session-burden.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-eye-strain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-satiety.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/supplement-adherence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/task-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/toe-touch-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-sleep-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-volume.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/triglycerides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-albumin-creatinine-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-fatigue.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/waist-circumference.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/wake-time-variability.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-bout-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-cadence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-safety-events.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/clinic-imaging-upgrade.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/home-standardized-photo-roi-analysis.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/standardized-photo-score-workflow.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/at-home-static-stretching-for-flexibility.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/bryan-johnson-blueprint.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/caffeine-curfew-dose-reset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/cold-plunge.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/consistent-wake-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/creatine-monohydrate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-step-floor.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-vitamin-d3-supplementation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/digital-sunset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/finnish-sauna.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hydrolyzed-collagen-peptides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hyperbaric-oxygen-therapy.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/it-band-syndrome-rehab-and-return-to-run.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/morning-outdoor-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/no-added-sugar-diet.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/norwegian-4x4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/oral-epa-dha-supplementation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pneumatic-compression-pants.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-resonance-breathing-and-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-silent-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/prolonged-fasting-24-72-hours.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/protein-floor-high-protein-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/psyllium-husk-for-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-light-glasses-before-bed.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-near-infrared-skin-texture-photoaging.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-yeast-rice-for-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/short-term-alcohol-abstinence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/social-media-fast.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/tabata-20-10-interval-training.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/time-restricted-eating-18-6.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/walking-after-every-meal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/whole-body-red-and-near-infrared-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/zone-2-aerobic-base-block.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/routes/index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/blood-oxygen-spo2.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/deep-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/estimated-vo2max.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/hrv-rmssd.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/rem-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/resting-heart-rate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/at-home-static-stretching-for-flexibility.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/bryan-johnson-blueprint.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/caffeine-curfew-dose-reset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/cold-plunge.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/consistent-wake-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/daily-step-floor.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/digital-sunset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/finnish-sauna.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/hyperbaric-oxygen-therapy.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/morning-outdoor-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/no-added-sugar-diet.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/norwegian-4x4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pneumatic-compression-pants.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-resonance-breathing-and-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-silent-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/prolonged-fasting-24-72-hours.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/protein-floor-high-protein-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-light-glasses-before-bed.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-near-infrared-skin-texture-photoaging.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/short-term-alcohol-abstinence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/tabata-20-10-interval-training.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/time-restricted-eating-18-6.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/walking-after-every-meal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/whole-body-red-and-near-infrared-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/zone-2-aerobic-base-block.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/results-public.json +2 -2
- package/node_modules/@murphai/health-metrics/README.md +4 -0
- package/node_modules/@murphai/health-metrics/dist/catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts +15 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js +99 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/labs.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js +12 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/sleep.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/format.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/goals.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.d.ts +0 -2
- package/node_modules/@murphai/health-metrics/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.js +0 -2
- package/node_modules/@murphai/health-metrics/dist/index.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/selectors.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/package.json +10 -0
- package/node_modules/@murphai/importers/README.md +13 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -1
- package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts +19 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.js +1523 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.js.map +1 -0
- package/node_modules/@murphai/importers/dist/core-port.d.ts +1 -0
- 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.map +1 -1
- package/node_modules/@murphai/importers/dist/create-importers.js.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -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 +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-origin.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts +3 -2
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js +12 -20
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts +18 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction.js +1026 -123
- package/node_modules/@murphai/importers/dist/device-providers/junction.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +132 -132
- 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.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/registry.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -1
- package/node_modules/@murphai/importers/package.json +5 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js +2 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts +3 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts.map +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js +37 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js.map +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +22 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/daemon.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.d.ts +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js +2 -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 +2 -2
- 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.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts +27 -27
- 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 +2 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/state.js.map +1 -1
- package/node_modules/@murphai/inboxd/README.md +3 -2
- package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts +2 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.js +2 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts +11 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js +67 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts +3 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +18 -9
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts +1 -10
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js +2 -65
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts +0 -15
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js +0 -33
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts +1 -2
- package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts +2 -2
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.d.ts +1 -0
- package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.js +1 -0
- package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts +21 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js +259 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js +7 -4
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts +13 -1
- 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 +68 -13
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts +12 -6
- package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist.js +226 -73
- package/node_modules/@murphai/inboxd/dist/indexing/persist.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/retention.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js +4 -4
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/registry.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts +2 -2
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.js +3 -3
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.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 +42 -12
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.d.ts +2 -0
- package/node_modules/@murphai/inboxd/dist/retention.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/retention.js +2 -0
- package/node_modules/@murphai/inboxd/dist/retention.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/runtime.d.ts +2 -1
- package/node_modules/@murphai/inboxd/dist/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/runtime.js +1 -0
- package/node_modules/@murphai/inboxd/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/inboxd/package.json +12 -0
- package/node_modules/@murphai/messaging-ingress/README.md +1 -5
- package/node_modules/@murphai/messaging-ingress/dist/internal.d.ts.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/internal.js +4 -0
- package/node_modules/@murphai/messaging-ingress/dist/internal.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/package.json +0 -4
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts +2 -0
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js +5 -0
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts +5 -0
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js +58 -0
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts +2 -2
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +5 -5
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +32 -31
- 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 +4 -2
- 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 +2 -2
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +488 -317
- 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 +171 -22
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +32 -27
- 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 +11 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-daemon/paths.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-daemon.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-browser-opener.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts +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 +6 -2
- 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 +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +138 -93
- 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 +40 -3
- 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 +7 -11
- package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js +25 -10
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.js +14 -3
- package/node_modules/@murphai/operator-config/dist/message-formatting.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +4 -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/storage.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 +54 -54
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
- 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.map +1 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js +11 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +85 -85
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-errors.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/package.json +0 -5
- package/node_modules/@murphai/parsers/README.md +4 -2
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/poppler-pdf.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/text-file.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/whisper-cpp.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts +15 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.js +368 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/index.d.ts +5 -2
- package/node_modules/@murphai/parsers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/index.js +3 -1
- package/node_modules/@murphai/parsers/dist/index.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/parser-result.d.ts +2 -0
- package/node_modules/@murphai/parsers/dist/parser-result.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/parser-result.js +2 -0
- package/node_modules/@murphai/parsers/dist/parser-result.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js +2 -245
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.js +12 -4
- package/node_modules/@murphai/parsers/dist/pipelines/worker.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts +18 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js +480 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/publish/writer.d.ts +26 -8
- package/node_modules/@murphai/parsers/dist/publish/writer.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/publish/writer.js +168 -57
- package/node_modules/@murphai/parsers/dist/publish/writer.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/registry/policy.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/registry/registry.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/shared.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/discover.js.map +1 -1
- package/node_modules/@murphai/parsers/package.json +4 -0
- package/node_modules/@murphai/query/dist/automation.d.ts +3 -2
- package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/automation.js +68 -5
- package/node_modules/@murphai/query/dist/automation.js.map +1 -1
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts +10 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js +24 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts +4 -0
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-experiments.js +3 -0
- package/node_modules/@murphai/query/dist/browser-experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js +3 -3
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/build.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/build.js +20 -0
- package/node_modules/@murphai/query/dist/browser-replica/build.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts +8 -2
- package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/experiments.js +128 -26
- package/node_modules/@murphai/query/dist/browser-replica/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.js +2 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/query.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.js +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/views.js +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/views.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.d.ts +1 -3
- package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.js +0 -1
- package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser.js +1 -1
- package/node_modules/@murphai/query/dist/browser.js.map +1 -1
- package/node_modules/@murphai/query/dist/canonical-entities.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/canonical-entities.js +1 -0
- package/node_modules/@murphai/query/dist/canonical-entities.js.map +1 -1
- package/node_modules/@murphai/query/dist/entity-families.d.ts +1 -1
- package/node_modules/@murphai/query/dist/entity-families.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/entity-families.js +1 -0
- package/node_modules/@murphai/query/dist/entity-families.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts +55 -2
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-adherence.js +367 -13
- package/node_modules/@murphai/query/dist/experiment-adherence.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts +6 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.js +48 -13
- package/node_modules/@murphai/query/dist/experiment-progress-card.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.d.ts +11 -1
- package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.js +265 -36
- package/node_modules/@murphai/query/dist/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/export-pack.js.map +1 -1
- package/node_modules/@murphai/query/dist/group-weekly.d.ts +32 -0
- package/node_modules/@murphai/query/dist/group-weekly.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/group-weekly.js +166 -0
- package/node_modules/@murphai/query/dist/group-weekly.js.map +1 -0
- package/node_modules/@murphai/query/dist/health/assessments.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/blood-tests.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts +1 -0
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.js +4 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/foods.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/habitat.d.ts +6 -0
- package/node_modules/@murphai/query/dist/health/habitat.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/health/habitat.js +12 -0
- package/node_modules/@murphai/query/dist/health/habitat.js.map +1 -0
- package/node_modules/@murphai/query/dist/health/immunizations.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/index.d.ts +1 -0
- package/node_modules/@murphai/query/dist/health/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/index.js +1 -0
- package/node_modules/@murphai/query/dist/health/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/projections.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/projectors/history.d.ts +1 -1
- package/node_modules/@murphai/query/dist/health/providers.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/recipes.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.d.ts +11 -0
- package/node_modules/@murphai/query/dist/health/registries.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.js +18 -2
- package/node_modules/@murphai/query/dist/health/registries.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/supplements.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/workout-formats.js.map +1 -1
- package/node_modules/@murphai/query/dist/id-families.d.ts +1 -13
- package/node_modules/@murphai/query/dist/id-families.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/id-families.js +1 -119
- package/node_modules/@murphai/query/dist/id-families.js.map +1 -1
- package/node_modules/@murphai/query/dist/index.d.ts +10 -15
- package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/index.js +7 -31
- package/node_modules/@murphai/query/dist/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-format.js +1 -1
- package/node_modules/@murphai/query/dist/knowledge-graph.js +4 -4
- package/node_modules/@murphai/query/dist/knowledge-model.d.ts +1 -1
- package/node_modules/@murphai/query/dist/knowledge-search.js +2 -2
- package/node_modules/@murphai/query/dist/knowledge-search.js.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.js.map +1 -1
- package/node_modules/@murphai/query/dist/memory.d.ts +3 -2
- package/node_modules/@murphai/query/dist/memory.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/memory.js +4 -1
- package/node_modules/@murphai/query/dist/memory.js.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/index.js +23 -1
- package/node_modules/@murphai/query/dist/metrics/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/projection.js +101 -7
- package/node_modules/@murphai/query/dist/metrics/projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts +1 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.js +2 -1
- package/node_modules/@murphai/query/dist/murph-age.js.map +1 -1
- package/node_modules/@murphai/query/dist/overview-weekly-stats.js.map +1 -1
- package/node_modules/@murphai/query/dist/overview.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/entity-store.d.ts +2 -0
- package/node_modules/@murphai/query/dist/projection/entity-store.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/projection/entity-store.js +56 -0
- package/node_modules/@murphai/query/dist/projection/entity-store.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/rebuild.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.d.ts +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.js +2 -2
- package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +25 -2
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js +1 -0
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-store.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/protocols.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection-types.d.ts +7 -0
- package/node_modules/@murphai/query/dist/query-projection-types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.d.ts +3 -2
- package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.js +5 -1
- package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.d.ts +4 -0
- package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.js +1 -0
- package/node_modules/@murphai/query/dist/read-model.js.map +1 -1
- package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/query/dist/search-shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/search.js.map +1 -1
- package/node_modules/@murphai/query/dist/summaries.js.map +1 -1
- package/node_modules/@murphai/query/dist/timeline.js.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.js +39 -3
- package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts +5 -2
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.js +305 -7
- package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.js +3 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/observation.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/origin.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/provider-policy.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/public-output.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/public-output.js +6 -79
- package/node_modules/@murphai/query/dist/wearables/public-output.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/selection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/selection.js +5 -1
- package/node_modules/@murphai/query/dist/wearables/selection.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts +9 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.js +81 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.js.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/types.d.ts +29 -4
- 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.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.js +50 -50
- package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
- package/node_modules/@murphai/query/package.json +5 -0
- package/node_modules/@murphai/runtime-state/README.md +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-fs.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/atomic-write.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js +12 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +65 -31
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js +10 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +11 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js +56 -3
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +12 -2
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/locks.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/process-env.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/process-identity.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/shared.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/ulid.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js.map +1 -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.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-wizard.js.map +1 -1
- 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 +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/toolchain.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/README.md +11 -0
- package/node_modules/@murphai/vault-usecases/dist/assistant-vault-paths.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts +102 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js +374 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js +13 -4
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts +3 -3
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts +34 -3
- package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.js +84 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts +16 -2
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js +20 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/testing.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +18 -18
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts +154 -154
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js +3 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +10 -9
- 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 +2 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts +35 -35
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +38 -37
- 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 +37 -5
- 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.js +7 -7
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts.map +1 -1
- 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 +57 -20
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts +20 -10
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts +6 -6
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +9 -9
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts +4 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +13 -13
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts +3 -3
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +101 -8
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +34 -0
- 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.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +33 -33
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts +4 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +8 -8
- 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 +1 -1
- 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 +48 -48
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/vault-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/vault-services.js +1 -0
- package/node_modules/@murphai/vault-usecases/dist/vault-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/package.json +8 -0
- package/node_modules/incur/dist/Cli.d.ts +4 -0
- package/node_modules/incur/dist/Cli.js +10 -3
- package/node_modules/incur/dist/SyncSkills.d.ts +2 -0
- package/node_modules/incur/dist/SyncSkills.js +5 -2
- package/node_modules/incur/src/Cli.ts +14 -3
- package/node_modules/incur/src/SyncSkills.ts +9 -2
- package/package.json +6 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts +0 -15
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js +0 -79
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js.map +0 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.d.ts.map +0 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.js.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts +0 -73
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js +0 -212
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js.map +0 -1
- package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts +0 -4
- package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts.map +0 -1
- package/node_modules/@murphai/operator-config/dist/runtime-errors.js +0 -19
- package/node_modules/@murphai/operator-config/dist/runtime-errors.js.map +0 -1
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts +0 -34
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts.map +0 -1
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js +0 -208
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js.map +0 -1
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts +0 -4
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts.map +0 -1
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.js +0 -104
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.js.map +0 -1
- /package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,1309 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@murphai/murph` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.2.4] - 2026-07-16
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- allow interactive setup to skip assistant
|
|
9
|
+
|
|
10
|
+
## [1.2.3] - 2026-07-16
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- bound release coverage heap
|
|
14
|
+
- batch Linq reply authority reads (#732)
|
|
15
|
+
- upload canonical artifacts concurrently (#735)
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- scope release heap guard
|
|
19
|
+
- document database load and fanout invariant
|
|
20
|
+
- Optimize device sidebar database reads (#727)
|
|
21
|
+
- narrow dashboard contact reads (#731)
|
|
22
|
+
- reduce settings database read fanout (#730)
|
|
23
|
+
- batch hosted group member reads (#729)
|
|
24
|
+
- Deduplicate fresh Privy auth database reads (#728)
|
|
25
|
+
- Add private-to-group Assistant Ask (#725)
|
|
26
|
+
- fix native message bold parsing
|
|
27
|
+
- Document Murph core strategy
|
|
28
|
+
|
|
29
|
+
## [1.2.2] - 2026-07-16
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
- extend new Pulse trials to 14 days (#726)
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
- resolve release coverage concurrency once
|
|
36
|
+
- register Prisma pool lifecycle (#715)
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
- make clinical preemption resume deterministic
|
|
40
|
+
- Converge conversational personality settings with dashboard (#716)
|
|
41
|
+
- Apply hosted model changes on the same Codex thread (#697)
|
|
42
|
+
- require complete provider results (#703)
|
|
43
|
+
- Restore hosted live turn steering (#705)
|
|
44
|
+
- Delete usage-notice compatibility fence (#698)
|
|
45
|
+
- Stop appending computer handoff links (#688)
|
|
46
|
+
|
|
47
|
+
## [1.2.1] - 2026-07-16
|
|
48
|
+
|
|
49
|
+
### Added
|
|
50
|
+
- anchor onboarding before problem solving
|
|
51
|
+
- anchor onboarding before problem solving
|
|
52
|
+
- add minimal hosted account reconcile (#685)
|
|
53
|
+
- add celestial model choice cards
|
|
54
|
+
- redesign assistant model choices
|
|
55
|
+
- add batch 6 image carousels
|
|
56
|
+
- add member email composer
|
|
57
|
+
- manage family tiers per member
|
|
58
|
+
- add fifth inventory image batch
|
|
59
|
+
- recover mixed-tier family plans
|
|
60
|
+
- treat affirmative reactions as replies
|
|
61
|
+
- recover mixed-tier family plans
|
|
62
|
+
- add fourth inventory image batch
|
|
63
|
+
- add appointment scheduling preflight (#646)
|
|
64
|
+
- activate clinical records runtime retrieval (#610)
|
|
65
|
+
- add third 50-movement image batch
|
|
66
|
+
- add second 50-movement image batch
|
|
67
|
+
- add one-shot Linq participant context
|
|
68
|
+
- add images for 50 more movements
|
|
69
|
+
- add WHOOP Apple Health handoff
|
|
70
|
+
- enable Apple Health app handoff
|
|
71
|
+
- add private meal photo ingress
|
|
72
|
+
- keep onboarding open through health foundation
|
|
73
|
+
- make Murph onboarding context-first
|
|
74
|
+
- add general eye health assistant skill (#574)
|
|
75
|
+
- add crash-safe clinical records control-plane contracts (#581)
|
|
76
|
+
- add Murph personality sliders
|
|
77
|
+
- add group newsletter editorial skill
|
|
78
|
+
- play voice preview on voice-card tap
|
|
79
|
+
- paginate and refresh changelog (#569)
|
|
80
|
+
- ingest companion WHOOP spot HRV
|
|
81
|
+
- add usage-aware hosted billing
|
|
82
|
+
- update homepage positioning copy
|
|
83
|
+
- resume approved pending effects automatically
|
|
84
|
+
- restyle share OG cards to the cream editorial style
|
|
85
|
+
- tighten tagline line 2 to "Nobody gets there alone."
|
|
86
|
+
- update brand tagline to "Everyone has a health goal. Almost nobody gets there alone."
|
|
87
|
+
- add authenticated iMessage mini app backend
|
|
88
|
+
- test browser capability before stopping
|
|
89
|
+
- surface Edge model upgrade in settings (#539)
|
|
90
|
+
- add one-time Pulse Trial extension
|
|
91
|
+
- creative challenge stakes, peer posture on group-chosen frames, and group intro songs
|
|
92
|
+
- add Edge assistant model opt-in
|
|
93
|
+
- split texting-channel replies into message bubbles (#447)
|
|
94
|
+
- assumed adherence, confidence ladder, and category-scoped evidence (#441)
|
|
95
|
+
- usage-limit notice at crossing + engagement guard collapse (#437)
|
|
96
|
+
- homepage group-chat morph + social features reframe (#420)
|
|
97
|
+
- add music-generation skill for generate_song prompts (#440)
|
|
98
|
+
- device-aware experiment setup and support guidance (#416)
|
|
99
|
+
- weekly group health newsletter from group chat (#400)
|
|
100
|
+
- founder-gated ops growth dashboard with daily revenue snapshots (#419)
|
|
101
|
+
- stop native contact-card pushes at members, name-only provider card, settings customize surface
|
|
102
|
+
- like-to-join with scoped health sharing via Linq reactions (#412)
|
|
103
|
+
- founder-gated Linq home-line rehome primitive (#413)
|
|
104
|
+
- group-challenge referee skills + prefix image-reference authority (#410)
|
|
105
|
+
- dedicated Open Graph preview images for high-value shareable routes (#392)
|
|
106
|
+
- vary reminder approach to reduce habituation (#395)
|
|
107
|
+
- add group shared reader for consented member data (#390)
|
|
108
|
+
- avatar roster polish: Coach rename, drop Cool, friendlier Rancher/Disco/Sleepy, logos and no-photo to bottom row
|
|
109
|
+
- classic default avatar, reordered grid, inline vCard disposition for iOS
|
|
110
|
+
- working Add-Murph-to-Contacts flow with member-chosen avatar
|
|
111
|
+
- wire contact-card picker to real vCard download and simplify avatars
|
|
112
|
+
- let onboarding design custom first experiments when protocols don't fit
|
|
113
|
+
- add Murph contact-card avatar picker components and spec
|
|
114
|
+
- bump Codex to 0.143.0-alpha.32 for skill-authorized delegation
|
|
115
|
+
- stemmed supplement search with brand-scope fallback (#368)
|
|
116
|
+
- send orientation as progress update before experiment discovery
|
|
117
|
+
- mobile burger drawer nav and hero CTA restyle
|
|
118
|
+
- add ops onboarding activation
|
|
119
|
+
- rotate Murph phone headshots
|
|
120
|
+
- remember handoff viewport session size (#340)
|
|
121
|
+
|
|
122
|
+
### Fixed
|
|
123
|
+
- bound stale welcome retries (#719)
|
|
124
|
+
- preserve first-visit auth redirect (#717)
|
|
125
|
+
- play voice previews from waveform (#718)
|
|
126
|
+
- keep provider runtime out of boot closure
|
|
127
|
+
- route visible progress through tool
|
|
128
|
+
- select voice from audio preview (#695)
|
|
129
|
+
- remove weight framing from tone samples
|
|
130
|
+
- double native style span limit
|
|
131
|
+
- unlock Sol for Family Edge seats (#686)
|
|
132
|
+
- add safe browser OS fallback
|
|
133
|
+
- remove Family privacy copy
|
|
134
|
+
- requeue aborted jobs
|
|
135
|
+
- move family removal into manage dialog
|
|
136
|
+
- source selected-input wake before aggregation
|
|
137
|
+
- prove foreground wake ownership
|
|
138
|
+
- preserve phase retry across boundary tails
|
|
139
|
+
- keep approval capabilities out of model history
|
|
140
|
+
- keep vault approvals out of model context
|
|
141
|
+
- preserve precomputed retry tail
|
|
142
|
+
- preserve deferred wakes
|
|
143
|
+
- surface deterministic trial resume errors
|
|
144
|
+
- preempt post-delivery maintenance
|
|
145
|
+
- bound hosted prefix repair retries
|
|
146
|
+
- reject family-sponsored trial extensions
|
|
147
|
+
- simplify assistant configuration approval
|
|
148
|
+
- finalize Linq invite cleanup after drain
|
|
149
|
+
- retry canonical email sync inline
|
|
150
|
+
- complete trial extension metadata lifecycle
|
|
151
|
+
- preserve hosted recovery input order
|
|
152
|
+
- recover pending Family tier updates
|
|
153
|
+
- make settings email sync canonical
|
|
154
|
+
- reconcile hosted audit receipt replay
|
|
155
|
+
- delete Retell calls before account removal
|
|
156
|
+
- preserve accepted batching recovery boundaries
|
|
157
|
+
- finish batching rebase adaptation
|
|
158
|
+
- preserve web-owned batch authority
|
|
159
|
+
- close batching recovery gaps
|
|
160
|
+
- resolve batching review findings
|
|
161
|
+
- restore rapid message batching
|
|
162
|
+
- recover paused trial extensions
|
|
163
|
+
- persist safe hosted runtime failure diagnostics
|
|
164
|
+
- bind reactions to exact targets
|
|
165
|
+
- attest affirmative reaction targets
|
|
166
|
+
- clarify challenge participation safety
|
|
167
|
+
- finish batching rebase adaptation
|
|
168
|
+
- preserve web-owned batch authority
|
|
169
|
+
- close batching recovery gaps
|
|
170
|
+
- resolve batching review findings
|
|
171
|
+
- restore rapid message batching
|
|
172
|
+
- reduce group chat emoji use
|
|
173
|
+
- improve challenge stakes and buy-in
|
|
174
|
+
- serialize family capacity updates
|
|
175
|
+
- keep family guidance within budget
|
|
176
|
+
- harden mixed-tier family reconciliation
|
|
177
|
+
- finish batching rebase adaptation
|
|
178
|
+
- make group permission additions reaction-first
|
|
179
|
+
- admit only reply-eligible fresh input
|
|
180
|
+
- follow deterministic onboarding archive owner
|
|
181
|
+
- preserve web-owned batch authority
|
|
182
|
+
- close batching recovery gaps
|
|
183
|
+
- resolve batching review findings
|
|
184
|
+
- restore rapid message batching
|
|
185
|
+
- preserve group offer contract
|
|
186
|
+
- clarify group contact handoff
|
|
187
|
+
- schedule exact mailbox continuation
|
|
188
|
+
- isolate foreground replies from recovery state (#643)
|
|
189
|
+
- preserve fenced completion tails
|
|
190
|
+
- include hosted runtime protocol in audit bundles
|
|
191
|
+
- defer snapshot cleanup after checkpoint
|
|
192
|
+
- keep snapshot version as CAS guard
|
|
193
|
+
- fence snapshot session mutations
|
|
194
|
+
- bind runner private routes to active lease
|
|
195
|
+
- account for runner bundle host variance
|
|
196
|
+
- follow deterministic onboarding archive owner
|
|
197
|
+
- keep family guidance within budget
|
|
198
|
+
- harden mixed-tier family reconciliation
|
|
199
|
+
- finish deterministic automation cleanup (#657)
|
|
200
|
+
- ratchet current-main hosted budgets
|
|
201
|
+
- keep late group input in its own turn
|
|
202
|
+
- preserve wake args during mailbox import
|
|
203
|
+
- interrupt checkpoint cleanup for foreground work
|
|
204
|
+
- keep late hosted input on next turn
|
|
205
|
+
- keep imported mailbox work scheduled
|
|
206
|
+
- receipt late mailbox imports in runner (#641)
|
|
207
|
+
- delete cron route reverification (#652)
|
|
208
|
+
- say like this message in group offers
|
|
209
|
+
- restore simple Telegram signup welcome (#649)
|
|
210
|
+
- remove shared host admission deadline (#647)
|
|
211
|
+
- align hosted runtime CI proof
|
|
212
|
+
- remove cold reply latency (#635)
|
|
213
|
+
- include hosted runtime protocol in audit bundles
|
|
214
|
+
- defer snapshot cleanup after checkpoint
|
|
215
|
+
- keep snapshot version as CAS guard
|
|
216
|
+
- fence snapshot session mutations
|
|
217
|
+
- bind runner private routes to active lease
|
|
218
|
+
- preserve foreground priority before checkpoints
|
|
219
|
+
- keep newsletter guidance within budget
|
|
220
|
+
- preserve assistant context and gate delivery
|
|
221
|
+
- reject unproven tail reconstruction
|
|
222
|
+
- preserve accepted repair revisions
|
|
223
|
+
- restore Next contract validation
|
|
224
|
+
- bound Messages credential rotation
|
|
225
|
+
- resolve batching review findings
|
|
226
|
+
- restore rapid message batching
|
|
227
|
+
- consolidate device repair proof
|
|
228
|
+
- terminally close stale newsletter work
|
|
229
|
+
- fail closed on conflicting repair proof
|
|
230
|
+
- close device repair authority gaps
|
|
231
|
+
- replan device repair from full history
|
|
232
|
+
- bound device replay revision proof
|
|
233
|
+
- prove durable device replay retention
|
|
234
|
+
- unify device replay reconciliation
|
|
235
|
+
- preserve shared device replay decisions
|
|
236
|
+
- fail closed on unprovable device repair
|
|
237
|
+
- harden device replay repair proof
|
|
238
|
+
- make newsletter delivery durable
|
|
239
|
+
- close companion recovery gaps
|
|
240
|
+
- drain invalid companion payloads
|
|
241
|
+
- reclaim retained companion leases
|
|
242
|
+
- retain audited legacy route repair
|
|
243
|
+
- fence Messages enrollment against deletion
|
|
244
|
+
- skip unused billing read on usage notices
|
|
245
|
+
- avoid drift checker pipefail false negative
|
|
246
|
+
- terminalize invalid companion jobs
|
|
247
|
+
- preserve companion recovery guards
|
|
248
|
+
- keep participant context rollback-safe
|
|
249
|
+
- fail closed on usage action lookup
|
|
250
|
+
- restore rapid message batching
|
|
251
|
+
- order usage notice replies by durable cursor
|
|
252
|
+
- fail closed unsupported usage notice origins
|
|
253
|
+
- resolve Telegram usage notice routes
|
|
254
|
+
- resolve usage notice routes durably
|
|
255
|
+
- inventory companion replay receipts
|
|
256
|
+
- unify projected usage actions
|
|
257
|
+
- finalize Messages rollback isolation
|
|
258
|
+
- split dense replies by section
|
|
259
|
+
- scope Messages bearer lookup hashes
|
|
260
|
+
- keep system notes behind fresh messages
|
|
261
|
+
- prioritize fresh foreground input
|
|
262
|
+
- preserve Linq line attribution
|
|
263
|
+
- simplify Linq route authority
|
|
264
|
+
- bind newsletter delivery to coherent authority
|
|
265
|
+
- isolate newsletter turns from native memory
|
|
266
|
+
- keep newsletter prompt within cache budget
|
|
267
|
+
- checkpoint assistant wakes on time
|
|
268
|
+
- make meal photo staging ownership-safe
|
|
269
|
+
- harden meal photo ingestion
|
|
270
|
+
- recover past revoked Linq inputs
|
|
271
|
+
- authorize replies at delivery boundary
|
|
272
|
+
- verify Linq input from canonical mailbox
|
|
273
|
+
- remove redundant Linq input authority
|
|
274
|
+
- restore timely Linq replies
|
|
275
|
+
- send absolute add-email links
|
|
276
|
+
- preserve recovered reply priority
|
|
277
|
+
- preserve live Codex rollouts during snapshots
|
|
278
|
+
- keep group membership reads out of Codex history
|
|
279
|
+
- authorize exact persisted Linq replies
|
|
280
|
+
- preserve checkpoint liveness across wake nudges
|
|
281
|
+
- preserve replies across route repair
|
|
282
|
+
- reach hosted Codex HTTPS fallback
|
|
283
|
+
- show usage as percentages
|
|
284
|
+
- preserve hosted runtime failure log codes
|
|
285
|
+
- derive Linq egress authority from live routes
|
|
286
|
+
- restore legacy Linq route authority
|
|
287
|
+
- redact delivery diagnostics before export
|
|
288
|
+
- prove historical device repairs
|
|
289
|
+
- retain route proof until repair
|
|
290
|
+
- unify device replay decisions
|
|
291
|
+
- close final PR 555 review findings
|
|
292
|
+
- fence completed fallback resume
|
|
293
|
+
- address group join review findings
|
|
294
|
+
- close final PR 555 recovery gaps
|
|
295
|
+
- preserve replay for shared event spines
|
|
296
|
+
- map vault share node store
|
|
297
|
+
- harden managed auth fallback boundary
|
|
298
|
+
- preserve inactive response progress
|
|
299
|
+
- shorten homepage phone demo
|
|
300
|
+
- classify inactive device sync wakes
|
|
301
|
+
- serialize managed auth reply boundary
|
|
302
|
+
- make join confirmations contextual
|
|
303
|
+
- bind stored ingest outputs to exact owners
|
|
304
|
+
- expand Pulse Trial cohort through July 13
|
|
305
|
+
- pace durable payload retries
|
|
306
|
+
- preserve managed auth recovery checkpoint
|
|
307
|
+
- revalidate usage reply provider authority
|
|
308
|
+
- preserve bodyless email metadata
|
|
309
|
+
- fence managed auth lifecycle effects
|
|
310
|
+
- close compatibility gaps
|
|
311
|
+
- preserve WHOOP replay timezone placement
|
|
312
|
+
- classify group email response loss
|
|
313
|
+
- fence usage replies at provider entry
|
|
314
|
+
- separate durable delivery acceptance
|
|
315
|
+
- retain route proof after foreground replies
|
|
316
|
+
- recover confirmation handoffs
|
|
317
|
+
- preserve WHOOP HRV admission identity
|
|
318
|
+
- preserve durable group email fanout
|
|
319
|
+
- preserve usage reply reclaim wake
|
|
320
|
+
- enforce managed auth provider ownership
|
|
321
|
+
- enforce device output ownership
|
|
322
|
+
- acknowledge recovered preference work
|
|
323
|
+
- bound deferred confirmation recovery
|
|
324
|
+
- fence usage-denial provider dispatch
|
|
325
|
+
- close WHOOP HRV retry gaps
|
|
326
|
+
- preserve usage-denial delivery uncertainty
|
|
327
|
+
- repair legacy routes before cron processing
|
|
328
|
+
- harden preference rollout recovery
|
|
329
|
+
- preserve deferred join confirmations
|
|
330
|
+
- keep allowance off runtime admission
|
|
331
|
+
- close usage notice audit findings
|
|
332
|
+
- bind usage notices to authorized inputs
|
|
333
|
+
- map clinical record entrypoints
|
|
334
|
+
- close model-control audit findings
|
|
335
|
+
- fence phone call reconciliation
|
|
336
|
+
- refresh merged command artifacts
|
|
337
|
+
- harden managed auth recovery
|
|
338
|
+
- scope session recovery leases
|
|
339
|
+
- close final audit reliability gaps
|
|
340
|
+
- drain deferred pending input
|
|
341
|
+
- verify migration evidence and bound reads
|
|
342
|
+
- harden WHOOP HRV ingestion
|
|
343
|
+
- separate vault authority from cached data
|
|
344
|
+
- bind preference causality per provider
|
|
345
|
+
- preserve replies when AI usage is denied
|
|
346
|
+
- keep trial apply proofs and cleanup bounded
|
|
347
|
+
- require physical device event owners
|
|
348
|
+
- resolve final PR review findings
|
|
349
|
+
- close final confirmation authority gaps
|
|
350
|
+
- preserve phone call start authority
|
|
351
|
+
- unify canonical result boundary
|
|
352
|
+
- rearm deferred assistant input
|
|
353
|
+
- restore durable group route authority
|
|
354
|
+
- fence browser vault identity transitions
|
|
355
|
+
- revalidate trial authority under lock
|
|
356
|
+
- close phone call authority gaps
|
|
357
|
+
- restore exact device output owners
|
|
358
|
+
- close preference causal audit gaps
|
|
359
|
+
- close Linq route authority gaps
|
|
360
|
+
- unify cron route authority
|
|
361
|
+
- preserve concurrent compaction results
|
|
362
|
+
- preserve accepted companion HRV work
|
|
363
|
+
- preserve Linq recovery authority
|
|
364
|
+
- fail closed on incomplete group email fanout
|
|
365
|
+
- preserve vault state across dashboard routes
|
|
366
|
+
- preserve paused trial usage handoff
|
|
367
|
+
- make managed auth handoff terminal writes atomic
|
|
368
|
+
- preserve phone call status contract
|
|
369
|
+
- honor device legacy reservations
|
|
370
|
+
- close pulse trial cleanup races
|
|
371
|
+
- keep phone call guidance bounded
|
|
372
|
+
- harden phone call reconciliation
|
|
373
|
+
- keep scoped prompt within budget
|
|
374
|
+
- close remaining vault authority races
|
|
375
|
+
- bound canonical text storage
|
|
376
|
+
- preserve hosted email rollout boundaries
|
|
377
|
+
- preserve moved device replay owners
|
|
378
|
+
- preserve missing Codex startup errors
|
|
379
|
+
- close preference causal gaps
|
|
380
|
+
- lock Linq home route decisions
|
|
381
|
+
- restore generated group share schema
|
|
382
|
+
- preserve managed onboarding route materialization
|
|
383
|
+
- revalidate warm vault across authority transitions
|
|
384
|
+
- normalize legacy approval waits
|
|
385
|
+
- fence companion disconnect authority
|
|
386
|
+
- authenticate hosted email audience authority
|
|
387
|
+
- preserve bounded direct prompt after merge
|
|
388
|
+
- refresh reconciled generated surface
|
|
389
|
+
- preserve reconciled generated surface
|
|
390
|
+
- bind hosted authority to each operation
|
|
391
|
+
- make trial loser cleanup retry safe
|
|
392
|
+
- keep stale device evidence raw-only
|
|
393
|
+
- arbitrate failures at turn boundary
|
|
394
|
+
- keep reconciled acceptance gates stable
|
|
395
|
+
- serialize home routing authority
|
|
396
|
+
- gate warm vault on current member authority
|
|
397
|
+
- preserve Linq dispatch isolation
|
|
398
|
+
- refresh generated skill hash
|
|
399
|
+
- retain Retell cleanup authority
|
|
400
|
+
- keep Vercel proof in operator boundary
|
|
401
|
+
- preserve device replay ownership per output
|
|
402
|
+
- share canonical sleep duration
|
|
403
|
+
- refresh CLI skill hash
|
|
404
|
+
- centralize termination settlement ownership
|
|
405
|
+
- align generated skill hash with main
|
|
406
|
+
- preserve hosted conversation audience boundaries
|
|
407
|
+
- keep proactive follow-through with its canonical owner
|
|
408
|
+
- preserve onboarding prompt invariants after rebase
|
|
409
|
+
- validate long inbox migrations
|
|
410
|
+
- retire superseded approval cycles
|
|
411
|
+
- preserve newsletter statistics in reader release
|
|
412
|
+
- correct EX647 opposite-limb images (#591)
|
|
413
|
+
- require established companion lanes
|
|
414
|
+
- clear vault before session-ending mutations
|
|
415
|
+
- preserve explicit routing authority
|
|
416
|
+
- harden group container capability scope
|
|
417
|
+
- refresh generated skill hash
|
|
418
|
+
- bind trial extension to exact provider state
|
|
419
|
+
- keep exit ownership across settlement paths
|
|
420
|
+
- improve iOS phone auth inputs
|
|
421
|
+
- preserve exact device replay state
|
|
422
|
+
- bind vault cache to current dashboard auth
|
|
423
|
+
- preserve hosted automation conversation authority
|
|
424
|
+
- resolve hosted execution subpaths from source
|
|
425
|
+
- preserve hosted route across tool continuations
|
|
426
|
+
- preserve process exit precedence
|
|
427
|
+
- request sleep duration for newsletters
|
|
428
|
+
- clear absent causal sequence
|
|
429
|
+
- harden exact device delivery replay
|
|
430
|
+
- close group isolation audit gaps
|
|
431
|
+
- enforce hosted conversation automation authority
|
|
432
|
+
- preserve assistant preference causal order
|
|
433
|
+
- preserve touched personality intent
|
|
434
|
+
- preserve foreground replies at preference page limit
|
|
435
|
+
- share actual sleep duration
|
|
436
|
+
- share actual sleep duration
|
|
437
|
+
- close pulse trial extension gaps
|
|
438
|
+
- refresh vault command skill hash
|
|
439
|
+
- keep Privy mobile modal clear of the home indicator
|
|
440
|
+
- rebind vault after session authority changes
|
|
441
|
+
- preserve approval delivery authority
|
|
442
|
+
- preserve canonical capture evidence
|
|
443
|
+
- close device ingest idempotency gaps
|
|
444
|
+
- preserve group name in newsletter subjects
|
|
445
|
+
- isolate routing by audience
|
|
446
|
+
- close final reminder route findings
|
|
447
|
+
- trim AI model settings copy (#584)
|
|
448
|
+
- harden group audience capability boundaries
|
|
449
|
+
- scope personal capabilities out of group chats
|
|
450
|
+
- close trial extension review gaps
|
|
451
|
+
- rewrite assistant model copy for Murph
|
|
452
|
+
- preserve private join delivery
|
|
453
|
+
- preserve companion disconnect state
|
|
454
|
+
- finish group thread workspace isolation
|
|
455
|
+
- close trial campaign recovery gaps
|
|
456
|
+
- expose parser result owner facade
|
|
457
|
+
- fence group thread workspace transitions
|
|
458
|
+
- keep parser result reads off boot path
|
|
459
|
+
- stabilize trial campaign cohort
|
|
460
|
+
- bind trial apply to preview proof
|
|
461
|
+
- harden hosted production session cutover
|
|
462
|
+
- ship assistant CLI surface artifact
|
|
463
|
+
- resolve cost reduction review findings
|
|
464
|
+
- stack coming-soon connect cards on phone widths (#577)
|
|
465
|
+
- fit "just you and Murph" cards on small phones (#576)
|
|
466
|
+
- handle uncreated group state
|
|
467
|
+
- fence phone-call deletion authority
|
|
468
|
+
- preserve snapshot archive boundaries
|
|
469
|
+
- enforce launch authority boundaries
|
|
470
|
+
- preserve phone call start authority
|
|
471
|
+
- resolve plan usage from source in web builds
|
|
472
|
+
- enforce snapshot restore ownership
|
|
473
|
+
- protect strict session cutover
|
|
474
|
+
- retry lost call analysis authority
|
|
475
|
+
- harden snapshot owner parsing
|
|
476
|
+
- narrow app-session key flow
|
|
477
|
+
- close private-content audit gaps
|
|
478
|
+
- isolate app-session signer environment
|
|
479
|
+
- close private-content rollout gaps
|
|
480
|
+
- keep private-content migration expand-only
|
|
481
|
+
- bind deferred join authority
|
|
482
|
+
- close style tool authority gaps
|
|
483
|
+
- defer join confirmations until activation
|
|
484
|
+
- bind style settings to private turns
|
|
485
|
+
- close reminder route review findings
|
|
486
|
+
- simplify Codex lifecycle handoff
|
|
487
|
+
- show intended homepage headline
|
|
488
|
+
- gate private style controls by audience
|
|
489
|
+
- keep plan usage guidance within prompt budget
|
|
490
|
+
- keep private style dials out of groups
|
|
491
|
+
- preserve exact approval continuations
|
|
492
|
+
- bind vault approvals to delivery targets
|
|
493
|
+
- isolate approval outcome completion
|
|
494
|
+
- close approval outcome review gaps
|
|
495
|
+
- gate approval wake activation
|
|
496
|
+
- keep approval continuation reachable
|
|
497
|
+
- persist approval-gated vault file effects
|
|
498
|
+
- clarify assistant style prompt outcomes
|
|
499
|
+
- observe approval outcomes without reopening denial
|
|
500
|
+
- keep approval handoff optional after decision
|
|
501
|
+
- decouple shared testkit from generated Prisma types
|
|
502
|
+
- halve product note cadence
|
|
503
|
+
- recycle pointerless aborted runners (#540)
|
|
504
|
+
- reconcile clinical snapshot freshness
|
|
505
|
+
- prefer signed-in marketplace for retail (#536)
|
|
506
|
+
- harden clinical record intake
|
|
507
|
+
- harden reply path against observability and maintenance stalls (#534)
|
|
508
|
+
- reconcile ambiguous receipt checkpoints (#532)
|
|
509
|
+
- make legacy route migration resumable and cover concrete-locator snapshots
|
|
510
|
+
- complete source revision protocol
|
|
511
|
+
- eliminate synthetic shutdown resnapshot
|
|
512
|
+
- close Pulse trial extension edge cases
|
|
513
|
+
- harden paused Pulse conversion rollout
|
|
514
|
+
- close Pulse trial extension races
|
|
515
|
+
- harden one-time Pulse trial extension
|
|
516
|
+
- close companion diagnostics review findings
|
|
517
|
+
- make device replay storage idempotent
|
|
518
|
+
- remove edge model rollback coupling
|
|
519
|
+
- harden companion auth diagnostics
|
|
520
|
+
- tighten companion diagnostics WAF proof
|
|
521
|
+
- prove companion auth diagnostics safeguards
|
|
522
|
+
- gate companion auth diagnostic prose
|
|
523
|
+
- redact auth diagnostic credentials
|
|
524
|
+
- preserve model fallback diagnostics
|
|
525
|
+
- wait for connected approval wallet (#507)
|
|
526
|
+
- log assistant model preference fallback
|
|
527
|
+
- harden intake trust boundaries
|
|
528
|
+
- fail closed on incomplete clinical evidence
|
|
529
|
+
- relax style settings prompt (#505)
|
|
530
|
+
- enforce manifest completeness
|
|
531
|
+
- close clinical intake gaps
|
|
532
|
+
- preserve usage notice markers for rollout (#495)
|
|
533
|
+
- classify laboratory observations first
|
|
534
|
+
- enforce clinical intake boundaries
|
|
535
|
+
- improve expired approval recovery
|
|
536
|
+
- reject mixed vital panels
|
|
537
|
+
- improve expired approval recovery
|
|
538
|
+
- collapse vital panel candidates
|
|
539
|
+
- reject clinical vault symlinks
|
|
540
|
+
- tighten Retell opening prompt
|
|
541
|
+
- reject ambiguous clinical concepts
|
|
542
|
+
- keep foreground cron reconciliation off delivery path
|
|
543
|
+
- reject ambiguous allergy statuses
|
|
544
|
+
- block unsafe no-known allergy assertions
|
|
545
|
+
- defer snapshot cleanup after upload-session retirement (#488)
|
|
546
|
+
- preserve foreground automation cron wakes
|
|
547
|
+
- gate settings auth buttons
|
|
548
|
+
- require client auth before email linking
|
|
549
|
+
- block allergy assertions on incomplete evidence
|
|
550
|
+
- send Linq messages without reply anchors
|
|
551
|
+
- reject malformed fhir note attachments
|
|
552
|
+
- wait for approval wallet readiness
|
|
553
|
+
- fail closed on ambiguous clinical FHIR evidence
|
|
554
|
+
- derive lab status from emitted results
|
|
555
|
+
- prevent parent normal lab status override
|
|
556
|
+
- fail closed on partial lab component status
|
|
557
|
+
- source-map clinical records for hosted web
|
|
558
|
+
- tune reply bubble prompt
|
|
559
|
+
- harden contract migration dispatch
|
|
560
|
+
- make latency trace creation idempotent
|
|
561
|
+
- raise OpenAI image timeout
|
|
562
|
+
- preserve clinical lab interpretation semantics
|
|
563
|
+
- reduce vault file send status copy
|
|
564
|
+
- simplify connect disconnect copy
|
|
565
|
+
- fail closed lossy clinical FHIR labels
|
|
566
|
+
- keep clinical FHIR candidates lossless
|
|
567
|
+
- resolve clinical records package in web build
|
|
568
|
+
- fail closed ambiguous clinical FHIR imports
|
|
569
|
+
- keep unsupported clinical FHIR resources visible
|
|
570
|
+
- bound clinical FHIR import planning
|
|
571
|
+
- require trusted clinical FHIR coding systems
|
|
572
|
+
- deliver vault-file attachments over Linq and surface terminal send failures (#451)
|
|
573
|
+
- avoid unsafe clinical note and allergy imports
|
|
574
|
+
- enforce clinical FHIR raw import safety
|
|
575
|
+
- fail closed unsafe clinical FHIR imports
|
|
576
|
+
- harden clinical FHIR import identity
|
|
577
|
+
- escape changelog apostrophes for lint (#448)
|
|
578
|
+
- compose group join offers with templates
|
|
579
|
+
- remove group join reaction replies
|
|
580
|
+
- vary family invite accepted notifications
|
|
581
|
+
- user messages preempt background automation + import timing spans (#431)
|
|
582
|
+
- keep iMessage typing alive until the queued reply actually sends (#421)
|
|
583
|
+
- require an established direct route before spending the once-ever email nudge (#438)
|
|
584
|
+
- retry unverified device-connect completion once + log silent anonymous page-auth downgrade (#430)
|
|
585
|
+
- make Linq inbound engagement stamp an invariant (#429)
|
|
586
|
+
- steer Murph contact refresh to delete-then-save-fresh (#433)
|
|
587
|
+
- keep nav text/logo visible over dark heroes
|
|
588
|
+
- Linq egress guard denies only on affirmative staleness
|
|
589
|
+
- precise retry reasons for fence preserve and budget exhaustion
|
|
590
|
+
- await invocation before workspace teardown in collapse-2b test (#414)
|
|
591
|
+
- allowlist legacy contact-card share POST for warm bundles, gate settings row on Murph text line
|
|
592
|
+
- scope assistant stub responses to their triggering input (#407)
|
|
593
|
+
- count device-observed sessions toward experiment adherence (#399)
|
|
594
|
+
- accept phone invites via Messages, gate Telegram to bound invites (#401)
|
|
595
|
+
- harden boot-guard markers + distinct conversation module-load failure reason (#406)
|
|
596
|
+
- truthful cron telemetry and de-mislabeled egress errors (#394)
|
|
597
|
+
- fix Device Sync next-start regression + chmod TOCTOU flake (#396)
|
|
598
|
+
- suppress summaries for stale backfilled device activity (#391)
|
|
599
|
+
- rebind session on conversation-key audience drift (#388)
|
|
600
|
+
- classify linq group delivery receipts
|
|
601
|
+
- rancher avatar eyes back on model
|
|
602
|
+
- deep-review fixes for contact-card route auth, pending line, and inline vCard
|
|
603
|
+
- pin contact-picker drawer actions and raise drawer height
|
|
604
|
+
- humanize progress updates, drop spacing gate, raise cap to 3
|
|
605
|
+
- deliver progress updates in queue-only hosted auto-replies (#372)
|
|
606
|
+
- stop forcing responses-lite on the nano deploy smoke catalog entry
|
|
607
|
+
- asks-section bubble overlap on mobile and authenticated CTA arrow
|
|
608
|
+
- animate the hero phone demo on mobile again
|
|
609
|
+
- move mobile hero CTA below the phone mock
|
|
610
|
+
- drop multi_agent_v2 CLI override that shadowed hosted config
|
|
611
|
+
- tighten homepage hero layout on mobile
|
|
612
|
+
- let the shell env allowlist own hosted codex exec secrets
|
|
613
|
+
- prefer signed-in retailer in computer-use storefront choice
|
|
614
|
+
- keep Codex default root-agent hint when adding delegation authorization
|
|
615
|
+
- authorize skill-directed Codex sub-agent delegation
|
|
616
|
+
- add account deletion handoff route
|
|
617
|
+
- wake runtime after call analysis
|
|
618
|
+
- wire retell local webhook override
|
|
619
|
+
- allow phone calls from inbound chat turns
|
|
620
|
+
- keep family accounts on dashboard
|
|
621
|
+
- restore linq typing fallback for hot replies
|
|
622
|
+
- allow paid members to start Family billing
|
|
623
|
+
- accept linq-hosted contact card images
|
|
624
|
+
- correlate runtime Linq deliveries to lines
|
|
625
|
+
- keep assistant admission refresh authoritative
|
|
626
|
+
- include changed files in review package
|
|
627
|
+
- refresh after device context prompt
|
|
628
|
+
- merge device sync status sources
|
|
629
|
+
- bound device sync snapshot sources
|
|
630
|
+
- verify Linq webhook secret on worktrees
|
|
631
|
+
- remove headshot hydration bootstrap
|
|
632
|
+
- loosen Murph headshot crops
|
|
633
|
+
- reuse pulse mark for join phone loading
|
|
634
|
+
- order Linq provider event progress
|
|
635
|
+
- verify Linq webhook secret despite cache
|
|
636
|
+
- restore Linq participant automation routes
|
|
637
|
+
- fail invite Linq delivery claims before retry
|
|
638
|
+
- add Linq egress guard latency diagnostics
|
|
639
|
+
- commit admission decisions with budget claims
|
|
640
|
+
- claim first-contact budget before classifier
|
|
641
|
+
- fence engagement and mark signup after send
|
|
642
|
+
- preserve current mailbox reply egress
|
|
643
|
+
- make provider progress monotonic
|
|
644
|
+
- authorize participant followups by line
|
|
645
|
+
- scope signup welcome first contact
|
|
646
|
+
- collapse runtime egress authority
|
|
647
|
+
- tighten egress and line privacy
|
|
648
|
+
- allow worktree browser origins
|
|
649
|
+
- guard Linq typing egress authority
|
|
650
|
+
- isolate worktree public origins
|
|
651
|
+
- keep line-stale delivery failure alerts
|
|
652
|
+
- bind Linq signup welcome first contact
|
|
653
|
+
- restore linq typing indicators
|
|
654
|
+
- dedup hosted Linq home-redirect notices per wrong chat + home line (#325)
|
|
655
|
+
- keep Family seat reconciliation single-owner
|
|
656
|
+
- allow Family-sponsored connected app access
|
|
657
|
+
- harden Family billing review edges
|
|
658
|
+
- require paid Family seats before invites
|
|
659
|
+
- require Family source for sponsored usage
|
|
660
|
+
- align family invite sign-in copy
|
|
661
|
+
- allow email-bound family invite acceptance
|
|
662
|
+
- align family allowance and seat invariants
|
|
663
|
+
- honor family access across hosted gates
|
|
664
|
+
- address family plan review edge cases
|
|
665
|
+
- close family invite membership edge cases
|
|
666
|
+
- verify WhatsApp family invite phone binding
|
|
667
|
+
- stop hosted runtime before account deletion
|
|
668
|
+
- keep phone-bound family invites off telegram links
|
|
669
|
+
- route family invite WhatsApp confirmations
|
|
670
|
+
- harden hosted family plan review fixes
|
|
671
|
+
|
|
672
|
+
### Changed
|
|
673
|
+
- allow release tarball audit runtime
|
|
674
|
+
- remove rollout compatibility (#704)
|
|
675
|
+
- remove recovered input preselection (#706)
|
|
676
|
+
- remove Linq current-inbound compatibility (#711)
|
|
677
|
+
- remove protocol index preload (#714)
|
|
678
|
+
- Remove redundant GPT rollout preflight (#694)
|
|
679
|
+
- remove Junction resource override (#722)
|
|
680
|
+
- Record Linq message.sent provider evidence (#721)
|
|
681
|
+
- Complete exercise image inventory
|
|
682
|
+
- seed recovery context before artifacts (#720)
|
|
683
|
+
- Pace Linq reply bubbles (#713)
|
|
684
|
+
- Trim onboarding identity question
|
|
685
|
+
- Naturalize onboarding identity question
|
|
686
|
+
- Fix experiment card biomarker sentiment (#699)
|
|
687
|
+
- refine assistant personality prompts
|
|
688
|
+
- cover preference receipt cold recovery
|
|
689
|
+
- Fix Cloudflare deploy smoke version race (#691)
|
|
690
|
+
- delete proven duplicate code (#689)
|
|
691
|
+
- Collapse lookup ID families into contracts (#692)
|
|
692
|
+
- Collapse Vitest aliases onto root paths (#693)
|
|
693
|
+
- reuse canonical runtime config (#690)
|
|
694
|
+
- Shorten homepage auth copy
|
|
695
|
+
- define the assistant ask primitive
|
|
696
|
+
- Update homepage auth copy
|
|
697
|
+
- Preserve foreground reply authority during receipt recovery (#677)
|
|
698
|
+
- specify private group consultations
|
|
699
|
+
- Remove legacy assistant configuration approvals
|
|
700
|
+
- align automation replacement discovery
|
|
701
|
+
- centralize automation command guidance
|
|
702
|
+
- align assistant automation guidance
|
|
703
|
+
- reconcile runner bundle ratchet
|
|
704
|
+
- fix hosted automation vault authority
|
|
705
|
+
- accept hosted checkpoint cleanup boundaries
|
|
706
|
+
- Fence stale hosted group membership saves
|
|
707
|
+
- expect exact vault approval capability
|
|
708
|
+
- pin Linq cleanup rollback floor
|
|
709
|
+
- Allow members to leave hosted groups
|
|
710
|
+
- publish July 14 and 15 updates
|
|
711
|
+
- Bound hosted device-sync apply fan-out
|
|
712
|
+
- fix Family usage projection fallback
|
|
713
|
+
- Delete Linq invite delivery identifiers on account removal
|
|
714
|
+
- Route conversational billing management to Settings
|
|
715
|
+
- ratchet reviewed runner bundle
|
|
716
|
+
- include same-wake hosted scenario
|
|
717
|
+
- close same-wake batching verification
|
|
718
|
+
- preserve group actor batching boundary
|
|
719
|
+
- close disclosure-only verification loop
|
|
720
|
+
- start fifth exercise image batch
|
|
721
|
+
- add safe trial extension Stripe diagnostics
|
|
722
|
+
- preserve trial extension retry identity
|
|
723
|
+
- include same-wake hosted scenario
|
|
724
|
+
- close same-wake batching verification
|
|
725
|
+
- preserve group actor batching boundary
|
|
726
|
+
- close disclosure-only verification loop
|
|
727
|
+
- preserve verified tree across review lineage merge
|
|
728
|
+
- close hosted checkpoint foreground preemption
|
|
729
|
+
- replace campaign trial extension flow
|
|
730
|
+
- close disclosure-only verification loop
|
|
731
|
+
- Fix Junction historical coverage (#654)
|
|
732
|
+
- Improve new-member group join handoff
|
|
733
|
+
- Tighten proactive Linq route authority (#637)
|
|
734
|
+
- Keep the latest ten group reactions as context (#651)
|
|
735
|
+
- resolve web-control merge syntax
|
|
736
|
+
- Clinical Records: add SMART producer control plane (#642)
|
|
737
|
+
- Add hosted conversation personalization controls (#550)
|
|
738
|
+
- lock current runner bundle ratchet
|
|
739
|
+
- assert coalesced active-turn delivery
|
|
740
|
+
- fix exact active-turn group input ordering
|
|
741
|
+
- Remove WhatsApp support (#650)
|
|
742
|
+
- update fourth exercise image batch progress
|
|
743
|
+
- checkpoint fourth exercise image batch
|
|
744
|
+
- resolve web-control merge syntax
|
|
745
|
+
- Clean up inactive legacy Family subscriptions exactly (#645)
|
|
746
|
+
- Simplify deferred Linq group reaction context (#644)
|
|
747
|
+
- record hosted CI remediation
|
|
748
|
+
- coordinate TypeScript verification budgets
|
|
749
|
+
- simplify completion audits
|
|
750
|
+
- fix exact active-turn group input ordering
|
|
751
|
+
- prevent ReviewGPT complexity ratchets
|
|
752
|
+
- Fix hosted checkpoint foreground preemption
|
|
753
|
+
- Update pr-deep-review.md
|
|
754
|
+
- cap ReviewGPT rounds at five
|
|
755
|
+
- record hosted reply-liveness recommendations
|
|
756
|
+
- Apply failed notification resume state
|
|
757
|
+
- decouple repo source analysis
|
|
758
|
+
- Fix newsletter occurrence manifest retries
|
|
759
|
+
- Confirm Codex resume identity before persistence
|
|
760
|
+
- track PR 547 credential rotation
|
|
761
|
+
- Remove flaky hosted retry clock assertion
|
|
762
|
+
- pin device repair rejection paths
|
|
763
|
+
- Delete Codex fresh-thread replay fallback
|
|
764
|
+
- Fence provider-action fallback replay
|
|
765
|
+
- prove terminal companion ack boundary
|
|
766
|
+
- restore hosted write rollback import
|
|
767
|
+
- close narrow Linq participant-context plan
|
|
768
|
+
- isolate usage notice billing failure mock
|
|
769
|
+
- allow pinned repo-tools patch
|
|
770
|
+
- Fence accepted no-reply fallback replay
|
|
771
|
+
- normalize drift checker patch
|
|
772
|
+
- close PR 559 recovery audit
|
|
773
|
+
- consume ReviewGPT focus release
|
|
774
|
+
- upgrade workspace compiler to 7
|
|
775
|
+
- Add secret-safe Linq upstream diagnostics
|
|
776
|
+
- use balanced ReviewGPT browser scheduling
|
|
777
|
+
- Preserve accepted no-reply recovery
|
|
778
|
+
- keep one mailbox sidecar reader
|
|
779
|
+
- delete retired route authority machinery
|
|
780
|
+
- harden durable usage notice route proof
|
|
781
|
+
- fix hosted thread usage crossing notices
|
|
782
|
+
- Remove Codex history unsafe resets
|
|
783
|
+
- cover legacy Messages hash fail-closed
|
|
784
|
+
- carry newsletter proof through ingress coverage
|
|
785
|
+
- disable Vercel PR preview deployments
|
|
786
|
+
- preserve newsletter opt-in literals
|
|
787
|
+
- ratchet newsletter runner bundle
|
|
788
|
+
- secure generic group newsletter data
|
|
789
|
+
- align maintenance fixture with Linq authority
|
|
790
|
+
- keep authority at delivery boundary
|
|
791
|
+
- preserve device sync retry across assistant rerun
|
|
792
|
+
- cover yielded retry after foreground rerun
|
|
793
|
+
- stabilize yielded retry shutdown
|
|
794
|
+
- restore prompt review routing rule
|
|
795
|
+
- complete PR 570 percentage follow-up
|
|
796
|
+
- align release audit with workflow wording
|
|
797
|
+
- align proportional review gate
|
|
798
|
+
- close iMessage credential proof gaps
|
|
799
|
+
- clarify Messages credential revocation
|
|
800
|
+
- default PR review to radical simplicity
|
|
801
|
+
- track PR 570 percentage follow-up
|
|
802
|
+
- keep deleted pulse trial script removed
|
|
803
|
+
- resolve PR 542 merge conflicts
|
|
804
|
+
- complete WHOOP HRV conflict recovery
|
|
805
|
+
- register PR 547 reconciliation
|
|
806
|
+
- Make ReviewGPT a proportional risk gate
|
|
807
|
+
- Allow changelog cards to shrink on mobile
|
|
808
|
+
- Fix changelog mobile overflow
|
|
809
|
+
- Update public changelog with seven-day visual archive
|
|
810
|
+
- prove bounded route repair
|
|
811
|
+
- calibrate deploy skew findings
|
|
812
|
+
- assert abortable Temporal handoffs
|
|
813
|
+
- await restored cleanup pass
|
|
814
|
+
- await natural idle checkpoint
|
|
815
|
+
- stop cleanup runs until quiescent
|
|
816
|
+
- remove stale route-proof flag note
|
|
817
|
+
- track PR 559 conflict resolution
|
|
818
|
+
- speed up onboarding follow-up E2E gate
|
|
819
|
+
- close PR 528 conflict resolution
|
|
820
|
+
- simplify invite sidebar messaging
|
|
821
|
+
- generalize group weekly data reads
|
|
822
|
+
- close group join confirmation UX
|
|
823
|
+
- exempt prompt PRs from ReviewGPT
|
|
824
|
+
- ratchet reviewed runner bundle baselines
|
|
825
|
+
- raise ReviewGPT round cap to 15
|
|
826
|
+
- Match FAQ and security-teaser headers to canonical section scale
|
|
827
|
+
- refresh runner bundle baselines
|
|
828
|
+
- Align agent workflows with GPT-5.6 guidance
|
|
829
|
+
- Close PR 586 conflict resolution plan
|
|
830
|
+
- keep cleanup query probe lint-clean
|
|
831
|
+
- track PR 586 conflict resolution
|
|
832
|
+
- type cleanup lock query probe
|
|
833
|
+
- prefer composable primitives
|
|
834
|
+
- preserve ReviewGPT evidence across base-only updates
|
|
835
|
+
- narrow Linq routing fixture
|
|
836
|
+
- align usage-limit e2e with advisory gate
|
|
837
|
+
- Add dynamic hosted model controls
|
|
838
|
+
- refresh merged CLI artifacts
|
|
839
|
+
- fix assistant Codex exit group cleanup
|
|
840
|
+
- cover large legacy compaction
|
|
841
|
+
- correct phone call cleanup state
|
|
842
|
+
- allow deferred local-day onboarding wake
|
|
843
|
+
- model Linq provider claim in fallback
|
|
844
|
+
- Fix hosted reminder route recovery
|
|
845
|
+
- align Linq authority expectations
|
|
846
|
+
- cover onboarding route directness
|
|
847
|
+
- attach ready-PR checks
|
|
848
|
+
- retrigger PR checks
|
|
849
|
+
- Harden Managed Auth fallback arbitration
|
|
850
|
+
- refresh generated skill hash
|
|
851
|
+
- Fix Managed Auth handoff recovery
|
|
852
|
+
- cover hosted route grant projection
|
|
853
|
+
- refresh generated skill hash
|
|
854
|
+
- simplify the signup welcome
|
|
855
|
+
- declare safe Retell storage fixtures
|
|
856
|
+
- Adopt ReviewGPT 0.5.106
|
|
857
|
+
- refresh built skill hash
|
|
858
|
+
- follow canonical onboarding automation prompt
|
|
859
|
+
- remove speculative restore validation
|
|
860
|
+
- close value-first onboarding plan
|
|
861
|
+
- leave homepage unchanged
|
|
862
|
+
- fix durable reminder route repair proof
|
|
863
|
+
- stage sleep duration reader first
|
|
864
|
+
- satisfy provider children contract
|
|
865
|
+
- run ReviewGPT in parallel with CI (#590)
|
|
866
|
+
- advance vault-share rollback floor
|
|
867
|
+
- Add instructional images for 250 exercises and stretches (#561)
|
|
868
|
+
- type causal mailbox fixture
|
|
869
|
+
- benchmark encrypted warning boundary
|
|
870
|
+
- refresh generated skill hash
|
|
871
|
+
- fix preference retry causal ordering
|
|
872
|
+
- Audit supplement data and harden search (#565)
|
|
873
|
+
- cover unverified Stripe email newsletter nudge
|
|
874
|
+
- refresh generated skill hash
|
|
875
|
+
- benchmark snapshot restore boundary
|
|
876
|
+
- expect forced app-server cleanup
|
|
877
|
+
- seed Linq participant authority
|
|
878
|
+
- Speed up browser vault dashboard navigation
|
|
879
|
+
- reduce Vault CLI startup imports (#575)
|
|
880
|
+
- deterministic viewport-overflow gate for marketing pages (#578)
|
|
881
|
+
- Ground supplement advice in saved health context (#538)
|
|
882
|
+
- remove redundant completion wait
|
|
883
|
+
- Align hosted model ownership documentation
|
|
884
|
+
- close PR 548 lifecycle fixes
|
|
885
|
+
- checkpoint group isolation follow-up
|
|
886
|
+
- benchmark snapshot validation
|
|
887
|
+
- retire merged task worktrees safely (#525)
|
|
888
|
+
- Default group chat containers to GPT-5.6 Sol
|
|
889
|
+
- use published ReviewGPT 0.5.104 (#580)
|
|
890
|
+
- Consolidate vault storage ownership
|
|
891
|
+
- Fix ReviewGPT managed-target memory leak (#557)
|
|
892
|
+
- cover production cutover boundaries
|
|
893
|
+
- remove no-op CLI surface fingerprint
|
|
894
|
+
- prepare OpenClaw pack fixture
|
|
895
|
+
- Reduce assistant context and tool-loop cost
|
|
896
|
+
- validate snapshots before restore
|
|
897
|
+
- close app-session integrity plan
|
|
898
|
+
- bind app sessions to server HMAC
|
|
899
|
+
- complete private-content security coverage
|
|
900
|
+
- encrypt phone-call private content
|
|
901
|
+
- preserve Junction labs research proposal
|
|
902
|
+
- increase homepage hero type scale
|
|
903
|
+
- establish approval wake rollback floor
|
|
904
|
+
- Keep group join confirmations on coherent Linq routes
|
|
905
|
+
- cover approval wake rollout drain
|
|
906
|
+
- drain legacy approvals before wake rollout
|
|
907
|
+
- Reword homepage tagline to "Nobody does it alone."
|
|
908
|
+
- gate recurring hosted regressions (#556)
|
|
909
|
+
- Soften homepage tagline to "Almost no one gets there alone."
|
|
910
|
+
- Send private group join confirmations
|
|
911
|
+
- type approval rollout transaction
|
|
912
|
+
- type mailbox wake fixture fields
|
|
913
|
+
- Preserve ambiguous checkpoint response failures (#533)
|
|
914
|
+
- Restore typing after Linq progress updates (#537)
|
|
915
|
+
- add Fable ↔ Sol model complementarity routing guidance (#552)
|
|
916
|
+
- Add conversational Humor, Push, and Detail dials (#529)
|
|
917
|
+
- Ingest WHOOP recovery and strain from HealthKit (#502)
|
|
918
|
+
- speed up hosted e2e (#551)
|
|
919
|
+
- Fix Junction historical evidence integrity (#545)
|
|
920
|
+
- Fix Kernel handoff recovery and viewport ownership (#544)
|
|
921
|
+
- Make hosted E2E production-path waiters passive (#541)
|
|
922
|
+
- Attribute Codex app-server cold starts
|
|
923
|
+
- Trace hosted reply latency end to end (#497)
|
|
924
|
+
- Finish ops Pulse Trial extension workflow
|
|
925
|
+
- Add ops-page Pulse Trial extension tool
|
|
926
|
+
- ratchet runner boot closure budget
|
|
927
|
+
- Remove hosted inbox history rebuild from foreground path (#496)
|
|
928
|
+
- Add personal Murph group awareness
|
|
929
|
+
- Keep Codex commentary out of member messages (#508)
|
|
930
|
+
- Add conversation-first product control invariant
|
|
931
|
+
- Enable Kernel kiosk live view
|
|
932
|
+
- Fix Junction historical sync recovery (#516)
|
|
933
|
+
- Fix group chat onboarding routing (#522)
|
|
934
|
+
- Deduplicate cold inbox rebuild and retain abort ownership (#494)
|
|
935
|
+
- ratchet runner bundle baseline
|
|
936
|
+
- Repair legacy experiment media into canonical captures (#524)
|
|
937
|
+
- pin GPT-5.6 Sol delegation
|
|
938
|
+
- Make assistant tone preferences strict
|
|
939
|
+
- remove dead compatibility surfaces (#530)
|
|
940
|
+
- retire proven hosted deploy skew (#531)
|
|
941
|
+
- Align homepage and product copy with the tagline thesis
|
|
942
|
+
- Replace OG goal pills with a channel icon row
|
|
943
|
+
- Balance the OG card's left column
|
|
944
|
+
- Strengthen OG supporting line and add dot-grid texture
|
|
945
|
+
- Draw the OG card chat as the homepage phone mock
|
|
946
|
+
- Quiet the default OG card
|
|
947
|
+
- Redraw default OG card with real logo and group-chat panel
|
|
948
|
+
- Refresh site tagline, metadata, and default OG image
|
|
949
|
+
- Add integration ingest archive support (#475)
|
|
950
|
+
- Reduce hosted reply hot-path latency (#519)
|
|
951
|
+
- fix hosted reminder route repair
|
|
952
|
+
- update ReviewGPT PR review contract
|
|
953
|
+
- Remove verified vestigial repository artifacts
|
|
954
|
+
- adopt ReviewGPT 0.5.102
|
|
955
|
+
- stabilize assistant coverage heap
|
|
956
|
+
- stabilize acceptance timing
|
|
957
|
+
- remove obsolete ReviewGPT round plans
|
|
958
|
+
- Fence disconnects by connection generation
|
|
959
|
+
- Fix ReviewGPT connection lifecycle findings
|
|
960
|
+
- Fix device-sync retry state races
|
|
961
|
+
- clarify ReviewGPT round artifacts
|
|
962
|
+
- merge main into edge model choice
|
|
963
|
+
- remove completed ReviewGPT round plans
|
|
964
|
+
- Fix durable usage-limit notices (#465)
|
|
965
|
+
- Rewrite baseline invariants around simplicity and fast replies (#518)
|
|
966
|
+
- Keep the voice grid the dialog's only scroller on short viewports
|
|
967
|
+
- Default Murph to upbeat voice
|
|
968
|
+
- preserve Privy auth error codes and tighten WAF proof
|
|
969
|
+
- Harden companion auth diagnostics
|
|
970
|
+
- Redact Privy user identifiers
|
|
971
|
+
- Add companion auth diagnostics
|
|
972
|
+
- Freeze picker selection during saves and keep the design showcase non-persisting
|
|
973
|
+
- Optimize hosted reply startup latency (#510)
|
|
974
|
+
- define edge model deploy skew
|
|
975
|
+
- Let the successful voice save own the chat handoff and block mid-save dismissal
|
|
976
|
+
- Fix product notes for connected wearable users (#506)
|
|
977
|
+
- remove immediate deploy artifact handoff (#509)
|
|
978
|
+
- use GPT-5.6 Sol (#514)
|
|
979
|
+
- Upgrade group-challenge skill with comic-strip playbook from family challenge (#503)
|
|
980
|
+
- Add Customize-your-Murph settings section and redesign the assistant style picker
|
|
981
|
+
- speed up local verification
|
|
982
|
+
- Compress GPT-5.6 assistant prompt (#504)
|
|
983
|
+
- Retain ambiguous Telegram usage-notice claims (#501)
|
|
984
|
+
- Route frontend implementation to Fable via Claude Code CLI (#500)
|
|
985
|
+
- Compress GPT-5.6 assistant prompt
|
|
986
|
+
- Prepare GPT-5.6 Terra rollout (#493)
|
|
987
|
+
- Refresh assistant and audit prompts for GPT-5.6
|
|
988
|
+
- Upgrade hosted Codex CLI to 0.144 (#492)
|
|
989
|
+
- Fix runner smoke list proofs
|
|
990
|
+
- Add health topic assistant skills (#490)
|
|
991
|
+
- cover Linq scheduled runner regression
|
|
992
|
+
- Habitat life-context: spec, foundation, assistant behavior, and environment page mock (#357)
|
|
993
|
+
- fix hosted system mailbox wake after import-only checkpoint (#491)
|
|
994
|
+
- Disable personal managed automations for group chats
|
|
995
|
+
- Improve Retell phone call opening
|
|
996
|
+
- Let members choose Murph's tone and voice during onboarding (#485)
|
|
997
|
+
- Keep Junction compact daily vitals enabled (#489)
|
|
998
|
+
- Make Murph proactively offer its latent capabilities (#487)
|
|
999
|
+
- Add hosted shutdown checkpoint observability (#450)
|
|
1000
|
+
- Simplify hosted runner alarm ownership (#486)
|
|
1001
|
+
- publish July 8 edition, backfill July 7
|
|
1002
|
+
- bump review-gpt to 0.5.98
|
|
1003
|
+
- Persist generated images as vault captures (#477)
|
|
1004
|
+
- Preserve Health Commons package root in hosted Codex env (#484)
|
|
1005
|
+
- Fix Linq scheduled delivery retries and stale home routes (#476)
|
|
1006
|
+
- Raise the send bar on managed weekly digest and research scout (#482)
|
|
1007
|
+
- Fix Linq usage notice selection
|
|
1008
|
+
- Inline health-commons into runner bundles via env-pinned package root (#483)
|
|
1009
|
+
- Ground personal health recommendations in user context before advising (#480)
|
|
1010
|
+
- Move display name storage into memory (#478)
|
|
1011
|
+
- Add weekly improvement coach managed automation (#481)
|
|
1012
|
+
- Preserve Linq usage-gated inputs
|
|
1013
|
+
- Fit generated-song lyrics to the requested duration (#479)
|
|
1014
|
+
- make auth button support stronger gates
|
|
1015
|
+
- Add selector challenge projection scopes (#459)
|
|
1016
|
+
- bump review-gpt to 0.5.97
|
|
1017
|
+
- Harden ReviewGPT lane selection
|
|
1018
|
+
- Polish group join consent gate
|
|
1019
|
+
- Fix group join legal consent gate
|
|
1020
|
+
- Route ReviewGPT across browser lanes
|
|
1021
|
+
- Bound CLI list output defaults (#474)
|
|
1022
|
+
- Shorten group join screen copy
|
|
1023
|
+
- Fix device activity cron skip retries
|
|
1024
|
+
- Prepare future GPT hosted runtime models (#469)
|
|
1025
|
+
- Fix Junction sleep zero selection (#471)
|
|
1026
|
+
- Fix hosted generated-image usage pricing (#473)
|
|
1027
|
+
- Add integration ingest archive reads
|
|
1028
|
+
- Compact automation output and add hosted latency trace split (#470)
|
|
1029
|
+
- cover clinical records contracts
|
|
1030
|
+
- Fix hosted Linq typing context
|
|
1031
|
+
- Fix Vercel alias SHA proof for contract migrations (#464)
|
|
1032
|
+
- Remove hosted foreground mailbox cap (#453)
|
|
1033
|
+
- Show Apple Health on device connect page (#449)
|
|
1034
|
+
- Add group newsletter missing-email nudges on join (#454)
|
|
1035
|
+
- Fix hosted Codex auth guard request count (#468)
|
|
1036
|
+
- Update Temporal SDK advisory dependencies (#467)
|
|
1037
|
+
- Enable Linq group chat title rename (#460)
|
|
1038
|
+
- Update Codex CLI to 0.143.0 (#463)
|
|
1039
|
+
- Add hosted web contract migration smoke (#462)
|
|
1040
|
+
- flag suspiciously fast ReviewGPT rounds as bugged/downgraded (#461)
|
|
1041
|
+
- Split hosted web contract migrations (#456)
|
|
1042
|
+
- Newsletter setup flow, disclosed react-join scope, plain share copy, 7-day window (#455)
|
|
1043
|
+
- Add hosted group chat avatar tool (#457)
|
|
1044
|
+
- Add challenge Vault Share projections (#445)
|
|
1045
|
+
- Add clinical records intake foundation
|
|
1046
|
+
- Add hosted group rename tool (#452)
|
|
1047
|
+
- Add Codex stream observability
|
|
1048
|
+
- fix web passkey settings auth state
|
|
1049
|
+
- Retry Codex stream failures after provider actions
|
|
1050
|
+
- Simplify hosted Linq egress guard (#446)
|
|
1051
|
+
- Enable hosted Codex stream retries
|
|
1052
|
+
- Add hosted shutdown checkpoint observability
|
|
1053
|
+
- Route PR completion review through ReviewGPT
|
|
1054
|
+
- publish July 7 edition
|
|
1055
|
+
- Simplify hosted Linq egress guard
|
|
1056
|
+
- Reduce hosted reply delivery tail latency
|
|
1057
|
+
- add goals-and-motivation preamble to CLAUDE.md
|
|
1058
|
+
- raise auto compaction threshold
|
|
1059
|
+
- pin codex cli stable
|
|
1060
|
+
- Reduce hosted Codex stream idle stalls (#442)
|
|
1061
|
+
- require deterministic multi-recipient sends to use the seeded variant bank (#443)
|
|
1062
|
+
- Alternate changelog and feature-discovery product notes with an evergreen feature catalog (#436)
|
|
1063
|
+
- Simplify the family invite dialog: name first, one contact input, less copy (#439)
|
|
1064
|
+
- Simplify family privacy copy and add seeded welcome variants (#428)
|
|
1065
|
+
- cap the verify-lane next build at a Vercel Standard-machine memory budget (#409)
|
|
1066
|
+
- fold Murph contact customize into Phone row, trim family seat copy, opaque secondary hover (#434)
|
|
1067
|
+
- expect onDarkSurface on the SecurityPage dark-hero nav (#435)
|
|
1068
|
+
- single source of truth for the prod-web-start gate
|
|
1069
|
+
- ratchet the static boot closure + fix guard traversal blind spot (#424)
|
|
1070
|
+
- unwire Murph Age from the runner bundle via barrel narrowing (#418)
|
|
1071
|
+
- notify the active turn as soon as a conversation input is staged
|
|
1072
|
+
- ack direct ensure before runtime wake + widen keep-alive window (#417)
|
|
1073
|
+
- Isolate foreground conversation mailbox imports
|
|
1074
|
+
- publish July 1-6 editions (#415)
|
|
1075
|
+
- Fix foreground mailbox budget starvation
|
|
1076
|
+
- defer device-sync maintenance off the cold boot path (#411)
|
|
1077
|
+
- fix codex exec stdin redirect in PR deep-review loop (#403)
|
|
1078
|
+
- collapse hosted Linq thread routing + egress authority onto the stable chat id (#393)
|
|
1079
|
+
- boot probe also evaluates lazy bundle chunks (#405)
|
|
1080
|
+
- instrument + cut the web->Cloudflare direct-wake control hop (#404)
|
|
1081
|
+
- group container membership roster + any-active-member access (#398)
|
|
1082
|
+
- ratchet entry-chunk bundle budget to its measured baseline (#402)
|
|
1083
|
+
- defer conversation connectors off the cold boot path (#397)
|
|
1084
|
+
- land changes from a new worktree, keep root checkout on main
|
|
1085
|
+
- retire ReviewGPT for completion review, route deep-review + audits through Codex
|
|
1086
|
+
- serve web from a production build to fix codex CPU starvation (#387)
|
|
1087
|
+
- add User Reply Primacy invariant
|
|
1088
|
+
- rewrite baseline invariants as principle-first rulebook
|
|
1089
|
+
- cover linq group receipt audit gaps
|
|
1090
|
+
- idle-linger wake/checkpoint via pendingWake model (#380)
|
|
1091
|
+
- retire reconciliation-before-mailbox patch via deprecatePatch (step 2) (#385)
|
|
1092
|
+
- collapse webhook wake fields to a single handoff shape (#384)
|
|
1093
|
+
- durable delivery-time consume (consumed_at) + direct Linq wake (#383)
|
|
1094
|
+
- Derive Junction historical backfill work from connection metadata (#379)
|
|
1095
|
+
- [codex] Expand vault-share challenge projections (#382)
|
|
1096
|
+
- Mask unsafe spans in diagnostic text instead of dropping the whole string (#376)
|
|
1097
|
+
- Revert "fix(web): rancher avatar eyes back on model"
|
|
1098
|
+
- Fable supervises, Codex (xhigh) implements
|
|
1099
|
+
- Resolve replayed OAuth callback deliveries instead of failing them (#378)
|
|
1100
|
+
- Unify hosted member access on one resolver; fix family-blind group-chat gates (#375)
|
|
1101
|
+
- Supersede the canned signup welcome once conversation has started (#377)
|
|
1102
|
+
- Rewrite user-facing web copy in plain language
|
|
1103
|
+
- Restructure the mailbox-wake collapse plan into two PRs
|
|
1104
|
+
- Harden the mailbox-wake collapse plan from adversarial review
|
|
1105
|
+
- mailbox wake latency + complexity collapse series
|
|
1106
|
+
- route all Claude-parent completion audits through Codex CLI
|
|
1107
|
+
- Clarify family invite sharing
|
|
1108
|
+
- Collapse duplicate crypto unwraps and no-op rebinds on the webhook hot path (#371)
|
|
1109
|
+
- clear completed codex-bump and progress-delivery ledger rows
|
|
1110
|
+
- update hosted e2e contracts for delivered progress updates
|
|
1111
|
+
- Record per-operation DB timings for hosted webhook plan transactions (#370)
|
|
1112
|
+
- Group chats: typed profile-name projection + member roster on murph.group read_current (#369)
|
|
1113
|
+
- bump Codex to 0.143.0-alpha.35
|
|
1114
|
+
- Add DB-backed hosted Linq home lines (#349)
|
|
1115
|
+
- bump Codex to 0.143.0-alpha.34
|
|
1116
|
+
- Trim hosted webhook pre-signal reads via planner lane facts (#362)
|
|
1117
|
+
- Family plan: merge seat management into Invite, fix stale count, add seat removal (#359)
|
|
1118
|
+
- Group chats: murph.group contact-card share + participant membership read (#367)
|
|
1119
|
+
- Skip ambiguous Junction optional-resource 422s instead of failing sync jobs (#366)
|
|
1120
|
+
- Disable login shells for hosted codex execs (vault-cli PATH fix) (#365)
|
|
1121
|
+
- Auto-provision Linq group thread containers from member group messages (#363)
|
|
1122
|
+
- Short-circuit hosted wake probe on verifiably stopped container shells (#364)
|
|
1123
|
+
- clear PR 350 coordination ledger row
|
|
1124
|
+
- Simplify Codex subagent routing (#350)
|
|
1125
|
+
- [codex] fix hosted provider cleanup wake timing (#348)
|
|
1126
|
+
- Add hosted overnight memory consolidation (#355)
|
|
1127
|
+
- Remove onboarding-invites, onboarding-activation, and pulse-trial-reset ops tools (#361)
|
|
1128
|
+
- Add murph.group create_join_link and bind group joins to runtime authority (#360)
|
|
1129
|
+
- Narrow Junction direct sleep_cycle provider load to source-referenced records (#358)
|
|
1130
|
+
- add app review member ops route
|
|
1131
|
+
- Add hosted groups join flow (#356)
|
|
1132
|
+
- Fix Junction sleep-cycle compact import
|
|
1133
|
+
- Land weekly health research scout insight patch
|
|
1134
|
+
- consume released review-gpt staging fix
|
|
1135
|
+
- patch review-gpt attachment staging
|
|
1136
|
+
- Fix hosted cron foreground preemption (#354)
|
|
1137
|
+
- clarify Retell live transfer prompts
|
|
1138
|
+
- [codex] Recover committed runtime fences after ambiguous wake (#344)
|
|
1139
|
+
- Reduce hosted web build memory (#345)
|
|
1140
|
+
- Fix Linq webhook subscription convergence
|
|
1141
|
+
- Narrow Family billing period fix
|
|
1142
|
+
- Harden Family repair reconciliation
|
|
1143
|
+
- Log Family billing repair failures
|
|
1144
|
+
- Repair existing Family billing periods
|
|
1145
|
+
- Scope red light seed irradiance modes
|
|
1146
|
+
- Fix Family billing period fallback
|
|
1147
|
+
- Add red light device seed coverage
|
|
1148
|
+
- Update pr-deep-review.md
|
|
1149
|
+
- Add red light therapy guidance and PBM sources
|
|
1150
|
+
- prove pending linq typing fallback e2e
|
|
1151
|
+
- publish 2026-06-30 edition and expand 2026-06-29
|
|
1152
|
+
- Add hosted Codex lifecycle diagnostics
|
|
1153
|
+
- Always delegate onboarding lab ingestion to a V2 child
|
|
1154
|
+
- Always delegate onboarding supplement saves to a V2 child
|
|
1155
|
+
- Normalize Pulse Trial reset timestamps
|
|
1156
|
+
- legal dates
|
|
1157
|
+
- Redesign trust pillars and strip Murph mark chrome on homepage
|
|
1158
|
+
- Restructure homepage asks-section into editorial spread
|
|
1159
|
+
- Reset Pulse Trial usage periods from ops
|
|
1160
|
+
- shorten scheduled reminder e2e waits
|
|
1161
|
+
- Show consent skeleton instead of pulse loader on join verify
|
|
1162
|
+
- Add Pulse Trial reset ops page
|
|
1163
|
+
- Make Pulse Trial ten days
|
|
1164
|
+
- Allow generic feature-interest feedback
|
|
1165
|
+
- Fix Family assistant test fixture
|
|
1166
|
+
- align privacy policy legal index version
|
|
1167
|
+
- Merge main into hosted Family plan
|
|
1168
|
+
- [codex] Add hosted ops onboarding invite sender (#342)
|
|
1169
|
+
- mock homepage request headers
|
|
1170
|
+
- centralize dynamic context admission
|
|
1171
|
+
- simplify device context admission
|
|
1172
|
+
- collapse device sync context boundary
|
|
1173
|
+
- lazy-build device sync context
|
|
1174
|
+
- Keep device context cancellation off assistant pass
|
|
1175
|
+
- use shared completion wait for Linq reminder E2E
|
|
1176
|
+
- Defer refresh-ingested input before device context
|
|
1177
|
+
- Rerun foreground input without device context
|
|
1178
|
+
- Validate device reconnect command targets
|
|
1179
|
+
- Fix hosted snapshot write fence version drift
|
|
1180
|
+
- Defer foreground input before dynamic context delivery
|
|
1181
|
+
- simplify integrations logo
|
|
1182
|
+
- Simplify dynamic device context foreground handling
|
|
1183
|
+
- remove homepage experiment footers
|
|
1184
|
+
- tighten homepage copy
|
|
1185
|
+
- minor ui
|
|
1186
|
+
- tune weekly managed automations
|
|
1187
|
+
- Harden dynamic device context foreground boundary
|
|
1188
|
+
- Fix consumed Linq reminder wake replay
|
|
1189
|
+
- Keep active-turn input visible in device context lanes
|
|
1190
|
+
- migrate webhook middleware to proxy
|
|
1191
|
+
- Restore Linq read receipts for active-member inbound
|
|
1192
|
+
- Keep dynamic device context on background lanes
|
|
1193
|
+
- fix hosted-local Linq webhook secret bootstrap
|
|
1194
|
+
- Bound device sync context prompt latency
|
|
1195
|
+
- cover codex v2 subagent usage tracking
|
|
1196
|
+
- Use fresh subagent threads for onboarding saves
|
|
1197
|
+
- Abort device sync context on foreground preemption
|
|
1198
|
+
- Teach onboarding to delegate slow saves
|
|
1199
|
+
- Keep device sync context off preempted foreground paths
|
|
1200
|
+
- use hosted completion timeout for linq reminders
|
|
1201
|
+
- Bound device sync context snapshot reads
|
|
1202
|
+
- Enable hosted Codex MultiAgent V2 by default
|
|
1203
|
+
- show region-aware messenger logo on hero CTA
|
|
1204
|
+
- Keep device sync context off foreground turns
|
|
1205
|
+
- [codex] Add automation assistant target overrides (#339)
|
|
1206
|
+
- Support Telegram hosted ingress latency traces
|
|
1207
|
+
- Support Telegram hosted ingress latency traces
|
|
1208
|
+
- delay first hero floater 3s before firing
|
|
1209
|
+
- Add hosted device sync dynamic context
|
|
1210
|
+
- new hero homepage
|
|
1211
|
+
- [codex] defer hosted usage recording (#335)
|
|
1212
|
+
- Preserve Linq rejected-message migration history
|
|
1213
|
+
- Add ReviewGPT large PR diff fallback
|
|
1214
|
+
- Gate Linq signup provider dispatch
|
|
1215
|
+
- Fix Linq signup idempotency identity
|
|
1216
|
+
- Fix Linq review round 35 findings
|
|
1217
|
+
- Fix consumed Linq scheduled reminder wake
|
|
1218
|
+
- Fix computer handoff focus selector after main merge
|
|
1219
|
+
- Fix computer_open handoff reclaim
|
|
1220
|
+
- Fix hosted cron delivery wake completion
|
|
1221
|
+
- Fix computer handoff focus test selector
|
|
1222
|
+
- Fix hosted Linq delivery observability
|
|
1223
|
+
- reuse shared linq tunnel config for worktrees
|
|
1224
|
+
- fix hosted worktree linq tunnel defaults
|
|
1225
|
+
- seed inbound proof for synthetic chat
|
|
1226
|
+
- Close PR 337 stack plan
|
|
1227
|
+
- Simplify PR 337 Linq authority path
|
|
1228
|
+
- Simplify Linq contact-card rotation throttle
|
|
1229
|
+
- Address PR 337 round 12 finding
|
|
1230
|
+
- Address PR 337 round 11 findings
|
|
1231
|
+
- Restore hosted Linq typing indicators
|
|
1232
|
+
- Address PR 337 round 9 findings
|
|
1233
|
+
- Address PR 337 round 8 findings
|
|
1234
|
+
- Address PR 337 round 7 findings
|
|
1235
|
+
- Address PR 337 round 6 findings
|
|
1236
|
+
- Address PR 337 round 5 findings
|
|
1237
|
+
- Address PR 337 round 4 findings
|
|
1238
|
+
- keep review fixes architecturally simple
|
|
1239
|
+
- preserve product-critical flows in reviews
|
|
1240
|
+
- Address PR 337 round 3 findings
|
|
1241
|
+
- Address PR 337 contact card review findings
|
|
1242
|
+
- Add Linq contact card sharing after first outbound
|
|
1243
|
+
- Harden hosted Linq provider egress
|
|
1244
|
+
- Fix Linq egress freshness guard
|
|
1245
|
+
- update hosted migration guard
|
|
1246
|
+
- bump linqFirstContactAdmissionModel default to gpt-5.5
|
|
1247
|
+
- Restore Linq participant delivery for signup welcome
|
|
1248
|
+
- Reject bare ISO timestamps without time zone in webhook parser
|
|
1249
|
+
- Allow first contact in Linq egress guard
|
|
1250
|
+
- Reopen skipped Linq deliveries on retry
|
|
1251
|
+
- Require authority for Linq read receipts
|
|
1252
|
+
- Preserve Linq usage-limit notice authority
|
|
1253
|
+
- Preserve Linq delivery contexts per message
|
|
1254
|
+
- Harden Linq skipped delivery idempotency
|
|
1255
|
+
- Bind Linq webhook egress authority to target
|
|
1256
|
+
- Disable ambient Linq typing fallback
|
|
1257
|
+
- Tighten Linq egress authority guards
|
|
1258
|
+
- Stabilize Linq observability dedupe ids
|
|
1259
|
+
- Fix Linq same-wake routing authority
|
|
1260
|
+
- Scope Linq freshness to route rewrites
|
|
1261
|
+
- Harden Linq observability identity storage
|
|
1262
|
+
- Harden Linq freshness and delivery retries
|
|
1263
|
+
- Validate Linq route authority before side effects
|
|
1264
|
+
- Suppress no-chat Linq welcome routes
|
|
1265
|
+
- Harden Linq callback ordering
|
|
1266
|
+
- Fail closed for legacy Linq egress freshness
|
|
1267
|
+
- Use Murph headshot for Linq contact cards
|
|
1268
|
+
- Bind Linq egress authorization to provider target
|
|
1269
|
+
- Fix Linq egress guard migration review findings
|
|
1270
|
+
- Allow Family web accept retries
|
|
1271
|
+
- Handle Telegram family invite misses
|
|
1272
|
+
- Preflight Telegram family invite username
|
|
1273
|
+
- Handle WhatsApp family invite misses
|
|
1274
|
+
- Fix Family plan test mock typing
|
|
1275
|
+
- Fix Linq family invite retry handling
|
|
1276
|
+
- Handle Linq family invite acceptance
|
|
1277
|
+
- Fix Linq review round 13 findings
|
|
1278
|
+
- Fix Linq review round 12 findings
|
|
1279
|
+
- Fix Linq review round 11 findings
|
|
1280
|
+
- Fix Linq egress guard fixture freshness
|
|
1281
|
+
- Fix Linq conversation projection ordering
|
|
1282
|
+
- Fix Linq round 9 review findings
|
|
1283
|
+
- Fix Linq round 8 review findings
|
|
1284
|
+
- Fix Linq observability review findings
|
|
1285
|
+
- Add hosted Linq conversation state
|
|
1286
|
+
- Tighten Linq runtime egress recovery
|
|
1287
|
+
- Bound Linq contact card reconciliation
|
|
1288
|
+
- Decouple Linq inbound observability
|
|
1289
|
+
- Guard Linq delivery receipt ordering
|
|
1290
|
+
- Fix Linq observability review findings
|
|
1291
|
+
- Fix Linq status projection
|
|
1292
|
+
- Add Linq contact card cron
|
|
1293
|
+
- Guard Linq alert email claims
|
|
1294
|
+
- Add Linq 28-day egress guard
|
|
1295
|
+
- Add hosted Linq observability primitives
|
|
1296
|
+
- Fix Family seat reconciliation and email invites
|
|
1297
|
+
- Fix Family owner invite billing routes
|
|
1298
|
+
- Harden family checkout authority
|
|
1299
|
+
- Harden family seat authority
|
|
1300
|
+
- Refactor Family billing to reserved seats
|
|
1301
|
+
- Keep runner diagnostics metadata-only
|
|
1302
|
+
- close PR 222 conflict plan
|
|
1303
|
+
- Add hosted family plan management
|
|
1304
|
+
- route family plan chat questions
|
|
1305
|
+
- fix hosted privy billing status import
|
|
1306
|
+
- Implement hosted Family plan MVP
|
|
1307
|
+
|
|
5
1308
|
## [1.2.0] - 2026-06-29
|
|
6
1309
|
|
|
7
1310
|
### Added
|