@murphai/murph 1.3.0 → 1.3.2
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 +3885 -0
- package/config.schema.json +731 -60
- package/dist/bin.js +6 -4
- package/dist/bin.js.map +1 -1
- package/dist/cli-entry.d.ts +8 -1
- package/dist/cli-entry.d.ts.map +1 -1
- package/dist/cli-entry.js +80 -4
- package/dist/cli-entry.js.map +1 -1
- package/dist/commands/audit-command-helpers.d.ts.map +1 -1
- package/dist/commands/audit-command-helpers.js +7 -5
- package/dist/commands/audit-command-helpers.js.map +1 -1
- package/dist/commands/automation.d.ts +143 -104
- package/dist/commands/automation.d.ts.map +1 -1
- package/dist/commands/automation.js +71 -13
- package/dist/commands/automation.js.map +1 -1
- package/dist/commands/batch.d.ts +7 -4
- package/dist/commands/batch.d.ts.map +1 -1
- package/dist/commands/batch.js +16 -62
- package/dist/commands/batch.js.map +1 -1
- package/dist/commands/clinical-imports.d.ts +103 -103
- package/dist/commands/command-factory-primitives.d.ts +1 -1
- package/dist/commands/command-factory-primitives.d.ts.map +1 -1
- package/dist/commands/command-factory-primitives.js +1 -1
- package/dist/commands/command-factory-primitives.js.map +1 -1
- package/dist/commands/commons.d.ts +59 -0
- package/dist/commands/commons.d.ts.map +1 -1
- package/dist/commands/commons.js +83 -5
- package/dist/commands/commons.js.map +1 -1
- package/dist/commands/document.d.ts.map +1 -1
- package/dist/commands/document.js +31 -1
- package/dist/commands/document.js.map +1 -1
- package/dist/commands/encounter.d.ts +128 -128
- package/dist/commands/event.d.ts.map +1 -1
- package/dist/commands/event.js +7 -1
- package/dist/commands/event.js.map +1 -1
- package/dist/commands/exercise.d.ts.map +1 -1
- package/dist/commands/exercise.js +16 -3
- package/dist/commands/exercise.js.map +1 -1
- package/dist/commands/experiment-progress-card-image.d.ts.map +1 -1
- package/dist/commands/experiment-progress-card-image.js +76 -16
- package/dist/commands/experiment-progress-card-image.js.map +1 -1
- package/dist/commands/experiment.d.ts.map +1 -1
- package/dist/commands/experiment.js +51 -5
- package/dist/commands/experiment.js.map +1 -1
- package/dist/commands/export-intake-read-helpers.d.ts.map +1 -1
- package/dist/commands/export-intake-read-helpers.js +9 -6
- package/dist/commands/export-intake-read-helpers.js.map +1 -1
- package/dist/commands/food.d.ts.map +1 -1
- package/dist/commands/food.js +13 -11
- package/dist/commands/food.js.map +1 -1
- package/dist/commands/habitat.d.ts.map +1 -1
- package/dist/commands/habitat.js +120 -9
- package/dist/commands/habitat.js.map +1 -1
- package/dist/commands/health-blood-test-save.d.ts.map +1 -1
- package/dist/commands/health-blood-test-save.js +42 -8
- package/dist/commands/health-blood-test-save.js.map +1 -1
- package/dist/commands/meal.d.ts.map +1 -1
- package/dist/commands/meal.js +58 -4
- package/dist/commands/meal.js.map +1 -1
- package/dist/commands/measurement.d.ts +1 -0
- package/dist/commands/measurement.d.ts.map +1 -1
- package/dist/commands/measurement.js +51 -2
- package/dist/commands/measurement.js.map +1 -1
- package/dist/commands/medication.d.ts +6 -6
- package/dist/commands/model.js +7 -11
- package/dist/commands/model.js.map +1 -1
- package/dist/commands/murph-age.d.ts +9 -1
- package/dist/commands/murph-age.d.ts.map +1 -1
- package/dist/commands/murph-age.js +132 -7
- package/dist/commands/murph-age.js.map +1 -1
- package/dist/commands/occurred-at-option.d.ts.map +1 -1
- package/dist/commands/occurred-at-option.js +7 -41
- package/dist/commands/occurred-at-option.js.map +1 -1
- package/dist/commands/payload-schema-command.d.ts +2 -2
- package/dist/commands/payload-schema-command.d.ts.map +1 -1
- package/dist/commands/payload-schema-command.js +1 -1
- package/dist/commands/payload-schema-command.js.map +1 -1
- package/dist/commands/public-validation-issue.d.ts +7 -0
- package/dist/commands/public-validation-issue.d.ts.map +1 -0
- package/dist/commands/public-validation-issue.js +7 -0
- package/dist/commands/public-validation-issue.js.map +1 -0
- package/dist/commands/research.d.ts.map +1 -1
- package/dist/commands/research.js +26 -28
- package/dist/commands/research.js.map +1 -1
- package/dist/commands/route.d.ts.map +1 -1
- package/dist/commands/route.js +45 -1
- package/dist/commands/route.js.map +1 -1
- package/dist/commands/scheduled-log.d.ts +142 -124
- package/dist/commands/scheduled-log.d.ts.map +1 -1
- package/dist/commands/scheduled-log.js +456 -106
- package/dist/commands/scheduled-log.js.map +1 -1
- package/dist/commands/wearables.d.ts +1520 -145
- package/dist/commands/wearables.d.ts.map +1 -1
- package/dist/commands/wearables.js +135 -3
- package/dist/commands/wearables.js.map +1 -1
- package/dist/commands/workout-live.d.ts +3 -0
- package/dist/commands/workout-live.d.ts.map +1 -0
- package/dist/commands/workout-live.js +372 -0
- package/dist/commands/workout-live.js.map +1 -0
- package/dist/commands/workout-typed-options.d.ts +38 -0
- package/dist/commands/workout-typed-options.d.ts.map +1 -0
- package/dist/commands/workout-typed-options.js +90 -0
- package/dist/commands/workout-typed-options.js.map +1 -0
- package/dist/commands/workout.d.ts.map +1 -1
- package/dist/commands/workout.js +115 -84
- package/dist/commands/workout.js.map +1 -1
- package/dist/food-labels.d.ts +549 -277
- package/dist/food-labels.d.ts.map +1 -1
- package/dist/food-labels.js +19 -3
- package/dist/food-labels.js.map +1 -1
- package/dist/foreground-terminal-logging.js +0 -2
- package/dist/foreground-terminal-logging.js.map +1 -1
- package/dist/hosted-data-api-labels.d.ts +1683 -871
- package/dist/hosted-data-api-labels.d.ts.map +1 -1
- package/dist/hosted-data-api-labels.js +224 -31
- package/dist/hosted-data-api-labels.js.map +1 -1
- package/dist/incur-error-bridge.d.ts.map +1 -1
- package/dist/incur-error-bridge.js +7 -15
- package/dist/incur-error-bridge.js.map +1 -1
- package/dist/incur.generated.d.ts +158 -3
- package/dist/incur.generated.d.ts.map +1 -1
- package/dist/mapbox-address.d.ts +41 -0
- package/dist/mapbox-address.d.ts.map +1 -0
- package/dist/mapbox-address.js +469 -0
- package/dist/mapbox-address.js.map +1 -0
- package/dist/mapbox-route-client.d.ts +2 -2
- package/dist/mapbox-route-client.d.ts.map +1 -1
- package/dist/mapbox-route-client.js +49 -12
- package/dist/mapbox-route-client.js.map +1 -1
- package/dist/mapbox-route-contracts.d.ts +60 -60
- package/dist/mapbox-route-contracts.d.ts.map +1 -1
- package/dist/mapbox-route-contracts.js +1 -1
- package/dist/mapbox-route-contracts.js.map +1 -1
- package/dist/mapbox-route-directions.d.ts.map +1 -1
- package/dist/mapbox-route-directions.js +1 -2
- package/dist/mapbox-route-directions.js.map +1 -1
- package/dist/mapbox-route-elevation.js +0 -1
- package/dist/mapbox-route-elevation.js.map +1 -1
- package/dist/mapbox-route-points.js +0 -2
- package/dist/mapbox-route-points.js.map +1 -1
- package/dist/mapbox-route.d.ts.map +1 -1
- package/dist/mapbox-route.js +1 -1
- package/dist/mapbox-route.js.map +1 -1
- package/dist/research-scout-client.d.ts +3 -2
- package/dist/research-scout-client.d.ts.map +1 -1
- package/dist/research-scout-client.js +166 -37
- package/dist/research-scout-client.js.map +1 -1
- package/dist/research-scout.d.ts +1 -1
- package/dist/research-scout.d.ts.map +1 -1
- package/dist/research-scout.js +1 -1
- package/dist/research-scout.js.map +1 -1
- package/dist/supplement-labels.d.ts +545 -275
- package/dist/supplement-labels.d.ts.map +1 -1
- package/dist/supplement-labels.js +0 -1
- package/dist/supplement-labels.js.map +1 -1
- package/dist/vault-cli-command-manifest.d.ts +2472 -700
- package/dist/vault-cli-command-manifest.d.ts.map +1 -1
- package/dist/vault-cli-command-manifest.js +35 -10
- package/dist/vault-cli-command-manifest.js.map +1 -1
- package/dist/vault-cli-skill-hash.generated.d.ts +1 -1
- package/dist/vault-cli-skill-hash.generated.js +1 -1
- package/dist/vault-cli-vault-context.js +0 -1
- package/dist/vault-cli-vault-context.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +9 -0
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js +0 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/chat-controller-models.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js +10 -8
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.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 +19 -9
- 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 +20 -56
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/README.md +73 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +21 -4
- 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 +173 -43
- 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 +75 -70
- 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/active-turn-input-journal.js +44 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +28 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -1
- 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 +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.d.ts +77 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.js +777 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/cross-session-route-state.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +36 -4
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js +3 -1
- 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 +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +10 -2
- 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 +33 -13
- 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 +12 -1
- 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 +851 -171
- 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 +2 -0
- 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 +51 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +59 -30
- 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 +3 -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 +3 -0
- 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 +10 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js +62 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +107 -44
- 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 +3 -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 +34 -3
- 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 +22 -14
- 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 +352 -78
- 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 +43 -8
- 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 +1 -0
- 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 +6 -5
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.js +14 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-base-instructions.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.d.ts +17 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.js +25 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-runtime.js.map +1 -1
- 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 +9 -9
- 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/planning.d.ts +4 -8
- 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 +284 -59
- 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 +5 -3
- 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 +152 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/content-types.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/content-types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts +4 -1
- 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 +76 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.js +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-persistence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.d.ts +5 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.js +178 -31
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/authoring.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts +32 -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 +147 -31
- 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 +8 -0
- 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 +73 -15
- 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 +8 -1
- 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 +438 -116
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/mutations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.d.ts +11 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.js +153 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/output-history.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts +47 -47
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/runtime-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts +10 -0
- 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 +28 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +49 -39
- 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 +19 -1
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js +1 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/timing-verification.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts +9 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +31 -2
- 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 +8 -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 +38 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts +2 -1
- 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 +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +123 -13
- 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 +57 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js +2 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-plan.js.map +1 -1
- 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 +10 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.d.ts +115 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.js +162 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card-schema.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.js +118 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-response-card.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.d.ts +83 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.js +27 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard-schema.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard.js +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-challenge-scorecard.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.d.ts +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/{newsletter-outbox.js → group-email-outbox.js} +65 -36
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-email-outbox.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.d.ts +2 -48
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.js +14 -98
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-newsletter-automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.d.ts +22 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.js +87 -28
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-room-model.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-freshness.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.d.ts +3 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.js +21 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-shared-read-limits.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.d.ts +31 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.js +164 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-image-completion.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +80 -24
- 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 +191 -62
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts +1 -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 +2 -1
- 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 +273 -269
- 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 +6 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js +26 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/issue-reporting.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.js +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/linq-delivery-posture.js.map +1 -0
- 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 +886 -436
- 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 +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js +245 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts +22 -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 +338 -47
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.d.ts +13 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.js +8 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/message-target-selection.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +2 -0
- 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 +43 -9
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +16 -14
- 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 +339 -62
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.d.ts +14 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.js +94 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-first-personal-read-automation.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts +22 -3
- 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 +81 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-seed.d.ts +25 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-seed.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-seed.js +72 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-seed.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.js +184 -83
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-goal-checkin-automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.js +15 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.js +24 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/automation-authority.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +15 -3
- 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 +314 -53
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/intents.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/receipt-repair.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +4 -1
- 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 +33 -8
- 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 +38 -4
- 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 +1034 -41
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.js +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/summary.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +65 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +569 -67
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.d.ts +23 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js +294 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.d.ts +12 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.js +38 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/prompt-time.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-catalog.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.d.ts +48 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.js +101 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-start-critical-path.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts +6 -0
- 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 +86 -97
- 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 +16 -5
- 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 +379 -644
- 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 +40 -1
- 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/redaction.d.ts +2 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js +6 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/redaction.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.d.ts +17 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.js +287 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reminder-availability-maintenance.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 +10 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.d.ts +33 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.js +173 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/response-media.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts +25 -4
- 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 +137 -69
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +20 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +18 -8
- 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 +5 -2
- 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 +31 -11
- 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 +12 -2
- 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 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +71 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-secrets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +11 -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 +410 -139
- 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 +3 -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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +54 -13
- 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 +7 -0
- 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 +312 -138
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.d.ts +10 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.js +150 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-digest.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.d.ts +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js +74 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts +1 -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 +115 -16
- 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 +3 -2
- 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-progress.d.ts +9 -2
- 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 +49 -6
- 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 +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +62 -22
- 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 +7 -0
- 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 +47 -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 +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js +57 -23
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-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 +13 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.d.ts +8 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.js +136 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-diagnostics.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.js +36 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/action-outcome.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/analyze-video-tool.d.ts +49 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/analyze-video-tool.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/analyze-video-tool.js +387 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/analyze-video-tool.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.d.ts +59 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js +180 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts +6 -3
- 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 +35 -10
- 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 +3 -4
- 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 +9 -15
- 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/ask-grok-tool.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/ask-grok-tool.js +77 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/ask-grok-tool.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.d.ts +21 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js +213 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts +3320 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js +1403 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/analyze-video.d.ts +50 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/analyze-video.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/analyze-video.js +79 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/analyze-video.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/ask-grok.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts +15 -32
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js +11 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation-model-input-schema.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation-model-input-schema.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation-model-input-schema.js +153 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation-model-input-schema.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.d.ts +29 -150
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.js +537 -109
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/clinical-records.js +4 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/clinical-records.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts +10 -54
- 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 +134 -109
- 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/device.d.ts +6 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.js +44 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/device.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.d.ts +8 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.js +2 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/dynamic-tool-wrapper.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts +9 -2
- 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 +31 -3
- 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 +7 -6
- 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/generate-voice-memo.js +12 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.d.ts +10 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.js +19 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/group-room-model.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.d.ts +2 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/labs.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/member-memory.d.ts +60 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/member-memory.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/member-memory.js +91 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/member-memory.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.d.ts +65 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.js +214 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/pending-vault-files.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts +24 -16
- 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 +78 -7
- 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/physical-notes.d.ts +131 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js +275 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +131 -2427
- 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 +2505 -1575
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js +39 -95
- 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 +5 -2
- 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 +88 -101
- 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 +58 -13
- 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 +85 -122
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js +5 -3
- 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/images.d.ts +15 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.js +99 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/images.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.d.ts +17 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.js +12 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/managed-voice-memo-runtime.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts +7 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js +237 -52
- 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/response-card-validation-feedback.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/workout-delivery-context.d.ts +19 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/workout-delivery-context.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/workout-delivery-context.js +203 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/workout-delivery-context.js.map +1 -0
- 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 +189 -486
- 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 +42 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +1196 -339
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.d.ts +1 -1
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime-residue.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts +24 -24
- 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 +27 -27
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts +27 -27
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts +9 -3
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.js +7 -1
- package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.js +5 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/documents.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js +16 -2
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +5 -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/skills/README.md +29 -0
- package/node_modules/@murphai/assistant-engine/skills/appointment-scheduling/SKILL.md +23 -0
- package/node_modules/@murphai/assistant-engine/skills/automatic-meal-capture/SKILL.md +180 -12
- package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +155 -116
- package/node_modules/@murphai/assistant-engine/skills/body-composition/SKILL.md +137 -27
- package/node_modules/@murphai/assistant-engine/skills/body-composition/references/evidence.md +150 -0
- package/node_modules/@murphai/assistant-engine/skills/body-composition/references/fat-loss.md +132 -0
- package/node_modules/@murphai/assistant-engine/skills/body-composition/references/muscle-gain.md +135 -0
- package/node_modules/@murphai/assistant-engine/skills/body-composition/references/safety.md +171 -0
- package/node_modules/@murphai/assistant-engine/skills/body-composition/references/tracking-and-adjustment.md +193 -0
- package/node_modules/@murphai/assistant-engine/skills/cardiometabolic-health/SKILL.md +10 -1
- package/node_modules/@murphai/assistant-engine/skills/computer-use/SKILL.md +0 -4
- package/node_modules/@murphai/assistant-engine/skills/connected-apps/SKILL.md +86 -12
- package/node_modules/@murphai/assistant-engine/skills/connected-apps/references/provider-data-exports.md +209 -0
- package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +27 -4
- package/node_modules/@murphai/assistant-engine/skills/experiment-onboarding/SKILL.md +22 -9
- package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +200 -14
- package/node_modules/@murphai/assistant-engine/skills/group-challenge/SKILL.md +17 -737
- package/node_modules/@murphai/assistant-engine/skills/group-challenge-scorecards/SKILL.md +17 -328
- package/node_modules/@murphai/assistant-engine/skills/group-chat/SKILL.md +18 -912
- package/node_modules/@murphai/assistant-engine/skills/group-newsletter/SKILL.md +16 -237
- package/node_modules/@murphai/assistant-engine/skills/groupchat-comedy/SKILL.md +19 -351
- package/node_modules/@murphai/assistant-engine/skills/hosted-low-usage/SKILL.md +310 -118
- package/node_modules/@murphai/assistant-engine/skills/micronutrients-supplements/SKILL.md +30 -8
- package/node_modules/@murphai/assistant-engine/skills/mobility-posture/SKILL.md +1 -1
- package/node_modules/@murphai/assistant-engine/skills/murph-family/SKILL.md +91 -26
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/SKILL.md +75 -751
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/aspiration-foundation-delegation.md +443 -0
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/persistence-recovery-follow-up.md +155 -0
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/references/return-launch-completion.md +246 -0
- package/node_modules/@murphai/assistant-engine/skills/music-generation/SKILL.md +31 -163
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +84 -7
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/daily-nutrition-card-goals.md +313 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/carnivore-animal-based.md +145 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/dash.md +183 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/intermittent-fasting.md +153 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/ketogenic.md +149 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/low-carbohydrate.md +167 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/mediterranean.md +141 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/vegan-plant-based.md +175 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/named-diets/vegetarian-spectrum.md +131 -0
- package/node_modules/@murphai/assistant-engine/skills/phone-calls/SKILL.md +47 -67
- package/node_modules/@murphai/assistant-engine/skills/physical-notes/SKILL.md +167 -0
- package/node_modules/@murphai/assistant-engine/skills/physical-therapy/SKILL.md +4 -2
- package/node_modules/@murphai/assistant-engine/skills/self-management-experiments/SKILL.md +19 -3
- package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +36 -19
- package/node_modules/@murphai/assistant-engine/skills/signup-link/SKILL.md +30 -0
- package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +17 -1
- package/node_modules/@murphai/assistant-engine/skills/tracked-table/SKILL.md +292 -0
- package/node_modules/@murphai/assistant-engine/skills/workout-csv-import/SKILL.md +129 -0
- package/node_modules/@murphai/assistantd/dist/client.d.ts +2 -0
- package/node_modules/@murphai/assistantd/dist/client.d.ts.map +1 -1
- package/node_modules/@murphai/assistantd/dist/client.js +33 -0
- package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.js +25 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
- package/node_modules/@murphai/clinical-records/dist/index.d.ts +660 -660
- package/node_modules/@murphai/clinical-records/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/clinical-records/dist/index.js +1 -1
- package/node_modules/@murphai/clinical-records/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/automation-availability.d.ts +51 -0
- package/node_modules/@murphai/core/dist/automation-availability.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/automation-availability.js +226 -0
- package/node_modules/@murphai/core/dist/automation-availability.js.map +1 -0
- package/node_modules/@murphai/core/dist/automation.d.ts +9 -2
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/automation.js +121 -19
- package/node_modules/@murphai/core/dist/automation.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts +2 -0
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/bank/habitat.js +35 -1
- package/node_modules/@murphai/core/dist/bank/habitat.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/regimens.js +1 -1
- package/node_modules/@murphai/core/dist/bank/regimens.js.map +1 -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 +9 -123
- 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 +33 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js +119 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.d.ts +24 -0
- package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.js +409 -0
- package/node_modules/@murphai/core/dist/domains/events/generated-image-capture-retention.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts +34 -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 +188 -15
- package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.d.ts +6 -2
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js +3 -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 +5 -1
- package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.d.ts +8 -5
- package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.js +268 -20
- package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
- package/node_modules/@murphai/core/dist/index.d.ts +11 -6
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/index.js +8 -4
- package/node_modules/@murphai/core/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/memory.js +1 -0
- package/node_modules/@murphai/core/dist/memory.js.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.d.ts +45 -4
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.js +2204 -97
- package/node_modules/@murphai/core/dist/mutations.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 +5 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.js +40 -2
- package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
- package/node_modules/@murphai/core/dist/protocols.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/protocols.js +52 -9
- package/node_modules/@murphai/core/dist/protocols.js.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts +3 -2
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.js +9 -4
- package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +3 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.js +65 -29
- package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/README.md +237 -0
- package/node_modules/@murphai/device-syncd/dist/client.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/client.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts +29 -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 +78 -2
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-targets.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-targets.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts +2 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js +2 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js +9 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.js +2 -2
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +2 -2
- 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 +2 -2
- 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 +4 -2
- 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 +6 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +614 -0
- 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 +216 -148
- 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 +11 -0
- 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 +2 -2
- 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.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +2 -0
- 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 +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/fitbit-migration.d.ts +57 -0
- package/node_modules/@murphai/device-syncd/dist/fitbit-migration.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/fitbit-migration.js +166 -0
- package/node_modules/@murphai/device-syncd/dist/fitbit-migration.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +87 -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 +296 -6
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.d.ts +1 -1
- 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 +27 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js +464 -9
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-inline-authority.d.ts +17 -2
- package/node_modules/@murphai/device-syncd/dist/junction-inline-authority.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-inline-authority.js +99 -40
- package/node_modules/@murphai/device-syncd/dist/junction-inline-authority.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts +16 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js +32 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-source-reconnect.d.ts +17 -0
- package/node_modules/@murphai/device-syncd/dist/junction-source-reconnect.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-source-reconnect.js +45 -0
- package/node_modules/@murphai/device-syncd/dist/junction-source-reconnect.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js +24 -0
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/prepared-webhook.d.ts +29 -0
- package/node_modules/@murphai/device-syncd/dist/prepared-webhook.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/prepared-webhook.js +263 -0
- package/node_modules/@murphai/device-syncd/dist/prepared-webhook.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts +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 +4 -2
- 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 +30 -1
- 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 +1005 -193
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts +11 -2
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js +5033 -310
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js +2 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts +12 -3
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js +50 -12
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +3 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js +51 -38
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +11 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +54 -2
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.js +243 -1
- 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 -2
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +634 -199
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts +21 -4
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.js +728 -68
- package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/source-staleness.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/source-staleness.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/source-staleness.js +25 -1
- package/node_modules/@murphai/device-syncd/dist/source-staleness.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts +3 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.js +25 -2
- 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.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js +7 -1
- 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 +22 -3
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js +266 -21
- 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 +3 -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 +62 -4
- 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 +25 -3
- package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sources.d.ts +25 -2
- package/node_modules/@murphai/device-syncd/dist/store/sources.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sources.js +268 -58
- package/node_modules/@murphai/device-syncd/dist/store/sources.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts +7 -2
- 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 +82 -28
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/webhook-traces.js +2 -2
- package/node_modules/@murphai/device-syncd/dist/store/webhook-traces.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +30 -5
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.js +146 -13
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +260 -8
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.js +7 -0
- package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
- package/node_modules/@murphai/device-syncd/package.json +16 -0
- package/node_modules/@murphai/health-commons/content/biomarkers/bilirubin.md +18 -0
- package/node_modules/@murphai/health-commons/content/biomarkers/carbon-dioxide.md +18 -0
- package/node_modules/@murphai/health-commons/content/biomarkers/potassium.md +18 -0
- package/node_modules/@murphai/health-commons/content/biomarkers/sodium.md +18 -0
- package/node_modules/@murphai/health-commons/content/families/general-eye-health.md +190 -0
- package/node_modules/@murphai/health-commons/content/families/photobiomodulation.md +97 -0
- package/node_modules/@murphai/health-commons/content/families/recovery-modalities.md +73 -0
- package/node_modules/@murphai/health-commons/content/protocols/whole-body-photobiomodulation/whole-body-red-and-near-infrared-light-exposure.md +1 -1
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-contact-lens-infection-symptoms.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-contact-lens-prevention.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cdc-stroke-signs.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/cochrane-blue-light-filtering-lenses.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/fda-buying-contact-lenses.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/fda-eye-drops.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/imi-myopia-interventions.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/medlineplus-eye-emergencies.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/medlineplus-eye-pain.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-angle-closure-glaucoma.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-areds2-faq.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-contact-lenses.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-dry-eye.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-healthy-vision.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-myopia.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nei-retinal-detachment.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/nih-dream-omega3-dry-eye.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/osha-computer-monitors.md +20 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmc-9840372.md +22 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-35597519.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-36473088.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/general-eye-health/pmid-37062428.md +21 -0
- package/node_modules/@murphai/health-commons/content/sources/whole-body-photobiomodulation/clinicaltrials-gov-nct07047248-2026-04-23.md +0 -1
- package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.d.ts +3 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.d.ts.map +1 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.js +2 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-fallback-ranges.js.map +1 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.d.ts +17 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.d.ts.map +1 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.js +16 -0
- package/node_modules/@murphai/health-commons/dist/biomarker-runtime-artifacts.js.map +1 -0
- package/node_modules/@murphai/health-commons/dist/build.d.ts.map +1 -1
- package/node_modules/@murphai/health-commons/dist/build.js +41 -7
- package/node_modules/@murphai/health-commons/dist/build.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/index.d.ts +1 -0
- package/node_modules/@murphai/health-commons/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/health-commons/dist/index.js +1 -0
- package/node_modules/@murphai/health-commons/dist/index.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/knowledge-index.d.ts +44 -0
- package/node_modules/@murphai/health-commons/dist/knowledge-index.d.ts.map +1 -0
- package/node_modules/@murphai/health-commons/dist/knowledge-index.js +540 -0
- package/node_modules/@murphai/health-commons/dist/knowledge-index.js.map +1 -0
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts +17 -1
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/health-commons/dist/runtime.js +58 -4
- package/node_modules/@murphai/health-commons/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/health-commons/generated/biomarker-desired-directions.json +410 -0
- package/node_modules/@murphai/health-commons/generated/catalog.hash +1 -1
- package/node_modules/@murphai/health-commons/generated/knowledge.sqlite +0 -0
- package/node_modules/@murphai/health-commons/generated/protocol-family-graph.json +187 -46
- package/node_modules/@murphai/health-commons/generated/protocol-index.json +47 -47
- package/node_modules/@murphai/health-commons/generated/protocol-run-specs.json +967 -967
- package/node_modules/@murphai/health-commons/generated/source-artifact-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/source-identities.ndjson +28 -0
- package/node_modules/@murphai/health-commons/generated/source-index.json +694 -2
- package/node_modules/@murphai/health-commons/generated/web/browse/biomarkers.json +77 -9
- package/node_modules/@murphai/health-commons/generated/web/browse/experiments.json +37 -37
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-basophils.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-eosinophils.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-immature-granulocytes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-lymphocytes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-monocytes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/absolute-neutrophils.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/adjusted-calcium.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/albumin-globulin-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/albumin.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/alkaline-phosphatase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ana-screen.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/anion-gap.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/arachidonic-acid-epa-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/arachidonic-acid.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/basophil-percentage.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bedtime-delay.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bilirubin.json +3 -3
- 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/bun-creatinine-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/c-peptide.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/calcium.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/carbon-dioxide.json +3 -3
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chloride.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/cholesterol-hdl-ratio.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/cortisol.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 +4 -4
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dha.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dhea-sulfate.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/dpa.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr-ckd-epi.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/eosinophil-percentage.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/epa.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/estradiol.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/ferritin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fib4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/follicle-stimulating-hormone.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-t3.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-t4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/free-testosterone.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gfr-mdrd-af-amer.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gfr-mdrd-non-af-amer.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ggt.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/hba1c.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/hematocrit.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hemoglobin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/homocysteine.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hrv-rmssd.json +4 -4
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hs-crp.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/immature-granulocyte-percentage.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/insulin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/iron-saturation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/iron.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/ldh.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-calculated.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-chol-calc-nih.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/ldl-large-particles.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-medium-particles.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-particle-number.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-pattern.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-peak-size.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-small-particles.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lead.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/linoleic-acid.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lipoprotein-a.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/luteinizing-hormone.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lymphocyte-percentage.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/magnesium-rbc.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-hemoglobin-concentration.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-hemoglobin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-corpuscular-volume.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mean-platelet-volume.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mercury.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/methylmalonic-acid.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/monocyte-percentage.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/neutrophil-percentage.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/omega-3-total-omegacheck.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-6-3-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-6-total.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omegacheck-total.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/phosphate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/platelet-count.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/poc-troponin-i.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/potassium.json +3 -3
- 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/prolactin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-free.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-percent-free.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/psa-total.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/red-blood-cell-count.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/red-cell-distribution-width.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 +4 -4
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rheumatoid-factor.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/sex-hormone-binding-globulin.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 +4 -4
- 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/sodium.json +3 -3
- 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/thyroglobulin-antibodies.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/thyroid-peroxidase-antibodies.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/thyroid-stimulating-hormone.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-globulin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-iron-binding-capacity.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-protein.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/total-testosterone.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/urine-albumin-random-without-creatinine.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-protein.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/vldl-cholesterol-calculated.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-after-sleep-onset.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/biomarker/white-blood-cell-count.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/zinc.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/bryan-johnson-blueprint.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/daily-step-floor.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/five-minute-tomorrow-list.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/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/pneumatic-compression-pants.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/protein-floor-high-protein-intake.json +3 -3
- 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 +7 -8
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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/bryan-johnson-blueprint.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/finnish-sauna.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/five-minute-tomorrow-list.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/protein-floor-high-protein-intake.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 +3 -3
- 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/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/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/five-minute-tomorrow-list/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/five-minute-tomorrow-list/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/five-minute-tomorrow-list/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/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/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 +3 -3
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/research.json +3 -3
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/results-public.json +5 -5
- package/node_modules/@murphai/health-commons/package.json +5 -0
- package/node_modules/@murphai/health-metrics/dist/catalog.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/catalog.js +22 -2
- package/node_modules/@murphai/health-metrics/dist/catalog.js.map +1 -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 +165 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/body.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/body.js +69 -2
- package/node_modules/@murphai/health-metrics/dist/definitions/body.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/physiology.d.ts +55 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/physiology.d.ts.map +1 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/physiology.js +92 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/physiology.js.map +1 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/vitals.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.d.ts +1 -0
- package/node_modules/@murphai/health-metrics/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.js +1 -0
- package/node_modules/@murphai/health-metrics/dist/index.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.d.ts +45 -0
- package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.d.ts.map +1 -0
- package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.js +502 -0
- package/node_modules/@murphai/health-metrics/dist/lab-reference-ranges.js.map +1 -0
- package/node_modules/@murphai/health-metrics/dist/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/normalize.js +5 -0
- package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/selectors.d.ts +3 -0
- package/node_modules/@murphai/health-metrics/dist/selectors.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/selectors.js +52 -6
- package/node_modules/@murphai/health-metrics/dist/selectors.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/types.d.ts +1 -0
- package/node_modules/@murphai/health-metrics/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts +12 -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 +34 -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 +79 -0
- 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 +19 -0
- package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.js.map +1 -1
- package/node_modules/@murphai/importers/README.md +2 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js +1 -1
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -1
- package/node_modules/@murphai/importers/dist/core-port.d.ts +16 -1
- 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 +9 -1
- package/node_modules/@murphai/importers/dist/create-importers.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/create-importers.js +12 -2
- package/node_modules/@murphai/importers/dist/create-importers.js.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts +1 -0
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts +17 -3
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js +103 -9
- 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 +5 -4
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js +4 -3
- package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.d.ts +37 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js +796 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-origin.d.ts +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-origin.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-origin.js +7 -2
- 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 +7 -12
- 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 +55 -103
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-features.d.ts +79 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-features.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-features.js +356 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-features.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.d.ts +285 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.js +870 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction-timeseries-fidelity.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts +111 -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 +4058 -306
- package/node_modules/@murphai/importers/dist/device-providers/junction.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/oura.js +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/oura.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.js +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts +9 -1
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.d.ts +1 -0
- package/node_modules/@murphai/importers/dist/document-importer.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.js +3 -1
- package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/index.d.ts +3 -2
- package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/index.js +2 -1
- package/node_modules/@murphai/importers/dist/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.js +2 -1
- package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/preset-registry.js +1 -1
- package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -1
- package/node_modules/@murphai/importers/dist/shared.d.ts +1 -1
- package/node_modules/@murphai/importers/dist/shared.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/shared.js +1 -1
- package/node_modules/@murphai/importers/dist/shared.js.map +1 -1
- package/node_modules/@murphai/importers/dist/workout-csv-planner.d.ts +49 -0
- package/node_modules/@murphai/importers/dist/workout-csv-planner.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/workout-csv-planner.js +860 -0
- package/node_modules/@murphai/importers/dist/workout-csv-planner.js.map +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.d.ts +2 -5
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.js +3 -50
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor-strategies.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js +9 -11
- 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.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js +0 -160
- package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js +2 -4
- package/node_modules/@murphai/inbox-services/dist/inbox-app/runtime.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.d.ts +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.js +2 -32
- package/node_modules/@murphai/inbox-services/dist/inbox-app/sources.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +2 -79
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.js +0 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.d.ts +1 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js +15 -37
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts +21 -21
- 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 +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/shared.d.ts +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js +0 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/shared.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/index.d.ts +1 -1
- package/node_modules/@murphai/inbox-services/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/README.md +4 -4
- 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 +56 -5
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js +8 -0
- package/node_modules/@murphai/inboxd/dist/connectors/linq/normalize.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.d.ts +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.js +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/normalize.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.d.ts +0 -5
- package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.js +0 -2
- package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.js +141 -4
- package/node_modules/@murphai/inboxd/dist/indexing/attachment-storage-normalizer.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/retention.d.ts +6 -0
- package/node_modules/@murphai/inboxd/dist/indexing/retention.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/retention.js +64 -18
- package/node_modules/@murphai/inboxd/dist/indexing/retention.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.d.ts +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.js +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/README.md +5 -1
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts +27 -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 +164 -17
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.d.ts +1 -0
- package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.d.ts.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.js +2 -0
- package/node_modules/@murphai/messaging-ingress/dist/telegram-webhook-payload.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts +3 -3
- 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 +1 -1
- 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 +1 -1
- 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 +7 -19
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +31 -33
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js +5 -8
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts +1 -15
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js +52 -84
- package/node_modules/@murphai/operator-config/dist/assistant/provider-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +31 -48
- 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 +33 -56
- 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 +11 -11
- package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-backend.js +33 -45
- package/node_modules/@murphai/operator-config/dist/assistant-backend.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +1714 -1566
- 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 +198 -23
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.d.ts +468 -0
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.d.ts.map +1 -0
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.js +1051 -0
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.js.map +1 -0
- package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts +4 -2
- package/node_modules/@murphai/operator-config/dist/command-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/command-helpers.js +36 -1
- package/node_modules/@murphai/operator-config/dist/command-helpers.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +181 -181
- 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 +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js +2 -6
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.d.ts +3 -0
- package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.js +301 -63
- package/node_modules/@murphai/operator-config/dist/elevenlabs-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +3 -2
- 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-constants.js +3 -0
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.js.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/hosted-assistant-config.js +2 -6
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/http-json-retry.d.ts +7 -2
- package/node_modules/@murphai/operator-config/dist/http-json-retry.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/http-json-retry.js +33 -14
- package/node_modules/@murphai/operator-config/dist/http-json-retry.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +427 -462
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +2 -14
- 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 +35 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js +1115 -180
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts +1 -0
- package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.js +3 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-table-fallback.d.ts +7 -0
- package/node_modules/@murphai/operator-config/dist/message-table-fallback.d.ts.map +1 -0
- package/node_modules/@murphai/operator-config/dist/message-table-fallback.js +109 -0
- package/node_modules/@murphai/operator-config/dist/message-table-fallback.js.map +1 -0
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +12 -12
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +50 -53
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.js +4 -5
- 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 +225 -226
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js +2 -2
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js +0 -19
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +402 -294
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +94 -8
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-error-projection.d.ts +24 -0
- package/node_modules/@murphai/operator-config/dist/vault-cli-error-projection.d.ts.map +1 -0
- package/node_modules/@murphai/operator-config/dist/vault-cli-error-projection.js +219 -0
- package/node_modules/@murphai/operator-config/dist/vault-cli-error-projection.js.map +1 -0
- package/node_modules/@murphai/operator-config/dist/vault-cli-errors.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-errors.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.d.ts +14 -0
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.d.ts.map +1 -0
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.js +127 -0
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.js.map +1 -0
- package/node_modules/@murphai/operator-config/package.json +15 -5
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.d.ts +2 -0
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js +18 -0
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js.map +1 -1
- package/node_modules/@murphai/query/README.md +29 -5
- package/node_modules/@murphai/query/dist/automation.d.ts +5 -2
- package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/automation.js +33 -8
- package/node_modules/@murphai/query/dist/automation.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-biomarkers.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser-biomarkers.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-biomarkers.js +1 -1
- package/node_modules/@murphai/query/dist/browser-biomarkers.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-experiments.js +1 -1
- package/node_modules/@murphai/query/dist/browser-experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-murph-age.d.ts +1 -1
- package/node_modules/@murphai/query/dist/browser-murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-overview.d.ts +2 -1
- package/node_modules/@murphai/query/dist/browser-overview.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/build.d.ts +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 +68 -41
- package/node_modules/@murphai/query/dist/browser-replica/build.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/client-overview.d.ts +3 -3
- package/node_modules/@murphai/query/dist/browser-replica/client-overview.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/client-overview.js +3 -0
- package/node_modules/@murphai/query/dist/browser-replica/client-overview.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/device-metrics.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser-replica/device-metrics.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/device-metrics.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.d.ts +8 -0
- package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.js +548 -0
- package/node_modules/@murphai/query/dist/browser-replica/experiment-run-cards.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts +22 -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 +209 -63
- package/node_modules/@murphai/query/dist/browser-replica/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/json.d.ts +6 -0
- package/node_modules/@murphai/query/dist/browser-replica/json.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/json.js +103 -0
- package/node_modules/@murphai/query/dist/browser-replica/json.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.d.ts +11 -0
- package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.js +233 -0
- package/node_modules/@murphai/query/dist/browser-replica/lab-result-status.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/lab-results.d.ts +4 -3
- package/node_modules/@murphai/query/dist/browser-replica/lab-results.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/lab-results.js +24 -5
- package/node_modules/@murphai/query/dist/browser-replica/lab-results.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.d.ts +14 -0
- package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.js +25 -0
- package/node_modules/@murphai/query/dist/browser-replica/metric-buckets.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts +2 -2
- 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.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/parse.d.ts +8 -0
- package/node_modules/@murphai/query/dist/browser-replica/parse.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/parse.js +327 -7
- package/node_modules/@murphai/query/dist/browser-replica/parse.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/query.d.ts +24 -1
- package/node_modules/@murphai/query/dist/browser-replica/query.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/query.js +246 -41
- package/node_modules/@murphai/query/dist/browser-replica/query.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/search-row.d.ts +3 -0
- package/node_modules/@murphai/query/dist/browser-replica/search-row.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/search-row.js +16 -0
- package/node_modules/@murphai/query/dist/browser-replica/search-row.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shards.d.ts +76 -0
- package/node_modules/@murphai/query/dist/browser-replica/shards.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shards.js +232 -0
- package/node_modules/@murphai/query/dist/browser-replica/shards.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts +144 -9
- 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/source.d.ts +13 -0
- package/node_modules/@murphai/query/dist/browser-replica/source.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/source.js +45 -0
- package/node_modules/@murphai/query/dist/browser-replica/source.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.d.ts +3 -3
- package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/tracked-experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/training.d.ts +7 -0
- package/node_modules/@murphai/query/dist/browser-replica/training.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/training.js +241 -0
- package/node_modules/@murphai/query/dist/browser-replica/training.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/views.d.ts +5 -5
- package/node_modules/@murphai/query/dist/browser-replica/views.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/views.js +3 -0
- package/node_modules/@murphai/query/dist/browser-replica/views.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica-client.d.ts +11 -4
- package/node_modules/@murphai/query/dist/browser-replica-client.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica-client.js +7 -3
- package/node_modules/@murphai/query/dist/browser-replica-client.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica-server.d.ts +7 -0
- package/node_modules/@murphai/query/dist/browser-replica-server.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica-server.js +7 -0
- package/node_modules/@murphai/query/dist/browser-replica-server.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-replica.d.ts +13 -5
- package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.js +9 -4
- 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-observation-metrics.d.ts +16 -0
- package/node_modules/@murphai/query/dist/canonical-observation-metrics.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/canonical-observation-metrics.js +70 -0
- package/node_modules/@murphai/query/dist/canonical-observation-metrics.js.map +1 -0
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts +20 -0
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-adherence.js +175 -29
- package/node_modules/@murphai/query/dist/experiment-adherence.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts +1 -0
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.js +1 -0
- package/node_modules/@murphai/query/dist/experiment-progress-card.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.js +46 -22
- package/node_modules/@murphai/query/dist/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/group-weekly.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/group-weekly.js +52 -1
- package/node_modules/@murphai/query/dist/group-weekly.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/blood-tests.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/blood-tests.js +3 -2
- package/node_modules/@murphai/query/dist/health/blood-tests.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts +11 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.js +39 -16
- package/node_modules/@murphai/query/dist/health/canonical-collector.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/entity-slices.d.ts +9 -3
- package/node_modules/@murphai/query/dist/health/entity-slices.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/entity-slices.js +6 -6
- package/node_modules/@murphai/query/dist/health/entity-slices.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/immunizations.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/immunizations.js +14 -11
- package/node_modules/@murphai/query/dist/health/immunizations.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/loaders.d.ts +21 -7
- package/node_modules/@murphai/query/dist/health/loaders.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/loaders.js +53 -15
- package/node_modules/@murphai/query/dist/health/loaders.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.d.ts +1 -0
- package/node_modules/@murphai/query/dist/health/registries.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/shared.js +1 -1
- package/node_modules/@murphai/query/dist/health/shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/index.d.ts +25 -7
- package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/index.js +18 -6
- package/node_modules/@murphai/query/dist/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-contracts.d.ts +78 -75
- package/node_modules/@murphai/query/dist/knowledge-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-contracts.js +2 -1
- package/node_modules/@murphai/query/dist/knowledge-contracts.js.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-graph.d.ts +1 -0
- package/node_modules/@murphai/query/dist/knowledge-graph.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-graph.js +17 -1
- package/node_modules/@murphai/query/dist/knowledge-graph.js.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.d.ts +27 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.js +120 -7
- package/node_modules/@murphai/query/dist/meal-nutrition.js.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/index.js +14 -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 +123 -3
- package/node_modules/@murphai/query/dist/metrics/projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts +5 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.js +22 -8
- package/node_modules/@murphai/query/dist/murph-age.js.map +1 -1
- package/node_modules/@murphai/query/dist/personal-patterns.d.ts +55 -0
- package/node_modules/@murphai/query/dist/personal-patterns.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/personal-patterns.js +401 -0
- package/node_modules/@murphai/query/dist/personal-patterns.js.map +1 -0
- package/node_modules/@murphai/query/dist/projection/entity-store.js +4 -4
- package/node_modules/@murphai/query/dist/projection/entity-store.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.d.ts +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.js +5 -1
- package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +8 -0
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js +6 -2
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-stored-codec.js +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-stored-codec.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.d.ts +14 -0
- package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.js +31 -0
- package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-visibility.d.ts +5 -0
- package/node_modules/@murphai/query/dist/query-visibility.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-visibility.js +11 -5
- package/node_modules/@murphai/query/dist/query-visibility.js.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.d.ts +8 -0
- package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.js +11 -1
- package/node_modules/@murphai/query/dist/read-model.js.map +1 -1
- package/node_modules/@murphai/query/dist/scheduled-logs.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/scheduled-logs.js +55 -79
- package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.d.ts +22 -4
- package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.js +188 -59
- package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.js +32 -15
- package/node_modules/@murphai/query/dist/wearables/candidates.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 +43 -2
- package/node_modules/@murphai/query/dist/wearables/public-output.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/sleep-pattern.d.ts +5 -1
- package/node_modules/@murphai/query/dist/wearables/sleep-pattern.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/sleep-pattern.js +16 -3
- package/node_modules/@murphai/query/dist/wearables/sleep-pattern.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/source-health.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/source-health.js +31 -4
- package/node_modules/@murphai/query/dist/wearables/source-health.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.d.ts +54 -4
- package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.js +36 -0
- package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/workout-features.d.ts +5 -0
- package/node_modules/@murphai/query/dist/wearables/workout-features.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/workout-features.js +179 -0
- package/node_modules/@murphai/query/dist/wearables/workout-features.js.map +1 -0
- package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.js +74 -6
- package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
- package/node_modules/@murphai/query/package.json +15 -0
- package/node_modules/@murphai/runtime-state/README.md +3 -3
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js +15 -2
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts +4 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js +16 -3
- package/node_modules/@murphai/runtime-state/dist/assistant-runtime-issues.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +2 -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 +76 -20
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.d.ts +32 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.js +327 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-crypto-keyrings.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts +3 -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 +23 -3
- 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 +5 -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 +10 -0
- 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 +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.js +22 -6
- package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
- package/node_modules/@murphai/setup-cli/README.md +1 -1
- package/node_modules/@murphai/setup-cli/dist/incur-error-bridge.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/incur-error-bridge.js +6 -15
- package/node_modules/@murphai/setup-cli/dist/incur-error-bridge.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/index.d.ts +0 -1
- package/node_modules/@murphai/setup-cli/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/index.js +0 -1
- package/node_modules/@murphai/setup-cli/dist/index.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js +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.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js +14 -24
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant.js +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 +1 -2
- package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js +2 -4
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/channels.d.ts +0 -4
- package/node_modules/@murphai/setup-cli/dist/setup-services/channels.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/channels.js +126 -420
- package/node_modules/@murphai/setup-cli/dist/setup-services/channels.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts +0 -3
- package/node_modules/@murphai/setup-cli/dist/setup-services.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.js +0 -7
- package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js +0 -7
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/README.md +9 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.d.ts +6 -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 +49 -1
- 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 +3 -3
- package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/export-packs.d.ts +7 -0
- package/node_modules/@murphai/vault-usecases/dist/export-packs.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/export-packs.js +45 -0
- package/node_modules/@murphai/vault-usecases/dist/export-packs.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts +28 -28
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/json-input.d.ts +1 -1
- package/node_modules/@murphai/vault-usecases/dist/json-input.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/json-input.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/json-input.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts +5 -1
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/query-runtime.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +21 -21
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js +23 -13
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts +193 -193
- 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 +2 -4
- 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 +12 -12
- 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 +25 -19
- 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 +130 -130
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.js +2 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.d.ts +9 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.js +78 -5
- package/node_modules/@murphai/vault-usecases/dist/usecases/event-record-mutations.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/exact-event-record.d.ts +20 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/exact-event-record.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/exact-event-record.js +72 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/exact-event-record.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +29 -6
- 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 +267 -46
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.js +158 -24
- package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food-autolog.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.js +98 -6
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.js.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 +97 -13
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js +49 -24
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +95 -13
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js +149 -14
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js +3 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +4 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js +19 -12
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts +3 -3
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.js +44 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +2 -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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +1 -3
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +44 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts +2 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js +24 -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-core.d.ts +7 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-core.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +4 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.d.ts +60 -7
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.js +1282 -494
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-import.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.d.ts +116 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js +231 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts +36 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js +287 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts +134 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js +744 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.d.ts +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js +2 -0
- 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 +13 -13
- 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 +22 -19
- 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 +39 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js +144 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js.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 +3 -0
- package/node_modules/@murphai/vault-usecases/dist/vault-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/workouts.d.ts +1 -0
- package/node_modules/@murphai/vault-usecases/dist/workouts.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/workouts.js +1 -0
- package/node_modules/@murphai/vault-usecases/dist/workouts.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/package.json +4 -0
- package/node_modules/incur/dist/Cli.js +7 -32
- package/node_modules/incur/dist/Errors.d.ts +17 -0
- package/node_modules/incur/dist/Errors.js +23 -0
- package/node_modules/incur/dist/internal/command.d.ts +2 -0
- package/node_modules/incur/dist/internal/command.js +2 -6
- package/node_modules/incur/src/Cli.ts +11 -32
- package/node_modules/incur/src/Errors.ts +36 -0
- package/node_modules/incur/src/internal/command.ts +4 -6
- package/node_modules/ink/build/ansi-tokenizer.d.ts +38 -0
- package/node_modules/ink/build/ansi-tokenizer.js +316 -0
- package/node_modules/ink/build/ansi-tokenizer.js.map +1 -0
- package/node_modules/ink/build/apply-styles.js +175 -0
- package/node_modules/ink/build/build-layout.js +77 -0
- package/node_modules/ink/build/calculate-wrapped-text.js +53 -0
- package/node_modules/ink/build/colorize.d.ts +3 -0
- package/node_modules/ink/build/colorize.js +48 -0
- package/node_modules/ink/build/colorize.js.map +1 -0
- package/node_modules/ink/build/components/AccessibilityContext.d.ts +3 -0
- package/node_modules/ink/build/components/AccessibilityContext.js +5 -0
- package/node_modules/ink/build/components/AccessibilityContext.js.map +1 -0
- package/node_modules/ink/build/components/App.d.ts +18 -0
- package/node_modules/ink/build/components/App.js +351 -0
- package/node_modules/ink/build/components/App.js.map +1 -0
- package/node_modules/ink/build/components/AppContext.d.ts +15 -0
- package/node_modules/ink/build/components/AppContext.js +11 -0
- package/node_modules/ink/build/components/AppContext.js.map +1 -0
- package/node_modules/ink/build/components/BackgroundContext.d.ts +4 -0
- package/node_modules/ink/build/components/BackgroundContext.js +3 -0
- package/node_modules/ink/build/components/BackgroundContext.js.map +1 -0
- package/node_modules/ink/build/components/Box.d.ts +117 -0
- package/node_modules/ink/build/components/Box.js +34 -0
- package/node_modules/ink/build/components/Box.js.map +1 -0
- package/node_modules/ink/build/components/Color.js +62 -0
- package/node_modules/ink/build/components/Cursor.d.ts +83 -0
- package/node_modules/ink/build/components/Cursor.js +53 -0
- package/node_modules/ink/build/components/Cursor.js.map +1 -0
- package/node_modules/ink/build/components/CursorContext.d.ts +11 -0
- package/node_modules/ink/build/components/CursorContext.js +8 -0
- package/node_modules/ink/build/components/CursorContext.js.map +1 -0
- package/node_modules/ink/build/components/ErrorBoundary.d.ts +18 -0
- package/node_modules/ink/build/components/ErrorBoundary.js +23 -0
- package/node_modules/ink/build/components/ErrorBoundary.js.map +1 -0
- package/node_modules/ink/build/components/ErrorOverview.d.ts +6 -0
- package/node_modules/ink/build/components/ErrorOverview.js +84 -0
- package/node_modules/ink/build/components/ErrorOverview.js.map +1 -0
- package/node_modules/ink/build/components/FocusContext.d.ts +16 -0
- package/node_modules/ink/build/components/FocusContext.js +17 -0
- package/node_modules/ink/build/components/FocusContext.js.map +1 -0
- package/node_modules/ink/build/components/Newline.d.ts +13 -0
- package/node_modules/ink/build/components/Newline.js +8 -0
- package/node_modules/ink/build/components/Newline.js.map +1 -0
- package/node_modules/ink/build/components/Spacer.d.ts +7 -0
- package/node_modules/ink/build/components/Spacer.js +11 -0
- package/node_modules/ink/build/components/Spacer.js.map +1 -0
- package/node_modules/ink/build/components/Static.d.ts +24 -0
- package/node_modules/ink/build/components/Static.js +28 -0
- package/node_modules/ink/build/components/Static.js.map +1 -0
- package/node_modules/ink/build/components/StderrContext.d.ts +15 -0
- package/node_modules/ink/build/components/StderrContext.js +13 -0
- package/node_modules/ink/build/components/StderrContext.js.map +1 -0
- package/node_modules/ink/build/components/StdinContext.d.ts +22 -0
- package/node_modules/ink/build/components/StdinContext.js +19 -0
- package/node_modules/ink/build/components/StdinContext.js.map +1 -0
- package/node_modules/ink/build/components/StdoutContext.d.ts +15 -0
- package/node_modules/ink/build/components/StdoutContext.js +13 -0
- package/node_modules/ink/build/components/StdoutContext.js.map +1 -0
- package/node_modules/ink/build/components/Text.d.ts +55 -0
- package/node_modules/ink/build/components/Text.js +50 -0
- package/node_modules/ink/build/components/Text.js.map +1 -0
- package/node_modules/ink/build/components/Transform.d.ts +16 -0
- package/node_modules/ink/build/components/Transform.js +15 -0
- package/node_modules/ink/build/components/Transform.js.map +1 -0
- package/node_modules/ink/build/cursor-helpers.d.ts +38 -0
- package/node_modules/ink/build/cursor-helpers.js +56 -0
- package/node_modules/ink/build/cursor-helpers.js.map +1 -0
- package/node_modules/ink/build/devtools-window-polyfill.d.ts +1 -0
- package/node_modules/ink/build/devtools-window-polyfill.js +65 -0
- package/node_modules/ink/build/devtools-window-polyfill.js.map +1 -0
- package/node_modules/ink/build/devtools.d.ts +1 -0
- package/node_modules/ink/build/devtools.js +11 -0
- package/node_modules/ink/build/devtools.js.map +1 -0
- package/node_modules/ink/build/dom.d.ts +56 -0
- package/node_modules/ink/build/dom.js +124 -0
- package/node_modules/ink/build/dom.js.map +1 -0
- package/node_modules/ink/build/experimental/apply-style.js +140 -0
- package/node_modules/ink/build/experimental/dom.js +123 -0
- package/node_modules/ink/build/experimental/output.js +91 -0
- package/node_modules/ink/build/experimental/reconciler.js +141 -0
- package/node_modules/ink/build/experimental/renderer.js +81 -0
- package/node_modules/ink/build/get-max-width.d.ts +3 -0
- package/node_modules/ink/build/get-max-width.js +10 -0
- package/node_modules/ink/build/get-max-width.js.map +1 -0
- package/node_modules/ink/build/hooks/use-app.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-app.js +8 -0
- package/node_modules/ink/build/hooks/use-app.js.map +1 -0
- package/node_modules/ink/build/hooks/use-cursor.d.ts +12 -0
- package/node_modules/ink/build/hooks/use-cursor.js +29 -0
- package/node_modules/ink/build/hooks/use-cursor.js.map +1 -0
- package/node_modules/ink/build/hooks/use-focus-manager.d.ts +28 -0
- package/node_modules/ink/build/hooks/use-focus-manager.js +17 -0
- package/node_modules/ink/build/hooks/use-focus-manager.js.map +1 -0
- package/node_modules/ink/build/hooks/use-focus.d.ts +29 -0
- package/node_modules/ink/build/hooks/use-focus.js +42 -0
- package/node_modules/ink/build/hooks/use-focus.js.map +1 -0
- package/node_modules/ink/build/hooks/use-input.d.ts +131 -0
- package/node_modules/ink/build/hooks/use-input.js +124 -0
- package/node_modules/ink/build/hooks/use-input.js.map +1 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js +11 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stderr.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stderr.js +8 -0
- package/node_modules/ink/build/hooks/use-stderr.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stdin.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stdin.js +8 -0
- package/node_modules/ink/build/hooks/use-stdin.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stdout.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stdout.js +8 -0
- package/node_modules/ink/build/hooks/use-stdout.js.map +1 -0
- package/node_modules/ink/build/hooks/useInput.js +38 -0
- package/node_modules/ink/build/index.d.ts +34 -0
- package/node_modules/ink/build/index.js +20 -0
- package/node_modules/ink/build/index.js.map +1 -0
- package/node_modules/ink/build/ink.d.ts +90 -0
- package/node_modules/ink/build/ink.js +637 -0
- package/node_modules/ink/build/ink.js.map +1 -0
- package/node_modules/ink/build/input-parser.d.ts +7 -0
- package/node_modules/ink/build/input-parser.js +154 -0
- package/node_modules/ink/build/input-parser.js.map +1 -0
- package/node_modules/ink/build/instance.js +205 -0
- package/node_modules/ink/build/instances.d.ts +3 -0
- package/node_modules/ink/build/instances.js +8 -0
- package/node_modules/ink/build/instances.js.map +1 -0
- package/node_modules/ink/build/kitty-keyboard.d.ts +23 -0
- package/node_modules/ink/build/kitty-keyboard.js +32 -0
- package/node_modules/ink/build/kitty-keyboard.js.map +1 -0
- package/node_modules/ink/build/layout.d.ts +7 -0
- package/node_modules/ink/build/layout.js +33 -0
- package/node_modules/ink/build/layout.js.map +1 -0
- package/node_modules/ink/build/log-update.d.ts +19 -0
- package/node_modules/ink/build/log-update.js +242 -0
- package/node_modules/ink/build/log-update.js.map +1 -0
- package/node_modules/ink/build/measure-element.d.ts +16 -0
- package/node_modules/ink/build/measure-element.js +9 -0
- package/node_modules/ink/build/measure-element.js.map +1 -0
- package/node_modules/ink/build/measure-text.d.ts +6 -0
- package/node_modules/ink/build/measure-text.js +21 -0
- package/node_modules/ink/build/measure-text.js.map +1 -0
- package/node_modules/ink/build/options.d.ts +52 -0
- package/node_modules/ink/build/options.js +2 -0
- package/node_modules/ink/build/options.js.map +1 -0
- package/node_modules/ink/build/output.d.ts +35 -0
- package/node_modules/ink/build/output.js +183 -0
- package/node_modules/ink/build/output.js.map +1 -0
- package/node_modules/ink/build/parse-keypress.d.ts +22 -0
- package/node_modules/ink/build/parse-keypress.js +493 -0
- package/node_modules/ink/build/parse-keypress.js.map +1 -0
- package/node_modules/ink/build/reconciler.d.ts +4 -0
- package/node_modules/ink/build/reconciler.js +274 -0
- package/node_modules/ink/build/reconciler.js.map +1 -0
- package/node_modules/ink/build/render-background.d.ts +4 -0
- package/node_modules/ink/build/render-background.js +25 -0
- package/node_modules/ink/build/render-background.js.map +1 -0
- package/node_modules/ink/build/render-border.d.ts +4 -0
- package/node_modules/ink/build/render-border.js +73 -0
- package/node_modules/ink/build/render-border.js.map +1 -0
- package/node_modules/ink/build/render-node-to-output.d.ts +14 -0
- package/node_modules/ink/build/render-node-to-output.js +147 -0
- package/node_modules/ink/build/render-node-to-output.js.map +1 -0
- package/node_modules/ink/build/render-to-string.d.ts +38 -0
- package/node_modules/ink/build/render-to-string.js +115 -0
- package/node_modules/ink/build/render-to-string.js.map +1 -0
- package/node_modules/ink/build/render.d.ts +121 -0
- package/node_modules/ink/build/render.js +55 -0
- package/node_modules/ink/build/render.js.map +1 -0
- package/node_modules/ink/build/renderer.d.ts +8 -0
- package/node_modules/ink/build/renderer.js +55 -0
- package/node_modules/ink/build/renderer.js.map +1 -0
- package/node_modules/ink/build/sanitize-ansi.d.ts +2 -0
- package/node_modules/ink/build/sanitize-ansi.js +27 -0
- package/node_modules/ink/build/sanitize-ansi.js.map +1 -0
- package/node_modules/ink/build/screen-reader-update.d.ts +13 -0
- package/node_modules/ink/build/screen-reader-update.js +38 -0
- package/node_modules/ink/build/screen-reader-update.js.map +1 -0
- package/node_modules/ink/build/squash-text-nodes.d.ts +3 -0
- package/node_modules/ink/build/squash-text-nodes.js +36 -0
- package/node_modules/ink/build/squash-text-nodes.js.map +1 -0
- package/node_modules/ink/build/styles.d.ts +240 -0
- package/node_modules/ink/build/styles.js +232 -0
- package/node_modules/ink/build/styles.js.map +1 -0
- package/node_modules/ink/build/utils.d.ts +2 -0
- package/node_modules/ink/build/utils.js +4 -0
- package/node_modules/ink/build/utils.js.map +1 -0
- package/node_modules/ink/build/wrap-text.d.ts +3 -0
- package/node_modules/ink/build/wrap-text.js +31 -0
- package/node_modules/ink/build/wrap-text.js.map +1 -0
- package/node_modules/ink/build/write-synchronized.d.ts +4 -0
- package/node_modules/ink/build/write-synchronized.js +7 -0
- package/node_modules/ink/build/write-synchronized.js.map +1 -0
- package/node_modules/ink/package.json +126 -0
- package/package.json +35 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.d.ts +0 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.js +0 -125
- package/node_modules/@murphai/assistant-engine/dist/assistant/group-phone-call-preview-authority.js.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts +0 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js.map +0 -1
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/SKILL.md +0 -77
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/evidence-register.md +0 -34
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/triage-and-contact-lenses.md +0 -103
- package/node_modules/@murphai/assistant-engine/skills/recovery-modalities/SKILL.md +0 -57
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/SKILL.md +0 -145
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/device-seeds.json +0 -259
- package/node_modules/@murphai/inboxd/dist/connectors/email/connector.d.ts +0 -57
- package/node_modules/@murphai/inboxd/dist/connectors/email/connector.d.ts.map +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js +0 -259
- package/node_modules/@murphai/inboxd/dist/connectors/email/connector.js.map +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts +0 -44
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts.map +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js +0 -212
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js.map +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/types.d.ts +0 -69
- package/node_modules/@murphai/inboxd/dist/connectors/email/types.d.ts.map +0 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/types.js +0 -2
- package/node_modules/@murphai/inboxd/dist/connectors/email/types.js.map +0 -1
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.d.ts +0 -194
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.d.ts.map +0 -1
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js +0 -385
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js.map +0 -1
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.d.ts +0 -30
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.d.ts.map +0 -1
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js +0 -135
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js.map +0 -1
- package/node_modules/incur/src/Cli.test.ts +0 -4808
- package/node_modules/incur/src/Completions.test.ts +0 -543
- package/node_modules/incur/src/Errors.test.ts +0 -100
- package/node_modules/incur/src/Fetch.test.ts +0 -285
- package/node_modules/incur/src/Filter.test.ts +0 -237
- package/node_modules/incur/src/Formatter.test.ts +0 -326
- package/node_modules/incur/src/Help.test.ts +0 -414
- package/node_modules/incur/src/Mcp.test.ts +0 -413
- package/node_modules/incur/src/Openapi.test.ts +0 -389
- package/node_modules/incur/src/Parser.test.ts +0 -378
- package/node_modules/incur/src/Schema.test.ts +0 -167
- package/node_modules/incur/src/Skill.test.ts +0 -441
- package/node_modules/incur/src/Skillgen.test.ts +0 -77
- package/node_modules/incur/src/SyncMcp.test.ts +0 -136
- package/node_modules/incur/src/SyncSkills.test.ts +0 -301
- package/node_modules/incur/src/Typegen.test.ts +0 -205
- package/node_modules/incur/src/bun-compile.test.ts +0 -84
- package/node_modules/incur/src/e2e.test.ts +0 -3441
- package/node_modules/incur/src/internal/configSchema.test.ts +0 -193
- package/node_modules/incur/src/internal/dereference.test.ts +0 -695
- package/node_modules/incur/src/internal/helpers.test.ts +0 -75
- package/node_modules/incur/src/internal/pm.test.ts +0 -38
- package/node_modules/incur/src/internal/utils.test.ts +0 -50
- package/node_modules/incur/src/middleware.test.ts +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,3891 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@murphai/murph` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.3.2] - 2026-08-27
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- return canonical apply cards
|
|
9
|
+
- energize referral section
|
|
10
|
+
- allow workout exercise renames
|
|
11
|
+
- track silent group conversions
|
|
12
|
+
- track group-to-private conversions (#2311)
|
|
13
|
+
- link directly to connect source cards
|
|
14
|
+
- make wearable no-data outreach adaptive
|
|
15
|
+
- admit versioned Temporal worker bindings (#2158)
|
|
16
|
+
- accept focused group tool parsers (#2151)
|
|
17
|
+
- allow fifty dollar group sponsorship caps
|
|
18
|
+
- analyze attached videos on request (#2108)
|
|
19
|
+
- accept manual meal photo uploads (#2098)
|
|
20
|
+
- add timeout failure diagnostics (#2092)
|
|
21
|
+
- enrich signup notifications
|
|
22
|
+
- add ops usage search and reset all
|
|
23
|
+
- reconsider unsent group replies once
|
|
24
|
+
- trace device-sync interruptions (#2043)
|
|
25
|
+
- verify and render OG image routes (#2056)
|
|
26
|
+
- preserve complete Junction summaries (#1702)
|
|
27
|
+
- preserve Junction metabolic context (#1700)
|
|
28
|
+
- enrich bounded Junction workout streams
|
|
29
|
+
- add authoritative Junction temporal features
|
|
30
|
+
- default sparse clinical facts
|
|
31
|
+
- preserve Junction summary details
|
|
32
|
+
- finalize Junction body composition
|
|
33
|
+
- preserve Junction body composition
|
|
34
|
+
- finalize Junction body composition
|
|
35
|
+
- register sparse clinical Junction resources
|
|
36
|
+
- retain bounded Junction workout features
|
|
37
|
+
- preserve bounded Junction temporal features
|
|
38
|
+
- govern Junction resources and sparse history
|
|
39
|
+
- preserve Junction body composition
|
|
40
|
+
- preserve Junction summary details
|
|
41
|
+
- preserve sparse Junction clinical facts
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
- package assistant verification contract (#2403)
|
|
45
|
+
- isolate child-runtime package coverage (#2397)
|
|
46
|
+
- parse coordinated workout exercises (#2340)
|
|
47
|
+
- preserve Docker isolation on macOS (#2367)
|
|
48
|
+
- clarify referral rewards
|
|
49
|
+
- validate Kernel handoffs before publication
|
|
50
|
+
- order roster observation upserts
|
|
51
|
+
- keep referral estimates concise
|
|
52
|
+
- restore live Stripe main proof
|
|
53
|
+
- keep Kernel automation independent of live view
|
|
54
|
+
- complete silent conversion lifecycle
|
|
55
|
+
- negotiate Environment reconciliation fact
|
|
56
|
+
- reconsider live group input (#2321)
|
|
57
|
+
- require absolute alternate Codex home
|
|
58
|
+
- complete Environment priority handoff
|
|
59
|
+
- allow alternate Codex home for live journeys
|
|
60
|
+
- ratchet device sync bundle budget (#2326)
|
|
61
|
+
- preserve canonical preemption ordering
|
|
62
|
+
- make activity errors recoverable (#2204)
|
|
63
|
+
- make workout card authoring deterministic (#2295)
|
|
64
|
+
- make database pool retries observable (#2292)
|
|
65
|
+
- route autofix reviews to isolated lanes (#2309)
|
|
66
|
+
- order latency trace row locks (#2293)
|
|
67
|
+
- bind Junction ECG voltage to summaries (#2300)
|
|
68
|
+
- make experiment and Age errors recoverable (#2207)
|
|
69
|
+
- preserve connect dialog ownership
|
|
70
|
+
- preserve database health provenance (#2290)
|
|
71
|
+
- make held group replies complete
|
|
72
|
+
- honor selected group journey model
|
|
73
|
+
- prevent blank nutrition dead ends
|
|
74
|
+
- keep meal recovery routing compact
|
|
75
|
+
- keep child model live config local
|
|
76
|
+
- keep blank meals in owner recovery
|
|
77
|
+
- route card recovery through owners
|
|
78
|
+
- make nutrition errors recoverable (#2205)
|
|
79
|
+
- bound workout inventory continuation
|
|
80
|
+
- ask before card recovery refusal
|
|
81
|
+
- focus live assistant test runner
|
|
82
|
+
- preserve ordinary resume cleanup
|
|
83
|
+
- converge Browser Vault refresh work (#2226)
|
|
84
|
+
- prioritize nutrition card recovery
|
|
85
|
+
- require nutrition card data recovery
|
|
86
|
+
- preserve composed release provenance
|
|
87
|
+
- require meal recovery before nutrition cards
|
|
88
|
+
- grant draft reset GraphQL authority (#2277)
|
|
89
|
+
- ignore zero-limit overshoot periods
|
|
90
|
+
- close reconsideration failure paths
|
|
91
|
+
- isolate temporary CLI evaluation (#2270)
|
|
92
|
+
- recover unresolved meals for nutrition cards
|
|
93
|
+
- preserve model-repair error details (#2202)
|
|
94
|
+
- preserve workout progress through authority failures
|
|
95
|
+
- preserve stable skill recipes
|
|
96
|
+
- remove contact details from signup notifications (#2260)
|
|
97
|
+
- filter workout index before cap
|
|
98
|
+
- apply direct usage settlements
|
|
99
|
+
- strengthen connect target contrast
|
|
100
|
+
- ratchet workout delivery bundle budget (#2266)
|
|
101
|
+
- preserve current workout admission
|
|
102
|
+
- preserve reconsidered group requests
|
|
103
|
+
- make reminder saves replay-safe
|
|
104
|
+
- use live workout capability
|
|
105
|
+
- prevent duplicate wearable preference calls
|
|
106
|
+
- preserve outreach settings through abort guard
|
|
107
|
+
- require email authority for outreach settings
|
|
108
|
+
- delete wearable outreach preferences with accounts
|
|
109
|
+
- close adaptive outreach review gaps
|
|
110
|
+
- document changelog-only review proof (#2255)
|
|
111
|
+
- validate hosted-local temporal doctor (#2250)
|
|
112
|
+
- propagate typecheck guard failures (#2248)
|
|
113
|
+
- authorize pull request draft resets (#2251)
|
|
114
|
+
- bound migration guard patterns to SQL statements (#2239)
|
|
115
|
+
- classify provider requests by static host (#2249)
|
|
116
|
+
- preserve finish-task deletion scope (#2247)
|
|
117
|
+
- gate scoped workout stream sources
|
|
118
|
+
- decouple DST recovery from titles
|
|
119
|
+
- log completed hosted invocations
|
|
120
|
+
- harden runtime issue provenance
|
|
121
|
+
- gate workout streams by source capability
|
|
122
|
+
- keep titles out of identity checks
|
|
123
|
+
- use generated ids for reminder saves
|
|
124
|
+
- correlate runtime issues with releases and attempts
|
|
125
|
+
- bound model retry usage storms
|
|
126
|
+
- hand off environment work after foreground
|
|
127
|
+
- reactivate archived reminders by stable identity
|
|
128
|
+
- recover the canonical live successor
|
|
129
|
+
- prevent duplicate archived-name retries
|
|
130
|
+
- cover incomplete private handoffs
|
|
131
|
+
- distinguish private handoff continuations
|
|
132
|
+
- anchor group draft cutoff at completion
|
|
133
|
+
- tolerate accepted Temporal run visibility (#2215)
|
|
134
|
+
- allow archived reminder name reuse
|
|
135
|
+
- validate live Temporal compatibility runs (#2198)
|
|
136
|
+
- handle in-flight one-shot edits
|
|
137
|
+
- finalize child usage accounting
|
|
138
|
+
- keep inbound videos transient
|
|
139
|
+
- clarify reminder occurrence projection
|
|
140
|
+
- recover usage link from later work (#2193)
|
|
141
|
+
- preserve Garmin authorization guards
|
|
142
|
+
- wait for Garmin consent readiness
|
|
143
|
+
- await late subagent usage persistence
|
|
144
|
+
- wait for disconnect hydration
|
|
145
|
+
- classify empty workout streams
|
|
146
|
+
- honor terminal garmin departure
|
|
147
|
+
- drop unused reasoning profile field
|
|
148
|
+
- preserve empty replay across retries
|
|
149
|
+
- retain empty stream replay horizon
|
|
150
|
+
- recover empty workout streams
|
|
151
|
+
- submit garmin confirmation once
|
|
152
|
+
- complete garmin consent progression
|
|
153
|
+
- expose bounded pass queue diagnostics (#2160)
|
|
154
|
+
- preserve replacement across delayed stop (#2171)
|
|
155
|
+
- align group guidance with admitted tools
|
|
156
|
+
- simplify split tool validation
|
|
157
|
+
- enforce split group tool contracts
|
|
158
|
+
- simplify workout follow-up identity
|
|
159
|
+
- expose repairable group tool contracts
|
|
160
|
+
- align hosted tool expectation (#2161)
|
|
161
|
+
- include Max in ops growth MRR split
|
|
162
|
+
- require fresh environment conditions
|
|
163
|
+
- harden workout follow-up context
|
|
164
|
+
- harden Kernel canary lifecycle proof
|
|
165
|
+
- load environment conditions from OpenWeather
|
|
166
|
+
- retire native E2E aliases before deployments
|
|
167
|
+
- retain detached subagent usage
|
|
168
|
+
- preserve canonical narrow-read semantics
|
|
169
|
+
- isolate delayed lifecycle errors
|
|
170
|
+
- prepare handoff authority crypto
|
|
171
|
+
- preserve workout follow-up context
|
|
172
|
+
- bind legacy nutrition authority
|
|
173
|
+
- preserve Starter activation lifecycle
|
|
174
|
+
- replay handoffs across transport failures
|
|
175
|
+
- preserve pending health ownership
|
|
176
|
+
- fence handoff replay crypto
|
|
177
|
+
- bind recovery replay intent
|
|
178
|
+
- disambiguate legacy nutrition calories
|
|
179
|
+
- restore Temporal reconciliation compatibility (#2129)
|
|
180
|
+
- accept optional realtime updates (#2128)
|
|
181
|
+
- align environment realtime tools (#2126)
|
|
182
|
+
- make context handoff retries exact
|
|
183
|
+
- keep signup email enrichment optional
|
|
184
|
+
- update GPT-5.6 Sol pricing (#2122)
|
|
185
|
+
- preserve concurrent recovery usage
|
|
186
|
+
- preserve signup notification fallback
|
|
187
|
+
- remove homepage nav links
|
|
188
|
+
- cover code-mode deferred discovery
|
|
189
|
+
- discover deferred tools before denial
|
|
190
|
+
- commit held input transcripts once
|
|
191
|
+
- harden reset-all operator recovery
|
|
192
|
+
- bound signup notification context retention
|
|
193
|
+
- bound reset-all runtime wake latency
|
|
194
|
+
- bound migration guard to SQL statements
|
|
195
|
+
- defer held no-reply persistence
|
|
196
|
+
- centralize progress prompt ownership
|
|
197
|
+
- lock controls during reset restoration
|
|
198
|
+
- harden nutrition card prompt ownership
|
|
199
|
+
- persist exact delivery retry
|
|
200
|
+
- guard refreshed ambiguous usage targets
|
|
201
|
+
- resolve ops recovery review findings
|
|
202
|
+
- fence exact telegram delivery
|
|
203
|
+
- gate signup context capture
|
|
204
|
+
- preserve ambiguous reset recovery
|
|
205
|
+
- remount reset state across operators
|
|
206
|
+
- keep reset wake logs scalar
|
|
207
|
+
- preserve reset-all across tab reloads
|
|
208
|
+
- release exact delivery claim on yield
|
|
209
|
+
- preserve reset-all recovery ownership
|
|
210
|
+
- reconcile exact delivery recovery
|
|
211
|
+
- consolidate nutrition card workflow
|
|
212
|
+
- scope reset-all wake recovery to receipts
|
|
213
|
+
- advance reset-all past empty periods
|
|
214
|
+
- make reset-everyone retries receipt-safe
|
|
215
|
+
- make signup context provenance truthful
|
|
216
|
+
- make physical-note recovery atomic
|
|
217
|
+
- support legacy nutrition card calories
|
|
218
|
+
- keep precommit segments provisional
|
|
219
|
+
- fence recovery turn replays
|
|
220
|
+
- bind cleanup to container starts
|
|
221
|
+
- preserve partial Queue metrics (#2103)
|
|
222
|
+
- close reconsideration review gaps
|
|
223
|
+
- classify checked guard deterministically
|
|
224
|
+
- complete blocked exact notifications
|
|
225
|
+
- separate checked and remaining guards
|
|
226
|
+
- fence legacy history reads
|
|
227
|
+
- use the production Junction config path
|
|
228
|
+
- unblock hosted runtime frontiers
|
|
229
|
+
- restore runner bundle headroom (#2104)
|
|
230
|
+
- fit recovery into runner budget
|
|
231
|
+
- preserve recovery uncertainty
|
|
232
|
+
- align startup convergence budgets
|
|
233
|
+
- document all-resource rollout
|
|
234
|
+
- restore all Junction resources
|
|
235
|
+
- bind destroy ownership to starts
|
|
236
|
+
- bind recovered source history
|
|
237
|
+
- add explicit recovery control
|
|
238
|
+
- bind readiness to replacement starts
|
|
239
|
+
- scope readiness to current start
|
|
240
|
+
- retain pending source webhooks
|
|
241
|
+
- preserve startup transport convergence
|
|
242
|
+
- retain observed pending starts
|
|
243
|
+
- include Apollo in auto lane pool
|
|
244
|
+
- preserve rollout cold starts
|
|
245
|
+
- bind freshness to exact imports
|
|
246
|
+
- require data-bearing import proof
|
|
247
|
+
- prove exact Vercel production deployment (#2085)
|
|
248
|
+
- preserve recovery delivery timer
|
|
249
|
+
- preserve partial recovery windows
|
|
250
|
+
- stop duplicate due reconcile signals (#2081)
|
|
251
|
+
- harden worktree retirement (#2052)
|
|
252
|
+
- project canonical imports into freshness
|
|
253
|
+
- recover missing junction sources
|
|
254
|
+
- make frontend evidence reproducible (#2066)
|
|
255
|
+
- sync existing lockfile importers transactionally (#2061)
|
|
256
|
+
- preserve native iOS cleanup failures (#2053)
|
|
257
|
+
- bound and retry the Playwright Chromium install (#2022)
|
|
258
|
+
- require provider occurrence for Fitbit cutover
|
|
259
|
+
- tighten Fitbit migration copy
|
|
260
|
+
- bind migration freshness to logical facts
|
|
261
|
+
- advance usage link recovery claim
|
|
262
|
+
- retry usage limit rich link partial
|
|
263
|
+
- bind migration freshness to webhook trace
|
|
264
|
+
- resume missing usage limit link
|
|
265
|
+
- replay partial usage limit links
|
|
266
|
+
- preserve delivery-only wake ownership
|
|
267
|
+
- honor provider day timezone
|
|
268
|
+
- admit model-free delivery retries
|
|
269
|
+
- reconcile terminal foreground replies
|
|
270
|
+
- isolate foreground quiet windows
|
|
271
|
+
- supersede stale migration proof jobs
|
|
272
|
+
- preserve source authorization epochs
|
|
273
|
+
- unify Junction canonical imports
|
|
274
|
+
- prove Fitbit history before migration
|
|
275
|
+
- preserve source-scoped history evidence
|
|
276
|
+
- fence migration freshness
|
|
277
|
+
- simplify Fitbit migration continuation
|
|
278
|
+
- keep migration identity browser safe
|
|
279
|
+
- apply ReviewGPT remediation
|
|
280
|
+
- preserve member deletions on changed replay
|
|
281
|
+
- preserve activity heart-rate facts
|
|
282
|
+
- preserve profile replay identity
|
|
283
|
+
- pin extended history to 180 days
|
|
284
|
+
- preserve ordinary sync ahead of temporal history
|
|
285
|
+
- harden Junction workout feature projection
|
|
286
|
+
- refresh generated skill hash
|
|
287
|
+
- expose bounded Junction workout details
|
|
288
|
+
- enforce repository trust floor
|
|
289
|
+
- pin review trust floor
|
|
290
|
+
- open explicit reconnect lifecycle
|
|
291
|
+
- remove speculative routing policy
|
|
292
|
+
- bind workout remote authority by id
|
|
293
|
+
- gate onboarding subagent routing
|
|
294
|
+
- preserve semantic source lifecycle
|
|
295
|
+
- migrate unversioned Junction profiles
|
|
296
|
+
- preserve established source lifecycle
|
|
297
|
+
- migrate Junction profile identity safely
|
|
298
|
+
- preserve capped webhook days
|
|
299
|
+
- keep ordinary pull floor unconditional
|
|
300
|
+
- preserve Junction history completion
|
|
301
|
+
- fence Junction webhook pulls
|
|
302
|
+
- retry superseded Junction fetches
|
|
303
|
+
- preserve deployed m1 history
|
|
304
|
+
- reconcile summary ownership after restack
|
|
305
|
+
- preserve delayed provider revision ordering
|
|
306
|
+
- preserve legacy activity heart-rate aliases
|
|
307
|
+
- align Junction replay verification
|
|
308
|
+
- recover Junction member edit conflicts
|
|
309
|
+
- preserve member summary edits
|
|
310
|
+
- resolve Junction summary review findings
|
|
311
|
+
- reconcile Junction summary corrections
|
|
312
|
+
- bound Junction menstrual evidence
|
|
313
|
+
- complete rejected body history
|
|
314
|
+
- harden body composition history
|
|
315
|
+
- reconcile body composition stack
|
|
316
|
+
- rebuild legacy body projections
|
|
317
|
+
- unify sparse body selection
|
|
318
|
+
- close body composition read gaps
|
|
319
|
+
- complete body composition reads
|
|
320
|
+
- pin exact workout connection
|
|
321
|
+
- ignore physical alias rekeys in webhook proof
|
|
322
|
+
- close workout authority gaps
|
|
323
|
+
- retain ordinary reconcile completion
|
|
324
|
+
- align Link callback lifecycle admission
|
|
325
|
+
- resolve workout lifecycle source
|
|
326
|
+
- fence workout source lifecycles
|
|
327
|
+
- preserve Junction window ownership
|
|
328
|
+
- advance each completed Link lifecycle
|
|
329
|
+
- ratchet runner bundle budget
|
|
330
|
+
- ratchet runner bundle size
|
|
331
|
+
- fence hosted source reconnect history
|
|
332
|
+
- fence reconnect-start worker completion
|
|
333
|
+
- make history priority fair
|
|
334
|
+
- bound reopened history priority
|
|
335
|
+
- preserve legacy epoch wire absence
|
|
336
|
+
- unify Junction alias lifecycle identity
|
|
337
|
+
- close reconnect lifecycle gaps
|
|
338
|
+
- resolve device sync reconnect subpath
|
|
339
|
+
- finalize Junction lifecycle candidate
|
|
340
|
+
- fence Junction lifecycle history
|
|
341
|
+
- checkpoint Junction lifecycle fences
|
|
342
|
+
- persist sparse history terminal state
|
|
343
|
+
- preserve sparse history lineage
|
|
344
|
+
- preserve delayed provider revision ordering
|
|
345
|
+
- preserve legacy activity heart-rate aliases
|
|
346
|
+
- align Junction replay verification
|
|
347
|
+
- reopen local junction history
|
|
348
|
+
- require current history terminality
|
|
349
|
+
- close moving sparse history gaps
|
|
350
|
+
- persist terminal history coordinates
|
|
351
|
+
- terminate empty history scans
|
|
352
|
+
- require workout companions for history
|
|
353
|
+
- checkpoint Junction resource progress
|
|
354
|
+
- co-import historical workout summaries
|
|
355
|
+
- resume Junction reconcile resources safely
|
|
356
|
+
- expand hosted lifecycle epoch safely
|
|
357
|
+
- cover historical workout identity shapes
|
|
358
|
+
- preserve Junction reconnect history fences
|
|
359
|
+
- complete temporal history recovery
|
|
360
|
+
- fence reconnect history by source epoch
|
|
361
|
+
- recover Junction member edit conflicts
|
|
362
|
+
- close temporal authority gaps
|
|
363
|
+
- preserve grouped workout attribution
|
|
364
|
+
- preserve workout identity and retries
|
|
365
|
+
- align temporal day ownership
|
|
366
|
+
- preserve member summary edits
|
|
367
|
+
- preserve bounded clinical durability
|
|
368
|
+
- bound sparse clinical daily imports
|
|
369
|
+
- preserve Junction resource progress
|
|
370
|
+
- unify sparse body selection
|
|
371
|
+
- consolidate workout ingestion ownership
|
|
372
|
+
- fence temporal facts to complete days
|
|
373
|
+
- close body composition read gaps
|
|
374
|
+
- resolve Junction summary review findings
|
|
375
|
+
- complete body composition reads
|
|
376
|
+
- tighten Junction history ownership
|
|
377
|
+
- reconcile Junction summary corrections
|
|
378
|
+
- harden bounded workout imports
|
|
379
|
+
- require bounded temporal evidence
|
|
380
|
+
- bound sparse clinical imports deterministically
|
|
381
|
+
- harden bounded temporal features
|
|
382
|
+
- reserve stacked history coverage
|
|
383
|
+
- bound Junction menstrual evidence
|
|
384
|
+
- bound sparse history completion
|
|
385
|
+
- refresh Junction release artifacts
|
|
386
|
+
- preserve compact webhook payloads
|
|
387
|
+
- preserve sparse clinical record identity
|
|
388
|
+
|
|
389
|
+
### Changed
|
|
390
|
+
- gate local shell proof by platform (#2415)
|
|
391
|
+
- Suppress completed reminder occurrences (#2406)
|
|
392
|
+
- Bound growth dashboard database fanout (#2346)
|
|
393
|
+
- Fix Codex token usage compatibility (#2408)
|
|
394
|
+
- align mailbox fixture sequences (#2410)
|
|
395
|
+
- Warn while long database transactions are still open (#2399)
|
|
396
|
+
- Fix consent reposts and restaurant nutrition lookup (#2386)
|
|
397
|
+
- Keep phone-transfer locks provider-free (#2405)
|
|
398
|
+
- Add Stripe reconciliation error telemetry (#2409)
|
|
399
|
+
- cover Linux MinIO bridge endpoint (#2411)
|
|
400
|
+
- stop local production-secret work (#2380)
|
|
401
|
+
- Classify wrapped Prisma pool failures accurately (#2355)
|
|
402
|
+
- Fail fast on hosted latency trace lock contention (#2350)
|
|
403
|
+
- Prepare Codex auth mailbox crypto before transaction (#2341)
|
|
404
|
+
- Reuse saved nutrition context before card recovery (#2336)
|
|
405
|
+
- Add recent-member retention view to Growth (#2384)
|
|
406
|
+
- bound meal nutrition reads to events (#2394)
|
|
407
|
+
- sync friction log (#2398)
|
|
408
|
+
- archive weekly digest prompt plan (#2395)
|
|
409
|
+
- ignore generated Graft graph (#2396)
|
|
410
|
+
- sync friction log (#2376)
|
|
411
|
+
- Keep Messages workout auth renewable (#2370)
|
|
412
|
+
- Recover product-feedback validation errors (#2349)
|
|
413
|
+
- Honor saved prompts for weekly digest automations (#2359)
|
|
414
|
+
- Document alternate Codex home approval (#2379)
|
|
415
|
+
- finish ReviewGPT 0.5.138 rollout
|
|
416
|
+
- update ReviewGPT to 0.5.138
|
|
417
|
+
- prove canonical apply receipts
|
|
418
|
+
- close silent conversion implementation
|
|
419
|
+
- defer workout card changelog
|
|
420
|
+
- sync friction log (#2362)
|
|
421
|
+
- harden Stripe skip regression proof
|
|
422
|
+
- tighten referral copy
|
|
423
|
+
- Retire the legacy Frog autofixer (#2357)
|
|
424
|
+
- state roster evidence expiry contract
|
|
425
|
+
- Improve cold conversation reconstruction (#2342)
|
|
426
|
+
- keep roster evidence expiry-only
|
|
427
|
+
- note clearer referral rewards
|
|
428
|
+
- polish referral section
|
|
429
|
+
- sync friction log (#2316)
|
|
430
|
+
- note browser task resilience
|
|
431
|
+
- Fix broad private food search timeouts (#2318)
|
|
432
|
+
- exercise negotiated Environment fact
|
|
433
|
+
- Add durable hosted operator tasks (#2304)
|
|
434
|
+
- close Environment wire compatibility
|
|
435
|
+
- Compare vault-cli bundle growth to exact base (#2344)
|
|
436
|
+
- remove completed group backfill (#2339)
|
|
437
|
+
- close Environment priority handoff
|
|
438
|
+
- align Environment wire fixtures
|
|
439
|
+
- announce easier workout card editing
|
|
440
|
+
- clarify alternate Codex home fallback
|
|
441
|
+
- Complete Environment voice report coverage (#2335)
|
|
442
|
+
- Refresh expanded workout cards from canonical state (#2332)
|
|
443
|
+
- compose alternate Codex home selection
|
|
444
|
+
- Route group backfill through protected production workflow (#2324)
|
|
445
|
+
- Fix physical-note recovery lookup (#2327)
|
|
446
|
+
- Preserve speakers in private-to-group handoffs (#2319)
|
|
447
|
+
- make Markdown-only pull requests cheap (#2313)
|
|
448
|
+
- close foreground preemption plan
|
|
449
|
+
- Correlate workspace snapshot start diagnostics (#2323)
|
|
450
|
+
- prove shared foreground wake handoff
|
|
451
|
+
- Remove the Fitbit Junction note (#2320)
|
|
452
|
+
- Fix hosted device-sync snapshot import bottleneck (#2322)
|
|
453
|
+
- Fix organic group discovery (#2303)
|
|
454
|
+
- Enforce production food-search index contract (#2294)
|
|
455
|
+
- bound static generation concurrency (#2312)
|
|
456
|
+
- split oversized runtime suites (#2307)
|
|
457
|
+
- Add foreground reply changelog entry
|
|
458
|
+
- Prioritize foreground replies over system work
|
|
459
|
+
- Fix Codex 0.149.1 auth deploy guard (#2310)
|
|
460
|
+
- Resume approved files in active hosted turns (#2269)
|
|
461
|
+
- upgrade Codex CLI to 0.149.1 (#2288)
|
|
462
|
+
- bound home projection fanout (#2289)
|
|
463
|
+
- complete live assistant verification plan
|
|
464
|
+
- Fix connection deep links with a dialog (#2283)
|
|
465
|
+
- remove redundant reconciliation reads (#2291)
|
|
466
|
+
- print group journey reply
|
|
467
|
+
- record canonical Murph domain (#2296)
|
|
468
|
+
- Compact broad group consent offers (#2298)
|
|
469
|
+
- sync friction log (#2302)
|
|
470
|
+
- Add stage diagnostics for companion address-book timeouts (#2276)
|
|
471
|
+
- split local service runtime coverage (#2299)
|
|
472
|
+
- close group reconsideration rollout
|
|
473
|
+
- record autofix launcher gate failure (#2297)
|
|
474
|
+
- close nutrition card meal recovery
|
|
475
|
+
- Compact iMessage workout comparison cards (#2285)
|
|
476
|
+
- record live verification retrospective
|
|
477
|
+
- close workout stream remediation
|
|
478
|
+
- Extend hosted device-sync pass telemetry (#2267)
|
|
479
|
+
- Preserve exact context for direct native replies (#2279)
|
|
480
|
+
- Make the Environment voice report readable on a phone (#2282)
|
|
481
|
+
- clarify workout failure handling
|
|
482
|
+
- distinguish meal edit help from mutation
|
|
483
|
+
- require verification steps in final handoffs (#2287)
|
|
484
|
+
- sync friction log (#2272)
|
|
485
|
+
- trim Terra recovery diagnostics
|
|
486
|
+
- model live card turn as private direct
|
|
487
|
+
- launch live meal CLI without IPC
|
|
488
|
+
- summarize live meal recovery actions
|
|
489
|
+
- make live meal fixture self-contained
|
|
490
|
+
- expose live meal recovery actions
|
|
491
|
+
- execute overshoot predicate in postgres
|
|
492
|
+
- Fix scheduled card delivery intent (#2262)
|
|
493
|
+
- use the repository Node version for live prompt proof
|
|
494
|
+
- prove live disconnect blocks workout egress
|
|
495
|
+
- drop replay fingerprinting
|
|
496
|
+
- record PR draft reset permission gap
|
|
497
|
+
- distinguish Luna child from parent
|
|
498
|
+
- align live Starter settings check (#2263)
|
|
499
|
+
- expose live child model override
|
|
500
|
+
- record draft-reset workflow friction
|
|
501
|
+
- smoke live Luna subagent selection
|
|
502
|
+
- register runtime issue provenance migration
|
|
503
|
+
- Pin hosted subagent model selection on (#2225)
|
|
504
|
+
- complete runtime issue provenance plan
|
|
505
|
+
- track group reconsideration rollout
|
|
506
|
+
- streamline live assistant verification
|
|
507
|
+
- align usage settlement mock
|
|
508
|
+
- attribute group reconsideration fix
|
|
509
|
+
- Preserve exact workout identity across replies (#2254)
|
|
510
|
+
- close model loop cap hardening plan
|
|
511
|
+
- remove duplicate image provenance proof
|
|
512
|
+
- catalog Vault CLI recovery gaps (#2203)
|
|
513
|
+
- prove usage settlement fails closed
|
|
514
|
+
- prove image issue provenance export
|
|
515
|
+
- announce direct connection links
|
|
516
|
+
- complete adaptive wearable outreach
|
|
517
|
+
- pin wearable outreach rollback floor
|
|
518
|
+
- sync friction log (#2256)
|
|
519
|
+
- Fix hosted web prebuilt workflow triggers (#2258)
|
|
520
|
+
- Fix repeated scans during batch worktree retirement (#2259)
|
|
521
|
+
- generate prisma before hosted vitest (#2257)
|
|
522
|
+
- sync friction log (#2246)
|
|
523
|
+
- Recover nutrition cards and automatic meal captures (#2240)
|
|
524
|
+
- add adaptive outreach changelog
|
|
525
|
+
- Ask when automatic meal nutrition is unclear (#2241)
|
|
526
|
+
- Prune completed generated deliveries from hosted checkpoints (#2231)
|
|
527
|
+
- record terminal event rollout
|
|
528
|
+
- cover default completion mode
|
|
529
|
+
- Answer every rapid group request in one reply (#2232)
|
|
530
|
+
- close workout stream capability fix
|
|
531
|
+
- note mixed-source workout recovery
|
|
532
|
+
- Reduce reply recovery delay during runner shutdown (#2235)
|
|
533
|
+
- Raise worktree ceiling to 200
|
|
534
|
+
- allow ordinary managed-name reminders
|
|
535
|
+
- Stop obsolete device-sync environment log churn (#2233)
|
|
536
|
+
- note reliable environment saves
|
|
537
|
+
- sync friction log (#2073)
|
|
538
|
+
- continue specialist remediation
|
|
539
|
+
- Speed up Android hosted E2E admission (#2227)
|
|
540
|
+
- drop cross-repository Frog entries (#2230)
|
|
541
|
+
- Archive stale reminder projection plan
|
|
542
|
+
- Keep stale reminder timing authoritative
|
|
543
|
+
- close group reply reconsideration
|
|
544
|
+
- record handoff proof
|
|
545
|
+
- note reliable private handoffs
|
|
546
|
+
- complete hosted video transience
|
|
547
|
+
- Simplify nutrition card safety prompts (#2196)
|
|
548
|
+
- Keep workout set confirmations on one canonical owner (#2195)
|
|
549
|
+
- clarify quiet draft selection
|
|
550
|
+
- define held group draft exception
|
|
551
|
+
- Fix delegated Murph message recovery (#2168)
|
|
552
|
+
- Fix stale reminder occurrence projection
|
|
553
|
+
- note reminder name recovery
|
|
554
|
+
- Stop inactive runtime mailbox churn (#2165)
|
|
555
|
+
- allow non-production review fixes
|
|
556
|
+
- complete Temporal compatibility rollout (#2214)
|
|
557
|
+
- protect active zero-window videos
|
|
558
|
+
- Text members when Garmin delivery stalls (#2189)
|
|
559
|
+
- advance Temporal compatibility controller (#2201)
|
|
560
|
+
- clarify shared native Privy client (#2118)
|
|
561
|
+
- announce temporary chat videos
|
|
562
|
+
- announce clearer reminder edits
|
|
563
|
+
- close Garmin consent readiness
|
|
564
|
+
- unify Garmin authorization readiness
|
|
565
|
+
- close Garmin canary recovery
|
|
566
|
+
- cover complexity collapse exception
|
|
567
|
+
- continue accepted complexity collapses
|
|
568
|
+
- Recover stalled usage-limit links after overlapping receipts (#2185)
|
|
569
|
+
- record draft reset permission gap
|
|
570
|
+
- prove hydrated disconnect
|
|
571
|
+
- align onboarding proofs with checkpoints (#2184)
|
|
572
|
+
- close workout stream recovery plan
|
|
573
|
+
- expose garmin confirmation surface
|
|
574
|
+
- prove delayed garmin departure
|
|
575
|
+
- note workout sync recovery
|
|
576
|
+
- align ReviewGPT policy assertions
|
|
577
|
+
- preserve current index guidance
|
|
578
|
+
- record pr draft reset failure
|
|
579
|
+
- preserve garmin canary index truth
|
|
580
|
+
- restore garmin route departure proof
|
|
581
|
+
- reserve Ready for merge candidates
|
|
582
|
+
- record PR draft reset permission failure
|
|
583
|
+
- Make Starter signup completion consent-owned (#2166)
|
|
584
|
+
- close workout stream diagnostics
|
|
585
|
+
- use split newsletter tools
|
|
586
|
+
- skip pause after final ReviewGPT pass
|
|
587
|
+
- Make onboarding follow-up enrollment activation-owned (#2097)
|
|
588
|
+
- expose workout stream cardinality diagnostics
|
|
589
|
+
- Gate expensive CI on ready PR heads (#2136)
|
|
590
|
+
- Pin authenticated Temporal deployment controller (#2177)
|
|
591
|
+
- Require exact Temporal reader compatibility before merge (#2147)
|
|
592
|
+
- Complete Garmin consent in the Junction canary (#2174)
|
|
593
|
+
- Fix Garmin canary Cloudflare challenge with headed Kernel (#2172)
|
|
594
|
+
- delete legacy group tool schema
|
|
595
|
+
- Switch the live Junction canary to Garmin (#2170)
|
|
596
|
+
- Simplify child usage finalization
|
|
597
|
+
- Simplify Codex child usage accounting
|
|
598
|
+
- close pass-budget plan (#2146)
|
|
599
|
+
- Prove Kernel tunnel child lifetime
|
|
600
|
+
- complete ops growth Max MRR fix
|
|
601
|
+
- Fix Kernel canary tunnel lifetime
|
|
602
|
+
- note reliable environment conditions
|
|
603
|
+
- close native E2E alias retirement plan
|
|
604
|
+
- enforce complete native E2E alias retirement
|
|
605
|
+
- complete Codex subagent usage plan
|
|
606
|
+
- complete vault query narrow-reader plan
|
|
607
|
+
- Clean up timed-out subagent metadata requests
|
|
608
|
+
- Fix Codex subagent usage review findings
|
|
609
|
+
- bound vault query reads by family
|
|
610
|
+
- Meter Codex child-agent provider usage
|
|
611
|
+
- compact automation tool schema (#2125)
|
|
612
|
+
- Meter exact Codex subagent usage
|
|
613
|
+
- Improve public agent readiness (#2120)
|
|
614
|
+
- keep workout replies connected
|
|
615
|
+
- complete mailbox test mock
|
|
616
|
+
- Remove brittle Codex permission attestation (#2143)
|
|
617
|
+
- Use Kernel for WHOOP canary browser
|
|
618
|
+
- record ReviewGPT composer friction
|
|
619
|
+
- Extend hosted device-sync passes to 90 seconds (#2119)
|
|
620
|
+
- Self-heal duplicate Junction daily event aliases (#2089)
|
|
621
|
+
- keep sponsorship verification current
|
|
622
|
+
- update group email mailbox mock
|
|
623
|
+
- cover fifty dollar sponsorship choices
|
|
624
|
+
- Extend ReviewGPT default timeout to 250 minutes (#2138)
|
|
625
|
+
- link sponsorship changelog to pr
|
|
626
|
+
- ratchet nutrition authority prompt
|
|
627
|
+
- keep foreground storm on generic owner (#2139)
|
|
628
|
+
- mirror startup lifecycle state
|
|
629
|
+
- Keep automatic sponsorship refills retryable (#2132)
|
|
630
|
+
- preserve mailbox completion contracts (#2137)
|
|
631
|
+
- verify system mailbox checkpoint (#2135)
|
|
632
|
+
- keep ReviewGPT findings proportional
|
|
633
|
+
- wait for interview mailbox consumption (#2134)
|
|
634
|
+
- use valid interview completion id (#2131)
|
|
635
|
+
- cover environment interview system wake (#2130)
|
|
636
|
+
- Polish the group funding success mark (#2046)
|
|
637
|
+
- complete signup notification follow-up
|
|
638
|
+
- Require literal Junction connection proof for webhook recovery (#2117)
|
|
639
|
+
- Add realtime Environment interview (#2100)
|
|
640
|
+
- Disambiguate physical-note recovery targets
|
|
641
|
+
- record schema 7 workout card plan
|
|
642
|
+
- Remove redundant member-memory sandbox profile (#2086)
|
|
643
|
+
- Fix hosted Android E2E credential ownership (#2115)
|
|
644
|
+
- centralize scheduled nutrition safety
|
|
645
|
+
- trust Codex for ordinary tasks
|
|
646
|
+
- Batch workout starts and bypass exact-command projection rebuilds (#2070)
|
|
647
|
+
- Classify terminal recovery targets
|
|
648
|
+
- Recheck nonterminal recovery targets
|
|
649
|
+
- Complete device webhooks for unregistered sources (#2114)
|
|
650
|
+
- Forward physical-note recovery targets
|
|
651
|
+
- Bind physical-note recovery targets
|
|
652
|
+
- close nutrition card legacy compatibility
|
|
653
|
+
- stabilize signup route test env
|
|
654
|
+
- Fix legacy nutrition card eligibility owner
|
|
655
|
+
- record runtime review retrospective
|
|
656
|
+
- Cover paid recovery replay after note deletion
|
|
657
|
+
- Report recovered physical-note usage
|
|
658
|
+
- Fix group handoff release contracts (#2113)
|
|
659
|
+
- log hosted-local doctor friction
|
|
660
|
+
- Add private-to-group context handoff
|
|
661
|
+
- acknowledge ops reset receipt schema
|
|
662
|
+
- type signup context fixture
|
|
663
|
+
- preserve Prisma schema formatting
|
|
664
|
+
- Add protected native Android hosted E2E (#2109)
|
|
665
|
+
- note nutrition card compatibility
|
|
666
|
+
- record product walkthrough
|
|
667
|
+
- record candidate verification
|
|
668
|
+
- note current group replies
|
|
669
|
+
- update mailbox frontier projection
|
|
670
|
+
- Let existing members email Murph from any inbox (#2083)
|
|
671
|
+
- note hosted runtime recovery
|
|
672
|
+
- prove durable retry checkpoint order
|
|
673
|
+
- Migrate stable Junction profile timestamps (#2096)
|
|
674
|
+
- Retry transient hosted device-sync reads (#2095)
|
|
675
|
+
- link recovery changelog PR
|
|
676
|
+
- Delete obsolete device-sync dirty retention (#2094)
|
|
677
|
+
- Fix signup notification ownership (#2068)
|
|
678
|
+
- Prioritize approved foreground continuations (#2077)
|
|
679
|
+
- align six-lane release contract
|
|
680
|
+
- update recovery pr reference
|
|
681
|
+
- prove missing-source replay
|
|
682
|
+
- Simplify record-scoped workout tracking (#2063)
|
|
683
|
+
- Recover KMS reads and Garmin sync (#2048)
|
|
684
|
+
- Confirm safe partial database telemetry before warning (#2050)
|
|
685
|
+
- Prove Messages workout rep contract (#2075)
|
|
686
|
+
- parallelize release verification (#2042)
|
|
687
|
+
- Honor scheduled device retries in runtime progress alerts (#2049)
|
|
688
|
+
- Restore silent hosted memory maintenance (#2047)
|
|
689
|
+
- Prune restored delivery residue before cold snapshots (#2074)
|
|
690
|
+
- clarify import freshness proof
|
|
691
|
+
- update freshness signal mock
|
|
692
|
+
- define ordinary merge commit exception (#2082)
|
|
693
|
+
- stabilize usage-credit fixture assertions (#2080)
|
|
694
|
+
- Keep pre-merge and release guards aligned (#2072)
|
|
695
|
+
- Route native iOS reruns through a fresh validated run (#2071)
|
|
696
|
+
- Harden ReviewGPT configuration and consume v0.5.136 (#2076)
|
|
697
|
+
- Serialize concurrent ReviewGPT base refreshes (#2051)
|
|
698
|
+
- Separate test and release heap budgets (#2058)
|
|
699
|
+
- note Apple Health freshness recovery
|
|
700
|
+
- enforce runner bundle budgets (#2057)
|
|
701
|
+
- note wearable recovery
|
|
702
|
+
- fail closed on Prisma mutation drift (#2067)
|
|
703
|
+
- Keep focused schema checks and CLI test commits narrow (#2060)
|
|
704
|
+
- Stop re-signaling imported mailbox handoffs (#2044)
|
|
705
|
+
- Retry untouched group sponsorship refills (#2035)
|
|
706
|
+
- Reduce native iOS hosted E2E queue waste (#2040)
|
|
707
|
+
- Add actionable blood oxygen normalization diagnostics (#2036)
|
|
708
|
+
- Simplify the group funding success receipt (#2034)
|
|
709
|
+
- close PR 1977 completion plan
|
|
710
|
+
- update review-gpt to 0.5.134 (#1975)
|
|
711
|
+
- Stop sponsorship near-cap notices (#2038)
|
|
712
|
+
- Publish system mailbox frontier ownership (#2024)
|
|
713
|
+
- Keep reliability work out of Murph product notes (#2023)
|
|
714
|
+
- Restore PR review disclosures and LOC breakdown (#2020)
|
|
715
|
+
- track current usage recovery link
|
|
716
|
+
- Fix retained hosted device-sync retries (#2021)
|
|
717
|
+
- Fix group sponsorship payment recovery (#2010)
|
|
718
|
+
- finalize ReviewGPT completion watcher rule
|
|
719
|
+
- prefer ReviewGPT completion watchers
|
|
720
|
+
- extend ReviewGPT wake timeout
|
|
721
|
+
- require exclusive PR ownership
|
|
722
|
+
- track dirty-marker mutation boundary
|
|
723
|
+
- require UI screenshots
|
|
724
|
+
- note usage recovery delivery
|
|
725
|
+
- record round seven remediation evidence
|
|
726
|
+
- record combined Junction rollout decision
|
|
727
|
+
- clear ReviewGPT lint warning
|
|
728
|
+
- align ReviewGPT migration fixtures
|
|
729
|
+
- Replace Fitbit migration with Google Health
|
|
730
|
+
- refresh generated skill hash
|
|
731
|
+
- align hosted temporal priority
|
|
732
|
+
- reconcile current Junction base
|
|
733
|
+
- fix training week boundary
|
|
734
|
+
- reconcile runner bundle baselines
|
|
735
|
+
- anchor training week fixture
|
|
736
|
+
- ratchet runner bundle baselines
|
|
737
|
+
- pin workout projection schema version
|
|
738
|
+
- rebaseline Junction runner bundle budgets
|
|
739
|
+
- Require a unique zone instant for floating temporal clocks
|
|
740
|
+
- Require semantics agreement before authorized-day exclusion
|
|
741
|
+
- Prove Gregorian validity inside complete-day timestamp acceptance
|
|
742
|
+
- Own complete-day timestamp acceptance with one anchored parse
|
|
743
|
+
- Anchor temporal replacement identity and fail closed on ambiguity
|
|
744
|
+
- Require array shapes inside strict grouped collection proof
|
|
745
|
+
- Guard raw retention and member deletions under temporal authority
|
|
746
|
+
- Derive temporal samples only from provider clocks
|
|
747
|
+
- Preserve temporal authority across hosted cold restore
|
|
748
|
+
- Converge temporal facets through the symmetric set seam
|
|
749
|
+
- Make temporal imports facet-only with fail-closed authority
|
|
750
|
+
- Regenerate event-record schema for merged qualifiers
|
|
751
|
+
- Align device-sync tests with merged dual-owner shape
|
|
752
|
+
- Restore ordinary Junction ingestion ownership
|
|
753
|
+
- Make the ReviewGPT wrapper own the trust floor
|
|
754
|
+
- Close ReviewGPT config override bypass
|
|
755
|
+
- refresh vault cli skill hash
|
|
756
|
+
- update review gpt to 0.5.132
|
|
757
|
+
- record ReviewGPT lane preference friction
|
|
758
|
+
- update ReviewGPT to 0.5.132
|
|
759
|
+
- Fix Junction temporal history refresh
|
|
760
|
+
- sync friction log
|
|
761
|
+
- sync friction log
|
|
762
|
+
- align runner bundle budget expectation
|
|
763
|
+
- align profile replay regression
|
|
764
|
+
- record ReviewGPT round 13
|
|
765
|
+
- assert automatic member precedence
|
|
766
|
+
- preserve member edits at event spine
|
|
767
|
+
- preserve Junction policy order
|
|
768
|
+
- refresh generated skill hash
|
|
769
|
+
- use stable Junction row identities
|
|
770
|
+
- bound clinical lifecycle reads
|
|
771
|
+
- cover member edit conflict jobs
|
|
772
|
+
- expect member ownership after event edit
|
|
773
|
+
- announce complete summaries
|
|
774
|
+
- complete Junction summary details
|
|
775
|
+
- align interval timestamp rejection
|
|
776
|
+
- refresh generated vault skill hash
|
|
777
|
+
- align body integration coverage
|
|
778
|
+
- align body hint and schemas
|
|
779
|
+
- announce body composition
|
|
780
|
+
- record round 12 pass
|
|
781
|
+
- make source fixtures type-safe
|
|
782
|
+
- cover workout lifecycle export
|
|
783
|
+
- expect current Junction coverage encoding
|
|
784
|
+
- expect current Junction coverage encoding
|
|
785
|
+
- reuse hosted source authority read
|
|
786
|
+
- regenerate config schema from clean build
|
|
787
|
+
- refresh generated config schema
|
|
788
|
+
- assert compact coverage semantics
|
|
789
|
+
- reproduce prepared reconnect race
|
|
790
|
+
- Fix Junction temporal parent continuation
|
|
791
|
+
- ratchet runner bundle budget
|
|
792
|
+
- coalesce Junction source projection reads
|
|
793
|
+
- close temporal remediation plan
|
|
794
|
+
- expect member ownership after event edit
|
|
795
|
+
- ratchet stacked runner bundle budget
|
|
796
|
+
- record Junction temporal ownership retrospective
|
|
797
|
+
- align body hint and schemas
|
|
798
|
+
- refresh generated skill hash
|
|
799
|
+
- close Junction temporal remediation
|
|
800
|
+
- prove Junction retry and fanout bounds
|
|
801
|
+
- compose reserved history coordinates
|
|
802
|
+
- keep history coordinates composable
|
|
803
|
+
- announce body composition
|
|
804
|
+
- announce complete summaries
|
|
805
|
+
- announce temporal features
|
|
806
|
+
- announce workout context
|
|
807
|
+
- announce sparse clinical events
|
|
808
|
+
- close Junction workout feature plan
|
|
809
|
+
- complete Junction summary details
|
|
810
|
+
- complete temporal feature integration
|
|
811
|
+
- narrow sparse history window payload
|
|
812
|
+
|
|
813
|
+
## [1.3.1] - 2026-08-19
|
|
814
|
+
|
|
815
|
+
### Added
|
|
816
|
+
- add Apollo browser lane (#1906)
|
|
817
|
+
- remind on stalled runtimes
|
|
818
|
+
- log hosted reasoning effort (#1912)
|
|
819
|
+
- accept phone-call result policy
|
|
820
|
+
- count Telegram and email message volume
|
|
821
|
+
- route Telegram phone call results
|
|
822
|
+
- recommend bounded longitudinal trials
|
|
823
|
+
- expose connected micronutrient totals
|
|
824
|
+
- diagnose slow snapshot starts
|
|
825
|
+
- support deterministic set removal
|
|
826
|
+
- confirm deterministic member actions
|
|
827
|
+
- add deterministic member actions
|
|
828
|
+
- add Telegram rich content cards
|
|
829
|
+
- add bounded dense resource features
|
|
830
|
+
- model activity health resources
|
|
831
|
+
- clarify account deletion handoff
|
|
832
|
+
- model sparse health resources
|
|
833
|
+
- model sparse health resources
|
|
834
|
+
- send cards after meal and workout updates
|
|
835
|
+
- add pattern illustrations and compact mobile table
|
|
836
|
+
- render response cards as Telegram rich messages (#1657)
|
|
837
|
+
- add App Store handoff to shared cards
|
|
838
|
+
- recognize group funding supporters
|
|
839
|
+
- add shared card app handoff
|
|
840
|
+
- add challenge standings response card (#1463)
|
|
841
|
+
- add member-owned device provider applications (#1484)
|
|
842
|
+
- activate proposed goal support on yes
|
|
843
|
+
- run a weekly goal support audit
|
|
844
|
+
- preserve detail for single images
|
|
845
|
+
- make the first check-in operational
|
|
846
|
+
- make repeated-plan follow-through proactive
|
|
847
|
+
- shard changelog entries
|
|
848
|
+
- alert on stalled hosted runtimes
|
|
849
|
+
- add default appointment reminders (#1586)
|
|
850
|
+
- edit Murph personality from settings and chat
|
|
851
|
+
- add personal health patterns (#1563)
|
|
852
|
+
- render compact table card images
|
|
853
|
+
- let Murph search Health Commons knowledge (#1556)
|
|
854
|
+
- publish August changelog and completion gate
|
|
855
|
+
- publish weekly changelog
|
|
856
|
+
- add named-diet guidance tranche (#1540)
|
|
857
|
+
- answer group usage progress directly
|
|
858
|
+
- simplify referral options
|
|
859
|
+
- add provider logos to wearable relay cards (#1432)
|
|
860
|
+
- start Family setup safely from group chat (#1527)
|
|
861
|
+
- refine body composition guidance (#1512)
|
|
862
|
+
- extend group reply cadence (#1514)
|
|
863
|
+
- add static nutrition image fallback
|
|
864
|
+
- add Family Max seats
|
|
865
|
+
- add structured iMessage workout sessions
|
|
866
|
+
- add private training dashboard
|
|
867
|
+
- send generated Murph avatars (#1458)
|
|
868
|
+
- footer vitals with live status, split Murph link columns, drop homepage trial copy
|
|
869
|
+
- retire sent export packs simply
|
|
870
|
+
- footer vitals with live status, split Murph link columns, drop homepage trial copy
|
|
871
|
+
- monthly revenue bar chart with source breakdown on ops growth (#1442)
|
|
872
|
+
- Codex headline stack and capability standing order in runtime dossier
|
|
873
|
+
- plainer runtime headline and drop dead provider-choice link
|
|
874
|
+
- gate Venice claims behind provider flag and sharpen runtime copy
|
|
875
|
+
- let Murph link to private custom runs
|
|
876
|
+
- shade biomarker reference ranges
|
|
877
|
+
- show repeated daily experiment cadence
|
|
878
|
+
- enrich referral landing and cut the CTA footnote
|
|
879
|
+
- enable bounded Gmail and Outlook sends
|
|
880
|
+
- persist bounded Codex memory artifacts (#1294)
|
|
881
|
+
- add Stripe failure email alerts
|
|
882
|
+
- add cold-start control telemetry
|
|
883
|
+
- expose code-owned first-read automation action
|
|
884
|
+
- own first-read automation prompt in code
|
|
885
|
+
- schedule first personal read
|
|
886
|
+
- add cold-start control telemetry
|
|
887
|
+
- trace cold provider start path
|
|
888
|
+
- show trial start attribution
|
|
889
|
+
- trace R2 restore read latency
|
|
890
|
+
- add recovery readiness insight candidate
|
|
891
|
+
- add companion account admission boundary
|
|
892
|
+
- choose full audits for large PRs
|
|
893
|
+
- add status page footer link (#1328)
|
|
894
|
+
- add Apple Health relay wearables (#1316)
|
|
895
|
+
- add explicit shareable signup referral links (#1299)
|
|
896
|
+
- use official weather alerts
|
|
897
|
+
- add weather health context
|
|
898
|
+
- retire generated image captures after 14 days
|
|
899
|
+
- add Zepp Apple Health onboarding
|
|
900
|
+
- share initial onboarding across clients
|
|
901
|
+
- add bring-your-own inference
|
|
902
|
+
- show the composed contact channel card in the design catalog
|
|
903
|
+
- render the physical-notes capability flag in deploys
|
|
904
|
+
- raise group daily text limit to 400
|
|
905
|
+
- include feedback summaries in daily digest email
|
|
906
|
+
- add support email link to site footer
|
|
907
|
+
- publish July 31 changelog
|
|
908
|
+
- pass canonical native signup timezone
|
|
909
|
+
- preserve native signup timezone
|
|
910
|
+
- admit native signup through hosted lifecycle
|
|
911
|
+
- reuse hosted onboarding for companion signup
|
|
912
|
+
- complete real-data voice flow
|
|
913
|
+
- adapt voice capture to coverage
|
|
914
|
+
- process voice walkthroughs privately
|
|
915
|
+
- refine voice walkthrough feedback
|
|
916
|
+
- simplify empty state walkthrough
|
|
917
|
+
- use real habitat data
|
|
918
|
+
- explorable environment page with guides, share, and print report
|
|
919
|
+
- grade-first Habitat environment page
|
|
920
|
+
- take delegated initiative
|
|
921
|
+
- add product feedback digest
|
|
922
|
+
- add composable physical notes [physical-notes-applied]
|
|
923
|
+
- bound onboarding follow-up automation
|
|
924
|
+
- add mobile sponsorship drawer
|
|
925
|
+
- route bounded Sol subagents to Terra
|
|
926
|
+
- log launch consent declines (#1185)
|
|
927
|
+
- explain empty referral state
|
|
928
|
+
- add capped group sponsorship
|
|
929
|
+
- auto-send pasted signup phones
|
|
930
|
+
- publish July 30 changelog
|
|
931
|
+
- pace group replies
|
|
932
|
+
- polish assistant provider picker
|
|
933
|
+
- share iOS app link in groups
|
|
934
|
+
- ground sponsorship songs in group context
|
|
935
|
+
- compact model provider choice
|
|
936
|
+
- ground obscure group references
|
|
937
|
+
- add group member plan
|
|
938
|
+
- render trailing Linq links natively
|
|
939
|
+
|
|
940
|
+
### Fixed
|
|
941
|
+
- align system mailbox frontier ownership
|
|
942
|
+
- propagate assistant blocks to system work
|
|
943
|
+
- preserve foreground retry quiet window (#2005)
|
|
944
|
+
- preserve group email fanout identity
|
|
945
|
+
- scope Junction provider limit
|
|
946
|
+
- preserve transport dedupe identity
|
|
947
|
+
- preserve actionable blocked wakes
|
|
948
|
+
- preserve blocked recovery wakes
|
|
949
|
+
- close hosted recovery gaps
|
|
950
|
+
- bound native web build wedges
|
|
951
|
+
- preserve coupled sleep normalization
|
|
952
|
+
- narrow legacy media fallback
|
|
953
|
+
- simplify reminder generations
|
|
954
|
+
- drain grouped image completions
|
|
955
|
+
- keep exhausted purchase returns visible
|
|
956
|
+
- retry foreground after system handoff
|
|
957
|
+
- resume stalled hosted reconciliation
|
|
958
|
+
- preserve usage recovery precedence
|
|
959
|
+
- restore Starter usage from Ops (#1982)
|
|
960
|
+
- preserve retry completion quiet window
|
|
961
|
+
- simplify Vercel build ownership (#1988)
|
|
962
|
+
- preserve stale workout identity
|
|
963
|
+
- let successful Vercel builds complete (#1986)
|
|
964
|
+
- preserve workout clarification context
|
|
965
|
+
- normalize optional anchor lists
|
|
966
|
+
- address usage recovery review findings
|
|
967
|
+
- preserve bounded reply anchors
|
|
968
|
+
- require workout closure intent
|
|
969
|
+
- bound optional auto-reply history
|
|
970
|
+
- preserve trusted completion quiet window
|
|
971
|
+
- avoid inferred workout end times
|
|
972
|
+
- keep system work off reminder quiet window
|
|
973
|
+
- preserve device reminder context
|
|
974
|
+
- reconcile due wake successors before sleeping
|
|
975
|
+
- preserve references for media reminders
|
|
976
|
+
- retain aggregate reminder continuation
|
|
977
|
+
- preserve reminder context across live sessions
|
|
978
|
+
- preserve reminder barrier during canonical writes
|
|
979
|
+
- add reminder context references
|
|
980
|
+
- preserve foreground quiet window
|
|
981
|
+
- preserve foreground checkpoint priority
|
|
982
|
+
- retain later assistant wake through checkpoint
|
|
983
|
+
- serialize outbox projection recovery
|
|
984
|
+
- encode native E2E database options (#1972)
|
|
985
|
+
- stabilize native iOS hosted E2E activation (#1969)
|
|
986
|
+
- declare native E2E database runtime (#1967)
|
|
987
|
+
- publish canonical search metadata (#1935)
|
|
988
|
+
- register screenshots telemetry path
|
|
989
|
+
- isolate native iOS Junction identity (#1943)
|
|
990
|
+
- bound foreground reply state reads
|
|
991
|
+
- keep phone results behind foreground replies
|
|
992
|
+
- preserve tracked result receipts after provider acceptance
|
|
993
|
+
- preserve member action outcome receipts
|
|
994
|
+
- make message-volume receipts converge
|
|
995
|
+
- keep Telegram exercise routines in one card
|
|
996
|
+
- preserve rollback metric evidence
|
|
997
|
+
- ignore sparse database error ports
|
|
998
|
+
- recover definitive result delivery failures
|
|
999
|
+
- recover no-effect result exhaustion
|
|
1000
|
+
- recover pre-provider result exhaustion
|
|
1001
|
+
- hold process ownership through descendant reaping on cancellation
|
|
1002
|
+
- retain phone result crypto preparation
|
|
1003
|
+
- stop stale carried wakes from shadowing fresh due work (#1931)
|
|
1004
|
+
- keep phone recovery hints best effort
|
|
1005
|
+
- move the production build deadline into the package-build process owner
|
|
1006
|
+
- keep the build watchdog in the caller's process group and prove fail-closed discard
|
|
1007
|
+
- isolate phone recovery sibling obligations
|
|
1008
|
+
- keep production Webpack compiles cold and bound them with a build watchdog
|
|
1009
|
+
- settle all phone recovery obligations
|
|
1010
|
+
- bound dormant phone recovery cadence
|
|
1011
|
+
- recover dropped phone result wakes
|
|
1012
|
+
- update vault bundle size budget (#1930)
|
|
1013
|
+
- guarantee late phone result recovery
|
|
1014
|
+
- complete phone recovery release gates
|
|
1015
|
+
- make phone recovery workflow single-owner
|
|
1016
|
+
- bound Telegram route recovery rearm
|
|
1017
|
+
- ratchet reviewed runner bundle growth
|
|
1018
|
+
- honor stored phone-call completion policy
|
|
1019
|
+
- preserve transfer follow-up recovery
|
|
1020
|
+
- scope phone-result foreground delivery
|
|
1021
|
+
- prevent phone-call result starvation
|
|
1022
|
+
- preserve Telegram reply grouping
|
|
1023
|
+
- recover no-send phone-call result retries
|
|
1024
|
+
- preempt reminder maintenance at deadline
|
|
1025
|
+
- anchor callback retry after failure
|
|
1026
|
+
- preserve established webhook ordering
|
|
1027
|
+
- dedupe planned experiment sessions
|
|
1028
|
+
- keep direct route fallback Telegram-only
|
|
1029
|
+
- preserve phone call conversation authority
|
|
1030
|
+
- preserve phone-call result confirmation recovery
|
|
1031
|
+
- preserve planned experiment occurrence
|
|
1032
|
+
- recover missed device sync wake signals
|
|
1033
|
+
- preserve first phone call result
|
|
1034
|
+
- bound pending webhook retries by setup lifecycle
|
|
1035
|
+
- complete Junction webhook source recovery
|
|
1036
|
+
- preserve unrelated lock graph
|
|
1037
|
+
- require confirmed phone reconciliation wake
|
|
1038
|
+
- preserve Telegram reminder reply targets
|
|
1039
|
+
- accept equivalent mailbox timestamps
|
|
1040
|
+
- retain parsed database metric evidence
|
|
1041
|
+
- preserve durable webhook work across source races
|
|
1042
|
+
- consume superseded setup webhooks
|
|
1043
|
+
- terminate expired setup webhook retries
|
|
1044
|
+
- require positive Junction source proof
|
|
1045
|
+
- clarify native E2E controller trust boundary
|
|
1046
|
+
- recover pending Junction webhooks
|
|
1047
|
+
- count repeated results in sidebar
|
|
1048
|
+
- preserve cold wake trace
|
|
1049
|
+
- address native iOS E2E review findings
|
|
1050
|
+
- recover call results independently of usage
|
|
1051
|
+
- keep telemetry evidence consistent
|
|
1052
|
+
- consume superseded setup webhooks
|
|
1053
|
+
- return repairable card validation hints (#1849)
|
|
1054
|
+
- preserve database metric gap evidence
|
|
1055
|
+
- keep phone delivery checkpoints foreground
|
|
1056
|
+
- terminate expired setup webhook retries
|
|
1057
|
+
- preserve reminder-backed experiment provenance
|
|
1058
|
+
- suppress Telegram signup outreach (#1889)
|
|
1059
|
+
- move native iOS hosted E2E scripts to root
|
|
1060
|
+
- checkpoint phone result delivery claims
|
|
1061
|
+
- import initial activation before conversation turn (#1864)
|
|
1062
|
+
- recover pre-provider call result attempts
|
|
1063
|
+
- scope wake cleanup deadline
|
|
1064
|
+
- recover stale phone-call result callbacks
|
|
1065
|
+
- durably confirm phone-call result delivery
|
|
1066
|
+
- harden phone-call result completion contract
|
|
1067
|
+
- close phone-call result routing races
|
|
1068
|
+
- keep phone call delivery migration expandable
|
|
1069
|
+
- make telegram call result delivery durable
|
|
1070
|
+
- keep Stripe receipts retryable during claims
|
|
1071
|
+
- complete Stripe claim authority cutover
|
|
1072
|
+
- prioritize telegram phone call results
|
|
1073
|
+
- preserve phone call result authority
|
|
1074
|
+
- harden Stripe effect compatibility cutover
|
|
1075
|
+
- accept workerd public ECDH JWKs (#1868)
|
|
1076
|
+
- refresh pre-assistant system mailbox
|
|
1077
|
+
- classify scheduled call route loss
|
|
1078
|
+
- persist phone call fallback results
|
|
1079
|
+
- harden repository and worktree lifecycle
|
|
1080
|
+
- scope activation completeness to system lane
|
|
1081
|
+
- use stable Chrome for WHOOP canary
|
|
1082
|
+
- notify foreground cleanup outcomes
|
|
1083
|
+
- report uncertain cleanup truthfully
|
|
1084
|
+
- preserve cleanup result delivery
|
|
1085
|
+
- sanitize direct wake log inputs
|
|
1086
|
+
- harden frontend verification workflows
|
|
1087
|
+
- remove redundant failure class
|
|
1088
|
+
- support larger tracked workouts (#1730)
|
|
1089
|
+
- notify failed phone call cleanup
|
|
1090
|
+
- keep Queue stages out of provider responses
|
|
1091
|
+
- classify activation within shared prefetch
|
|
1092
|
+
- recover slow direct wakes
|
|
1093
|
+
- keep failure classes evidence-based
|
|
1094
|
+
- settle every terminal phone call outcome
|
|
1095
|
+
- expose queue transport failure stage
|
|
1096
|
+
- recognize quoted search commands
|
|
1097
|
+
- isolate concurrent ReviewGPT packaging
|
|
1098
|
+
- classify command failures safely
|
|
1099
|
+
- admit initial activation before idle checkpoint
|
|
1100
|
+
- align personalized trial boundaries
|
|
1101
|
+
- preserve reminder runtime authority
|
|
1102
|
+
- harden ReviewGPT lane prompt continuity
|
|
1103
|
+
- prepare CLI artifacts for diff tests
|
|
1104
|
+
- unify source lifecycle authority
|
|
1105
|
+
- preserve micronutrient evidence semantics
|
|
1106
|
+
- stabilize cold-start recovery proof
|
|
1107
|
+
- preserve hosted source identity
|
|
1108
|
+
- reject ambiguous workout action targets
|
|
1109
|
+
- raise runner bundle cap by ten percent (#1827)
|
|
1110
|
+
- resolve Product UX review findings
|
|
1111
|
+
- complete Frog handoff recovery
|
|
1112
|
+
- align runner bundle budget
|
|
1113
|
+
- restore runner bundle and assistant gates (#1828)
|
|
1114
|
+
- preserve complete provider days
|
|
1115
|
+
- centralize recovery proof ownership
|
|
1116
|
+
- retain sparse repair beside retry
|
|
1117
|
+
- bind workout actions to positional identity
|
|
1118
|
+
- preserve exact local runtime semantics
|
|
1119
|
+
- preserve local OpenAI response semantics
|
|
1120
|
+
- carry forward workout reps only
|
|
1121
|
+
- invalidate incompatible build cache
|
|
1122
|
+
- route local sandbox by provider identity
|
|
1123
|
+
- bind cards to action revision
|
|
1124
|
+
- restore reliable Vercel builds
|
|
1125
|
+
- keep saved experiment history off core routes
|
|
1126
|
+
- restore first-time Apple Health connections (#1813)
|
|
1127
|
+
- keep unrelated temp clones from blocking commits (#1803)
|
|
1128
|
+
- restore Spotlight marker after hooks
|
|
1129
|
+
- preserve local E2E shell execution
|
|
1130
|
+
- preserve Frog post-push handoff proof
|
|
1131
|
+
- resolve completed action replays
|
|
1132
|
+
- preserve shared Spotlight exclude ownership
|
|
1133
|
+
- make metric runner rollback floor durable
|
|
1134
|
+
- stabilize manual metric corrections
|
|
1135
|
+
- honor image opt-outs during safety guidance
|
|
1136
|
+
- include exercise images by default
|
|
1137
|
+
- honor report order across timezone changes
|
|
1138
|
+
- reject lossy rich tags
|
|
1139
|
+
- preserve causal order for metric corrections
|
|
1140
|
+
- scope bounded food search
|
|
1141
|
+
- arbitrate current sender at dispatch
|
|
1142
|
+
- retire departed browser vault loads
|
|
1143
|
+
- persist member action replay marker
|
|
1144
|
+
- preserve literal rich fallback text
|
|
1145
|
+
- close Frog publication authority races
|
|
1146
|
+
- restore shared Spotlight precedence
|
|
1147
|
+
- confirm queued reminder delivery
|
|
1148
|
+
- preserve browser vault recovery states
|
|
1149
|
+
- bound reminder silence evidence
|
|
1150
|
+
- preserve native worktree materialization
|
|
1151
|
+
- claim one current sender decision
|
|
1152
|
+
- authorize deterministic set removal
|
|
1153
|
+
- scope reminder evidence to session
|
|
1154
|
+
- publish worktree authority on completion
|
|
1155
|
+
- require notice-capable group protocol
|
|
1156
|
+
- honor fresh source lifecycle
|
|
1157
|
+
- expire cold history marker
|
|
1158
|
+
- preserve ranked food search bounds
|
|
1159
|
+
- replay committed metric reports
|
|
1160
|
+
- finish worktree setup cleanup
|
|
1161
|
+
- preserve late snapshot wake control
|
|
1162
|
+
- mark bounded conversation history
|
|
1163
|
+
- keep current sender terminal outcome sticky
|
|
1164
|
+
- reuse active set prescriptions (#1795)
|
|
1165
|
+
- keep browser vault query buildable
|
|
1166
|
+
- harden set removal replay
|
|
1167
|
+
- separate hosted source state
|
|
1168
|
+
- keep foreground wake ahead of snapshot telemetry
|
|
1169
|
+
- unify worktree setup lifecycle
|
|
1170
|
+
- reconcile group wearable values
|
|
1171
|
+
- resume foreground after completion failure
|
|
1172
|
+
- bound product label search work
|
|
1173
|
+
- resolve repeated sets from canonical plans (#1790)
|
|
1174
|
+
- preserve native worktree failure semantics
|
|
1175
|
+
- recover ambiguous device cleanup
|
|
1176
|
+
- preserve recurring reminder context
|
|
1177
|
+
- retain failures across late wakes
|
|
1178
|
+
- harden reported metric handoff
|
|
1179
|
+
- order current sender clarification transitions
|
|
1180
|
+
- prefer established hosted source
|
|
1181
|
+
- preserve first failure provenance
|
|
1182
|
+
- unify Junction source identity
|
|
1183
|
+
- exclude worktrees before checkout
|
|
1184
|
+
- keep R2 cause handling local
|
|
1185
|
+
- harden direct R2 retry classification
|
|
1186
|
+
- preserve safety-critical reminders
|
|
1187
|
+
- stabilize replayed snapshot identity
|
|
1188
|
+
- preserve exact current-sender ordering
|
|
1189
|
+
- read deployed scalar precursor
|
|
1190
|
+
- preserve presign HTTP failures
|
|
1191
|
+
- preserve account source identity
|
|
1192
|
+
- retry direct snapshot R2 uploads
|
|
1193
|
+
- ratchet group share runner budget (#1784)
|
|
1194
|
+
- replay ambiguous snapshot completion
|
|
1195
|
+
- ratchet runner bundle budget
|
|
1196
|
+
- bound snapshot orphan alarm scheduling
|
|
1197
|
+
- retry snapshot presign transport failures
|
|
1198
|
+
- unify calendar source aliases
|
|
1199
|
+
- quiet unanswered recurring reminders
|
|
1200
|
+
- preserve calendar source aliases
|
|
1201
|
+
- reject lossy calendar responses
|
|
1202
|
+
- preserve unsupported workout results
|
|
1203
|
+
- reject partial calendar repairs
|
|
1204
|
+
- bound deployment-safe Junction progress
|
|
1205
|
+
- restore bounded scalar continuations
|
|
1206
|
+
- align continuation CI contracts
|
|
1207
|
+
- complete Junction timeseries continuations
|
|
1208
|
+
- keep hidden workout notes out of cards
|
|
1209
|
+
- preserve calendar repairs across reconnect
|
|
1210
|
+
- recover automation timing verification (#1763)
|
|
1211
|
+
- hydrate exact workout editor snapshots
|
|
1212
|
+
- preserve partial workout set preconditions
|
|
1213
|
+
- preserve unrelated workout set fields
|
|
1214
|
+
- keep member action crypto outside transactions
|
|
1215
|
+
- require unique member action targets
|
|
1216
|
+
- bound Junction timeseries continuations
|
|
1217
|
+
- bound deterministic member action completion
|
|
1218
|
+
- retain Junction calendar repairs
|
|
1219
|
+
- preserve safe fallback entities
|
|
1220
|
+
- disable automatic rich entities
|
|
1221
|
+
- preserve rename-out audit context
|
|
1222
|
+
- persist Junction calendar refreshes
|
|
1223
|
+
- reject unconsumed private directives
|
|
1224
|
+
- reject subject-led private clauses
|
|
1225
|
+
- refresh displaced Junction days
|
|
1226
|
+
- preserve concurrent current-sender asks
|
|
1227
|
+
- bind sparse revisions to provider day
|
|
1228
|
+
- route sparse corrections by provider day
|
|
1229
|
+
- validate invalid DST retries
|
|
1230
|
+
- checkpoint timeseries resources
|
|
1231
|
+
- bound Junction timeseries progress
|
|
1232
|
+
- honor DST recovery withdrawal
|
|
1233
|
+
- preserve semantic card ownership
|
|
1234
|
+
- bound Junction correction cadence
|
|
1235
|
+
- reject unknown edge delivery clauses
|
|
1236
|
+
- honor leading private clauses
|
|
1237
|
+
- correlate renamed DST retries
|
|
1238
|
+
- keep current-sender terminals importable
|
|
1239
|
+
- preserve DST recovery across conflict
|
|
1240
|
+
- replay expired current-sender completions
|
|
1241
|
+
- retain workout progress through day
|
|
1242
|
+
- compose DST recovery obligations
|
|
1243
|
+
- preserve Junction temporal precision
|
|
1244
|
+
- preserve private fallback convergence
|
|
1245
|
+
- retain pre-rename recovery alias
|
|
1246
|
+
- bind workout retry progress to day
|
|
1247
|
+
- prevent handoff recovery starvation
|
|
1248
|
+
- canonicalize DST recovery targets
|
|
1249
|
+
- confirm missing database counters
|
|
1250
|
+
- scope Telegram routine repair guidance
|
|
1251
|
+
- preserve Telegram routine cards on resend
|
|
1252
|
+
- preserve workout stream retry backoff
|
|
1253
|
+
- bind current sender requests before personal read
|
|
1254
|
+
- reconcile Junction compact sets
|
|
1255
|
+
- bound workout stream continuation retries
|
|
1256
|
+
- keep sparse backfill activation authoritative
|
|
1257
|
+
- keep reconnect reset web-owned
|
|
1258
|
+
- reopen weight history on reconnect
|
|
1259
|
+
- preserve compact stream ownership
|
|
1260
|
+
- warn when account disconnect affects Dexcom
|
|
1261
|
+
- keep interval features on start day
|
|
1262
|
+
- explain unavailable Dexcom recovery
|
|
1263
|
+
- preserve floating days before import
|
|
1264
|
+
- require channel-native plan presentation
|
|
1265
|
+
- bound dense resource persistence
|
|
1266
|
+
- share recovery state policy
|
|
1267
|
+
- preserve midnight intervals
|
|
1268
|
+
- validate sync watermark horizon
|
|
1269
|
+
- reuse established importer entrypoint
|
|
1270
|
+
- unify Dexcom recovery authority
|
|
1271
|
+
- preserve resumed history obligations
|
|
1272
|
+
- derive closed-day webhook routing
|
|
1273
|
+
- settle DST clarification lifecycle
|
|
1274
|
+
- preserve existing Dexcom recovery
|
|
1275
|
+
- bind Composio writes to member identity
|
|
1276
|
+
- preserve full-sync watermark
|
|
1277
|
+
- retry transient database telemetry collection (#1715)
|
|
1278
|
+
- keep deletion controls independent
|
|
1279
|
+
- isolate the default browser lane
|
|
1280
|
+
- preserve bounded opt-in boundary
|
|
1281
|
+
- preserve foreground priority during device apply
|
|
1282
|
+
- retain DST clarification date
|
|
1283
|
+
- preserve floating daily buckets
|
|
1284
|
+
- make current-sender audience reviewer-owned
|
|
1285
|
+
- complete sparse activation journey
|
|
1286
|
+
- stabilize sparse provider row identity
|
|
1287
|
+
- align aggregate completeness boundaries
|
|
1288
|
+
- preserve bounded resource semantics
|
|
1289
|
+
- preserve relative reminder date
|
|
1290
|
+
- stabilize weight replay and history
|
|
1291
|
+
- add bounded resource opt-ins
|
|
1292
|
+
- allow runner CLI reads
|
|
1293
|
+
- anchor hosted timing and writes
|
|
1294
|
+
- preserve group email eligibility limit
|
|
1295
|
+
- release consumed pending group pin
|
|
1296
|
+
- preserve restricted vault execution
|
|
1297
|
+
- reject malformed group email grants
|
|
1298
|
+
- prewarm Starter roots before enrollment commit
|
|
1299
|
+
- default eligible response cards
|
|
1300
|
+
- bound group email graph reads
|
|
1301
|
+
- preserve restricted maintenance shell access
|
|
1302
|
+
- bind manual family abandonment claim
|
|
1303
|
+
- clarify automation and voice inputs
|
|
1304
|
+
- restrict one-shot codex threads
|
|
1305
|
+
- bound source detail to GPT-5.6
|
|
1306
|
+
- expose device snapshot status test seam
|
|
1307
|
+
- bind family recovery to checkout claim
|
|
1308
|
+
- require exact refs for sender actions
|
|
1309
|
+
- preserve source detail across OpenAI models
|
|
1310
|
+
- preserve changelog summary boundaries
|
|
1311
|
+
- simplify Terra changelog wording
|
|
1312
|
+
- isolate timing source attribution
|
|
1313
|
+
- clarify Terra image detail scope
|
|
1314
|
+
- widen shared-card handoff dialog
|
|
1315
|
+
- simplify device apply authority
|
|
1316
|
+
- strengthen shared-card dialog hierarchy
|
|
1317
|
+
- soften shared-card cancel action
|
|
1318
|
+
- stack shared-card handoff actions
|
|
1319
|
+
- scope mailbox completeness to projection
|
|
1320
|
+
- preserve completed family checkout recovery
|
|
1321
|
+
- preserve unscoped companion source authority
|
|
1322
|
+
- bound device runtime apply fanout
|
|
1323
|
+
- replay the exact family checkout claim
|
|
1324
|
+
- keep family invites out of Stripe checkout
|
|
1325
|
+
- separate runtime source authority bound
|
|
1326
|
+
- make hosted timing inspection authoritative
|
|
1327
|
+
- keep pending setup roots retryable on missing verify keys
|
|
1328
|
+
- resolve relative days in the named timezone
|
|
1329
|
+
- prove mailbox prefix completeness
|
|
1330
|
+
- preserve invite recovery billing intent
|
|
1331
|
+
- resolve one-shot schedules in the user timezone
|
|
1332
|
+
- rehydrate trusted image completions
|
|
1333
|
+
- preserve paged device status guidance
|
|
1334
|
+
- make family invite recovery actionable
|
|
1335
|
+
- preserve family invite through checkout cancellation
|
|
1336
|
+
- freeze supporter publication at settlement
|
|
1337
|
+
- harden consented share refresh scheduling
|
|
1338
|
+
- isolate group email terminal settlement
|
|
1339
|
+
- preserve supporter consent across rollback
|
|
1340
|
+
- preserve family invite through sign-in
|
|
1341
|
+
- interrupt initial system mailbox fetch
|
|
1342
|
+
- close bounded snapshot audit gaps
|
|
1343
|
+
- remove unneeded nonce rollout migration
|
|
1344
|
+
- preserve causal notification usage
|
|
1345
|
+
- harden pending group preparation retries
|
|
1346
|
+
- yield before system mailbox import
|
|
1347
|
+
- bind supporter aliases to settlement consent
|
|
1348
|
+
- preserve family invite recovery identity
|
|
1349
|
+
- verify first route admission
|
|
1350
|
+
- bind causal mailbox audience
|
|
1351
|
+
- align App Store action label
|
|
1352
|
+
- bound device snapshot and status reads
|
|
1353
|
+
- batch Linq message edit preparation
|
|
1354
|
+
- normalize assertion nonce expiry during rollout
|
|
1355
|
+
- protect supporter recognition
|
|
1356
|
+
- slim homepage phone on mobile
|
|
1357
|
+
- expose system handled frontier
|
|
1358
|
+
- harden family draft invite recovery
|
|
1359
|
+
- enforce hard runtime cutover
|
|
1360
|
+
- batch pending group candidate reads
|
|
1361
|
+
- latch late handoff adoption
|
|
1362
|
+
- preserve container isolation without SSH
|
|
1363
|
+
- bound Linq roster database fanout
|
|
1364
|
+
- preserve mailbox retry ownership
|
|
1365
|
+
- remove container SSH access
|
|
1366
|
+
- fail closed at browser nonce expiry
|
|
1367
|
+
- release terminal handoffs
|
|
1368
|
+
- preserve card text recovery
|
|
1369
|
+
- prevent overlapping message handoffs
|
|
1370
|
+
- preserve rollback occurrence identity
|
|
1371
|
+
- harden shared card handoff
|
|
1372
|
+
- expose safe mailbox retry diagnostics
|
|
1373
|
+
- bind ReviewGPT PR context
|
|
1374
|
+
- preserve recording item on host abort
|
|
1375
|
+
- label card previews by type
|
|
1376
|
+
- preserve wake after system replica refresh
|
|
1377
|
+
- keep explicit refresh under one pending owner
|
|
1378
|
+
- bind vault approval audience
|
|
1379
|
+
- return retryable pending setup crypto failures
|
|
1380
|
+
- keep outcome attribution on canonical line
|
|
1381
|
+
- recover abandoned family drafts
|
|
1382
|
+
- end session polling at handoff deadline
|
|
1383
|
+
- retain legacy changelog declaration ownership
|
|
1384
|
+
- bind avatar reuse to delivered bytes
|
|
1385
|
+
- preserve provider icon clearance
|
|
1386
|
+
- prove Terra image detail boundary
|
|
1387
|
+
- preserve consent action accessibility
|
|
1388
|
+
- preserve rollback wire proof
|
|
1389
|
+
- exclude zero-rep attempts from best
|
|
1390
|
+
- preserve explicit vault file routes
|
|
1391
|
+
- bound original image detail
|
|
1392
|
+
- canonicalize Linq send routes
|
|
1393
|
+
- hide patterns from sidebar (#1620)
|
|
1394
|
+
- preserve pending group setup on crypto errors
|
|
1395
|
+
- coalesce system mailbox rechecks
|
|
1396
|
+
- recognize deleted active workouts
|
|
1397
|
+
- honor durable topic opt-outs in weekly checks
|
|
1398
|
+
- persist topic-specific support boundaries
|
|
1399
|
+
- preserve explicit legacy goal-check stops
|
|
1400
|
+
- authorize recurring goal-support delivery
|
|
1401
|
+
- match health data settings actions
|
|
1402
|
+
- keep merged changelog within schema
|
|
1403
|
+
- preserve rollback proof
|
|
1404
|
+
- retain generated delivery evidence
|
|
1405
|
+
- harden public song authorization
|
|
1406
|
+
- fence satisfied deferred refreshes
|
|
1407
|
+
- refresh canonical device replica
|
|
1408
|
+
- bind handoff refresh to requested workout
|
|
1409
|
+
- keep non-device system record aborts retryable
|
|
1410
|
+
- prewarm Linq reaction mailbox roots
|
|
1411
|
+
- yield device recording to foreground
|
|
1412
|
+
- align health data settings row
|
|
1413
|
+
- publish system device replica
|
|
1414
|
+
- clarify fragment fallbacks and metadata edits
|
|
1415
|
+
- make durable send terminal
|
|
1416
|
+
- include canonical cardio workouts
|
|
1417
|
+
- verify generated avatar references
|
|
1418
|
+
- order reconnect cleanup behind dirty marker
|
|
1419
|
+
- checkpoint system mailbox device unit
|
|
1420
|
+
- harden runtime progress alerts
|
|
1421
|
+
- keep nutrition goals inside card
|
|
1422
|
+
- let provider own card chrome
|
|
1423
|
+
- bound card text against kerning
|
|
1424
|
+
- preserve manual sleep correction authority
|
|
1425
|
+
- retire legacy newsletter wake safely
|
|
1426
|
+
- defer steering after image completion
|
|
1427
|
+
- show effective style defaults
|
|
1428
|
+
- bind training refresh ownership
|
|
1429
|
+
- recover legacy referral audience authority
|
|
1430
|
+
- checkpoint device recovery before handoff
|
|
1431
|
+
- preserve consent ordering for dirty payloads
|
|
1432
|
+
- prefer installed Brave for managed lanes (#1594)
|
|
1433
|
+
- exclude worktrees from Spotlight (#1590)
|
|
1434
|
+
- size table rows from exact font
|
|
1435
|
+
- close training review edge cases
|
|
1436
|
+
- keep prompt guidance within budget
|
|
1437
|
+
- order repeated manual sleep corrections
|
|
1438
|
+
- render workout checkmark without font fetch (#1599)
|
|
1439
|
+
- latch foreground system preemption
|
|
1440
|
+
- preserve style ownership and group application
|
|
1441
|
+
- restrict resumed completion capabilities
|
|
1442
|
+
- restrict completion native capabilities
|
|
1443
|
+
- retain post-record device wake
|
|
1444
|
+
- complete training handoff semantics
|
|
1445
|
+
- defer system recording for foreground wake
|
|
1446
|
+
- preserve workout card words
|
|
1447
|
+
- complete generic scheduled delivery
|
|
1448
|
+
- prevent browser vault refresh starvation
|
|
1449
|
+
- validate manual sleep share corrections
|
|
1450
|
+
- harden training refresh and progress
|
|
1451
|
+
- preserve response card boundaries
|
|
1452
|
+
- share manual sleep-stage corrections
|
|
1453
|
+
- register workout card study
|
|
1454
|
+
- preserve direct notification audience authority
|
|
1455
|
+
- isolate generated image completions
|
|
1456
|
+
- let Messages own static table chrome
|
|
1457
|
+
- accept later generated image delivery for avatars
|
|
1458
|
+
- stop browser vault refresh starvation
|
|
1459
|
+
- keep Android relay guidance text only
|
|
1460
|
+
- tighten workout card device UX
|
|
1461
|
+
- include Codex alignment owner
|
|
1462
|
+
- qualify hosted web search availability
|
|
1463
|
+
- reuse workspace Codex for WHOOP canary
|
|
1464
|
+
- make group sleep challenge reads current (#1565)
|
|
1465
|
+
- advance training replica generation
|
|
1466
|
+
- include Codex pin in audit context
|
|
1467
|
+
- refresh private training after handoff
|
|
1468
|
+
- allow hosted Codex web search egress
|
|
1469
|
+
- install Codex for WHOOP canary
|
|
1470
|
+
- cover static card review gaps
|
|
1471
|
+
- preserve weekly insight fallback
|
|
1472
|
+
- preserve android deploy flag contract
|
|
1473
|
+
- complete generated avatar release proof
|
|
1474
|
+
- explain capacity conflicts
|
|
1475
|
+
- repair growth sponsorship metrics query (#1572)
|
|
1476
|
+
- make training refresh truthful
|
|
1477
|
+
- preserve static workout card semantics
|
|
1478
|
+
- preserve exact Android deploy gate
|
|
1479
|
+
- preserve generated image provenance
|
|
1480
|
+
- refresh legacy training replicas
|
|
1481
|
+
- drain thread routing crypto work
|
|
1482
|
+
- keep pitch metrics rate-led
|
|
1483
|
+
- project Android gate into hosted turns
|
|
1484
|
+
- release provider-final reservations
|
|
1485
|
+
- refresh pitch traction metrics
|
|
1486
|
+
- keep training dashboard hidden
|
|
1487
|
+
- bound reversal restoration
|
|
1488
|
+
- bound active projection scans
|
|
1489
|
+
- align recurring delivery projection
|
|
1490
|
+
- retain accepted image delivery evidence
|
|
1491
|
+
- require image delivery before avatar reuse
|
|
1492
|
+
- close Family billing race windows
|
|
1493
|
+
- align one-shot timing projection
|
|
1494
|
+
- preserve accepted image reply ownership
|
|
1495
|
+
- preserve timezone on schedule patches
|
|
1496
|
+
- refund late Family-sponsored invoices
|
|
1497
|
+
- reserve sponsorship refill slots
|
|
1498
|
+
- reserve usage credit grant slots at checkout
|
|
1499
|
+
- record provider-final checkout release
|
|
1500
|
+
- bound grant admission
|
|
1501
|
+
- keep feedback claims within production guarantees
|
|
1502
|
+
- invalidate retired scheduled log retries
|
|
1503
|
+
- preserve independent sleep consents
|
|
1504
|
+
- enforce media effect rollback floor
|
|
1505
|
+
- preserve explicitly requested scopes
|
|
1506
|
+
- distinguish event trigger timing
|
|
1507
|
+
- keep scheduled email claims within authorization
|
|
1508
|
+
- preserve media ownership evidence
|
|
1509
|
+
- fence start-paid billing status
|
|
1510
|
+
- commit retier cleanup before rethrow
|
|
1511
|
+
- attest physical media ownership
|
|
1512
|
+
- preserve adopted retry occurrences
|
|
1513
|
+
- prevent Linq authority KMS replay
|
|
1514
|
+
- make optional sharing easy to clear
|
|
1515
|
+
- leave referral destinations to their owner
|
|
1516
|
+
- narrow Telegram sender admission reads
|
|
1517
|
+
- harden hosted billing edge cases
|
|
1518
|
+
- preserve cadence across non-timing edits
|
|
1519
|
+
- preserve mixed-intent replies
|
|
1520
|
+
- keep changelog visuals tied to product owners
|
|
1521
|
+
- bind media to primary Linq effect
|
|
1522
|
+
- compact native session wire
|
|
1523
|
+
- make Family checkout invitation-free
|
|
1524
|
+
- simplify referral recovery language
|
|
1525
|
+
- prewarm observed thread route roots
|
|
1526
|
+
- retain workout context in email summaries
|
|
1527
|
+
- preserve recognized sender setup preflight
|
|
1528
|
+
- preserve contentless pending thread owner
|
|
1529
|
+
- preserve eligible pending thread owners
|
|
1530
|
+
- verify deliverable schedule timing
|
|
1531
|
+
- preserve recurring schedule timezones
|
|
1532
|
+
- preserve fresh input on recovery read failure
|
|
1533
|
+
- bound restored completion cohort
|
|
1534
|
+
- separate Family status read recovery
|
|
1535
|
+
- align thread crypto preflight access
|
|
1536
|
+
- preserve thread preflight across content guards
|
|
1537
|
+
- keep changelog actions production-faithful
|
|
1538
|
+
- align thread crypto with runtime access
|
|
1539
|
+
- finalize Mobvoi connection guidance
|
|
1540
|
+
- fence consent offer generations
|
|
1541
|
+
- skip thread crypto for ignored groups
|
|
1542
|
+
- order legacy classification after consent
|
|
1543
|
+
- preserve generated image reply binding
|
|
1544
|
+
- ratchet runner bundle budget (#1545)
|
|
1545
|
+
- use Mobvoi logo and trim connect copy
|
|
1546
|
+
- close persisted card contract gaps
|
|
1547
|
+
- bound control response bodies
|
|
1548
|
+
- harden consent offer ownership
|
|
1549
|
+
- restore image completion ordering
|
|
1550
|
+
- recover Family Max chat invitations
|
|
1551
|
+
- retry late thread winners before mailbox work
|
|
1552
|
+
- attribute Codex model reroutes
|
|
1553
|
+
- serialize thread route creation across key versions
|
|
1554
|
+
- preserve recurring schedule timezones
|
|
1555
|
+
- resolve changelog specialist findings
|
|
1556
|
+
- preserve truthful workout progress
|
|
1557
|
+
- clarify referral link rewards
|
|
1558
|
+
- scope runner rpc diagnostics to phase failures
|
|
1559
|
+
- preserve generated image fallback provenance
|
|
1560
|
+
- bound reconnect recovery
|
|
1561
|
+
- repair exact-head verification
|
|
1562
|
+
- make training actions state-aware
|
|
1563
|
+
- harden group consent offers
|
|
1564
|
+
- require group usage progress contract
|
|
1565
|
+
- preserve runner diagnostics across rpc
|
|
1566
|
+
- prove every training page state
|
|
1567
|
+
- harden card command reconciliation
|
|
1568
|
+
- match image completion by group route
|
|
1569
|
+
- prepare self-authored thread routes once
|
|
1570
|
+
- converge on late thread route winner
|
|
1571
|
+
- register family setup telemetry
|
|
1572
|
+
- complete group newsletter sharing prompts
|
|
1573
|
+
- improve group sharing and weekly context
|
|
1574
|
+
- render real training design study
|
|
1575
|
+
- preserve safe source failure codes
|
|
1576
|
+
- neutralize unassessed calorie progress
|
|
1577
|
+
- reuse resolved thread route for preparation
|
|
1578
|
+
- register family setup telemetry
|
|
1579
|
+
- resolve Family Max review gaps
|
|
1580
|
+
- preserve minute referral settlement
|
|
1581
|
+
- preserve thread routing preparation authority
|
|
1582
|
+
- preserve generated image continuity
|
|
1583
|
+
- mirror native nutrition balloon
|
|
1584
|
+
- use canonical failure authority
|
|
1585
|
+
- preserve image completion admission order
|
|
1586
|
+
- prioritize ready image completions
|
|
1587
|
+
- preserve failure phase metadata
|
|
1588
|
+
- preserve active checkpoint handoffs (#1472)
|
|
1589
|
+
- allow retention crypto reads for paused members (#1493)
|
|
1590
|
+
- bound the personalized send to the turn waiting on it (#1488)
|
|
1591
|
+
- log connected-app provider failures (#1507)
|
|
1592
|
+
- preserve accepted failure phase
|
|
1593
|
+
- align runtime with Codex 0.147
|
|
1594
|
+
- preserve complete Family plan database contract
|
|
1595
|
+
- prioritize ready image completions
|
|
1596
|
+
- finalize iMessage card contracts
|
|
1597
|
+
- preserve static nutrition semantics
|
|
1598
|
+
- harden training dashboard read model
|
|
1599
|
+
- retire superseded Family plan constraint migration
|
|
1600
|
+
- bound browser assertion nonce database work (#1500)
|
|
1601
|
+
- classify group tool cancellation accurately
|
|
1602
|
+
- align training view with live workout model
|
|
1603
|
+
- use canonical public origin (#1489)
|
|
1604
|
+
- prepare safe group usage reader rollout
|
|
1605
|
+
- pace database health alerts hourly (#1480)
|
|
1606
|
+
- preserve referral claim origin proof (#1492)
|
|
1607
|
+
- preserve partial database telemetry (#1469)
|
|
1608
|
+
- enforce sponsorship creative invariants (#1490)
|
|
1609
|
+
- show referral rewards only in Murph days (#1487)
|
|
1610
|
+
- make repeated workout tallies occurrence-aware (#1455)
|
|
1611
|
+
- align browser assertion nonce horizon
|
|
1612
|
+
- share footer counter and show online status
|
|
1613
|
+
- footer availability copy says no reported issues, add component and homepage proof
|
|
1614
|
+
- make first-contact shell prewarm consent-safe (#1476)
|
|
1615
|
+
- bound callback nonce database work
|
|
1616
|
+
- prewarm clinical mailbox encryption
|
|
1617
|
+
- move clinical OAuth sealing before transaction
|
|
1618
|
+
- move clinical OAuth sealing before transaction
|
|
1619
|
+
- keep cleanup receipts out of delivery effects
|
|
1620
|
+
- keep export cleanup from blocking sends
|
|
1621
|
+
- close Murph Max review gaps
|
|
1622
|
+
- freeze active referral reward labels
|
|
1623
|
+
- footer availability copy says no reported issues, add component and homepage proof
|
|
1624
|
+
- classify PgBouncer max-client rejection
|
|
1625
|
+
- preserve referral credit receipts
|
|
1626
|
+
- make container route ownership the whole durable-thread authority
|
|
1627
|
+
- let a thread container assert its own durable Linq thread
|
|
1628
|
+
- stop signed-out dashboard visitors from starting a vault load
|
|
1629
|
+
- stop warning on latency traces the runtime never ingressed
|
|
1630
|
+
- hold hero floater labels at one tone
|
|
1631
|
+
- build hosted-execution before production migrations
|
|
1632
|
+
- honor custom-inference flag, member-choice copy, and runtime-label contrast
|
|
1633
|
+
- harden Max plan integration
|
|
1634
|
+
- include authority-bearing scheduled children in the delivery cohort
|
|
1635
|
+
- derive the scheduled-delivery cohort from durable cron state
|
|
1636
|
+
- align referral credit rounding
|
|
1637
|
+
- scope admission lock bound to webhooks and decode adapter-pg lock timeouts
|
|
1638
|
+
- restore referral credit truth
|
|
1639
|
+
- prove standby key material usability
|
|
1640
|
+
- stop serverless OG and share-card routes 500ing on missing assets
|
|
1641
|
+
- reject ambiguous hosted keyring JSON
|
|
1642
|
+
- bound webhook admission locks and map transaction expiry to retryable 503
|
|
1643
|
+
- derive runtime-log subject keys from a storage-free leaf module
|
|
1644
|
+
- silence pg concurrent-query deprecation noise in web runtime
|
|
1645
|
+
- carry runtime-log retirement through phone-transfer census and E2E harness
|
|
1646
|
+
- deliver the whole current-pass cron cohort at the discovering wake
|
|
1647
|
+
- use a Workers-supported redirect mode in database-health fetches
|
|
1648
|
+
- keep funding locators private
|
|
1649
|
+
- validate raw hosted standby payloads
|
|
1650
|
+
- canonicalize funding target aliases
|
|
1651
|
+
- prove hosted standby generation usability
|
|
1652
|
+
- validate funding recovery origin
|
|
1653
|
+
- validate hosted crypto standby keyrings
|
|
1654
|
+
- keep published biomarker comparators neutral
|
|
1655
|
+
- require exhaustion recovery link
|
|
1656
|
+
- validate hosted crypto keyrings
|
|
1657
|
+
- forward hosted crypto keyrings
|
|
1658
|
+
- route hosted app-card fallback warning to the durable runtime log
|
|
1659
|
+
- remove room-model authored byte cap
|
|
1660
|
+
- classify Postgres 53300 connection-slot rejections in pool telemetry
|
|
1661
|
+
- simplify funding recovery
|
|
1662
|
+
- drop redundant caveat block from sensitive action approval screen
|
|
1663
|
+
- bound malformed provider JSON in Linq fallback warning and update callback expectations
|
|
1664
|
+
- shorten usage banner copy to Murph is paused
|
|
1665
|
+
- align home usage tests and design catalog with banner recovery
|
|
1666
|
+
- drain due automations in one inputless background pass
|
|
1667
|
+
- forward hosted crypto keyrings
|
|
1668
|
+
- restore interactive iMessage response cards
|
|
1669
|
+
- decouple room memory from prompt byte size
|
|
1670
|
+
- keep paused trial recovery Pulse-only
|
|
1671
|
+
- isolate private funding page state
|
|
1672
|
+
- restore interactive iMessage response cards
|
|
1673
|
+
- keep Core hidden during paused Pulse recovery
|
|
1674
|
+
- set the referral landing subhead to the in-your-corner line
|
|
1675
|
+
- align paused trial recovery proof
|
|
1676
|
+
- restore paused Pulse trial recovery
|
|
1677
|
+
- rewrite referral landing subhead and drop the capability grid
|
|
1678
|
+
- preserve paused Pulse recovery action
|
|
1679
|
+
- anchor growth activity to durable receipt
|
|
1680
|
+
- ship patched Ink in release tarball
|
|
1681
|
+
- lower group idle compaction threshold
|
|
1682
|
+
- keep sponsored recovery factual
|
|
1683
|
+
- recover sponsored groups at usage limit
|
|
1684
|
+
- gate scheduled images by delivery route
|
|
1685
|
+
- reject unusable Linq reservation headers
|
|
1686
|
+
- retry scheduled clinical launcher
|
|
1687
|
+
- validate referral claim origin
|
|
1688
|
+
- protect accepted checkout replays
|
|
1689
|
+
- preserve accepted preference source order
|
|
1690
|
+
- retain pre-provider provenance through direct materialization
|
|
1691
|
+
- keep Stripe field parsing runtime-neutral
|
|
1692
|
+
- preserve referral claim recovery
|
|
1693
|
+
- keep terminal checkout refunds receipt-owned
|
|
1694
|
+
- align scheduled preference and launcher owners
|
|
1695
|
+
- harden referral lock ordering
|
|
1696
|
+
- preserve Stripe request correlation in alerts
|
|
1697
|
+
- disclose skipped current lookup
|
|
1698
|
+
- reject side-effect imports of pruned zod
|
|
1699
|
+
- retain Linq ambiguity through direct materialization
|
|
1700
|
+
- satisfy Stripe request contracts
|
|
1701
|
+
- align weekly scout with finite schema
|
|
1702
|
+
- retain live zod runtime while pruning variants
|
|
1703
|
+
- verify Family authority before Stripe cleanup
|
|
1704
|
+
- serialize signup referral settlement
|
|
1705
|
+
- alert on paid Family mutation failures
|
|
1706
|
+
- keep replay ownership in the outbox
|
|
1707
|
+
- close legacy scout bypass
|
|
1708
|
+
- harden scheduled preference authority
|
|
1709
|
+
- reserve pending referral capacity
|
|
1710
|
+
- serialize Family subscription cleanup
|
|
1711
|
+
- preserve Linq reservation ambiguity across final send
|
|
1712
|
+
- close final release credential gaps
|
|
1713
|
+
- contain approval lifecycle study
|
|
1714
|
+
- bound focused provider concepts
|
|
1715
|
+
- report denied approvals truthfully
|
|
1716
|
+
- alert on subscription action failures
|
|
1717
|
+
- preserve referral cap ordering
|
|
1718
|
+
- remove free-form provider questions
|
|
1719
|
+
- cover release authority containers
|
|
1720
|
+
- keep cancellation off runner boot path
|
|
1721
|
+
- preserve tool request delivery context
|
|
1722
|
+
- resolve scheduled authority review findings
|
|
1723
|
+
- keep file cancellation outcomes truthful
|
|
1724
|
+
- permit the first read at completion
|
|
1725
|
+
- package explicit specialist evidence
|
|
1726
|
+
- retain Family wake across newer events
|
|
1727
|
+
- scope Linq defer provenance to delivery
|
|
1728
|
+
- close referral final review gaps
|
|
1729
|
+
- complete release credential classification
|
|
1730
|
+
- close private question boundary
|
|
1731
|
+
- harden pending file cancellation
|
|
1732
|
+
- preserve Linq reservation provenance
|
|
1733
|
+
- alert on bound Family redirect failures
|
|
1734
|
+
- harden Stripe request contracts
|
|
1735
|
+
- close release credential holder gaps
|
|
1736
|
+
- preserve selected inference
|
|
1737
|
+
- preserve Stripe capacity wake replay
|
|
1738
|
+
- complete referral review proof
|
|
1739
|
+
- bind first read to completion
|
|
1740
|
+
- close CLI Zod declaration graph
|
|
1741
|
+
- prove public question boundaries
|
|
1742
|
+
- remove group-only call preview flow
|
|
1743
|
+
- preserve medical owner wording
|
|
1744
|
+
- repair referral review candidate
|
|
1745
|
+
- key first-read replay to exact occurrence
|
|
1746
|
+
- preserve Stripe alert occurrence identity
|
|
1747
|
+
- require Temporal launch ownership
|
|
1748
|
+
- make group setup completion authoritative
|
|
1749
|
+
- canonicalize group setup effect
|
|
1750
|
+
- order and dedupe group recovery
|
|
1751
|
+
- keep group recovery account-private
|
|
1752
|
+
- clarify inactive group sender recovery
|
|
1753
|
+
- declare hosted Zod type dependency
|
|
1754
|
+
- filter non-startup Temporal wakes
|
|
1755
|
+
- converge Stripe billing cleanup state
|
|
1756
|
+
- own Stripe alerts at billing action boundary
|
|
1757
|
+
- cover release credential serializations
|
|
1758
|
+
- dedupe resolved cold-start cohorts
|
|
1759
|
+
- retain zod declaration builds
|
|
1760
|
+
- satisfy safe logging guard
|
|
1761
|
+
- register Stripe billing design study
|
|
1762
|
+
- distinguish avatar rejection from uncertainty
|
|
1763
|
+
- keep legacy cold-start rows unclassified
|
|
1764
|
+
- keep Stripe failure alerts occurrence-scoped
|
|
1765
|
+
- narrow Stripe recovery invariants
|
|
1766
|
+
- harden Stripe paid access transitions
|
|
1767
|
+
- consume exhausted Linq attachment occurrences
|
|
1768
|
+
- enforce zod runtime ownership
|
|
1769
|
+
- bind cold-start identity to fence owner
|
|
1770
|
+
- preserve lazy tool request ordering
|
|
1771
|
+
- mark avatar transport outcome unconfirmed
|
|
1772
|
+
- unblock hosted web production deploy
|
|
1773
|
+
- bound Linq upload retries end to end
|
|
1774
|
+
- correlate direct cold starts exactly
|
|
1775
|
+
- keep cold-start telemetry causal
|
|
1776
|
+
- correlate direct cold starts exactly
|
|
1777
|
+
- restore paused Pulse billing
|
|
1778
|
+
- reserve the first-read slug on patch
|
|
1779
|
+
- contextualize every product note
|
|
1780
|
+
- keep first-read promise honest and scope clean
|
|
1781
|
+
- resolve growth activity review findings
|
|
1782
|
+
- close group icon diagnostic boundary
|
|
1783
|
+
- honor first-read cancellation at execution
|
|
1784
|
+
- preserve explicit first-read cancellation
|
|
1785
|
+
- align first-read dedupe and replay policy
|
|
1786
|
+
- reactivate only the fixed bounded one-shot
|
|
1787
|
+
- preserve once-only first-read semantics
|
|
1788
|
+
- do not let generic close suppress first read
|
|
1789
|
+
- protect derived first-read slug
|
|
1790
|
+
- collapse release secret classification
|
|
1791
|
+
- make first-read scheduling and outreach explicit
|
|
1792
|
+
- protect fixed first-read automation from prompt edits
|
|
1793
|
+
- harden first-read prompt and identity
|
|
1794
|
+
- record Linq group icon outcomes
|
|
1795
|
+
- contain Linq attachment recovery
|
|
1796
|
+
- keep cold-start telemetry causal
|
|
1797
|
+
- preserve deletion guard through bucket retirement
|
|
1798
|
+
- harden release secret guard boundaries
|
|
1799
|
+
- retry linq attachment uploads
|
|
1800
|
+
- halve the persona picker tone step dialog width
|
|
1801
|
+
- require inactive receipt operation
|
|
1802
|
+
- bound completion receipt fallback
|
|
1803
|
+
- separate image continuation identity from launch scope
|
|
1804
|
+
- record exact container completion
|
|
1805
|
+
- resume image completions on origin session
|
|
1806
|
+
- cover trial attribution entry paths
|
|
1807
|
+
- retain only current browser vault replicas
|
|
1808
|
+
- bind cold timing to fresh input
|
|
1809
|
+
- consume cold-path timing once
|
|
1810
|
+
- prioritize interesting product notes
|
|
1811
|
+
- erase retiring OC copies
|
|
1812
|
+
- cover expanded browser work
|
|
1813
|
+
- preserve renewed replica cleanup obligations
|
|
1814
|
+
- guard browser progress availability
|
|
1815
|
+
- make browser progress turn-local
|
|
1816
|
+
- clean stale browser vault replicas
|
|
1817
|
+
- preserve consent action accessibility
|
|
1818
|
+
- align consent actions
|
|
1819
|
+
- preserve observable onboarding progress
|
|
1820
|
+
- preserve onboarding return prerequisites
|
|
1821
|
+
- suppress admission welcome side effects
|
|
1822
|
+
- constrain compact onboarding resume routing
|
|
1823
|
+
- serialize meal activation with sponsored access
|
|
1824
|
+
- preserve compact onboarding routing
|
|
1825
|
+
- distinguish scheduled call start failures
|
|
1826
|
+
- materialize approved sleep policy scope
|
|
1827
|
+
- recheck meal activation authority
|
|
1828
|
+
- stabilize native admission recovery
|
|
1829
|
+
- keep scheduled call retries truthful
|
|
1830
|
+
- preserve legacy sleep policy on rollback
|
|
1831
|
+
- prioritize first-contact conversation wake
|
|
1832
|
+
- keep scheduled calls on Linq
|
|
1833
|
+
- preserve legacy sleep consent
|
|
1834
|
+
- require meal enrollment activation
|
|
1835
|
+
- complete Android account admission flow
|
|
1836
|
+
- preserve consent action contrast
|
|
1837
|
+
- register consent action design proof
|
|
1838
|
+
- clarify withdraw consent action
|
|
1839
|
+
- ratchet runner bundle budget
|
|
1840
|
+
- order meal capture enrollment authority
|
|
1841
|
+
- ratchet hosted runner bundle budget
|
|
1842
|
+
- unify sleep stage permissions
|
|
1843
|
+
- prevent native memory accounting replay
|
|
1844
|
+
- make scheduled call retries idempotent
|
|
1845
|
+
- retain disabled native memory infrastructure
|
|
1846
|
+
- preserve late Linq context for card delivery
|
|
1847
|
+
- make support escalation attempt terminal
|
|
1848
|
+
- keep context selection atomic
|
|
1849
|
+
- keep Murph instructions within coverage budget
|
|
1850
|
+
- preserve codex child thread cap
|
|
1851
|
+
- preserve thread bindings across active turns
|
|
1852
|
+
- preserve Murph-written support issue
|
|
1853
|
+
- split codex child usage by turn
|
|
1854
|
+
- keep auto replies on trusted thread routes
|
|
1855
|
+
- measure compact table wire payload
|
|
1856
|
+
- close remaining usage reset rollout gaps
|
|
1857
|
+
- separate tracked table transcript authority
|
|
1858
|
+
- remove native memory egress
|
|
1859
|
+
- close usage reset review gaps
|
|
1860
|
+
- fail closed on malformed support escalations
|
|
1861
|
+
- harden usage reset epoch ownership
|
|
1862
|
+
- mark Venice stable cache prefix
|
|
1863
|
+
- harden usage reset epoch ownership
|
|
1864
|
+
- disable native Codex memory generation
|
|
1865
|
+
- shorten Venice provider option copy (#1319)
|
|
1866
|
+
- render nutrition cards with HTTPS layout (#1312)
|
|
1867
|
+
- constrain direct support issue handoff
|
|
1868
|
+
- require verified direct support scope
|
|
1869
|
+
- send explicit support escalations directly
|
|
1870
|
+
- keep alert guidance within prompt budget
|
|
1871
|
+
- suppress all generic alert recovery
|
|
1872
|
+
- remove conflicting alert retry guidance
|
|
1873
|
+
- close Prisma owner on every sync exit
|
|
1874
|
+
- harden official weather alert context
|
|
1875
|
+
- preserve consent across support opt-in merge
|
|
1876
|
+
- keep connect recovery canonical
|
|
1877
|
+
- keep weather alerts direct-only
|
|
1878
|
+
- rank Zepp by adoption evidence
|
|
1879
|
+
- preserve generated capture persistence context
|
|
1880
|
+
- unify generated capture persistence ownership
|
|
1881
|
+
- clear result marker before refresh
|
|
1882
|
+
- keep support guidance within prompt budget
|
|
1883
|
+
- keep support escalation consent truthful
|
|
1884
|
+
- harden generated capture retention persistence
|
|
1885
|
+
- serialize first-run foreground flows
|
|
1886
|
+
- preserve due wake checkpoint ordering
|
|
1887
|
+
- make checkpoint frontier diagnostics exact
|
|
1888
|
+
- keep optional phone enrichment nonblocking
|
|
1889
|
+
- preserve foreground priority across checkpoint races
|
|
1890
|
+
- require informed support escalation consent
|
|
1891
|
+
- make canonical state the only gate
|
|
1892
|
+
- keep principal-bound consent retry stable
|
|
1893
|
+
- finalize pending attachment wait
|
|
1894
|
+
- skip waits for unrelated attachments
|
|
1895
|
+
- bound pending attachment wait
|
|
1896
|
+
- preserve changelog settings intent
|
|
1897
|
+
- preserve first-visit onboarding from connect
|
|
1898
|
+
- wait for pending attachment evidence
|
|
1899
|
+
- close cross-platform review gaps
|
|
1900
|
+
- isolate guide-only source state
|
|
1901
|
+
- preserve Zepp guide semantics
|
|
1902
|
+
- register onboarding design evidence
|
|
1903
|
+
- cover persisted onboarding skip in design preview
|
|
1904
|
+
- polish settings status layouts
|
|
1905
|
+
- reset usage on plan upgrades
|
|
1906
|
+
- register settings design proof
|
|
1907
|
+
- polish settings status layouts
|
|
1908
|
+
- reuse known photo references before asking again (#1289)
|
|
1909
|
+
- require informed support escalation consent
|
|
1910
|
+
- disconnect only the selected wearable source (#1274)
|
|
1911
|
+
- include issue in support escalation alerts
|
|
1912
|
+
- preserve usage denial semantics (#1283)
|
|
1913
|
+
- preserve canonical phone on auth retry
|
|
1914
|
+
- preserve live auth authority on retry
|
|
1915
|
+
- make live bindings atomic
|
|
1916
|
+
- keep identity recovery on one snapshot
|
|
1917
|
+
- validate live identity rebinding
|
|
1918
|
+
- dedupe Linq recovery capacity claims (#1275)
|
|
1919
|
+
- preserve Zepp setup guide literal type
|
|
1920
|
+
- compact only the new prompt body
|
|
1921
|
+
- keep Zepp guidance within prompt budget
|
|
1922
|
+
- run assistant prompt test from package root
|
|
1923
|
+
- prepare Prisma before focused web tests
|
|
1924
|
+
- apply Zepp ordering assertion to both catalog cases
|
|
1925
|
+
- keep Linq provider failure reasons readable in operational alerts (#1268)
|
|
1926
|
+
- never estimate messages remaining (#1265)
|
|
1927
|
+
- recover matching verified email login
|
|
1928
|
+
- compact oversized provider reads and surface failure codes to the assistant (#1259)
|
|
1929
|
+
- keep claim recovery to internal repair
|
|
1930
|
+
- make a confirmed recovery the answer, not a side note
|
|
1931
|
+
- disclose recovered sends and bound the recovery lookup
|
|
1932
|
+
- avoid synthetic group attribution
|
|
1933
|
+
- keep attributed rows in the digest
|
|
1934
|
+
- restore member attribution at the callback boundary
|
|
1935
|
+
- recover stranded complimentary claims and clarify refusals
|
|
1936
|
+
- close the unknown Linq group recovery follow-ups (#1257)
|
|
1937
|
+
- stop retrying a phone transfer the provider already finished (#1255)
|
|
1938
|
+
- validate Linq inventory snapshots and surface total contact-card outages (#1253)
|
|
1939
|
+
- recover unknown Linq groups through signup (#1221)
|
|
1940
|
+
- keep initial-visit redirect for members created before first web auth (#1243)
|
|
1941
|
+
- reach inactive group invite reactors (#1222)
|
|
1942
|
+
- skip group reaction attestations in growth senders (#1249)
|
|
1943
|
+
- tighten phone link action label, icon, and spacing
|
|
1944
|
+
- revoke relinquished Linq inventory ids and prove abort passthrough
|
|
1945
|
+
- keep digest per-kind counts truthful past display cap
|
|
1946
|
+
- reject malformed physical-note recipients safely
|
|
1947
|
+
- validate home-line routing in phone-transfer census
|
|
1948
|
+
- accept Stripe-owned pending SetupIntent on trial retirement
|
|
1949
|
+
- date display-name audit by caller time
|
|
1950
|
+
- keep contact-card cron alive past unowned provider lines
|
|
1951
|
+
- declare sourceProviderSlug on junction initial jobs
|
|
1952
|
+
- map casing requests to room tone (#1239)
|
|
1953
|
+
- defer late turns during shutdown
|
|
1954
|
+
- checkpoint staged images before shutdown
|
|
1955
|
+
- give phone-transfer census a thirty-second transaction budget
|
|
1956
|
+
- tolerate runtime bookkeeping in phone-transfer census
|
|
1957
|
+
- normalize bound image completions
|
|
1958
|
+
- fully redact compound blood-pressure readings
|
|
1959
|
+
- distinguish image shutdown cancellation
|
|
1960
|
+
- restore free-text summaries for anonymous feedback
|
|
1961
|
+
- bind effects to exact authority
|
|
1962
|
+
- allowlist avatar provider diagnostics
|
|
1963
|
+
- harden group avatar provider delivery
|
|
1964
|
+
- serialize live-steer drains
|
|
1965
|
+
- distinguish abort before Lob dispatch
|
|
1966
|
+
- release note reservation on pre-dispatch abort
|
|
1967
|
+
- honor participant-backed group access for notes
|
|
1968
|
+
- validate note artwork before reserving capacity
|
|
1969
|
+
- remove prose from anonymous feedback
|
|
1970
|
+
- anonymize product feedback by default
|
|
1971
|
+
- require explicit wrong-line resend
|
|
1972
|
+
- preserve edited onboarding schedules
|
|
1973
|
+
- classify ordinary child recheck turns
|
|
1974
|
+
- repeat wrong-line redirects daily
|
|
1975
|
+
- harden physical note availability and replay
|
|
1976
|
+
- bound late child rechecks
|
|
1977
|
+
- keep habitat guidance within prompt budget
|
|
1978
|
+
- register environment print telemetry
|
|
1979
|
+
- align environment design fixtures
|
|
1980
|
+
- ratchet combined runner bundle
|
|
1981
|
+
- harden voice maintenance flow
|
|
1982
|
+
- ratchet hosted runner bundle budget
|
|
1983
|
+
- make environment grading honest
|
|
1984
|
+
- make zero-data state the real report
|
|
1985
|
+
- allow same-origin microphone capture
|
|
1986
|
+
- anonymize product feedback by default
|
|
1987
|
+
- bound live steering to provider coverage
|
|
1988
|
+
- keep image diagnostics failure-scoped
|
|
1989
|
+
- harden sponsorship layouts
|
|
1990
|
+
- recheck late child results
|
|
1991
|
+
- harden image failure recovery
|
|
1992
|
+
- lock prior phone during transfer
|
|
1993
|
+
- migrate the immediate onboarding predecessor
|
|
1994
|
+
- complete physical-note safety gates
|
|
1995
|
+
- open group sponsorship directly
|
|
1996
|
+
- keep onboarding follow-up generic
|
|
1997
|
+
- surface OpenAI image failure details
|
|
1998
|
+
- minimize phone transfer failure logging
|
|
1999
|
+
- bind group note approval to exact input [physical-note-authority-applied]
|
|
2000
|
+
- require exact group approval for physical notes
|
|
2001
|
+
- harden feedback digest delivery
|
|
2002
|
+
- fence phone transfer billing authority
|
|
2003
|
+
- expose referral details as buttons
|
|
2004
|
+
- expose provider-valid physical-note bounds
|
|
2005
|
+
- align physical-note address bounds with Lob
|
|
2006
|
+
- keep wake signal off reply path
|
|
2007
|
+
- make physical-note replays durable
|
|
2008
|
+
- preserve image descriptions in delivery
|
|
2009
|
+
- distinguish referral details
|
|
2010
|
+
- preserve onboarding follow-up authority
|
|
2011
|
+
- preserve generic usage options
|
|
2012
|
+
- refresh generated skill hash
|
|
2013
|
+
- render neutral fallback caveat
|
|
2014
|
+
- exclude stale physical-note correction hunk
|
|
2015
|
+
- keep group funding direct at any capacity
|
|
2016
|
+
- scope onboarding decision contract
|
|
2017
|
+
- make onboarding follow-up authority explicit
|
|
2018
|
+
- disclose neutral progress-card fallback
|
|
2019
|
+
- preserve Linq group receipt policy
|
|
2020
|
+
- keep phone transfer retirement retryable
|
|
2021
|
+
- harden phone transfer retirement fence
|
|
2022
|
+
- isolate exact usage purchase returns
|
|
2023
|
+
- reconcile transferred phone accounts
|
|
2024
|
+
- package biomarker direction asset
|
|
2025
|
+
- close onboarding recovery lifecycle gaps
|
|
2026
|
+
- preserve frozen usage purchase recovery
|
|
2027
|
+
- preserve Linq rich-link retry integrity
|
|
2028
|
+
- apply physical notes with native exclusions
|
|
2029
|
+
- integrate physical notes with current owners
|
|
2030
|
+
- stream physical notes bootstrap patches
|
|
2031
|
+
- calibrate group challenge stakes
|
|
2032
|
+
- support Venice Responses Lite tools
|
|
2033
|
+
- defer cross-model child routing
|
|
2034
|
+
- recover incomplete Linq rich links
|
|
2035
|
+
- preserve resumed latency traces
|
|
2036
|
+
- keep subagent usage lookup off reply path
|
|
2037
|
+
- disclose sponsorship activation charge
|
|
2038
|
+
- make phone transfer sync authoritative
|
|
2039
|
+
- narrow persona tone dialog
|
|
2040
|
+
- defer V2 subagent model lookup
|
|
2041
|
+
- stack onboarding tone options
|
|
2042
|
+
- attribute routed subagent usage
|
|
2043
|
+
- reconcile transferred phone links
|
|
2044
|
+
- keep consent handoff terminal
|
|
2045
|
+
- bind Privy reauth to app session
|
|
2046
|
+
- harden phone link reauthentication
|
|
2047
|
+
- clarify phone linking recovery states
|
|
2048
|
+
- bind Privy reauth to app session
|
|
2049
|
+
- harden phone link reauthentication
|
|
2050
|
+
- align sponsorship amount hierarchy
|
|
2051
|
+
- always publish explicit native access offers
|
|
2052
|
+
- derive resumed latency before query bounds
|
|
2053
|
+
- simplify sponsorship choices
|
|
2054
|
+
- preserve group tool call arity
|
|
2055
|
+
- cancel group Ask replay with its turn
|
|
2056
|
+
- bound Assistant Ask wake handoff
|
|
2057
|
+
- refine usage activity states
|
|
2058
|
+
- update GPT-5.6 allowance pricing
|
|
2059
|
+
- recover Linq rich-link delivery
|
|
2060
|
+
- resume latency alerts after usage access
|
|
2061
|
+
- clarify phone linking recovery states
|
|
2062
|
+
- fail closed on mixed group routes
|
|
2063
|
+
- complete usage design proof
|
|
2064
|
+
- safely link phone accounts (#1187)
|
|
2065
|
+
- enforce sponsorship cap during recovery
|
|
2066
|
+
- tighten empty referral copy
|
|
2067
|
+
- clarify empty referral copy
|
|
2068
|
+
- bind direct email replies to owner (#1050)
|
|
2069
|
+
- harden usage-denied latency exclusion
|
|
2070
|
+
- query workflow through public testkit
|
|
2071
|
+
- expose expanded usage history study
|
|
2072
|
+
- close Linq rich-link replay window
|
|
2073
|
+
- clarify provider storage copy (#1179)
|
|
2074
|
+
- exclude usage-denied latency alerts
|
|
2075
|
+
- canonicalize private response images
|
|
2076
|
+
- linearize sponsorship need at admission
|
|
2077
|
+
- avoid unnecessary sponsorship refills
|
|
2078
|
+
- harden sponsorship review proof
|
|
2079
|
+
- make sponsorship migration deploy-safe
|
|
2080
|
+
- keep sponsorship caps payer-private
|
|
2081
|
+
- preserve provider and settings truth
|
|
2082
|
+
- wake hosted provider handoffs durably
|
|
2083
|
+
- prioritize provider handoff over future wakes
|
|
2084
|
+
- hand off hosted provider changes before next reply
|
|
2085
|
+
- preflight external Temporal worker
|
|
2086
|
+
- keep Privy restart session gated
|
|
2087
|
+
- keep public phone paste manual
|
|
2088
|
+
- pace R2 500 recovery
|
|
2089
|
+
- finish R2 500 reconciliation
|
|
2090
|
+
- scope pasted phone auto-send
|
|
2091
|
+
- finish Privy session recovery
|
|
2092
|
+
- preserve pain reasoning in group email
|
|
2093
|
+
- wait for Privy session identity
|
|
2094
|
+
- reconcile R2 copy HTTP 500
|
|
2095
|
+
- finalize group reply cadence
|
|
2096
|
+
- reconcile group cadence review
|
|
2097
|
+
- reconcile Privy session hydration
|
|
2098
|
+
- bound Venice privacy disclosure
|
|
2099
|
+
- package current product specs
|
|
2100
|
+
- understand pain context before restricting activity
|
|
2101
|
+
- pin sponsor songs to fifteen seconds
|
|
2102
|
+
- reread hosted source authority
|
|
2103
|
+
- finalize homepage auth readiness
|
|
2104
|
+
- keep auth controls truthful while Privy loads
|
|
2105
|
+
- preserve webhook source admission
|
|
2106
|
+
- keep tool descriptions within budget
|
|
2107
|
+
- scope purchased credit history
|
|
2108
|
+
- complete account deletion KMS repair
|
|
2109
|
+
- restrict Vercel telemetry to explicit routes (#1153)
|
|
2110
|
+
- keep homepage auth usable while Privy loads
|
|
2111
|
+
- complete safe R2 retry guard
|
|
2112
|
+
- drain R2 copy responses
|
|
2113
|
+
- reject signed R2 redirects
|
|
2114
|
+
- normalize account deletion KMS keys
|
|
2115
|
+
- label AI usage disclosures
|
|
2116
|
+
- retry safe R2 preconnect failures
|
|
2117
|
+
- gate speculative Codex preparation
|
|
2118
|
+
- constrain onboarding card widths
|
|
2119
|
+
- keep onboarding steps on a horizontal track
|
|
2120
|
+
- fence Codex workspace boundaries
|
|
2121
|
+
- serialize Codex preparation boundaries
|
|
2122
|
+
- unify Pulse trial scheduling guards
|
|
2123
|
+
- resolve reviewed disclosure review findings
|
|
2124
|
+
- derive trial guards from locked state
|
|
2125
|
+
- retain multiple held GIF frames
|
|
2126
|
+
- distinguish pending provider changes
|
|
2127
|
+
- harden reviewed disclosure continuation
|
|
2128
|
+
- resume reviewed group disclosures
|
|
2129
|
+
- preserve receipt-correlated group recovery retries
|
|
2130
|
+
- bind group trial and display authority
|
|
2131
|
+
- sample GIFs by playback duration
|
|
2132
|
+
- keep provider dialog reachable
|
|
2133
|
+
- harden Privy readiness recovery
|
|
2134
|
+
- share auth dialog header predicate
|
|
2135
|
+
- reuse auth dialog header in catalog
|
|
2136
|
+
- harden reviewed disclosure continuation
|
|
2137
|
+
- keep auth-active dialog header visible
|
|
2138
|
+
- close group plan review gaps
|
|
2139
|
+
- resume reviewed group disclosures
|
|
2140
|
+
- keep Privy readiness failure generic
|
|
2141
|
+
- gate homepage auth on Privy readiness
|
|
2142
|
+
- normalize GIFs into bounded filmstrips
|
|
2143
|
+
- complete email-only Family acceptance
|
|
2144
|
+
- preserve signed plan authority
|
|
2145
|
+
- allow email-only Family acceptance
|
|
2146
|
+
- preserve partial receipt state
|
|
2147
|
+
- keep incomplete Linq signup partials absorbing
|
|
2148
|
+
- close Linq rich-link identity gaps
|
|
2149
|
+
- track Linq rich-link delivery parts
|
|
2150
|
+
- enforce live Junction source admission
|
|
2151
|
+
- preserve established local accounts
|
|
2152
|
+
- consolidate source admission
|
|
2153
|
+
- scope shared Junction setup
|
|
2154
|
+
- finish callback proof remediation
|
|
2155
|
+
- bind browser callbacks
|
|
2156
|
+
- enforce hosted callback hostname
|
|
2157
|
+
- bind device OAuth callback to owner
|
|
2158
|
+
|
|
2159
|
+
### Changed
|
|
2160
|
+
- Fix release boundaries and PR gate preflight (#2013)
|
|
2161
|
+
- Add a farewell after account deletion (#2012)
|
|
2162
|
+
- Restore Cloudflare runner CPU and memory (#2011)
|
|
2163
|
+
- Restore account deletion after storage retirement (#2007)
|
|
2164
|
+
- close assistant block edge coverage
|
|
2165
|
+
- record scheduled recovery fix
|
|
2166
|
+
- cover remapped Linq thread context (#2004)
|
|
2167
|
+
- preserve release guard wording (#2003)
|
|
2168
|
+
- Unblock hosted runtime wake fix deployment (#2006)
|
|
2169
|
+
- align direct Vercel build contract and archive plan (#1989)
|
|
2170
|
+
- require PR deployment concerns
|
|
2171
|
+
- close pr 1887 remediation plan
|
|
2172
|
+
- record native E2E retry priority
|
|
2173
|
+
- describe native E2E queue guard
|
|
2174
|
+
- complete usage recovery plan
|
|
2175
|
+
- clarify native E2E KMS boundary
|
|
2176
|
+
- close runtime wake churn work
|
|
2177
|
+
- preserve native iOS E2E queue
|
|
2178
|
+
- align WAF assertion with main
|
|
2179
|
+
- preserve native iOS E2E queue
|
|
2180
|
+
- normalize WAF build command
|
|
2181
|
+
- Make runner the device-sync failure-log owner (#1883)
|
|
2182
|
+
- note scheduled support recovery
|
|
2183
|
+
- align WAF order assertion
|
|
2184
|
+
- record sync recovery
|
|
2185
|
+
- Prove runner memory command parity (#1880)
|
|
2186
|
+
- Add bounded command-family turn profiles (#1878)
|
|
2187
|
+
- Reduce device webhook database work (#1974)
|
|
2188
|
+
- Complete stale assistant-wake device recovery (#1985)
|
|
2189
|
+
- narrow reply history fixtures
|
|
2190
|
+
- Recover queued device sync after stale assistant wakes (#1984)
|
|
2191
|
+
- Link usage recovery changelog
|
|
2192
|
+
- Improve usage recovery UX
|
|
2193
|
+
- Keep connected-health syncs bounded (#1980)
|
|
2194
|
+
- define reminder context rollback floor
|
|
2195
|
+
- align assistant delivery expectation
|
|
2196
|
+
- refresh cli generated schema
|
|
2197
|
+
- add workout reminder changelog
|
|
2198
|
+
- require durable reminder handoff
|
|
2199
|
+
- note reliable reminder timing
|
|
2200
|
+
- Halve Cloudflare runner resources (#1978)
|
|
2201
|
+
- close phone call reliability plan
|
|
2202
|
+
- remove stale result barrier expectations
|
|
2203
|
+
- Ratchet measured runner bundle budget (#1976)
|
|
2204
|
+
- Bound assistant session routing index growth (#1910)
|
|
2205
|
+
- simplify provider request guard (#1752)
|
|
2206
|
+
- Improve sponsorship limit confirmation (#1955)
|
|
2207
|
+
- preserve native iOS E2E failure stages (#1961)
|
|
2208
|
+
- fix wake boundary assertions (#1953)
|
|
2209
|
+
- Stop ReviewGPT from auditing PR body discrepancies (#1958)
|
|
2210
|
+
- follow screenshot telemetry exclusion
|
|
2211
|
+
- drop superseded review assertions
|
|
2212
|
+
- Keep Family usage purchase receipt visible
|
|
2213
|
+
- activate native iOS hosted sweep
|
|
2214
|
+
- follow review workflow ownership
|
|
2215
|
+
- align review loop coverage
|
|
2216
|
+
- require material production harm (#1951)
|
|
2217
|
+
- align review prompt coverage
|
|
2218
|
+
- Fix first-time automation inspection recovery (#1936)
|
|
2219
|
+
- Diagnose Junction workout-stream 500 failures (#1946)
|
|
2220
|
+
- Fix quiet usage return edge cases
|
|
2221
|
+
- keep the owned mailbox port
|
|
2222
|
+
- Log ReviewGPT lane-count precedence friction
|
|
2223
|
+
- Unify signed-out connected source actions (#1937)
|
|
2224
|
+
- Fix usage return continuation ownership
|
|
2225
|
+
- remove routine changelog entry
|
|
2226
|
+
- allow prompt line wrapping in review assertion
|
|
2227
|
+
- Fix Settings usage return edge cases
|
|
2228
|
+
- respect inert screenshot studies in overflow check
|
|
2229
|
+
- Update quiet usage design assertion
|
|
2230
|
+
- Add quiet usage return changelog
|
|
2231
|
+
- Remove Settings usage success modal
|
|
2232
|
+
- complete all-channel message volume plan
|
|
2233
|
+
- prove message-volume receipt recovery
|
|
2234
|
+
- make routine card proof deterministic
|
|
2235
|
+
- freeze training week bucket clock
|
|
2236
|
+
- complete message-volume callback mocks
|
|
2237
|
+
- prove routine card repair behavior
|
|
2238
|
+
- preserve routine fallback detail
|
|
2239
|
+
- note Telegram routine cards
|
|
2240
|
+
- simplify Product UX review
|
|
2241
|
+
- close sparse database port alert work
|
|
2242
|
+
- collapse database metric confirmation
|
|
2243
|
+
- freeze training week clock
|
|
2244
|
+
- delete the redundant post-success Webpack-cache discard and stale watchdog ownership prose
|
|
2245
|
+
- collapse the production build-runner contract to one prose owner
|
|
2246
|
+
- Introduce Murph on the referral share card (#1928)
|
|
2247
|
+
- align production build memory guard
|
|
2248
|
+
- Prefer Rich Messages for structured Telegram replies (#1926)
|
|
2249
|
+
- finalize phone-call writer rollout
|
|
2250
|
+
- close phone-call policy reader plan
|
|
2251
|
+
- drain phone-call starts before cutover
|
|
2252
|
+
- Update ReviewGPT to 0.5.133 (#1927)
|
|
2253
|
+
- harden phone-call writer cutover
|
|
2254
|
+
- Fix ambiguous live-workout set confirmations (#1925)
|
|
2255
|
+
- correct phone-call policy rollout
|
|
2256
|
+
- Serve share-card images from ungrouped segments (#1922)
|
|
2257
|
+
- restore legacy changelog ownership
|
|
2258
|
+
- Share cards for referral, connect, and group funding links (#1920)
|
|
2259
|
+
- align phone-result checkpoint coverage
|
|
2260
|
+
- record phone-call retry review
|
|
2261
|
+
- drop unrelated lockfile churn
|
|
2262
|
+
- close Junction webhook recovery plan
|
|
2263
|
+
- Fix WHOOP canary rendered consent action (#1915)
|
|
2264
|
+
- align all-channel message volume contracts
|
|
2265
|
+
- Generalize workout CSV imports (#1769)
|
|
2266
|
+
- update to 0.5.132
|
|
2267
|
+
- complete planned occurrence release proof
|
|
2268
|
+
- add all-channel message volume changelog
|
|
2269
|
+
- inherit review-gpt update from main
|
|
2270
|
+
- prove unknown direct routes stay closed
|
|
2271
|
+
- close database metric observability work
|
|
2272
|
+
- Run managed health scouts on Sol (#1896)
|
|
2273
|
+
- note clearer workout saves
|
|
2274
|
+
- Index pending image completions for hot replies (#1905)
|
|
2275
|
+
- complete direct wake recovery
|
|
2276
|
+
- prove ReviewGPT conversation stabilization
|
|
2277
|
+
- align Stripe effect unit fixture
|
|
2278
|
+
- Batch queued device webhook admission (#1888)
|
|
2279
|
+
- cover ReviewGPT 0.5.132 behavior
|
|
2280
|
+
- update ReviewGPT to 0.5.132 and guard timing options (#1900)
|
|
2281
|
+
- update ReviewGPT to 0.5.132
|
|
2282
|
+
- update ReviewGPT to 0.5.132
|
|
2283
|
+
- update ReviewGPT to 0.5.132
|
|
2284
|
+
- fix Stripe effect authority revalidation
|
|
2285
|
+
- Fix malformed optional Junction workout streams (#1895)
|
|
2286
|
+
- allow native E2E workflow_run handoff
|
|
2287
|
+
- update ReviewGPT attachment verifier
|
|
2288
|
+
- prove replacement setup webhook fencing
|
|
2289
|
+
- Compact snapshot lifecycle logs (#1882)
|
|
2290
|
+
- include phone call origin migration
|
|
2291
|
+
- update ReviewGPT to 0.5.131 (#1899)
|
|
2292
|
+
- align ReviewGPT 0.5.131 contracts
|
|
2293
|
+
- expose safe WHOOP auth diagnostics (#1874)
|
|
2294
|
+
- align ReviewGPT release audit with 0.5.131
|
|
2295
|
+
- align ReviewGPT release guard
|
|
2296
|
+
- update to 0.5.131
|
|
2297
|
+
- Add Vonneumann ReviewGPT browser lane (#1897)
|
|
2298
|
+
- Dedicated OG share card for approval links (#1893)
|
|
2299
|
+
- add Junction recovery changelog
|
|
2300
|
+
- update ReviewGPT to 0.5.131
|
|
2301
|
+
- Trace generated-audio phase timing (#1881)
|
|
2302
|
+
- update ReviewGPT to 0.5.131
|
|
2303
|
+
- harden final review verification
|
|
2304
|
+
- update ReviewGPT to 0.5.131
|
|
2305
|
+
- update ReviewGPT to 0.5.131
|
|
2306
|
+
- Add bounded repair hints for invalid dynamic tools (#1876)
|
|
2307
|
+
- prove replacement setup webhook fencing
|
|
2308
|
+
- Measure repeated provider-input tool output (#1877)
|
|
2309
|
+
- Require motion-proof video evidence for UI state-transition PRs (#1884)
|
|
2310
|
+
- Bound Linq health and vault-share collection work (#1732)
|
|
2311
|
+
- Bound hosted cleanup and retain completion owners (#1746)
|
|
2312
|
+
- Preserve staged mailbox progress and harden hosted gates (#1879)
|
|
2313
|
+
- Retain direct welcome context
|
|
2314
|
+
- require backward-compatible card rollouts
|
|
2315
|
+
- Bound cross-session context latency before MRF replies (#1801)
|
|
2316
|
+
- add production-faithful native iOS E2E
|
|
2317
|
+
- add native iOS hosted E2E gate
|
|
2318
|
+
- address native harness review findings
|
|
2319
|
+
- design native companion e2e harness
|
|
2320
|
+
- Prepare direct Telegram routing before transactions (#1718)
|
|
2321
|
+
- add Product UX calibration examples
|
|
2322
|
+
- sync friction log
|
|
2323
|
+
- guarantee retry barrier cleanup
|
|
2324
|
+
- make direct wake retry e2e deterministic
|
|
2325
|
+
- prove bounded wake retry recovery
|
|
2326
|
+
- Lower personal and automatic compaction thresholds (#1844)
|
|
2327
|
+
- close WHOOP canary recovery
|
|
2328
|
+
- align phone call architecture contract
|
|
2329
|
+
- close command failure diagnostics plan
|
|
2330
|
+
- record queue diagnostic review retrospective
|
|
2331
|
+
- collapse Queue diagnostic vocabulary
|
|
2332
|
+
- complete Junction fidelity review
|
|
2333
|
+
- close Queue failure proof gaps
|
|
2334
|
+
- Classify incomplete rotations at OAuth boundary
|
|
2335
|
+
- keep ordinary system wake checkpoint-gated
|
|
2336
|
+
- Fence incomplete provider token rotations
|
|
2337
|
+
- fix phone call result routing and stop settlement
|
|
2338
|
+
- Preserve refresh cleanup authority
|
|
2339
|
+
- cover member action wake priority
|
|
2340
|
+
- Update biomarker verification record
|
|
2341
|
+
- Fence ambiguous refreshes before account suspension
|
|
2342
|
+
- note personalized next trials
|
|
2343
|
+
- Preserve stale biomarker recovery
|
|
2344
|
+
- classify phone call stop intent metadata
|
|
2345
|
+
- ratchet reviewed runner graph
|
|
2346
|
+
- close micronutrient expansion plan
|
|
2347
|
+
- record round 27 candidate proof
|
|
2348
|
+
- record member-actions base proof
|
|
2349
|
+
- fix durable phone call termination
|
|
2350
|
+
- Serialize token refresh with account suspension
|
|
2351
|
+
- record startup readiness budget
|
|
2352
|
+
- record final Frog base proof
|
|
2353
|
+
- Revert "test: align ReviewGPT 0.5.127 audit"
|
|
2354
|
+
- align ReviewGPT 0.5.127 audit
|
|
2355
|
+
- close deterministic member actions plan
|
|
2356
|
+
- Cover quiet biomarker refresh states
|
|
2357
|
+
- cover ReviewGPT idle cleanup (#1839)
|
|
2358
|
+
- announce connected meal nutrients
|
|
2359
|
+
- mirror current runner budget
|
|
2360
|
+
- align outbox occurrence expectation
|
|
2361
|
+
- record round 26 integrated proof
|
|
2362
|
+
- use canonical one-shot schedule
|
|
2363
|
+
- record phone call verification evidence
|
|
2364
|
+
- record Frog current-base proof
|
|
2365
|
+
- update ReviewGPT to 0.5.127 (#1832)
|
|
2366
|
+
- complete Product UX workflow
|
|
2367
|
+
- Update ReviewGPT to 0.5.127
|
|
2368
|
+
- add phone call follow-up changelog
|
|
2369
|
+
- fix phone call status and result delivery
|
|
2370
|
+
- Preserve recovery fences and guidance
|
|
2371
|
+
- ratchet reminder runner bundle budget
|
|
2372
|
+
- add product UX planning and proof
|
|
2373
|
+
- close hosted runtime e2e repair
|
|
2374
|
+
- make retained claim order explicit
|
|
2375
|
+
- correct protected auth proof count
|
|
2376
|
+
- align protected auth provider identity
|
|
2377
|
+
- refresh merged integration fixtures
|
|
2378
|
+
- record runner bundle byte mismatch
|
|
2379
|
+
- Add biomarker loading changelog
|
|
2380
|
+
- document reliable experiment reminders
|
|
2381
|
+
- Improve biomarker result loading
|
|
2382
|
+
- harden reminder wake and reply paths
|
|
2383
|
+
- fix reminders and experiment reply authority
|
|
2384
|
+
- ratchet integrated runner total
|
|
2385
|
+
- refresh runner bundle ratchets
|
|
2386
|
+
- Require reconnect after stale token refresh
|
|
2387
|
+
- record round 24 integrated proof
|
|
2388
|
+
- Preserve credentials during stale lease recovery
|
|
2389
|
+
- remove stale active plan index entry
|
|
2390
|
+
- fix completed PR plan index
|
|
2391
|
+
- close Vercel build reliability plan
|
|
2392
|
+
- follow archived review plan
|
|
2393
|
+
- Update ReviewGPT and bound refresh recovery
|
|
2394
|
+
- update ReviewGPT to 0.5.126
|
|
2395
|
+
- update ReviewGPT to 0.5.126
|
|
2396
|
+
- isolate synthetic git hooks
|
|
2397
|
+
- execute production build cache transitions
|
|
2398
|
+
- Harden account deletion recovery fences
|
|
2399
|
+
- record fast specialist attestation gap
|
|
2400
|
+
- close integration fixture plan
|
|
2401
|
+
- Align Junction continuation coverage
|
|
2402
|
+
- fix specialist fixture findings
|
|
2403
|
+
- refresh integration gate fixtures
|
|
2404
|
+
- restore production-only deploys
|
|
2405
|
+
- Archive PR 1705 execution plan
|
|
2406
|
+
- strengthen minified first-connect coverage (#1820)
|
|
2407
|
+
- delegate marker restoration to Git
|
|
2408
|
+
- Update ReviewGPT to 0.5.126 (#1817)
|
|
2409
|
+
- Fix Junction continuation repair ownership
|
|
2410
|
+
- Fix Starter activation hard navigation (#1809)
|
|
2411
|
+
- override preview ignore step
|
|
2412
|
+
- force Webpack preview [vercel deploy]
|
|
2413
|
+
- allow the Webpack proof branch
|
|
2414
|
+
- Use 180-minute ReviewGPT handoff waits (#1712)
|
|
2415
|
+
- Correct device-sync recovery proof for v2 snapshots (#1812)
|
|
2416
|
+
- stabilize hosted integration scenarios
|
|
2417
|
+
- use verifier-compatible authority fixture
|
|
2418
|
+
- refresh crypto concurrency fixtures
|
|
2419
|
+
- update Junction user fixture
|
|
2420
|
+
- use scoped browser vault fixture key
|
|
2421
|
+
- close food timeout plan
|
|
2422
|
+
- unify metric rollback ownership
|
|
2423
|
+
- scope Telegram rich tool expectation
|
|
2424
|
+
- note default exercise images
|
|
2425
|
+
- record private integration pass
|
|
2426
|
+
- restore onboarding crypto signer mock
|
|
2427
|
+
- record round 18 pass
|
|
2428
|
+
- prove recovery at workspace owner
|
|
2429
|
+
- restore notification input type
|
|
2430
|
+
- Fix hosted provider canary browser recovery (#1791)
|
|
2431
|
+
- simplify Telegram rich parser
|
|
2432
|
+
- Update ReviewGPT to 0.5.125 (#1807)
|
|
2433
|
+
- Fix required browser vault demand recovery
|
|
2434
|
+
- record trusted round 15 evidence
|
|
2435
|
+
- Align contact key rotation fixtures
|
|
2436
|
+
- Buffer device webhook bursts through encrypted queues (#1766)
|
|
2437
|
+
- Fix biomarker vault test capabilities
|
|
2438
|
+
- accept native SIGINT reporting
|
|
2439
|
+
- Reratch runner bundle after main reconciliation
|
|
2440
|
+
- prove closed-loop quiescence
|
|
2441
|
+
- Keep browser replica build off runner startup
|
|
2442
|
+
- Remove AgentMail integration (#1751)
|
|
2443
|
+
- Fix Cloudflare workspace lockfile
|
|
2444
|
+
- pin Frog review fixture package manager
|
|
2445
|
+
- add browser vault loading design proof
|
|
2446
|
+
- Harden Frog review authority and recovery
|
|
2447
|
+
- record food timeout verification
|
|
2448
|
+
- note reliable food lookups
|
|
2449
|
+
- Page pooled database connection errors to operator phones (#1764)
|
|
2450
|
+
- add faster dashboard changelog
|
|
2451
|
+
- reduce authenticated browser vault startup cost
|
|
2452
|
+
- Make homepage vault preparation payload-free (#1793)
|
|
2453
|
+
- Constrain hosted device-sync cadence publication (#1799)
|
|
2454
|
+
- separate current sender result destination
|
|
2455
|
+
- cover worktree materialization failure
|
|
2456
|
+
- preserve stacked retry behavior
|
|
2457
|
+
- Require minimal-fix complexity dispositions from ReviewGPT (#1792)
|
|
2458
|
+
- cover monitoring boundaries
|
|
2459
|
+
- announce manual daily metric corrections
|
|
2460
|
+
- Add durable member-reported daily metrics
|
|
2461
|
+
- Prepare direct Linq routing before database transactions (#1724)
|
|
2462
|
+
- prove orphan scheduling after ownership loss
|
|
2463
|
+
- Clarify Frog review correction scope
|
|
2464
|
+
- Include Frog skill in review evidence
|
|
2465
|
+
- prove bounded snapshot completion replay
|
|
2466
|
+
- define scalar cursor rollout
|
|
2467
|
+
- Teach Murph connected insulin and basal calories (#1777)
|
|
2468
|
+
- Record Frog activation retrospective
|
|
2469
|
+
- Activate local Frog autofix
|
|
2470
|
+
- Fix hosted browser canary navigation (#1778)
|
|
2471
|
+
- remove duplicate timeseries progress
|
|
2472
|
+
- Preserve every source in group health shares (#1765)
|
|
2473
|
+
- Fix current-sender clarification delivery
|
|
2474
|
+
- sync friction log (#1640)
|
|
2475
|
+
- Restore scheduled device-sync wakes (#1776)
|
|
2476
|
+
- Restore lighter homepage topic labels (#1774)
|
|
2477
|
+
- Bound account deletion database critical sections
|
|
2478
|
+
- fix hosted-local KMS canary fixtures (#1773)
|
|
2479
|
+
- Fix cold-restored dirty job acknowledgements (#1771)
|
|
2480
|
+
- note quieter recurring reminders
|
|
2481
|
+
- Fix clarification response parsing
|
|
2482
|
+
- Restore scalar Junction continuation progress
|
|
2483
|
+
- Revert "refactor(junction): keep scalar continuation progress"
|
|
2484
|
+
- Adopt official provider SDK clients (#1762)
|
|
2485
|
+
- keep scalar continuation progress
|
|
2486
|
+
- record visual review packaging gaps
|
|
2487
|
+
- align continuation coverage
|
|
2488
|
+
- Import Strong and Hevy workout CSV exports (#1734)
|
|
2489
|
+
- Fix hosted device-sync wake ownership (#1736)
|
|
2490
|
+
- Fix natural group answer audience routing
|
|
2491
|
+
- Send companion signup first outreach (#1761)
|
|
2492
|
+
- complete Telegram rich content work
|
|
2493
|
+
- freeze member action completion contracts
|
|
2494
|
+
- record rich fallback review decision
|
|
2495
|
+
- Complete bounded Junction timeseries continuations
|
|
2496
|
+
- Enable every canonical Junction timeseries by default
|
|
2497
|
+
- Bound Junction timeseries collection units
|
|
2498
|
+
- Give reminder gate unique automation identities
|
|
2499
|
+
- Improve assistant awareness of connected health data
|
|
2500
|
+
- complete audit package trim
|
|
2501
|
+
- trim audit package context
|
|
2502
|
+
- Extend scheduled reminder gate timeout
|
|
2503
|
+
- Clarify connected health release guidance
|
|
2504
|
+
- Improve assistant awareness of connected health data
|
|
2505
|
+
- Strengthen scheduled reminder timing proof
|
|
2506
|
+
- preserve Junction default expectations
|
|
2507
|
+
- Cover reminder fixture alignment guard
|
|
2508
|
+
- Update scheduled reminder deploy gate
|
|
2509
|
+
- preserve Junction opt-in expectations
|
|
2510
|
+
- Explain physical-note printer rejections (#1671)
|
|
2511
|
+
- Fix group health-share refresh after wearable sync (#1726)
|
|
2512
|
+
- Record merged PostgreSQL verification
|
|
2513
|
+
- Update PostgreSQL crypto test fixture
|
|
2514
|
+
- Record merged S review baseline
|
|
2515
|
+
- Add Stripe effect compatibility cutover
|
|
2516
|
+
- freeze member action mailbox kind
|
|
2517
|
+
- Fix pending group health sharing (#1688)
|
|
2518
|
+
- keep member actions outside assistant prompts
|
|
2519
|
+
- announce direct Messages workout entry
|
|
2520
|
+
- prove edge delivery admission
|
|
2521
|
+
- note flexible Telegram layouts
|
|
2522
|
+
- Make Junction history frequency-aware (#1693)
|
|
2523
|
+
- Preserve private Assistant Ask continuity (#1683)
|
|
2524
|
+
- isolate query-shape migration fixture
|
|
2525
|
+
- close query-shaped database reads
|
|
2526
|
+
- Prepare mailbox and identity crypto before transactions (#1737)
|
|
2527
|
+
- Bound hosted runtime latency monitor query (#1735)
|
|
2528
|
+
- keep handoff proof scoped to plan
|
|
2529
|
+
- prove bounded replay and handoff limits
|
|
2530
|
+
- ratchet Junction runner bundle budget
|
|
2531
|
+
- Bound image-heavy Linq responses and retain rejection diagnostics (#1731)
|
|
2532
|
+
- align query-shape release fixtures
|
|
2533
|
+
- close Linq delivery query plan
|
|
2534
|
+
- track query-shape completion
|
|
2535
|
+
- Complete provider-owned Composio API client
|
|
2536
|
+
- bind Linq plan proof to production SQL
|
|
2537
|
+
- prove bodyless Composio revoke
|
|
2538
|
+
- update hosted migration inventory proof
|
|
2539
|
+
- Use provider-owned Composio API types
|
|
2540
|
+
- clarify Junction collection limits
|
|
2541
|
+
- unify device runtime secret preparation
|
|
2542
|
+
- Update ops usage design catalog label
|
|
2543
|
+
- close database monitor retry plan
|
|
2544
|
+
- Complete hot collection read bounds
|
|
2545
|
+
- Enable Junction timeseries resources by default
|
|
2546
|
+
- cover counter confirmation boundaries
|
|
2547
|
+
- bound signup failure liveness reads
|
|
2548
|
+
- preserve WHOOP mock query shape
|
|
2549
|
+
- close Telegram routine card repair
|
|
2550
|
+
- note routine card resends
|
|
2551
|
+
- close channel-native plan presentation
|
|
2552
|
+
- format routine presentation e2e
|
|
2553
|
+
- complete routine catalog e2e fixture
|
|
2554
|
+
- cover channel-native routine journeys
|
|
2555
|
+
- keep Dexcom recovery unavailable
|
|
2556
|
+
- link channel-native plan changelog
|
|
2557
|
+
- cover multi-group patterns mobile layout
|
|
2558
|
+
- cover duration unit conversions
|
|
2559
|
+
- close Composio identity repair
|
|
2560
|
+
- cover scheduled write authority
|
|
2561
|
+
- Set-bound terminal account deletion
|
|
2562
|
+
- Recover legacy trial activation replay
|
|
2563
|
+
- Preserve ops usage boundary members
|
|
2564
|
+
- close scheduled wearable wake compatibility
|
|
2565
|
+
- cover Outlook calendar member binding
|
|
2566
|
+
- note restored connected app actions
|
|
2567
|
+
- Separate Junction interval and daily ownership
|
|
2568
|
+
- Bound checkpoint latency collection writes
|
|
2569
|
+
- align wearable recovery changelog proof
|
|
2570
|
+
- record wearable recovery compatibility
|
|
2571
|
+
- fix scheduled wearable wake compatibility
|
|
2572
|
+
- make browser default proof hermetic
|
|
2573
|
+
- Bound operator usage dashboard reads
|
|
2574
|
+
- Expose Dexcom availability in design catalog
|
|
2575
|
+
- Correct query-shape replay and capacity races
|
|
2576
|
+
- Prepare account deletion targets before terminal locks
|
|
2577
|
+
- Document modern Dexcom availability
|
|
2578
|
+
- Mark modern Dexcom connection as coming soon
|
|
2579
|
+
- close device snapshot status bounds plan
|
|
2580
|
+
- Index-bound Family owner seat admission
|
|
2581
|
+
- Set-write checkpoint publication latency milestones
|
|
2582
|
+
- note deletion web handoff
|
|
2583
|
+
- Store Junction tags neutrally (#1697)
|
|
2584
|
+
- Scope Junction revision reconciliation
|
|
2585
|
+
- Preserve activity and sleep summary detail (#1704)
|
|
2586
|
+
- Persist exact Stripe activation replay pointers
|
|
2587
|
+
- Narrow referral and handoff recovery reads
|
|
2588
|
+
- Bound WHOOP capacity graph reads
|
|
2589
|
+
- Index bounded group and message-volume reads
|
|
2590
|
+
- Bound Family owner invite history reads
|
|
2591
|
+
- Converge Junction fidelity ownership
|
|
2592
|
+
- Preserve Junction body composition facts (#1695)
|
|
2593
|
+
- Preserve Junction menstrual and profile facts (#1694)
|
|
2594
|
+
- Repair hosted conversation progress handling (#1664)
|
|
2595
|
+
- Record exact-head device status proof
|
|
2596
|
+
- Collapse device status snapshot fanout
|
|
2597
|
+
- Document device apply body-limit retrospective
|
|
2598
|
+
- Harden Junction fidelity reconciliation
|
|
2599
|
+
- Match iMessage fallback cards to native layouts (#1650)
|
|
2600
|
+
- Fix Environment Browser Vault convergence (#1676)
|
|
2601
|
+
- add authenticated Playwright smoke (#1595)
|
|
2602
|
+
- repair scheduled card fixture (#1709)
|
|
2603
|
+
- Fix Junction fidelity reconciliation gaps
|
|
2604
|
+
- Split device apply callbacks by body size
|
|
2605
|
+
- Preserve bounded Junction timeseries fidelity
|
|
2606
|
+
- note group audience routing
|
|
2607
|
+
- unify current-sender requests
|
|
2608
|
+
- Fix pending-group prep retention
|
|
2609
|
+
- emit pull-request synchronize
|
|
2610
|
+
- trigger exact-head checks
|
|
2611
|
+
- execute permission CLI shim
|
|
2612
|
+
- expose permission read failures
|
|
2613
|
+
- target automation read smoke
|
|
2614
|
+
- split restricted shell proof on CI
|
|
2615
|
+
- complete group email graph bounds
|
|
2616
|
+
- complete Starter KMS prewarm plan
|
|
2617
|
+
- keep permission shell proof portable
|
|
2618
|
+
- note clearer personal patterns
|
|
2619
|
+
- prove Starter crypto retry rollback
|
|
2620
|
+
- close Linq diagnostic compaction index
|
|
2621
|
+
- close legacy trial checkout cleanup plan
|
|
2622
|
+
- Merge origin/main into codex/linq-canonical-send-route
|
|
2623
|
+
- tighten automation guidance proof
|
|
2624
|
+
- prove legacy subscription checkout rejection
|
|
2625
|
+
- gate routine card advertisement by channel (#1684)
|
|
2626
|
+
- normalize Linq index task
|
|
2627
|
+
- index Linq diagnostic compaction
|
|
2628
|
+
- normalize Linq index task
|
|
2629
|
+
- index Linq diagnostic compaction
|
|
2630
|
+
- cover device snapshot status export
|
|
2631
|
+
- remove legacy trial checkout cleanup
|
|
2632
|
+
- Sync Oura tags into Personal Patterns (#1673)
|
|
2633
|
+
- Fix Personal Patterns for normalized wearable data (#1668)
|
|
2634
|
+
- record pending-group merge verification
|
|
2635
|
+
- record current-main device snapshot integration
|
|
2636
|
+
- align support authority fixtures
|
|
2637
|
+
- close wearable timing telemetry plan
|
|
2638
|
+
- Assert one-candidate feedback guard
|
|
2639
|
+
- Preserve one-candidate feedback semantics
|
|
2640
|
+
- Test proactive product frustration guidance
|
|
2641
|
+
- Make Murph log explicit product frustration proactively
|
|
2642
|
+
- close group-share freshness work
|
|
2643
|
+
- derive schedule fixtures from production
|
|
2644
|
+
- cite OpenAI model expansion
|
|
2645
|
+
- Fix invalid pending setup recovery fallback
|
|
2646
|
+
- Attribute wearable timing telemetry by source
|
|
2647
|
+
- match landed frontier proof
|
|
2648
|
+
- compose mailbox frontier proof
|
|
2649
|
+
- prove device apply load bounds
|
|
2650
|
+
- Update live-steer timing assertion
|
|
2651
|
+
- record device apply verification
|
|
2652
|
+
- Fix delayed relative reminder resolution
|
|
2653
|
+
- Fix retained vault export during Oura processing (#1655)
|
|
2654
|
+
- record pending-group review retrospective
|
|
2655
|
+
- wait on group route container
|
|
2656
|
+
- expect read-only inspect guidance
|
|
2657
|
+
- centralize root signature validation
|
|
2658
|
+
- fail closed on missing mailbox frontier
|
|
2659
|
+
- complete PR 1420 merge readiness
|
|
2660
|
+
- Archive completed Linq message edit batching plan
|
|
2661
|
+
- remove stale billing browser helper
|
|
2662
|
+
- bind wearable replay receipt to trigger
|
|
2663
|
+
- trust durable mailbox settlement
|
|
2664
|
+
- Harden Linq edit preparation contention
|
|
2665
|
+
- complete Codex runtime hard-cut plan
|
|
2666
|
+
- archive browser assertion nonce plan
|
|
2667
|
+
- cover custom inference reasoning capability
|
|
2668
|
+
- close causal audience recovery
|
|
2669
|
+
- Bound Linq roster database work with fixed set reads and one reconciliation statement, including live authority revalidation and cap-32 PostgreSQL proof.
|
|
2670
|
+
- Finalize Retell transfers after the human leg ends (#1363)
|
|
2671
|
+
- record runtime hard-cut verification
|
|
2672
|
+
- Fix group-share freshness under device-sync wakes
|
|
2673
|
+
- archive callback nonce plan
|
|
2674
|
+
- prove bounded Linq roster revalidation
|
|
2675
|
+
- hard-cut assistant runtime to Codex
|
|
2676
|
+
- link referral recovery fixes
|
|
2677
|
+
- record shared-card device proof gate
|
|
2678
|
+
- align shared-card handoff contract
|
|
2679
|
+
- Fix wearable timing and timezone handling (#1626)
|
|
2680
|
+
- close container SSH removal plan
|
|
2681
|
+
- add mobile homepage changelog entry
|
|
2682
|
+
- align appointment reminder heading
|
|
2683
|
+
- merge current main into image detail routing
|
|
2684
|
+
- align prompt heading expectation
|
|
2685
|
+
- assert SSH policy per container
|
|
2686
|
+
- align execution heading assertion
|
|
2687
|
+
- Complete canonical Linq send route
|
|
2688
|
+
- Align support-gap authority documentation
|
|
2689
|
+
- align reminder behavior heading
|
|
2690
|
+
- align appointment reminder prompt heading
|
|
2691
|
+
- Fence personal support changes from group authority
|
|
2692
|
+
- Cover private support authority boundaries
|
|
2693
|
+
- update appointment prompt heading assertion
|
|
2694
|
+
- Prove support-check completion authority
|
|
2695
|
+
- align execution prompt header
|
|
2696
|
+
- Bind support checks to the completion window
|
|
2697
|
+
- clarify callback nonce expiry boundary
|
|
2698
|
+
- Keep final outbox authority time fresh
|
|
2699
|
+
- record suppressed PR synchronize checks
|
|
2700
|
+
- stop moving-base CI loops
|
|
2701
|
+
- wait for group container completion
|
|
2702
|
+
- Document the separate staggered support check
|
|
2703
|
+
- complete generated avatar byte binding
|
|
2704
|
+
- Fence support checks to their onboarding completion
|
|
2705
|
+
- close shared card handoff plan
|
|
2706
|
+
- Keep support acceptance in the follow-through owner
|
|
2707
|
+
- Soften homepage topic labels (#1627)
|
|
2708
|
+
- Keep proactive support policy skill-owned
|
|
2709
|
+
- Cover deterministic support-check staggering
|
|
2710
|
+
- Stagger post-onboarding support checks
|
|
2711
|
+
- Keep follow-through policy out of the resident prompt
|
|
2712
|
+
- Make Frog PR normalization retry-safe
|
|
2713
|
+
- cover mixed ReviewGPT phases
|
|
2714
|
+
- announce clearer card previews
|
|
2715
|
+
- link shared card handoff PR
|
|
2716
|
+
- Teach Murph about canonical scale and blood pressure history (#1508)
|
|
2717
|
+
- Preserve BP history completion authority (#1625)
|
|
2718
|
+
- cover canonical late delivery authority
|
|
2719
|
+
- keep active support-check authority canonical
|
|
2720
|
+
- complete changelog fragment rollout
|
|
2721
|
+
- Trim redundant plan and model settings copy (#1621)
|
|
2722
|
+
- Fix referral recovery lane targeting (#1622)
|
|
2723
|
+
- Make Frog sync PRs pass body guards
|
|
2724
|
+
- add family recovery changelog
|
|
2725
|
+
- cover stale legacy support-check retirement
|
|
2726
|
+
- retire superseded onboarding support one-shots
|
|
2727
|
+
- remove recurring goal-support coverage
|
|
2728
|
+
- prove the bounded three-day support-gap lifecycle
|
|
2729
|
+
- cover the three-day support-gap separation
|
|
2730
|
+
- complete fanout review guidance
|
|
2731
|
+
- resolve fanout prompt review
|
|
2732
|
+
- track fanout review plan
|
|
2733
|
+
- review database collection fanout
|
|
2734
|
+
- restore one-shot support-gap delivery authority
|
|
2735
|
+
- align proactive follow-through with the one-shot support check
|
|
2736
|
+
- separate the first health read from support setup
|
|
2737
|
+
- align referral route authority contract
|
|
2738
|
+
- isolate reminder preemption fixture
|
|
2739
|
+
- retry port bind races
|
|
2740
|
+
- stream held provider fixtures
|
|
2741
|
+
- remove scripted provider races
|
|
2742
|
+
- expect paid usage reset timestamp
|
|
2743
|
+
- model paid conversion invoice lines
|
|
2744
|
+
- isolate Stripe replay phases
|
|
2745
|
+
- align Starter cutover E2E contracts
|
|
2746
|
+
- clarify static fallback catalog
|
|
2747
|
+
- exercise consent hover outside catalog inertness
|
|
2748
|
+
- prove legacy route responses fail closed
|
|
2749
|
+
- refresh generated avatar proof
|
|
2750
|
+
- probe consent link outside catalog inertness
|
|
2751
|
+
- close generated image avatar continuity
|
|
2752
|
+
- Remove completed legacy trial retirement tooling (#1613)
|
|
2753
|
+
- Improve the Environment report loading state (#1617)
|
|
2754
|
+
- bind changelog visuals to owning items
|
|
2755
|
+
- refresh scheduled card fixture
|
|
2756
|
+
- Harden Frog App token guard
|
|
2757
|
+
- prove song fallback context boundary
|
|
2758
|
+
- note scheduled card route recovery
|
|
2759
|
+
- prove Linq reaction root composition
|
|
2760
|
+
- cover durable proactive-support opt-outs
|
|
2761
|
+
- refresh PR mergeability
|
|
2762
|
+
- Improve homepage mobile performance (#1573)
|
|
2763
|
+
- prove recurring goal-support outbox authority
|
|
2764
|
+
- cover weekly support proposals
|
|
2765
|
+
- prove weekly goal support lifecycle
|
|
2766
|
+
- Enable private continuation from group chat (#1481)
|
|
2767
|
+
- keep changelog assertions date-independent
|
|
2768
|
+
- Use a GitHub App for Frog reconciliation
|
|
2769
|
+
- make changelog window proof date agnostic
|
|
2770
|
+
- close hosted runtime progress alert
|
|
2771
|
+
- note sharper single-photo review
|
|
2772
|
+
- align music eligibility contract
|
|
2773
|
+
- Complete public music-policy boundary
|
|
2774
|
+
- enforce response cards in fast gate
|
|
2775
|
+
- restore Cloudflare deploy gates
|
|
2776
|
+
- record health data row polish
|
|
2777
|
+
- Keep nutrition direction inside Messages cards
|
|
2778
|
+
- ratchet runner bundle baseline
|
|
2779
|
+
- require agents to commit Frog friction logs (#1604)
|
|
2780
|
+
- Teach unfamiliar exercises with full-motion image sequences (#1612)
|
|
2781
|
+
- cover proactive follow-through defaults
|
|
2782
|
+
- Merge origin/main into agent/device-sync-dirty-classification
|
|
2783
|
+
- wait for advanced Junction replica
|
|
2784
|
+
- Backfill sparse Junction blood pressure history (#1523)
|
|
2785
|
+
- Reduce device-sync database burst amplification (#1603)
|
|
2786
|
+
- align voice memo fixture
|
|
2787
|
+
- preserve checkpoint-safe foreground handoff
|
|
2788
|
+
- keep frozen changelog inventory position independent
|
|
2789
|
+
- align sleep share ingress fixture
|
|
2790
|
+
- cover duplicate changelog fragments
|
|
2791
|
+
- Keep voice memos on the configured voice (#1587)
|
|
2792
|
+
- read drained Junction replica
|
|
2793
|
+
- close assistant audience authority work
|
|
2794
|
+
- close settings and chat plan
|
|
2795
|
+
- accept checkpointed system receipts
|
|
2796
|
+
- Add pinned Codex egress route conformance suite (#1598)
|
|
2797
|
+
- Add guarded legacy trial retirement Ops control (#1602)
|
|
2798
|
+
- privatize dirty payload preparation
|
|
2799
|
+
- Propose nutrition goals before the first daily card (#1517)
|
|
2800
|
+
- seed Starter usage in hosted E2E members (#1601)
|
|
2801
|
+
- record round 11 remediation
|
|
2802
|
+
- close workout card device remediation
|
|
2803
|
+
- keep foreground hook fixture non-preempting
|
|
2804
|
+
- add Frog developer friction logging (#1579)
|
|
2805
|
+
- fail dirty ack after preemption
|
|
2806
|
+
- Fix cross-session worktree guard blocking (#1564)
|
|
2807
|
+
- close Android visibility gate plan
|
|
2808
|
+
- Replace timed Pulse trial with non-expiring Starter usage (#1464)
|
|
2809
|
+
- note model-free wearable recovery
|
|
2810
|
+
- Fix hosted paired E2E harness boundaries (#1577)
|
|
2811
|
+
- Run device sync from system mailbox mode
|
|
2812
|
+
- Fix clipped artwork on static iMessage cards (#1585)
|
|
2813
|
+
- align Android deploy variable scope
|
|
2814
|
+
- update sleep challenge changelog
|
|
2815
|
+
- record round 11 candidate proof
|
|
2816
|
+
- add referral recovery changelog
|
|
2817
|
+
- cover generated avatar design study
|
|
2818
|
+
- record personality verification evidence
|
|
2819
|
+
- publish personality settings changelog
|
|
2820
|
+
- note cleaner workout cards
|
|
2821
|
+
- close hosted web-search 403 plan
|
|
2822
|
+
- index Codex pin ownership
|
|
2823
|
+
- clarify independent Codex pins
|
|
2824
|
+
- Add referral-link usage stats to Growth (#1578)
|
|
2825
|
+
- close bounded settlement plan
|
|
2826
|
+
- cover weekly insight command fallback
|
|
2827
|
+
- Guard appointment reminders from unverified audiences
|
|
2828
|
+
- announce restored web search
|
|
2829
|
+
- Cover appointment reminder control rules
|
|
2830
|
+
- Honor appointment reminder changes and opt-outs
|
|
2831
|
+
- Add appointment reminder prompt coverage
|
|
2832
|
+
- Add proactive appointment reminder policy
|
|
2833
|
+
- cover generated avatar changelog page
|
|
2834
|
+
- cover generated avatar changelog page
|
|
2835
|
+
- Make ReviewGPT reruns proportional
|
|
2836
|
+
- Refresh legacy Pattern replicas automatically (#1575)
|
|
2837
|
+
- align newsletter control delegation
|
|
2838
|
+
- Polish the iMessage nutrition card presentation (#1567)
|
|
2839
|
+
- record bounded capacity contract
|
|
2840
|
+
- align managed newsletter skill contract
|
|
2841
|
+
- align group prompt newsletter recovery expectation
|
|
2842
|
+
- remove stale merged measurement
|
|
2843
|
+
- record round 10 merged proof
|
|
2844
|
+
- Extract Murph-managed voice runtime behind a fail-closed seam (#1519)
|
|
2845
|
+
- record follow-up verification
|
|
2846
|
+
- prove Family crypto rollback drain
|
|
2847
|
+
- require short database transactions
|
|
2848
|
+
- cover crypto drain boundaries
|
|
2849
|
+
- Gate hosted subagent delegation guidance
|
|
2850
|
+
- preserve newsletter schedule timezone contract
|
|
2851
|
+
- Tune hosted subagent delegation guidance
|
|
2852
|
+
- make newsletters ordinary group automations
|
|
2853
|
+
- announce reliable reminder timing
|
|
2854
|
+
- close automation timezone repair
|
|
2855
|
+
- align compact table URL boundary
|
|
2856
|
+
- ratchet measured CLI bundle
|
|
2857
|
+
- keep family requests canonical
|
|
2858
|
+
- Gate Android-only product surfaces
|
|
2859
|
+
- record round 9 candidate proof
|
|
2860
|
+
- allow GitHub design proof attachments
|
|
2861
|
+
- remeasure merged runner bundle
|
|
2862
|
+
- record merged runner measurement
|
|
2863
|
+
- close Stripe billing hardening plan
|
|
2864
|
+
- record round 8 continuation
|
|
2865
|
+
- pause at ReviewGPT hard cap
|
|
2866
|
+
- Teach ask_grok to understand X images and video (#1399)
|
|
2867
|
+
- define bounded settlement contract
|
|
2868
|
+
- prove bounded replay settlement
|
|
2869
|
+
- track grant slot release migration
|
|
2870
|
+
- settle grants set-wise
|
|
2871
|
+
- record rollback floor proof
|
|
2872
|
+
- Close Family recovery and Telegram billing gaps
|
|
2873
|
+
- Harden billing consent and cancellation recovery
|
|
2874
|
+
- complete Family Max chat remediation
|
|
2875
|
+
- close image completion preemption plan
|
|
2876
|
+
- record scheduled-call render proof
|
|
2877
|
+
- align billing design catalog title
|
|
2878
|
+
- align hosted media recovery effects
|
|
2879
|
+
- clarify Family Max rollback floor
|
|
2880
|
+
- prove pending Family Max rollback floor
|
|
2881
|
+
- align Linq pending-contact mock
|
|
2882
|
+
- record physical media proof
|
|
2883
|
+
- complete recovery design proof
|
|
2884
|
+
- record hard-cap remediation proof
|
|
2885
|
+
- record Telegram admission KMS fix
|
|
2886
|
+
- record tuple verification
|
|
2887
|
+
- derive image completion identity from events
|
|
2888
|
+
- Restore relay guidance and simplify Mobvoi setup
|
|
2889
|
+
- record exact thread routing proof
|
|
2890
|
+
- align Linq prewarm query proof
|
|
2891
|
+
- update thread route snapshot proof
|
|
2892
|
+
- enforce thread route ciphertext snapshots
|
|
2893
|
+
- archive dirty classification plan
|
|
2894
|
+
- record thread route root prewarm proof
|
|
2895
|
+
- Keep Mobvoi setup outside connection identity
|
|
2896
|
+
- update latest thread routing proof
|
|
2897
|
+
- record provider input impact
|
|
2898
|
+
- close group usage status plan
|
|
2899
|
+
- close Codex 0.147 review plan
|
|
2900
|
+
- refresh release index
|
|
2901
|
+
- record round four review disposition
|
|
2902
|
+
- prove final card boundaries
|
|
2903
|
+
- record merged candidate verification
|
|
2904
|
+
- update ReviewGPT release contract
|
|
2905
|
+
- update ReviewGPT CPU fixes
|
|
2906
|
+
- align runner bundle budget mirror
|
|
2907
|
+
- align changelog design heading assertion
|
|
2908
|
+
- prove reconnect retention
|
|
2909
|
+
- Clarify the Mobvoi Health Connect journey
|
|
2910
|
+
- retry generic group email effect refactor
|
|
2911
|
+
- apply generic group email effect refactor
|
|
2912
|
+
- close runtime failure diagnostics plan
|
|
2913
|
+
- record provider input impact
|
|
2914
|
+
- record round three review dispositions
|
|
2915
|
+
- make newsletters ordinary group automations
|
|
2916
|
+
- apply newsletter automation core refactor v3
|
|
2917
|
+
- register expanded changelog study
|
|
2918
|
+
- record exact-head changelog proof
|
|
2919
|
+
- align changelog visual proof window
|
|
2920
|
+
- archive Family Max execution plan
|
|
2921
|
+
- Fix Family seat growth for trialing owners (#1543)
|
|
2922
|
+
- Delete Linq inventory lock layers
|
|
2923
|
+
- Fix relay status and app-link prompt boundaries
|
|
2924
|
+
- extend ReviewGPT timeout to 180 minutes (#1532)
|
|
2925
|
+
- collapse latency telemetry to set-based writes (#1531)
|
|
2926
|
+
- ratchet runner bundle budget
|
|
2927
|
+
- use full hosted bundle measurement
|
|
2928
|
+
- ratchet runner bundle budget
|
|
2929
|
+
- Expand reviewed biomarker ranges and derive display status (#1491)
|
|
2930
|
+
- Archive Linq inventory sync plan
|
|
2931
|
+
- Hide usage exhaustion estimates in Settings (#1538)
|
|
2932
|
+
- record static card review completion
|
|
2933
|
+
- Add Mobvoi/TicWatch Health Connect support
|
|
2934
|
+
- clarify completion route identity
|
|
2935
|
+
- Fix Linq inventory publication races
|
|
2936
|
+
- narrow late route winner fixture boundary
|
|
2937
|
+
- define Family Max rollback floor
|
|
2938
|
+
- Add iOS app link to website footer (#1530)
|
|
2939
|
+
- Remove retired usage terminology from Murph copy (#1515)
|
|
2940
|
+
- complete Vercel cron cadence plan
|
|
2941
|
+
- persist dirty payload credential authority
|
|
2942
|
+
- Remove unused inference compatibility path
|
|
2943
|
+
- type the image response tree
|
|
2944
|
+
- record corrected cron verification
|
|
2945
|
+
- Replace Linq inventory sync with bulk queries
|
|
2946
|
+
- record exact provider input measurement
|
|
2947
|
+
- reuse resolved thread route for preparation
|
|
2948
|
+
- keep merge scope workout-only
|
|
2949
|
+
- Resolve Codex 0.147 review findings
|
|
2950
|
+
- align selector admission harnesses
|
|
2951
|
+
- Add targeted live workout CLI foundation (#1504)
|
|
2952
|
+
- Teach Murph unsupported-provider export handoffs (#1506)
|
|
2953
|
+
- Simplify hosted workspace checkpoint transaction (#1522)
|
|
2954
|
+
- Trace typing prewarm outcomes into latency telemetry (#1503)
|
|
2955
|
+
- prepare thread routing crypto before transactions
|
|
2956
|
+
- bound receipt scans and trace automation lane (#1510)
|
|
2957
|
+
- reduce Vercel cron cadence
|
|
2958
|
+
- Handle Linq message parts compatibility (#1501)
|
|
2959
|
+
- prove accepted phase persistence
|
|
2960
|
+
- record static card review gates
|
|
2961
|
+
- record PR 1381 candidate proof
|
|
2962
|
+
- align static caption contract
|
|
2963
|
+
- cover Family Max transition states in design study
|
|
2964
|
+
- Show referral rewards as Murph usage days (#1485)
|
|
2965
|
+
- record final card verification
|
|
2966
|
+
- satisfy final workout audit plan [final-audit-workout-pr]
|
|
2967
|
+
- rerun final workout card audit [final-audit-workout-pr]
|
|
2968
|
+
- run final workout card audit [final-audit-workout-pr]
|
|
2969
|
+
- apply training dashboard finalization [apply-training-dashboard-finalize]
|
|
2970
|
+
- use recent cron history to reduce repeated automation outputs (#1494)
|
|
2971
|
+
- prove clinical callback deletion ordering
|
|
2972
|
+
- finalize workout card PR [finalize-workout-card-pr]
|
|
2973
|
+
- record workout card remediation diagnostics
|
|
2974
|
+
- catalog database transaction starvation risks
|
|
2975
|
+
- bind referral claim design proof (#1499)
|
|
2976
|
+
- Fix referral signup authentication choices (#1497)
|
|
2977
|
+
- refine initial group permission defaults [refine-group-newsletter-patch]
|
|
2978
|
+
- apply group sharing patch [apply-group-newsletter-patch]
|
|
2979
|
+
- Fix signed-in referral invite recovery (#1498)
|
|
2980
|
+
- add training dashboard design proof
|
|
2981
|
+
- Finalize phone-call analysis without a long DB transaction (#1475)
|
|
2982
|
+
- add privacy-safe feedback reproduction guidance (#1465)
|
|
2983
|
+
- Explain Vital before health-source connections (#1447)
|
|
2984
|
+
- Prewarm hosted runtimes from Linq typing (#1482)
|
|
2985
|
+
- Show every homepage referral reward in Murph days (#1483)
|
|
2986
|
+
- archive footer online follow-up plan
|
|
2987
|
+
- fix computer journey ownership
|
|
2988
|
+
- specify member-owned device provider applications
|
|
2989
|
+
- record footer review disposition
|
|
2990
|
+
- Fix response card schema compaction in Codex (#1473)
|
|
2991
|
+
- reconcile export retirement with main
|
|
2992
|
+
- archive homepage footer completion plan
|
|
2993
|
+
- disclose footer status-page processing
|
|
2994
|
+
- Preserve human native-reply context in group chats (#1443)
|
|
2995
|
+
- Make group sponsorship creative responses explicit opt-in (#1446)
|
|
2996
|
+
- Add Murph referral marketing page and homepage section (#1450)
|
|
2997
|
+
- close export pack retirement task
|
|
2998
|
+
- document Max rollout order
|
|
2999
|
+
- archive hosted crypto standby preload
|
|
3000
|
+
- cover Max to Family handoff
|
|
3001
|
+
- refresh generated skill hash
|
|
3002
|
+
- pin inference choice copy
|
|
3003
|
+
- pin exact PgBouncer message
|
|
3004
|
+
- reconcile referral tool coverage
|
|
3005
|
+
- label inference choice study
|
|
3006
|
+
- simplify inference choice heading
|
|
3007
|
+
- disclose footer status-page processing
|
|
3008
|
+
- merge main into hosted crypto keyring rotation
|
|
3009
|
+
- prove the latency callback wire shape without the permissive parser
|
|
3010
|
+
- decode only the contention shapes the store emits
|
|
3011
|
+
- drop the trial-to-paid conversion stat from the progress slide
|
|
3012
|
+
- pin ungated provider choices in homepage flag matrix
|
|
3013
|
+
- align Max expectations with shipped behavior; drop one-shot proof workflow
|
|
3014
|
+
- restore challenge-first deck and refresh traction with verified August numbers
|
|
3015
|
+
- pin transaction-bound secret reads and the webhook unwrap scope
|
|
3016
|
+
- publish Max proof on a durable asset branch
|
|
3017
|
+
- capture Max design proof
|
|
3018
|
+
- validate final Max integration
|
|
3019
|
+
- apply verified Max integration fixes
|
|
3020
|
+
- stage final Max audit patch 5
|
|
3021
|
+
- stage final Max audit patch 4
|
|
3022
|
+
- stage final Max audit patch 3
|
|
3023
|
+
- stage final Max audit patch 2
|
|
3024
|
+
- stage final Max audit patch 1
|
|
3025
|
+
- send experiment page links only when the user asks
|
|
3026
|
+
- prove OG assets resolve in the emitted serverless function
|
|
3027
|
+
- make Max source export deterministic
|
|
3028
|
+
- export exact Max branch source for final audit
|
|
3029
|
+
- polish homepage technical runtime section into warm dark palette
|
|
3030
|
+
- prove pre-install util.deprecate wrappers are still filtered
|
|
3031
|
+
- run final Max integration audit
|
|
3032
|
+
- remove temporary Max audit payload
|
|
3033
|
+
- remove temporary Max audit payload
|
|
3034
|
+
- remove temporary Max audit payload
|
|
3035
|
+
- remove temporary Max audit payload
|
|
3036
|
+
- remove temporary Max audit payload
|
|
3037
|
+
- remove temporary Max audit script
|
|
3038
|
+
- remove temporary Max audit workflow
|
|
3039
|
+
- sync Max branch with main
|
|
3040
|
+
- complete unified group funding contract
|
|
3041
|
+
- run resilient final Max audit
|
|
3042
|
+
- make final Max audit structurally resilient
|
|
3043
|
+
- make final Max audit structurally resilient
|
|
3044
|
+
- make final Max audit structurally resilient
|
|
3045
|
+
- make final Max audit structurally resilient
|
|
3046
|
+
- escape both Max audit marker literals
|
|
3047
|
+
- normalize escaped Max audit marker
|
|
3048
|
+
- verify chunked final Max audit payload
|
|
3049
|
+
- split final Max audit payload
|
|
3050
|
+
- split final Max audit payload
|
|
3051
|
+
- split final Max audit payload
|
|
3052
|
+
- split final Max audit payload
|
|
3053
|
+
- rerun clean final Max verification
|
|
3054
|
+
- stage final Max audit fixes
|
|
3055
|
+
- run live Stripe billing matrix on main merges instead of every PR
|
|
3056
|
+
- fix final Max audit findings
|
|
3057
|
+
- keep room maintenance regression focused
|
|
3058
|
+
- simplify room-model maintenance coverage
|
|
3059
|
+
- prove signed funding catalog state
|
|
3060
|
+
- make Max audit cleanup idempotent
|
|
3061
|
+
- ground responses in room context (#1427)
|
|
3062
|
+
- run final Max audit against latest main
|
|
3063
|
+
- Add homepage technical runtime section
|
|
3064
|
+
- cover sponsorship capture-time boundary
|
|
3065
|
+
- prewarm shell before first-contact enrollment (#1436)
|
|
3066
|
+
- bound sponsorship metrics to capture time
|
|
3067
|
+
- harden Max audit patch normalization
|
|
3068
|
+
- keep design proof out of final tree
|
|
3069
|
+
- keep design proof out of final tree
|
|
3070
|
+
- retry Max audit with current helper boundary
|
|
3071
|
+
- preserve stable top-up treatment copy
|
|
3072
|
+
- refresh current sponsorship design proof
|
|
3073
|
+
- run Max final audit and verification
|
|
3074
|
+
- stage Max final audit fixes
|
|
3075
|
+
- clarify sponsorship exclusion from MRR
|
|
3076
|
+
- clarify top-up overlap with sponsorship
|
|
3077
|
+
- remove temporary sponsorship design proof files
|
|
3078
|
+
- refresh sponsorship design proof
|
|
3079
|
+
- inspect actual Max branch merge conflicts
|
|
3080
|
+
- fix sponsorship cap currency formatting
|
|
3081
|
+
- inspect Max branch merge conflicts
|
|
3082
|
+
- Cover soft room lore compaction guidance
|
|
3083
|
+
- Give room consolidation a soft lore size target
|
|
3084
|
+
- Simplify group memory compatibility and truthful status
|
|
3085
|
+
- stabilize hung handoff retry proof
|
|
3086
|
+
- show neutral published comparator study
|
|
3087
|
+
- carry biomarker range tone explicitly
|
|
3088
|
+
- decouple comparator tone from copy
|
|
3089
|
+
- type biomarker range presentation
|
|
3090
|
+
- align biomarker chart design guidance
|
|
3091
|
+
- resolve growth sponsorship design catalog overlap
|
|
3092
|
+
- keep published biomarker comparators non-semantic
|
|
3093
|
+
- Route automations by model cost
|
|
3094
|
+
- distinguish lab ranges from published comparators
|
|
3095
|
+
- stage sponsor context WIP payload 18
|
|
3096
|
+
- cover null Codex error data
|
|
3097
|
+
- cover retained sponsorship ledger disclosure
|
|
3098
|
+
- clarify retained sponsorship ledger coverage
|
|
3099
|
+
- stage sponsor context WIP payload 17
|
|
3100
|
+
- use canonical Codex App Server fixtures
|
|
3101
|
+
- define biomarker reference range bands
|
|
3102
|
+
- stage sponsor context WIP payload 16
|
|
3103
|
+
- anchor biomarker range band study
|
|
3104
|
+
- fix Max usage notice patch checkout
|
|
3105
|
+
- cover biomarker range bands
|
|
3106
|
+
- apply Max usage notice compatibility patch
|
|
3107
|
+
- cover lazy rollover in sponsorship cap query
|
|
3108
|
+
- derive cap after lazy sponsorship rollover
|
|
3109
|
+
- stage sponsor context WIP payload 15
|
|
3110
|
+
- stage sponsor context WIP payload 14
|
|
3111
|
+
- close room-model authored-limit follow-up
|
|
3112
|
+
- Close provider request boundary audit plan
|
|
3113
|
+
- cover Murph Max plan guidance
|
|
3114
|
+
- stage sponsor context WIP payload 13
|
|
3115
|
+
- cover total active monthly cap label
|
|
3116
|
+
- teach Murph the Max upgrade path
|
|
3117
|
+
- clarify total active sponsorship cap
|
|
3118
|
+
- stage sponsor context WIP payload 12
|
|
3119
|
+
- stage sponsor context WIP payload 11
|
|
3120
|
+
- remove hosted design proof from final source tree
|
|
3121
|
+
- stage sponsor context WIP payload 10
|
|
3122
|
+
- remove hosted design proof from final source tree
|
|
3123
|
+
- add immutable mobile growth sponsorship design proof
|
|
3124
|
+
- stage sponsor context WIP payload 09
|
|
3125
|
+
- add immutable desktop growth sponsorship design proof
|
|
3126
|
+
- reject client-only trace metadata on server messages
|
|
3127
|
+
- stage sponsor context WIP payload 08
|
|
3128
|
+
- stage sponsor context WIP payload 07
|
|
3129
|
+
- catalogue Max subscription states
|
|
3130
|
+
- hard-cut the Codex app-server protocol
|
|
3131
|
+
- stage sponsor context WIP payload 06
|
|
3132
|
+
- add Max subscription states
|
|
3133
|
+
- stage sponsor context WIP payload 05
|
|
3134
|
+
- single source for plan selling-point bullets
|
|
3135
|
+
- stage sponsor context WIP payload 04
|
|
3136
|
+
- authorize Max upgrade route
|
|
3137
|
+
- cover Max plan contracts
|
|
3138
|
+
- stage sponsor context WIP payload 03
|
|
3139
|
+
- cover Max local Stripe diagnostics
|
|
3140
|
+
- include Max Stripe price diagnostics
|
|
3141
|
+
- stage sponsor context WIP payload 02
|
|
3142
|
+
- stage sponsor context WIP payload 01
|
|
3143
|
+
- document growth sponsorships in design catalog
|
|
3144
|
+
- stage sponsor context WIP payload 00
|
|
3145
|
+
- accept Max upgrade requests
|
|
3146
|
+
- prepare sponsor context WIP payload
|
|
3147
|
+
- wire Max plan availability and changes
|
|
3148
|
+
- rebuild sponsor context WIP branch
|
|
3149
|
+
- add responsive Max plan card
|
|
3150
|
+
- surface Max quotes and status
|
|
3151
|
+
- validate signed Max quotes
|
|
3152
|
+
- fix corrupted growth dashboard blobs
|
|
3153
|
+
- execute quoted Max upgrades
|
|
3154
|
+
- configure Max upgrade checkout
|
|
3155
|
+
- tell Murph never to use em dashes
|
|
3156
|
+
- require hosted env deployment parity
|
|
3157
|
+
- audit iOS and Android companion parity
|
|
3158
|
+
- retire the legacy primary-database runtime-log path
|
|
3159
|
+
- preserve Sol access on Max
|
|
3160
|
+
- allow Max members to buy top-ups
|
|
3161
|
+
- handle Max activation returns
|
|
3162
|
+
- accept Max plan returns
|
|
3163
|
+
- expose configured Max plan
|
|
3164
|
+
- support Max subscription changes
|
|
3165
|
+
- expose Max in plan usage
|
|
3166
|
+
- add Max plan definition
|
|
3167
|
+
- fix plan bullets for Pulse and Edge
|
|
3168
|
+
- Close provider boundary review gaps
|
|
3169
|
+
- record final hosted card proof
|
|
3170
|
+
- close group room-model prompt-limit task
|
|
3171
|
+
- export current main for final rebase audit
|
|
3172
|
+
- record final card verification
|
|
3173
|
+
- include migration guard source in audit export
|
|
3174
|
+
- pin nutrition card Swift fixtures
|
|
3175
|
+
- record response card verification
|
|
3176
|
+
- pin nutrition card Swift fixtures
|
|
3177
|
+
- Keep legacy room memory readable as prompts evolve
|
|
3178
|
+
- close Ink throttle import plan
|
|
3179
|
+
- Test truthful group memory status injection
|
|
3180
|
+
- add sponsorship stats to growth dashboard
|
|
3181
|
+
- Fix group room-memory status prompting
|
|
3182
|
+
- Harden provider request boundaries
|
|
3183
|
+
- Add recovery action to Family usage banner
|
|
3184
|
+
- Record Linq observability verification
|
|
3185
|
+
- centralize refill policy
|
|
3186
|
+
- record Ink runner bundle proof
|
|
3187
|
+
- Add Linq fallback observability
|
|
3188
|
+
- record response card verification
|
|
3189
|
+
- include dynamic group tool source in audit export
|
|
3190
|
+
- disclose Ink runner artifact impact
|
|
3191
|
+
- prove vault tool gates are independent
|
|
3192
|
+
- register subscription recovery study
|
|
3193
|
+
- align bundled Ink release contracts
|
|
3194
|
+
- show paused Pulse recovery in design study
|
|
3195
|
+
- export sponsor-context audit source
|
|
3196
|
+
- archive Zepp execution plan
|
|
3197
|
+
- cover unusable refill authority
|
|
3198
|
+
- respect pending vault tool gating
|
|
3199
|
+
- unify group funding recovery
|
|
3200
|
+
- close runner image compaction plan
|
|
3201
|
+
- cover group compaction boundary
|
|
3202
|
+
- record Ink import proof
|
|
3203
|
+
- narrow Ink throttle import
|
|
3204
|
+
- compact runner application layer
|
|
3205
|
+
- resolve PR 1367 base conflict
|
|
3206
|
+
- Test supporter list on group funding page
|
|
3207
|
+
- Test group funding supporter projection
|
|
3208
|
+
- Show group funding supporters
|
|
3209
|
+
- Project public group funding supporters
|
|
3210
|
+
- Add group funding supporter list
|
|
3211
|
+
- close sponsored funding recovery
|
|
3212
|
+
- close Linq attachment recovery plan
|
|
3213
|
+
- collapse Linq pre-provider provenance
|
|
3214
|
+
- record final scheduled tool audit
|
|
3215
|
+
- close Stripe failure alert plan
|
|
3216
|
+
- archive hosted billing browser plan
|
|
3217
|
+
- close Junction runtime payload plan
|
|
3218
|
+
- disclose occurrence continuity reset
|
|
3219
|
+
- record Junction dependency ownership
|
|
3220
|
+
- omit Junction SDK from production install
|
|
3221
|
+
- keep shared Stripe catalog out of live activation
|
|
3222
|
+
- Harden Linq and Telegram hosted egress conformance (#1394)
|
|
3223
|
+
- prove Junction SDK removal in final image
|
|
3224
|
+
- keep fixed-save authority in host
|
|
3225
|
+
- expose pinned Codex CLI in live billing CI
|
|
3226
|
+
- remove unsafe manual billing authority
|
|
3227
|
+
- record Junction runtime proof
|
|
3228
|
+
- prepare web billing CI from clean checkout
|
|
3229
|
+
- mock hosted snapshot build artifacts
|
|
3230
|
+
- close PR 1393 audit plan
|
|
3231
|
+
- make hosted harness tests platform deterministic
|
|
3232
|
+
- complete Zod runtime pruning
|
|
3233
|
+
- fix hosted billing CI integration
|
|
3234
|
+
- keep post-enrollment gate on live owner (#1417)
|
|
3235
|
+
- ratchet Junction runtime removal
|
|
3236
|
+
- close hosted billing review gaps
|
|
3237
|
+
- revise Junction runtime removal
|
|
3238
|
+
- document thread rotation rollout
|
|
3239
|
+
- preserve Junction completion envelope
|
|
3240
|
+
- remove Junction SDK runtime import
|
|
3241
|
+
- construct zod import fixtures dynamically
|
|
3242
|
+
- stabilize hosted billing validation
|
|
3243
|
+
- add hosted Stripe billing browser matrix
|
|
3244
|
+
- close dynamic tool lazy-load plan
|
|
3245
|
+
- record final review remediation
|
|
3246
|
+
- restore zod in smoke bundle
|
|
3247
|
+
- remove bundled zod package
|
|
3248
|
+
- record dynamic tool retrospective
|
|
3249
|
+
- cover supplemental evidence bounds
|
|
3250
|
+
- refresh zod prune proof
|
|
3251
|
+
- add launcher catalog fixture
|
|
3252
|
+
- add Clinical Records launcher design study
|
|
3253
|
+
- close rare wake lazy-load plan
|
|
3254
|
+
- close Zod startup plan
|
|
3255
|
+
- Fix hosted-local snapshot restore discovery
|
|
3256
|
+
- record post-merge Zod proof
|
|
3257
|
+
- harden final group-call verification
|
|
3258
|
+
- follow sequential challenge read wording
|
|
3259
|
+
- Align response card authority contract test
|
|
3260
|
+
- complete cold-phase telemetry
|
|
3261
|
+
- align refill and skill contract fixtures
|
|
3262
|
+
- Harden scheduled tool authority and replay semantics
|
|
3263
|
+
- close pending vault cancellation plan
|
|
3264
|
+
- Allow canceling pending generated file deliveries
|
|
3265
|
+
- close cold-start observability plan
|
|
3266
|
+
- close growth messaged-user history plan
|
|
3267
|
+
- complete runtime receipt rollout
|
|
3268
|
+
- name Murph in the Pulse chat bullet
|
|
3269
|
+
- clarify growth snapshot failure boundary
|
|
3270
|
+
- stabilize startup timeout cadence proof
|
|
3271
|
+
- close outbox scan plan
|
|
3272
|
+
- align first-read cancellation contract
|
|
3273
|
+
- complete inactive group sender recovery
|
|
3274
|
+
- align conversation session expectations
|
|
3275
|
+
- align saved participant binding expectation
|
|
3276
|
+
- remove bundled Junction SDK payload
|
|
3277
|
+
- align assistant continuation contracts
|
|
3278
|
+
- align conversation session expectations
|
|
3279
|
+
- cover lazy ask preemption
|
|
3280
|
+
- close Linq group icon observability plan
|
|
3281
|
+
- prune unused zod package payloads
|
|
3282
|
+
- preserve exact-session participant expectation
|
|
3283
|
+
- align conversation session expectations
|
|
3284
|
+
- lazy-load rare wake handlers
|
|
3285
|
+
- align billing proof with main
|
|
3286
|
+
- Prove Murph presents one reusable referral link
|
|
3287
|
+
- Tell Murph referral links stay reusable
|
|
3288
|
+
- lazy-load dynamic tool runtime
|
|
3289
|
+
- Prove delayed attribution through recovery
|
|
3290
|
+
- record growth completion blockers
|
|
3291
|
+
- classify Stripe alert review lenses
|
|
3292
|
+
- remove redundant zod owners
|
|
3293
|
+
- prove product-note prompt reconciliation
|
|
3294
|
+
- Prove claim bounds survive onboarding relabels
|
|
3295
|
+
- Bound referral claims by durable attribution
|
|
3296
|
+
- record Linq recovery verification
|
|
3297
|
+
- register growth activity design study
|
|
3298
|
+
- Cover generic first-person Exa questions
|
|
3299
|
+
- lock the conditional first-read promise
|
|
3300
|
+
- Document durable later referral attribution
|
|
3301
|
+
- Reject all first-person Exa questions
|
|
3302
|
+
- Make referral link state identity-atomic
|
|
3303
|
+
- Cover public Exa CLI guidance
|
|
3304
|
+
- Keep inert Settings previews compatible
|
|
3305
|
+
- Keep legacy Settings fixtures compatible
|
|
3306
|
+
- Align Exa CLI privacy guidance
|
|
3307
|
+
- Cover public research entity guidance
|
|
3308
|
+
- Provide server-owned referral identity in Settings tests
|
|
3309
|
+
- Preserve public research entities
|
|
3310
|
+
- Use the server-owned usage identity key
|
|
3311
|
+
- lock protected slug derivation to core
|
|
3312
|
+
- Scope usage referral actions to the projected member
|
|
3313
|
+
- Project referral identity with Settings activity
|
|
3314
|
+
- Use the server-owned Settings identity key
|
|
3315
|
+
- Project a server-owned Settings identity key
|
|
3316
|
+
- keep first-read guard off the core dependency graph
|
|
3317
|
+
- Remove browser identity from usage projection
|
|
3318
|
+
- Cover spaced Exa publication ranges
|
|
3319
|
+
- Keep usage activity free of browser identity state
|
|
3320
|
+
- Keep referral identity out of usage projections
|
|
3321
|
+
- cover cancellation and simplify first-read proof
|
|
3322
|
+
- Narrow Exa phone-number privacy filter
|
|
3323
|
+
- Keep referral identity at the Settings boundary
|
|
3324
|
+
- Prove delayed resumed signups keep referral attribution
|
|
3325
|
+
- Prove stable links attribute later claimants
|
|
3326
|
+
- Prove busy referral claims remain directly retryable
|
|
3327
|
+
- preserve product-spec index newline
|
|
3328
|
+
- align first-read replay assertions
|
|
3329
|
+
- Make temporary referral limits directly retryable
|
|
3330
|
+
- Prove conversation-lane referral wake recovery
|
|
3331
|
+
- Recover referral notices from every mailbox lane
|
|
3332
|
+
- Prove referral links cannot cross account state
|
|
3333
|
+
- cover fixed one-shot reactivation
|
|
3334
|
+
- Scope usage referral links to their member
|
|
3335
|
+
- Scope usage referral controls to their member
|
|
3336
|
+
- Carry referral identity through the usage projection
|
|
3337
|
+
- prove private once-only first read
|
|
3338
|
+
- Invalidate referral links when the account changes
|
|
3339
|
+
- Scope referral link state to the current identity
|
|
3340
|
+
- preserve first read after generic close
|
|
3341
|
+
- bound zod startup surface
|
|
3342
|
+
- cover derived-slug overwrite and core prompt limit
|
|
3343
|
+
- index the first personal read
|
|
3344
|
+
- Harden focused Exa research questions
|
|
3345
|
+
- exercise fixed first-read host boundary
|
|
3346
|
+
- specify the first personal read contract
|
|
3347
|
+
- cover fixed first-read protection and outreach gates
|
|
3348
|
+
- enforce safe OC retirement order
|
|
3349
|
+
- prove code-owned first-read automation
|
|
3350
|
+
- invoke fixed first-read automation action
|
|
3351
|
+
- Generalize Exa research questions
|
|
3352
|
+
- Record growth activity retrospective proof
|
|
3353
|
+
- lock first personal read contract
|
|
3354
|
+
- retire OC R2 bridge
|
|
3355
|
+
- Correct referral-link preload privacy contract
|
|
3356
|
+
- Prove referral links never share browser identity state
|
|
3357
|
+
- Keep referral-link preload session-local
|
|
3358
|
+
- Address growth activity review findings
|
|
3359
|
+
- Refresh mobile referral UX proof
|
|
3360
|
+
- Refresh desktop referral UX proof
|
|
3361
|
+
- Document the complete referral UX contract
|
|
3362
|
+
- Prove referral preload is concurrent-only
|
|
3363
|
+
- Scope referral link dedupe to in-flight reads
|
|
3364
|
+
- Test immediate Settings referral copy feedback
|
|
3365
|
+
- Keep referral claim CSRF failures explicit
|
|
3366
|
+
- Keep referral claim CSRF failures hard
|
|
3367
|
+
- Cover always-visible Settings referral link
|
|
3368
|
+
- Reuse the preloaded referral link action
|
|
3369
|
+
- Deduplicate Settings referral link preload
|
|
3370
|
+
- guard release artifacts against secrets
|
|
3371
|
+
- Keep referral links visible in Messaging settings
|
|
3372
|
+
- Preload Settings referral links before copy
|
|
3373
|
+
- Shorten health consent copy
|
|
3374
|
+
- Render referral links from server state
|
|
3375
|
+
- Copy referral links without a browser fetch
|
|
3376
|
+
- Cover signup referral reward notices
|
|
3377
|
+
- Cover signup reward notices in shared recovery
|
|
3378
|
+
- Reuse referral recovery for signup notices
|
|
3379
|
+
- Notify members when referral rewards land
|
|
3380
|
+
- Cover referral landing privacy metadata
|
|
3381
|
+
- Keep referral links out of indexes
|
|
3382
|
+
- Cover referral reward communication
|
|
3383
|
+
- Clarify referral link reward handoff
|
|
3384
|
+
- Clarify automatic referral rewards
|
|
3385
|
+
- Cover referral landing failure UX
|
|
3386
|
+
- Keep referral claim failures user friendly
|
|
3387
|
+
- Polish referral landing states
|
|
3388
|
+
- complete growth attribution rollout
|
|
3389
|
+
- record native deferred tool discovery boundary
|
|
3390
|
+
- add native image runtime deletion candidate
|
|
3391
|
+
- Add growth messaging activity history
|
|
3392
|
+
- add Codex-native runtime deletion audit
|
|
3393
|
+
- Trigger explicit Telegram phone-call verifier
|
|
3394
|
+
- Finalize explicit Telegram phone-call routing
|
|
3395
|
+
- record telemetry final proof
|
|
3396
|
+
- clarify telemetry fallback reads
|
|
3397
|
+
- avoid duplicate provider tick
|
|
3398
|
+
- Enable scheduled turn tool parity
|
|
3399
|
+
- Prove durable signup referral policy classification
|
|
3400
|
+
- Keep referral activity rows contained on narrow screens
|
|
3401
|
+
- Simplify signup referral policy version matching
|
|
3402
|
+
- Exercise stable referral URLs in the runtime parser contract
|
|
3403
|
+
- Align signup-link guidance with activation rewards
|
|
3404
|
+
- Cover durable signup policy-version recovery classification
|
|
3405
|
+
- Keep signup reward receipts out of celebrations across policy versions
|
|
3406
|
+
- Harden persisted signup referral policy classification
|
|
3407
|
+
- record outbox review evidence
|
|
3408
|
+
- Cover isolated signup referral recovery
|
|
3409
|
+
- Isolate signup referral recovery failures
|
|
3410
|
+
- bound outbox inventory reads
|
|
3411
|
+
- Align referral contract with final settlement
|
|
3412
|
+
- Bound signup referral claims
|
|
3413
|
+
- cover stale R2 maintenance flag
|
|
3414
|
+
- Keep signup rewards notification-free
|
|
3415
|
+
- Refresh mobile referral design proof
|
|
3416
|
+
- Refresh desktop referral design proof
|
|
3417
|
+
- Document reusable referral links and signup rewards
|
|
3418
|
+
- retire completed R2 region bridge
|
|
3419
|
+
- Prove signup referral reward serialization
|
|
3420
|
+
- Settle signup rewards atomically
|
|
3421
|
+
- Cover referral settings and signup reward copy
|
|
3422
|
+
- Align referral settings viewport contract
|
|
3423
|
+
- Decouple signup rewards from notification routes
|
|
3424
|
+
- prove R2 restore timing boundaries
|
|
3425
|
+
- Tighten referral route and settings boundaries
|
|
3426
|
+
- Cover signup referral reward admission
|
|
3427
|
+
- Admit signup rewards through referral recovery
|
|
3428
|
+
- Rebuild reusable referral links on current main
|
|
3429
|
+
- close consent actions task
|
|
3430
|
+
- register consent catalog update
|
|
3431
|
+
- gate all cold samples on generation
|
|
3432
|
+
- correct runner image measurement
|
|
3433
|
+
- remove unused mupdf tooling
|
|
3434
|
+
- reject recovered fresh starts
|
|
3435
|
+
- attribute restore retries exactly
|
|
3436
|
+
- reject recovered restore latency samples
|
|
3437
|
+
- reject runtime error-phase cold samples
|
|
3438
|
+
- complete compact onboarding routing
|
|
3439
|
+
- benchmark established R2 cold starts
|
|
3440
|
+
- close Android companion admission plan
|
|
3441
|
+
- record admission review retrospective
|
|
3442
|
+
- record compact onboarding shrink
|
|
3443
|
+
- remove subscription auth eval scaffold
|
|
3444
|
+
- close meal enrollment ordering plan
|
|
3445
|
+
- update compact onboarding evidence
|
|
3446
|
+
- close post-enrollment prewarm plan
|
|
3447
|
+
- complete single sleep permission plan
|
|
3448
|
+
- complete scheduled phone call plan
|
|
3449
|
+
- prove post-enrollment default handoff
|
|
3450
|
+
- record sleep permission rollback contract
|
|
3451
|
+
- harden cold-start benchmark
|
|
3452
|
+
- record scheduled call merge verification
|
|
3453
|
+
- preserve split onboarding coverage
|
|
3454
|
+
- add cold-start benchmark lane
|
|
3455
|
+
- normalize onboarding reference
|
|
3456
|
+
- split onboarding skill by stage
|
|
3457
|
+
- select compact onboarding router
|
|
3458
|
+
- add first-contact fast welcome
|
|
3459
|
+
- prewarm instant-start runtime after enrollment
|
|
3460
|
+
- match card capability recipient
|
|
3461
|
+
- index meal enrollment ordering contract
|
|
3462
|
+
- correct late-card hosted journey
|
|
3463
|
+
- close native memory restoration plan
|
|
3464
|
+
- prove late-turn nutrition card delivery
|
|
3465
|
+
- Use Luna Fast for first-contact admission (#1333)
|
|
3466
|
+
- record scheduled phone call verification
|
|
3467
|
+
- fix support plan history link
|
|
3468
|
+
- Enable phone calls on scheduled turns
|
|
3469
|
+
- Make ReviewGPT context risk-aware
|
|
3470
|
+
- document support summary privacy boundary
|
|
3471
|
+
- close usage reset capacity epoch plan
|
|
3472
|
+
- complete size-aware context plan
|
|
3473
|
+
- Add a pre-Composio authorization splash (#1320)
|
|
3474
|
+
- consolidate Venice request adaptation
|
|
3475
|
+
- cover support issue digest projection
|
|
3476
|
+
- close support escalation email plan
|
|
3477
|
+
- approve bounded table fragments
|
|
3478
|
+
- Align Environment panel with dashboard width (#1330)
|
|
3479
|
+
- Fix scheduled reminder review regressions (#1323)
|
|
3480
|
+
- close written support issue plan
|
|
3481
|
+
- align reply event route assertions
|
|
3482
|
+
- Make the R2 cutover live without pausing Murph (#1318)
|
|
3483
|
+
- complete Venice prompt-cache fix
|
|
3484
|
+
- Fix hosted Codex auth deploy guard request counting (#1325)
|
|
3485
|
+
- close native memory disablement
|
|
3486
|
+
- Fix group join activation recovery (#1321)
|
|
3487
|
+
- acknowledge usage transition metadata
|
|
3488
|
+
- close support escalation plan
|
|
3489
|
+
- establish incident.io response workflow (#1327)
|
|
3490
|
+
- prove Codex Venice cache shape
|
|
3491
|
+
- use canonical support escalation fixture
|
|
3492
|
+
- prove native memory stays disabled
|
|
3493
|
+
- Expose server clock on companion sync status (#1314)
|
|
3494
|
+
- Fix ReviewGPT correction context reuse
|
|
3495
|
+
- record support escalation retrospective
|
|
3496
|
+
- Bound onboarding follow-up to three days with diagnostics (#1309)
|
|
3497
|
+
- Update usage reset proof fixtures
|
|
3498
|
+
- Prevent repeated usage resets
|
|
3499
|
+
- Prepare canonical ownership and setup for the next Murph group (#1117)
|
|
3500
|
+
- Describe Venice usage before save (#1324)
|
|
3501
|
+
- refresh workout schema artifacts
|
|
3502
|
+
- Remove blocked ReviewGPT headless mode
|
|
3503
|
+
- Improve ReviewGPT browser and correction runs
|
|
3504
|
+
- preserve PR verification lessons
|
|
3505
|
+
- order support escalation rollout safely
|
|
3506
|
+
- record structured support alert proof
|
|
3507
|
+
- Preserve independently authorized scheduled reminders (#1317)
|
|
3508
|
+
- record exact support escalation proof
|
|
3509
|
+
- Teach Murph feedback capture to uncover user problems (#1290)
|
|
3510
|
+
- Fix structured responses in messaging channels (#1288)
|
|
3511
|
+
- Improve mobile one-time contribution flow (#1311)
|
|
3512
|
+
- remove obsolete support rollout gate
|
|
3513
|
+
- Update usage reset proof fixtures
|
|
3514
|
+
- Meter native Codex memory without disabling WebSockets (#1286)
|
|
3515
|
+
- refresh pull request metadata
|
|
3516
|
+
- close weather health context plan
|
|
3517
|
+
- add live Junction Oura + WHOOP browser E2E (#1250)
|
|
3518
|
+
- Prevent repeated usage resets
|
|
3519
|
+
- refresh support measurement base proof
|
|
3520
|
+
- align support escalation index
|
|
3521
|
+
- record direct support escalation proof
|
|
3522
|
+
- publish official local alert context
|
|
3523
|
+
- Compact hosted food lookups and expose batch operations (#1303)
|
|
3524
|
+
- Fix group sleep projections to share every source (#1300)
|
|
3525
|
+
- align Turbopack verification owners
|
|
3526
|
+
- Fix sponsorship refill payment recovery (#1308)
|
|
3527
|
+
- type deferred disconnect release
|
|
3528
|
+
- remove Webpack fallback
|
|
3529
|
+
- record Turbopack preview proof
|
|
3530
|
+
- allow the Turbopack preview branch
|
|
3531
|
+
- trial Turbopack preview build
|
|
3532
|
+
- shorten production build preflight
|
|
3533
|
+
- track weather health context
|
|
3534
|
+
- upgrade Next.js to 16.3 (#1285)
|
|
3535
|
+
- update hosted image runtime contexts
|
|
3536
|
+
- provide generated capture persistence in runtime fixture
|
|
3537
|
+
- complete generated capture retention plan
|
|
3538
|
+
- record generated retention review disposition
|
|
3539
|
+
- complete support input attribution
|
|
3540
|
+
- register generated retention write owner
|
|
3541
|
+
- align support escalation disclosure
|
|
3542
|
+
- record support composition review
|
|
3543
|
+
- record support consent verification
|
|
3544
|
+
- update support prompt measurements
|
|
3545
|
+
- record stacked review evidence
|
|
3546
|
+
- record support review corrections
|
|
3547
|
+
- align bundle budget contract
|
|
3548
|
+
- close hosted reply latency diagnostics plan
|
|
3549
|
+
- close foreground ordering coverage gaps
|
|
3550
|
+
- Add tracked compact table response cards
|
|
3551
|
+
- scope support escalation resume coverage
|
|
3552
|
+
- Add hosted reply latency diagnostics
|
|
3553
|
+
- record Zepp review retrospective
|
|
3554
|
+
- coordinate support escalation rollout
|
|
3555
|
+
- Fix invisible daily nutrition iMessage cards (#1297)
|
|
3556
|
+
- Add Venice memory request diagnostics (#1298)
|
|
3557
|
+
- Align hosted smoke sessions with production cookies (#1287)
|
|
3558
|
+
- align inactive inference deletion assertion
|
|
3559
|
+
- clarify physical-note retention
|
|
3560
|
+
- cover Zepp display-only source
|
|
3561
|
+
- Use Stripe Portal for immediate plan upgrades (#1258)
|
|
3562
|
+
- clarify settings design proof
|
|
3563
|
+
- publish August 1 through 4 changelog
|
|
3564
|
+
- Improve calorie estimates with database-first nutrition lookups (#1278)
|
|
3565
|
+
- Price Venice assistant usage at provider rates (#1277)
|
|
3566
|
+
- Make Vercel Standard web builds reliable (#1271)
|
|
3567
|
+
- Scrub national-format phone numbers and schemeless URLs (#1279)
|
|
3568
|
+
- Preserve foreground priority after checkpoint wakes (#1273)
|
|
3569
|
+
- record support alert rollout window
|
|
3570
|
+
- Offer daily nutrition cards on request (#1280)
|
|
3571
|
+
- update timezone identity fixture
|
|
3572
|
+
- model physical-note availability (#1282)
|
|
3573
|
+
- Replace custom R2 migration copier with Super Slurper (#1225)
|
|
3574
|
+
- cover terminal auto-open phone transfer (#1281)
|
|
3575
|
+
- Make physical-note address completion proactive (#1261)
|
|
3576
|
+
- Retry transient hosted artifact writes for device sync (#1269)
|
|
3577
|
+
- place Privy rebind invariant
|
|
3578
|
+
- prove verified email rebinding transaction
|
|
3579
|
+
- Add inline daily nutrition iMessage response cards (#1104)
|
|
3580
|
+
- run Zepp verification independently
|
|
3581
|
+
- expose Zepp patch verification on PR
|
|
3582
|
+
- stage Zepp Apple Health relay patch
|
|
3583
|
+
- Add health-data consent withdrawal and fail-closed enforcement (#1215)
|
|
3584
|
+
- Finish retained phone-transfer recovery and ReviewGPT bump (#1267)
|
|
3585
|
+
- replace critical mocks with production-like contract seams (#1262)
|
|
3586
|
+
- Keep physical-note return addresses platform-owned (#1266)
|
|
3587
|
+
- Disable paid Blacksmith Testbox spend by default (#1264)
|
|
3588
|
+
- keep Stripe fixture on PR branch
|
|
3589
|
+
- keep Stripe golden path on PR branch
|
|
3590
|
+
- prove Stripe webhook entitlement end to end
|
|
3591
|
+
- add reusable Stripe HTTP fixture
|
|
3592
|
+
- preserve anonymous group attribution
|
|
3593
|
+
- cover attributed digest rows
|
|
3594
|
+
- pin ordinary member attribution
|
|
3595
|
+
- guard the Junction Link connect seam end to end (#1254)
|
|
3596
|
+
- Give the wearable connection failure notice a way out (#1256)
|
|
3597
|
+
- Remove the device connection confirmation interstitial and auto-complete OAuth callbacks (#1252)
|
|
3598
|
+
- prewarm runner container and typing hint on Linq instant start (#1246)
|
|
3599
|
+
- Add direct product support escalation from Murph (#1247)
|
|
3600
|
+
- Fix Environment auth and iOS recording start (#1238)
|
|
3601
|
+
- Restore the private Environment print report (#1251)
|
|
3602
|
+
- prove capability-flag rendering and pin the provider state schema
|
|
3603
|
+
- align web suite with companion signup semantics
|
|
3604
|
+
- Keep app metadata in the shared metadata helper
|
|
3605
|
+
- Centralize iOS app metadata
|
|
3606
|
+
- Test iOS Smart App Banner metadata
|
|
3607
|
+
- Add iOS Smart App Banner metadata
|
|
3608
|
+
- Keep paired hosted integration fixtures current (#1237)
|
|
3609
|
+
- Replace hosted group skills with public fallbacks (#1210)
|
|
3610
|
+
- Keep dashboard visible during background refresh (#1235)
|
|
3611
|
+
- single-owner the summary-content policy
|
|
3612
|
+
- Log Privy phone-link lifecycle safely (#1234)
|
|
3613
|
+
- Add memory isolation and deterministic reminder availability (#1204)
|
|
3614
|
+
- Use recent grant evidence for one-action challenge entry (#1217)
|
|
3615
|
+
- Chart message growth over time (#1233)
|
|
3616
|
+
- reconcile feedback redaction to best-effort position
|
|
3617
|
+
- Make every group reaction durable room evidence (#1212)
|
|
3618
|
+
- close live-steer coverage fix
|
|
3619
|
+
- close group avatar provider failure plan
|
|
3620
|
+
- derive avatar recovery text once
|
|
3621
|
+
- align private avatar contract
|
|
3622
|
+
- document avatar capability rollout
|
|
3623
|
+
- complete anonymous feedback privacy plan
|
|
3624
|
+
- Keep Environment voice processing status live (#1228)
|
|
3625
|
+
- record physical-note pre-dispatch abort boundary
|
|
3626
|
+
- archive image failure plan
|
|
3627
|
+
- release physical-note reservation before dispatch
|
|
3628
|
+
- prove abort happens before Lob fetch
|
|
3629
|
+
- keep physical-note provider result typed
|
|
3630
|
+
- record final physical-note admission invariants
|
|
3631
|
+
- preserve product note action boundaries
|
|
3632
|
+
- test assistant product note constraints
|
|
3633
|
+
- refine link-free product notes
|
|
3634
|
+
- cover participant-backed group note access
|
|
3635
|
+
- close onboarding follow-up plan
|
|
3636
|
+
- align daily redirect contract index
|
|
3637
|
+
- mock participant-aware note access
|
|
3638
|
+
- close daily redirect plan
|
|
3639
|
+
- record closed feedback prompt impact
|
|
3640
|
+
- Align companion route proof with id boundary
|
|
3641
|
+
- Prove companion admission returns canonical id
|
|
3642
|
+
- Use canonical companion member id
|
|
3643
|
+
- Narrow companion admission to member id
|
|
3644
|
+
- reject expiring note artwork before reservation
|
|
3645
|
+
- close late child result rechecks
|
|
3646
|
+
- record feedback privacy verification
|
|
3647
|
+
- clean feedback privacy plan
|
|
3648
|
+
- close detailed feedback plan
|
|
3649
|
+
- prove detailed feedback summaries
|
|
3650
|
+
- Improve product feedback summary detail
|
|
3651
|
+
- prove image failure delivery owners
|
|
3652
|
+
- add current group funding release
|
|
3653
|
+
- prove companion route timezone handoff
|
|
3654
|
+
- prove native signup timezone handoff
|
|
3655
|
+
- keep email readiness separate from chat state
|
|
3656
|
+
- separate email readiness from direct chat
|
|
3657
|
+
- complete native Privy identity fixture
|
|
3658
|
+
- derive completion email readiness from Privy
|
|
3659
|
+
- keep completion setup projection narrow
|
|
3660
|
+
- keep identity ownership at billing boundary
|
|
3661
|
+
- keep member ids out of messaging state
|
|
3662
|
+
- prove companion signup route ordering
|
|
3663
|
+
- prove email satisfies billing readiness
|
|
3664
|
+
- prove verified email messaging readiness
|
|
3665
|
+
- prove companion hosted signup admission
|
|
3666
|
+
- include email onboarding readiness
|
|
3667
|
+
- expose email messaging readiness
|
|
3668
|
+
- project email-ready invite state
|
|
3669
|
+
- record phone transfer concurrency proof
|
|
3670
|
+
- share email billing readiness
|
|
3671
|
+
- recognize verified email messaging
|
|
3672
|
+
- plan native companion signup
|
|
3673
|
+
- prove steered progress ordinals
|
|
3674
|
+
- include environment voice lifecycle
|
|
3675
|
+
- add environment design proof
|
|
3676
|
+
- close real-data implementation plan
|
|
3677
|
+
- clean habitat asset whitespace
|
|
3678
|
+
- remove incidental formatting churn
|
|
3679
|
+
- remove left-accent bars from alert and banner components
|
|
3680
|
+
- sync vault dashboard test with graded environment page
|
|
3681
|
+
- record feedback privacy verification
|
|
3682
|
+
- clean feedback privacy plan
|
|
3683
|
+
- close detailed feedback plan
|
|
3684
|
+
- prove detailed feedback summaries
|
|
3685
|
+
- Improve product feedback summary detail
|
|
3686
|
+
- satisfy physical-note lint
|
|
3687
|
+
- index immediate group funding controls
|
|
3688
|
+
- align group funding route contract
|
|
3689
|
+
- record rebased prompt verification
|
|
3690
|
+
- refresh provider input measurement
|
|
3691
|
+
- align onboarding seed ownership proof
|
|
3692
|
+
- close product feedback digest plan
|
|
3693
|
+
- tighten delegated blocker proof
|
|
3694
|
+
- prove delegated reply ordering
|
|
3695
|
+
- complete progress-card asset fix
|
|
3696
|
+
- bind later group note sends to exact approval
|
|
3697
|
+
- apply exact group physical-note authority
|
|
3698
|
+
- bind group physical-note approval to exact input
|
|
3699
|
+
- enforce Lob physical-note recipient limits
|
|
3700
|
+
- record reminder wake ownership
|
|
3701
|
+
- cover delivered image descriptions
|
|
3702
|
+
- close group funding availability plan
|
|
3703
|
+
- cover replay after artwork expiry
|
|
3704
|
+
- cover physical-note service state machine
|
|
3705
|
+
- finalize physical-note integration
|
|
3706
|
+
- run exact physical-note tests
|
|
3707
|
+
- align funding study title
|
|
3708
|
+
- reconcile physical-note export contract
|
|
3709
|
+
- verify and finalize physical-note integration
|
|
3710
|
+
- lock phone transfer retry states
|
|
3711
|
+
- align funding prompt assertion
|
|
3712
|
+
- track Linq directness migration
|
|
3713
|
+
- pin Core failure guidance
|
|
3714
|
+
- close Family usage reset plan
|
|
3715
|
+
- Allow groups to be funded at any capacity
|
|
3716
|
+
- prove exact usage return rendering
|
|
3717
|
+
- fix one-shot reminder wake atomicity
|
|
3718
|
+
- Teach private Murph the Core billing target
|
|
3719
|
+
- Add complete Core plan design proof
|
|
3720
|
+
- align onboarding skill assertion
|
|
3721
|
+
- ratchet hosted runner bundle budget
|
|
3722
|
+
- Rename Group member plan to Core
|
|
3723
|
+
- record high-resolution design proof
|
|
3724
|
+
- raise design proof screenshot quality
|
|
3725
|
+
- complete Venice Responses Lite fix
|
|
3726
|
+
- prove Venice Responses Lite egress
|
|
3727
|
+
- cover group challenge risk calibration
|
|
3728
|
+
- align onboarding migration assertions
|
|
3729
|
+
- bootstrap physical notes implementation
|
|
3730
|
+
- close routing attribution retrospective
|
|
3731
|
+
- Fix Family usage return ownership
|
|
3732
|
+
- prove referral edge states
|
|
3733
|
+
- isolate resumed latency retention proof
|
|
3734
|
+
- update referral design catalog expectation
|
|
3735
|
+
- Align design catalog coverage
|
|
3736
|
+
- Route Family purchase returns to one surface
|
|
3737
|
+
- Scope Family purchase returns to the owner seat
|
|
3738
|
+
- Simplify Family usage target label
|
|
3739
|
+
- Register usage reset design proof
|
|
3740
|
+
- isolate sponsorship design preview
|
|
3741
|
+
- Fix family usage top-ups and meter reset
|
|
3742
|
+
- acknowledge subagent model lookups
|
|
3743
|
+
- assert ambient session lookup
|
|
3744
|
+
- mock ambient session in onboarding route suite
|
|
3745
|
+
- register persona tone design proof
|
|
3746
|
+
- close Sol-to-Terra routing plan
|
|
3747
|
+
- index phone transfer security invariant
|
|
3748
|
+
- close phone account linking plan
|
|
3749
|
+
- close Temporal residue cleanup
|
|
3750
|
+
- remove retired runner nudge mocks
|
|
3751
|
+
- close phone account linking plan
|
|
3752
|
+
- retrigger exact-head checks
|
|
3753
|
+
- align ReviewGPT policy assertions
|
|
3754
|
+
- label referral design study
|
|
3755
|
+
- align ReviewGPT workflow coverage
|
|
3756
|
+
- close Assistant Ask handoff port plan
|
|
3757
|
+
- run ReviewGPT stages in parallel
|
|
3758
|
+
- align scheduled access assertions
|
|
3759
|
+
- complete unified group access offers
|
|
3760
|
+
- strengthen consent decline coverage
|
|
3761
|
+
- require frontend simplicity (#1182)
|
|
3762
|
+
- finalize private image delivery plan
|
|
3763
|
+
- isolate private image delivery proof
|
|
3764
|
+
- link empty usage design state
|
|
3765
|
+
- simplify AI usage presentation
|
|
3766
|
+
- Update group access contract assertions
|
|
3767
|
+
- Record group access verification evidence
|
|
3768
|
+
- Unify group access offers across messaging channels
|
|
3769
|
+
- shrink add usage control
|
|
3770
|
+
- simplify AI usage referrals
|
|
3771
|
+
- register latency alert migration
|
|
3772
|
+
- Balance Linq lines by recent message load (#1111)
|
|
3773
|
+
- close capped sponsorship plan
|
|
3774
|
+
- align group usage probes with sponsorship contract
|
|
3775
|
+
- record sponsorship completion proof
|
|
3776
|
+
- remove stale public worker replay claim
|
|
3777
|
+
- align private rollback ownership
|
|
3778
|
+
- close public Temporal cleanup plan
|
|
3779
|
+
- prove hosted provider handoff
|
|
3780
|
+
- schedule provider handoff after response
|
|
3781
|
+
- remove public Temporal worker
|
|
3782
|
+
- execute ciphertext bridge contract
|
|
3783
|
+
- Enable explicit group-room model selection (#1165)
|
|
3784
|
+
- bridge Cloudflare secrets as ciphertext
|
|
3785
|
+
- clarify Privy readiness proof
|
|
3786
|
+
- bind group usage reads to responder
|
|
3787
|
+
- close pasted phone auto-send
|
|
3788
|
+
- rebaseline reviewed runner bundle growth
|
|
3789
|
+
- prove R2 500 recovery ordering
|
|
3790
|
+
- register phone handoff design study
|
|
3791
|
+
- pin group delimiter precedence
|
|
3792
|
+
- stabilize media e2e capacity
|
|
3793
|
+
- ratchet runner bundle budget
|
|
3794
|
+
- resolve low-usage prompt review findings
|
|
3795
|
+
- add safe sponsor song fallback
|
|
3796
|
+
- refine group low-usage Murph time prompt
|
|
3797
|
+
- favor sponsor message in song
|
|
3798
|
+
- prove hydrated auth recovery composition
|
|
3799
|
+
- align cardio route assertion
|
|
3800
|
+
- ratchet runner bundle budget
|
|
3801
|
+
- cover evidence-gated pain routing
|
|
3802
|
+
- ratchet group plan runner bundle
|
|
3803
|
+
- close provider dialog polish plan
|
|
3804
|
+
- keep live scenario docs canonical
|
|
3805
|
+
- prove group app link delivery
|
|
3806
|
+
- refresh product sense index
|
|
3807
|
+
- close sponsor song prompt plan
|
|
3808
|
+
- Update group sponsorship note label
|
|
3809
|
+
- Resolve Temporal ownership review findings
|
|
3810
|
+
- Complete PR 1122 Linq health integration
|
|
3811
|
+
- Transfer Temporal deployment ownership to Murph Cloud
|
|
3812
|
+
- document bounded copy retry
|
|
3813
|
+
- prove KMS encrypt parent validation
|
|
3814
|
+
- Route product experience audit through ReviewGPT (#1158)
|
|
3815
|
+
- Add Linq line and chat health preflight (#1118)
|
|
3816
|
+
- Harden hosted Stripe Checkout ownership (#1041)
|
|
3817
|
+
- cover current deletion targets
|
|
3818
|
+
- Use address-book participant names naturally (#1133)
|
|
3819
|
+
- Surface all usage options for broad requests (#1136)
|
|
3820
|
+
- cover AI usage activity states
|
|
3821
|
+
- distill AI usage activity
|
|
3822
|
+
- close Codex warm latency plan
|
|
3823
|
+
- retain lifecycle timeout
|
|
3824
|
+
- close disclosure gate retrospective
|
|
3825
|
+
- delete disclosure acknowledgement gate
|
|
3826
|
+
- preinitialize Codex during mailbox import
|
|
3827
|
+
- Prove warm provider keeps auth UI unmounted
|
|
3828
|
+
- Prove authenticated homepage skips Privy warmup
|
|
3829
|
+
- Keep homepage idle warmup under one owner
|
|
3830
|
+
- Let homepage provider own one idle Privy warmup
|
|
3831
|
+
- Document homepage-scoped Privy warmup ownership
|
|
3832
|
+
- Test homepage-scoped click-before-idle warmup
|
|
3833
|
+
- Test homepage-scoped idle Privy warmup
|
|
3834
|
+
- Scope warm auth runtime to homepage lifecycle
|
|
3835
|
+
- Bound warmed Privy runtime to homepage subtree
|
|
3836
|
+
- Add homepage auth warmup to design sections
|
|
3837
|
+
- Add homepage auth warmup design study
|
|
3838
|
+
- Test click-before-idle auth warmup
|
|
3839
|
+
- Split cold-click auth warmup coverage
|
|
3840
|
+
- Assert warmed dialog avoids a second provider
|
|
3841
|
+
- Prefer warmed panel over stale standalone errors
|
|
3842
|
+
- Document homepage Privy warm runtime
|
|
3843
|
+
- Test homepage Privy warmup flow
|
|
3844
|
+
- Test shared runtime auth dialog path
|
|
3845
|
+
- Test shared Privy runtime ownership
|
|
3846
|
+
- Reuse shared auth dialog from mobile nav
|
|
3847
|
+
- Route landing auth through shared runtime
|
|
3848
|
+
- Warm shared auth runtime after homepage idle
|
|
3849
|
+
- Let auth dialog consume warmed Privy runtime
|
|
3850
|
+
- Add shared lazy Privy runtime
|
|
3851
|
+
- Expose within-Privy auth panel boundary
|
|
3852
|
+
- close compact provider setting
|
|
3853
|
+
- close Privy readiness remediation plan
|
|
3854
|
+
- prove external Temporal package propagation
|
|
3855
|
+
- point local development at Murph Cloud
|
|
3856
|
+
- name the private Murph Cloud checkout
|
|
3857
|
+
- Test hosted Temporal worker package directory resolution
|
|
3858
|
+
- Document external hosted Temporal worker checkout
|
|
3859
|
+
- Make hosted-local Temporal worker location configurable
|
|
3860
|
+
- cover transparent GIF delta replay
|
|
3861
|
+
- Block auth dialog dismissal during active journey
|
|
3862
|
+
- Keep Linq recovery instruction stable
|
|
3863
|
+
- cover stalled Privy readiness
|
|
3864
|
+
- Make homepage auth journey single-owner
|
|
3865
|
+
- cover GIF bounds and filmstrip order
|
|
3866
|
+
- Recover Linq group notice after terminal failure
|
|
3867
|
+
- preserve email-bound Family Linq threads
|
|
3868
|
+
- complete group member plan
|
|
3869
|
+
- Unify homepage phone auth completion
|
|
3870
|
+
- Harden Linq group line recovery dispatch
|
|
3871
|
+
- cover obscure reference decisions
|
|
3872
|
+
- Complete homepage auth loading fix
|
|
3873
|
+
- Strengthen homepage auth pending-state coverage
|
|
3874
|
+
- show paid plan confirmations
|
|
3875
|
+
- Reuse consent status after homepage auth
|
|
3876
|
+
- prove ambiguous payment link is not replayed
|
|
3877
|
+
- Keep homepage auth progress in place
|
|
3878
|
+
- align hosted partial-delivery expectation
|
|
3879
|
+
- Fix Linq recovery capacity day
|
|
3880
|
+
- rebaseline hosted runner bundle
|
|
3881
|
+
- Close Linq group recovery plan
|
|
3882
|
+
- Cover Linq group recovery edge cases
|
|
3883
|
+
- Add Linq group line recovery
|
|
3884
|
+
- cover Linq signup rich-link split
|
|
3885
|
+
- close Linq rich-link edge cases
|
|
3886
|
+
- rebaseline runner bundle size
|
|
3887
|
+
- record callback acceptance
|
|
3888
|
+
- record verification fallback blocker
|
|
3889
|
+
|
|
5
3890
|
## [1.3.0] - 2026-07-29
|
|
6
3891
|
|
|
7
3892
|
### Breaking
|