@murphai/murph 1.3.1 → 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 +808 -0
- package/config.schema.json +91 -40
- 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 +79 -3
- 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/batch.d.ts +5 -5
- package/dist/commands/batch.d.ts.map +1 -1
- package/dist/commands/batch.js +2 -21
- package/dist/commands/batch.js.map +1 -1
- package/dist/commands/commons.d.ts.map +1 -1
- package/dist/commands/commons.js +2 -4
- package/dist/commands/commons.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 +63 -12
- 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 +45 -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 +2 -3
- 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 +1 -7
- 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 +4 -1
- package/dist/commands/meal.js.map +1 -1
- package/dist/commands/measurement.d.ts.map +1 -1
- package/dist/commands/measurement.js +3 -0
- package/dist/commands/measurement.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/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/scheduled-log.d.ts +12 -0
- 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 +286 -0
- package/dist/commands/wearables.d.ts.map +1 -1
- package/dist/commands/wearables.js +33 -1
- package/dist/commands/wearables.js.map +1 -1
- package/dist/commands/workout-live.d.ts.map +1 -1
- package/dist/commands/workout-live.js +123 -42
- package/dist/commands/workout-live.js.map +1 -1
- 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 +80 -73
- package/dist/commands/workout.js.map +1 -1
- package/dist/hosted-data-api-labels.d.ts.map +1 -1
- package/dist/hosted-data-api-labels.js +161 -30
- 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 +22 -13
- package/dist/incur.generated.d.ts.map +1 -1
- package/dist/mapbox-address.d.ts.map +1 -1
- package/dist/mapbox-address.js +3 -4
- package/dist/mapbox-address.js.map +1 -1
- 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-directions.d.ts.map +1 -1
- package/dist/mapbox-route-directions.js +0 -1
- 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/vault-cli-command-manifest.d.ts +304 -6
- package/dist/vault-cli-command-manifest.d.ts.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/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 +6 -2
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/README.md +4 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +15 -1
- 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 +121 -24
- 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.js +2 -2
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -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 +55 -7
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.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 +7 -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-turn/planning.d.ts +1 -1
- 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 +123 -22
- 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.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js +48 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js +3 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts +5 -0
- 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 +24 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts +2 -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 +12 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +9 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +41 -9
- 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 +9 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +3 -0
- 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 +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.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/local-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +687 -370
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -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 +54 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +2 -3
- 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 +10 -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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +146 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.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-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 +14 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +8 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/private-completion-continuity.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +25 -2
- 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 +11 -3
- 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 +67 -176
- 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 +17 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
- 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/runtime-residue.d.ts +19 -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 +76 -40
- 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 +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts +4 -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 +8 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.d.ts +1 -1
- 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 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/shared.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +6 -0
- 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 +3 -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 +57 -29
- 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 +1 -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 +17 -3
- 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 +4 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js +21 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/tool-validation-feedback.js.map +1 -1
- 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 +6 -0
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.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-ask.js +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.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 +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js +12 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-protocol.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts +1 -0
- 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 +16 -5
- 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 +1 -1
- 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 +2 -1
- 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/command-family.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js +26 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/command-family.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts +1024 -1091
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js +354 -330
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tool-catalog.js.map +1 -1
- 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/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 +4 -1
- 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 +29 -35
- 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/device.d.ts +4 -1
- 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 +43 -9
- 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 +6 -0
- 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.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/physical-notes.d.ts +41 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js +85 -9
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/physical-notes.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +25 -2
- 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 +280 -89
- 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.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js +1 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/response-card-validation-feedback.js.map +1 -1
- 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.d.ts +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +220 -130
- 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-skill-assets.d.ts +1 -1
- 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 +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts +2 -1
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/skills/automatic-meal-capture/SKILL.md +111 -68
- package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +0 -2
- package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +11 -4
- package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +83 -22
- package/node_modules/@murphai/assistant-engine/skills/hosted-low-usage/SKILL.md +3 -3
- package/node_modules/@murphai/assistant-engine/skills/murph-family/SKILL.md +1 -1
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +17 -11
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/daily-nutrition-card-goals.md +62 -34
- package/node_modules/@murphai/assistant-engine/skills/physical-notes/SKILL.md +47 -0
- package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +6 -0
- package/node_modules/@murphai/assistant-engine/skills/signup-link/SKILL.md +1 -1
- package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +12 -5
- package/node_modules/@murphai/assistant-engine/skills/tracked-table/SKILL.md +156 -66
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/automation.js +17 -9
- 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 +27 -0
- 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/ledger.d.ts +21 -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 +102 -8
- package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.d.ts +2 -2
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.js +18 -3
- package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
- package/node_modules/@murphai/core/dist/index.d.ts +4 -2
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/index.js +3 -1
- package/node_modules/@murphai/core/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.d.ts +25 -2
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.js +1588 -78
- 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 +2 -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 +7 -0
- 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 +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.js +2 -2
- 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 +140 -46
- package/node_modules/@murphai/device-syncd/dist/client.d.ts +14 -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 +4 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js +24 -2
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.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-manifests.d.ts +53 -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 +13 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.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 +43 -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 +129 -5
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts +3 -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 +36 -16
- 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-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 +8 -1
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js +12 -1
- package/node_modules/@murphai/device-syncd/dist/junction-timeseries-progress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts +7 -0
- 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 +285 -46
- 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 +9 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js +2045 -367
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +2 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.js +96 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +6 -4
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts +6 -2
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.js +385 -44
- 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/jobs.d.ts +10 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js +95 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.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 +24 -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 +223 -14
- package/node_modules/@murphai/device-syncd/dist/store/sources.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +13 -3
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.js +104 -22
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +96 -9
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.js +4 -0
- package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
- package/node_modules/@murphai/device-syncd/package.json +8 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js +66 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/body.js +2 -2
- package/node_modules/@murphai/health-metrics/dist/definitions/body.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/normalize.js +3 -0
- package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts +3 -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 +5 -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/dist/core-port.d.ts +15 -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/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 +102 -8
- 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 +11 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js +420 -27
- package/node_modules/@murphai/importers/dist/device-providers/junction-bounded-features.js.map +1 -1
- 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 +4 -1
- 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 +42 -1
- 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.d.ts +76 -3
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction.js +1676 -347
- package/node_modules/@murphai/importers/dist/device-providers/junction.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/index.d.ts +2 -2
- package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/index.js +1 -1
- package/node_modules/@murphai/importers/dist/index.js.map +1 -1
- package/node_modules/@murphai/inboxd/README.md +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/operator-config/dist/assistant-cli-contracts.d.ts +1 -0
- 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 +5 -0
- 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 +175 -152
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.js +62 -41
- package/node_modules/@murphai/operator-config/dist/assistant-response-cards.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 +1 -5
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +66 -0
- 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 +58 -0
- 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 +9 -0
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.js +48 -5
- package/node_modules/@murphai/operator-config/dist/workout-action-binding.js.map +1 -1
- package/node_modules/@murphai/operator-config/package.json +5 -0
- package/node_modules/@murphai/query/README.md +20 -5
- 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 +25 -16
- package/node_modules/@murphai/query/dist/browser-replica/build.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/shared.d.ts +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts.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-server.d.ts +2 -0
- package/node_modules/@murphai/query/dist/browser-replica-server.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica-server.js +2 -0
- package/node_modules/@murphai/query/dist/browser-replica-server.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/index.d.ts +4 -3
- package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/index.js +4 -3
- package/node_modules/@murphai/query/dist/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.d.ts +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.js +10 -3
- package/node_modules/@murphai/query/dist/meal-nutrition.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 +19 -6
- 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/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 +3 -1
- package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +4 -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.js +4 -0
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.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 +26 -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 +6 -0
- package/node_modules/@murphai/query/dist/wearables/public-output.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 +4 -0
- package/node_modules/@murphai/query/dist/wearables/source-health.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.d.ts +41 -4
- package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.js +2 -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 +23 -6
- package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
- package/node_modules/@murphai/query/package.json +5 -0
- package/node_modules/@murphai/runtime-state/README.md +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-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 +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +31 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.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/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/vault-usecases/README.md +9 -0
- 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/usecases/capture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.js +22 -12
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js +1 -3
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +24 -18
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.js +1 -3
- 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 +8 -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 +56 -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 +1 -1
- 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 +42 -9
- 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.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.js +98 -5
- 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 +20 -4
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js +13 -11
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.js +18 -11
- 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.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.js +43 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.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/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-format.d.ts +2 -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-live-model.d.ts +36 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js +48 -12
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-model.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts +14 -14
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js +84 -82
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live-state.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts +16 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js +316 -79
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-live.js.map +1 -1
- 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 +19 -17
- 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 +20 -7
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js +56 -31
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.js.map +1 -1
- 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/package.json +4 -4
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/references/daily-nutrition-card-safety.md +0 -211
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,814 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@murphai/murph` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.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
|
+
|
|
5
813
|
## [1.3.1] - 2026-08-19
|
|
6
814
|
|
|
7
815
|
### Added
|