@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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { maintainAssistantAutoReplyRouteState, pruneAssistantRuntimeResidue, type AssistantRuntimeResiduePruneResult, } from './assistant/runtime-residue.js';
|
|
1
|
+
export { AssistantGeneratedDeliveryResiduePruneError, maintainAssistantAutoReplyRouteState, pruneAssistantGeneratedDeliveryResidue, pruneAssistantRuntimeResidue, type AssistantGeneratedDeliveryResiduePruneErrorCode, type AssistantGeneratedDeliveryResiduePruneResult, type AssistantRuntimeResiduePruneResult, } from './assistant/runtime-residue.js';
|
|
2
2
|
//# sourceMappingURL=assistant-runtime-residue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assistant-runtime-residue.d.ts","sourceRoot":"","sources":["../src/assistant-runtime-residue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oCAAoC,EACpC,4BAA4B,EAC5B,KAAK,kCAAkC,GACxC,MAAM,gCAAgC,CAAA"}
|
|
1
|
+
{"version":3,"file":"assistant-runtime-residue.d.ts","sourceRoot":"","sources":["../src/assistant-runtime-residue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2CAA2C,EAC3C,oCAAoC,EACpC,sCAAsC,EACtC,4BAA4B,EAC5B,KAAK,+CAA+C,EACpD,KAAK,4CAA4C,EACjD,KAAK,kCAAkC,GACxC,MAAM,gCAAgC,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { maintainAssistantAutoReplyRouteState, pruneAssistantRuntimeResidue, } from './assistant/runtime-residue.js';
|
|
1
|
+
export { AssistantGeneratedDeliveryResiduePruneError, maintainAssistantAutoReplyRouteState, pruneAssistantGeneratedDeliveryResidue, pruneAssistantRuntimeResidue, } from './assistant/runtime-residue.js';
|
|
2
2
|
//# sourceMappingURL=assistant-runtime-residue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assistant-runtime-residue.js","sourceRoot":"","sources":["../src/assistant-runtime-residue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oCAAoC,EACpC,4BAA4B,
|
|
1
|
+
{"version":3,"file":"assistant-runtime-residue.js","sourceRoot":"","sources":["../src/assistant-runtime-residue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2CAA2C,EAC3C,oCAAoC,EACpC,sCAAsC,EACtC,4BAA4B,GAI7B,MAAM,gCAAgC,CAAA"}
|
|
@@ -163,7 +163,7 @@ export declare const ASSISTANT_SKILLS: readonly [{
|
|
|
163
163
|
}, {
|
|
164
164
|
readonly slug: 'group-chat';
|
|
165
165
|
readonly name: 'group-chat';
|
|
166
|
-
readonly triggerHint: 'Read before replying in any group chat, meaning any conversation with multiple human participants, such as when
|
|
166
|
+
readonly triggerHint: 'Read before replying in any group chat, meaning any conversation with multiple human participants, such as when group-family tools are available or inbound messages carry sender handles. Owns room psychology, human-owned versus open-ensemble floor, beat-local handoff, adaptive participation, and the decision to reply, react, joke, or stay silent, plus shared challenge-data etiquette.';
|
|
167
167
|
}, {
|
|
168
168
|
readonly slug: 'groupchat-comedy';
|
|
169
169
|
readonly name: 'groupchat-comedy';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assistant-skill-assets.d.ts","sourceRoot":"","sources":["../src/assistant-skill-assets.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"assistant-skill-assets.d.ts","sourceRoot":"","sources":["../src/assistant-skill-assets.ts"],"names":[],"mappings":"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"}
|
|
@@ -207,7 +207,7 @@ export const ASSISTANT_SKILLS = [
|
|
|
207
207
|
{
|
|
208
208
|
slug: 'group-chat',
|
|
209
209
|
name: 'group-chat',
|
|
210
|
-
triggerHint: 'Read before replying in any group chat, meaning any conversation with multiple human participants, such as when
|
|
210
|
+
triggerHint: 'Read before replying in any group chat, meaning any conversation with multiple human participants, such as when group-family tools are available or inbound messages carry sender handles. Owns room psychology, human-owned versus open-ensemble floor, beat-local handoff, adaptive participation, and the decision to reply, react, joke, or stay silent, plus shared challenge-data etiquette.',
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
slug: 'groupchat-comedy',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assistant-skill-assets.js","sourceRoot":"","sources":["../src/assistant-skill-assets.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"assistant-skill-assets.js","sourceRoot":"","sources":["../src/assistant-skill-assets.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,13 +21,14 @@ export * from './assistant/group-newsletter-automation.js';
|
|
|
21
21
|
export { initializeAssistantGroupRoomModel, } from './assistant/group-room-model.js';
|
|
22
22
|
export type { AssistantGroupRoomModelInitializeResult, } from './assistant/group-room-model.js';
|
|
23
23
|
export * from './assistant/hosted-image-completion.js';
|
|
24
|
-
export type {
|
|
24
|
+
export type { AssistantAutomationOccurrenceProjection, AssistantAutomationOccurrenceProjectionIssue, AssistantGroupParticipantDisplayName, AssistantGroupParticipantDisplayNameSource, AssistantGeneratedImageCapturePersistenceMetadata, AssistantGeneratedImageCapturePersistence, AssistantHostedGroupParticipantDisplayNameReader, AssistantHostedGroupPermissionOfferRequest, AssistantHostedGroupPermissionOfferTool, AssistantHostedGroupSharedMember, AssistantHostedGroupSharedProjection, AssistantHostedGroupSharedReader, AssistantHostedGroupSharedReadRequest, AssistantHostedGroupSharedReadResponse, AssistantHostedGroupSharedRecord, AssistantHostedImageGenerationLauncher, AssistantHostedImageGenerationResult, AssistantHostedPrivateImageUrlPublishInput, AssistantHostedPrivateImageUrlPublisher, AssistantPrivateImageContentType, } from './assistant/execution-context.js';
|
|
25
25
|
export { flushPendingAssistantRuntimeIssueWrites, recordAssistantRuntimeIssueInputsBestEffort, resolveAssistantDiagnosticsPolicy, } from './assistant/issue-reporting.js';
|
|
26
26
|
export type { AssistantRuntimeIssueInput, } from './assistant/issue-reporting.js';
|
|
27
27
|
export * from './assistant/device-activity-automations.js';
|
|
28
28
|
export * from './assistant/managed-automations.js';
|
|
29
29
|
export * from './assistant/reminder-availability-maintenance.js';
|
|
30
30
|
export * from './assistant/onboarding-followup-automation.js';
|
|
31
|
+
export * from './assistant/onboarding-followup-seed.js';
|
|
31
32
|
export * from './assistant/onboarding-first-personal-read-automation.js';
|
|
32
33
|
export * from './assistant-cron.js';
|
|
33
34
|
export * from './assistant-outbox.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA;AAClC,YAAY,EACV,iCAAiC,GAClC,MAAM,2CAA2C,CAAA;AAClD,cAAc,sBAAsB,CAAA;AACpC,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EACL,uCAAuC,GACxC,MAAM,sCAAsC,CAAA;AAC7C,YAAY,EACV,0BAA0B,GAC3B,MAAM,oCAAoC,CAAA;AAC3C,cAAc,0CAA0C,CAAA;AACxD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,8CAA8C,CAAA;AAC5D,OAAO,EACL,wDAAwD,EACxD,wDAAwD,GACzD,MAAM,yCAAyC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,OAAO,EACL,iCAAiC,GAClC,MAAM,iCAAiC,CAAA;AACxC,YAAY,EACV,uCAAuC,GACxC,MAAM,iCAAiC,CAAA;AACxC,cAAc,wCAAwC,CAAA;AACtD,YAAY,EACV,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA;AAClC,YAAY,EACV,iCAAiC,GAClC,MAAM,2CAA2C,CAAA;AAClD,cAAc,sBAAsB,CAAA;AACpC,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EACL,uCAAuC,GACxC,MAAM,sCAAsC,CAAA;AAC7C,YAAY,EACV,0BAA0B,GAC3B,MAAM,oCAAoC,CAAA;AAC3C,cAAc,0CAA0C,CAAA;AACxD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,8CAA8C,CAAA;AAC5D,OAAO,EACL,wDAAwD,EACxD,wDAAwD,GACzD,MAAM,yCAAyC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,OAAO,EACL,iCAAiC,GAClC,MAAM,iCAAiC,CAAA;AACxC,YAAY,EACV,uCAAuC,GACxC,MAAM,iCAAiC,CAAA;AACxC,cAAc,wCAAwC,CAAA;AACtD,YAAY,EACV,uCAAuC,EACvC,4CAA4C,EAC5C,oCAAoC,EACpC,0CAA0C,EAC1C,iDAAiD,EACjD,yCAAyC,EACzC,gDAAgD,EAChD,0CAA0C,EAC1C,uCAAuC,EACvC,gCAAgC,EAChC,oCAAoC,EACpC,gCAAgC,EAChC,qCAAqC,EACrC,sCAAsC,EACtC,gCAAgC,EAChC,sCAAsC,EACtC,oCAAoC,EACpC,0CAA0C,EAC1C,uCAAuC,EACvC,gCAAgC,GACjC,MAAM,kCAAkC,CAAA;AACzC,OAAO,EACL,uCAAuC,EACvC,2CAA2C,EAC3C,iCAAiC,GAClC,MAAM,gCAAgC,CAAA;AACvC,YAAY,EACV,0BAA0B,GAC3B,MAAM,gCAAgC,CAAA;AACvC,cAAc,4CAA4C,CAAA;AAC1D,cAAc,oCAAoC,CAAA;AAClD,cAAc,kDAAkD,CAAA;AAChE,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yCAAyC,CAAA;AACvD,cAAc,0DAA0D,CAAA;AACxE,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA"}
|
|
@@ -23,6 +23,7 @@ export * from './assistant/device-activity-automations.js';
|
|
|
23
23
|
export * from './assistant/managed-automations.js';
|
|
24
24
|
export * from './assistant/reminder-availability-maintenance.js';
|
|
25
25
|
export * from './assistant/onboarding-followup-automation.js';
|
|
26
|
+
export * from './assistant/onboarding-followup-seed.js';
|
|
26
27
|
export * from './assistant/onboarding-first-personal-read-automation.js';
|
|
27
28
|
export * from './assistant-cron.js';
|
|
28
29
|
export * from './assistant-outbox.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA;AAIlC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EACL,uCAAuC,GACxC,MAAM,sCAAsC,CAAA;AAI7C,cAAc,0CAA0C,CAAA;AACxD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,8CAA8C,CAAA;AAC5D,OAAO,EACL,wDAAwD,EACxD,wDAAwD,GACzD,MAAM,yCAAyC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,OAAO,EACL,iCAAiC,GAClC,MAAM,iCAAiC,CAAA;AAIxC,cAAc,wCAAwC,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAA;AACzC,cAAc,oBAAoB,CAAA;AAIlC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EACL,uCAAuC,GACxC,MAAM,sCAAsC,CAAA;AAI7C,cAAc,0CAA0C,CAAA;AACxD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,8CAA8C,CAAA;AAC5D,OAAO,EACL,wDAAwD,EACxD,wDAAwD,GACzD,MAAM,yCAAyC,CAAA;AAChD,cAAc,4CAA4C,CAAA;AAC1D,OAAO,EACL,iCAAiC,GAClC,MAAM,iCAAiC,CAAA;AAIxC,cAAc,wCAAwC,CAAA;AAuBtD,OAAO,EACL,uCAAuC,EACvC,2CAA2C,EAC3C,iCAAiC,GAClC,MAAM,gCAAgC,CAAA;AAIvC,cAAc,4CAA4C,CAAA;AAC1D,cAAc,oCAAoC,CAAA;AAClD,cAAc,kDAAkD,CAAA;AAChE,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yCAAyC,CAAA;AACvD,cAAc,0DAA0D,CAAA;AACxE,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA"}
|
|
@@ -132,15 +132,44 @@ When enriching a captured meal:
|
|
|
132
132
|
estimates. For mixed evidence, describe both and set confidence from the
|
|
133
133
|
weakest material assumption. Preserve the meal's occurred-at time and
|
|
134
134
|
source. Keep the photo until saved structure has been read back.
|
|
135
|
-
6.
|
|
135
|
+
6. If the edit fails or the read-back does not prove the intended structure,
|
|
136
|
+
run one fresh bounded meal list for the capture date, re-identify the exact
|
|
137
|
+
photo-backed device meal from its returned id, source, occurred-at time, and
|
|
138
|
+
attachment, inspect it, and retry `meal edit` once with corrected arguments.
|
|
139
|
+
Never switch to `meal add`, guess a nearby record, or retry past that one
|
|
140
|
+
correction. If the retry or its read-back fails, keep the photo and report or
|
|
141
|
+
fail the unresolved work instead of claiming enrichment.
|
|
142
|
+
7. Read the edited meal back before claiming it was logged.
|
|
136
143
|
|
|
137
144
|
Do not run `meal add` for a captured photo that already has a meal id. The
|
|
138
145
|
automatic import is the meal log; `meal edit` adds the useful structure. By
|
|
139
146
|
default, save a bounded photo estimate without asking for confirmation on every
|
|
140
|
-
meal
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
147
|
+
meal. Retain provenance, uncertainty, and assumptions; a visible food or drink
|
|
148
|
+
category with a defensible portion range is enough even when the exact recipe,
|
|
149
|
+
ingredients, or serving is uncertain. If the photo cannot support a meaningful
|
|
150
|
+
numeric estimate, do not leave a model-reviewed capture blank. When its note is
|
|
151
|
+
empty, save a concise `--note` describing only the visible meal or food form and
|
|
152
|
+
material uncertainty; never replace a member-written note. Add `--ingredient`
|
|
153
|
+
values only for identities the photo supports. If even a broad food observation
|
|
154
|
+
is not defensible and the note is empty, record only that the retained image was
|
|
155
|
+
reviewed and the meal could not be identified. Read the preserved or new
|
|
156
|
+
observation back. Clarification is a last resort, not a confidence check: ask
|
|
157
|
+
one narrow identity or portion question only when actual attachment inspection
|
|
158
|
+
leaves identity or amount too indeterminate for any meaningful bounded estimate
|
|
159
|
+
and the answer would materially help.
|
|
160
|
+
|
|
161
|
+
A recent device meal remains unresolved after its attachment becomes a privacy
|
|
162
|
+
tombstone when its saved identity, amount or ingredients, and nutrition cannot
|
|
163
|
+
support the member's current request. When the member answers a capture question
|
|
164
|
+
or asks for totals or a card that meal blocks, match the existing meal from the
|
|
165
|
+
current conversation, device source, capture date, and capture time with bounded
|
|
166
|
+
`meal list` and `meal show` reads; never add a replacement or restore the photo.
|
|
167
|
+
Apply the estimation-eligibility rule above before recovery. When estimation is
|
|
168
|
+
skipped, do not ask for identity or amount merely to enable nutrition estimates.
|
|
169
|
+
Otherwise, ask instead of refusing or inventing totals only when the saved facts
|
|
170
|
+
still fail that last-resort threshold. With enough facts, edit and read back the
|
|
171
|
+
existing meal, then use fresh food-journal totals and any eligible card. Never
|
|
172
|
+
calculate around it or reuse pre-edit totals.
|
|
144
173
|
|
|
145
174
|
Do not surface calorie numbers for intuitive-eating contexts, eating-disorder
|
|
146
175
|
risk, or number-sensitive members.
|
|
@@ -168,14 +197,31 @@ On a scheduled run:
|
|
|
168
197
|
4. Run `vault-cli meal show <meal-id> --format json` for each selected meal and
|
|
169
198
|
inspect the actual attachment for a photo-backed selection. For
|
|
170
199
|
same-occurrence retry evidence, use only the already-saved structured fields
|
|
171
|
-
and uncertainty. Enrich the existing meal when supported
|
|
172
|
-
|
|
200
|
+
and uncertainty. Enrich the existing meal when supported, apply the bounded
|
|
201
|
+
re-identification and single-retry rule above after a failed edit, and read
|
|
202
|
+
the result back. When numeric nutrition is unsupported, save and read back
|
|
203
|
+
the evidence-based observation fallback above. A meal with neither saved
|
|
204
|
+
nutrition nor that observation is not ready for cleanup.
|
|
205
|
+
5. Only after the read-back proves saved nutrition or the observation fallback,
|
|
206
|
+
run `vault-cli meal remove-photo <meal-id>` and read the meal back again.
|
|
173
207
|
This automatic-capture-only command preserves the structured meal and
|
|
174
208
|
replaces retained image bytes with a privacy tombstone. Any removal failure
|
|
175
209
|
fails the run. On retry, combine photos that remain with same-occurrence
|
|
176
210
|
removal revisions so a provider or partial-cleanup failure loses no meal.
|
|
211
|
+
|
|
212
|
+
Before step 6, apply the estimation-eligibility rule above. When estimation is
|
|
213
|
+
skipped, complete photo cleanup and stop with the established non-numeric
|
|
214
|
+
closeout: ask no estimate-enabling question and run no Goal, totals, or card
|
|
215
|
+
work. Otherwise, after cleaning each capture that still fails the last-resort
|
|
216
|
+
threshold, send one compact question for only those meals and stop before Goal,
|
|
217
|
+
totals, or card work. Use local time when all share the occurrence date; include
|
|
218
|
+
date and time for any historical or multi-date set. Ask only for missing identity
|
|
219
|
+
and amount, expose no meal ids, and do not substitute ordinary closeout or a
|
|
220
|
+
dashboard refusal. This is the sole scheduled-question exception; its answer
|
|
221
|
+
uses the existing-meal recovery above.
|
|
222
|
+
|
|
177
223
|
6. After inspection, enrichment, read-back, and photo cleanup, first prove the
|
|
178
|
-
active Goal
|
|
224
|
+
cheap read-only active Goal discovery is complete. Run `vault-cli goal list --status active
|
|
179
225
|
--limit 200 --format json`. If it returns 200 records, fail closed with the
|
|
180
226
|
ordinary compact closeout: run no Goal detail reads, perform no Goal or
|
|
181
227
|
measurement mutation, ask no question, and attach no card. Otherwise, run
|
|
@@ -186,47 +232,12 @@ On a scheduled run:
|
|
|
186
232
|
date, conflicts, and the 1,200-kcal boundary only after inspecting that
|
|
187
233
|
complete detail set. This active-target authority read is separate from any
|
|
188
234
|
all-status Goal lookup used to reuse or honor Murph's managed paused or
|
|
189
|
-
abandoned proposal; never substitute that lookup here.
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
closeout
|
|
195
|
-
attach no card. A clearly current saved age under 18 or clearly current
|
|
196
|
-
intuitive-eating or number-sensitive preference uses the same non-numeric,
|
|
197
|
-
no-write, no-question, no-card path. Missing or ambiguous age alone does not
|
|
198
|
-
block a scheduled closeout and never authorizes a question. The gate also
|
|
199
|
-
requires both `vault-cli condition list --status active --limit 200 --format
|
|
200
|
-
json` and `vault-cli regimen list --status active --limit 200 --format json`.
|
|
201
|
-
If either returns exactly 200 records or fails, run no condition or regimen
|
|
202
|
-
detail reads, keep the ordinary compact closeout, perform no Goal or
|
|
203
|
-
measurement mutation, ask no question, and attach no card. Otherwise, run
|
|
204
|
-
`vault-cli condition show <condition-id> --format json` for every returned
|
|
205
|
-
condition and `vault-cli regimen show <regimen-id> --format json` for every
|
|
206
|
-
returned regimen before applying the safety gate. Never use the five-record
|
|
207
|
-
context projection, a title, substance, severity, or the default list prefix
|
|
208
|
-
to select the safety set. If any required detail read fails or is unreadable,
|
|
209
|
-
use the same ordinary-text, no-write, no-question, no-card failure behavior.
|
|
210
|
-
Also run `vault-cli event list --kind procedure --limit 200 --format json`
|
|
211
|
-
and follow the shared gate's procedure-item inspection and conditional detail
|
|
212
|
-
reads. A completed bariatric procedure uses the same non-numeric,
|
|
213
|
-
no-write, no-question, no-card path; failed, unreadable, or saturated
|
|
214
|
-
procedure discovery uses the failure path. Also run `vault-cli event list
|
|
215
|
-
--kind encounter --limit 200 --format json`, detail-read every returned item
|
|
216
|
-
with nonzero `data.diagnosesCount`, and apply the shared gate's current active
|
|
217
|
-
diagnosis rules. A relevant active documented or suspected diagnosis uses
|
|
218
|
-
the same non-numeric path; failed, unreadable, saturated, required-detail,
|
|
219
|
-
or unresolved safety-relevant diagnosis discovery uses the failure path.
|
|
220
|
-
Then run the shared gate's bounded body-measurement read, separate
|
|
221
|
-
`pregnancy-test` measurement read, and bounded canonical test-event list plus
|
|
222
|
-
every required test detail read. A failed read, a body-measurement read
|
|
223
|
-
saturated without resolving usable BMI evidence, or a saturated
|
|
224
|
-
pregnancy-evidence read uses the same failure behavior. An explicit positive
|
|
225
|
-
pregnancy-test result from either canonical owner
|
|
226
|
-
uses the same non-numeric, no-write, no-question, no-card path. Reuse all
|
|
227
|
-
complete gate reads for the current turn. If the active target bundle is
|
|
228
|
-
incomplete after those reads, the first eligible managed closeout has one
|
|
229
|
-
proposal-only exception. Read and follow
|
|
235
|
+
abandoned proposal; never substitute that lookup here. If active authority
|
|
236
|
+
is ambiguous, unit-incompatible, comparator-incompatible, or otherwise
|
|
237
|
+
cannot support either a card or responsible proposal, keep the ordinary
|
|
238
|
+
compact closeout without the unrelated safety fanout. Only when compatible
|
|
239
|
+
authority is incomplete after those reads does the first eligible managed
|
|
240
|
+
closeout have one proposal-only exception. Read and follow
|
|
230
241
|
`$MURPH_ASSISTANT_SKILLS_ROOT/nutrition-strategy/references/daily-nutrition-card-goals.md`,
|
|
231
242
|
then run `vault-cli goal list --limit 200 --format json` and detail-read only
|
|
232
243
|
candidate managed records. If that read fails, is unreadable, is saturated,
|
|
@@ -234,15 +245,25 @@ On a scheduled run:
|
|
|
234
245
|
status, do not create, change, or automatically repeat a numeric proposal.
|
|
235
246
|
Keep the ordinary compact closeout and attach no card. The absence of that
|
|
236
247
|
managed Goal is the first-run authority; add no flag or second state owner.
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
responsible
|
|
248
|
+
If responsible inputs are missing or the bundle is infeasible, write nothing
|
|
249
|
+
and keep the ordinary closeout. When either one complete accepted card bundle
|
|
250
|
+
or this responsible first-run proposal candidate remains, apply the concise
|
|
251
|
+
known-context numeric-suitability rule in the
|
|
252
|
+
`murph.attach_response_card` prompt before deriving or presenting numeric
|
|
253
|
+
values, any Goal write, totals, or a card. Do not run a universal medical
|
|
254
|
+
history or measurement checklist. When known context suppresses numeric
|
|
255
|
+
output or suitability remains unresolved, keep the ordinary compact closeout,
|
|
256
|
+
perform no Goal or measurement mutation, ask no question, and attach no card.
|
|
257
|
+
When the complete all-status
|
|
258
|
+
lookup proves absence, known context permits numeric guidance, compatible
|
|
259
|
+
explicit targets are unambiguous,
|
|
260
|
+
and already-known inputs prove one responsible five-target bundle, create
|
|
261
|
+
that single canonical Goal as
|
|
240
262
|
`paused`, with `window.startAt` equal to the selected capture/card local date.
|
|
241
263
|
Read it back, then explain all five provisional values, their material facts
|
|
242
264
|
and assumptions, and the effective date in ordinary text. Ask no question,
|
|
243
|
-
attach no card, and never activate it on the scheduled turn.
|
|
244
|
-
|
|
245
|
-
ordinary closeout. Member correction, acceptance, or decline remains an
|
|
265
|
+
attach no card, and never activate it on the scheduled turn. Member
|
|
266
|
+
correction, acceptance, or decline remains an
|
|
246
267
|
interactive turn. If numeric presentation is suppressed, or the active
|
|
247
268
|
target bundle is ambiguous, unit-incompatible, or comparator-incompatible,
|
|
248
269
|
retain the ordinary compact closeout and do not attach a card. Keep the occurrence
|
|
@@ -256,25 +277,47 @@ On a scheduled run:
|
|
|
256
277
|
out-of-window target for current authority and conflict resolution; never
|
|
257
278
|
copy, expose, derive from, or mutate a Goal because of it. If fewer than five
|
|
258
279
|
applicable targets remain, ask no question and use ordinary closeout text.
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
280
|
+
New authoring uses `dietary-calories`. Resolve that canonical owner first;
|
|
281
|
+
when it exists, use it and ignore every globally ambiguous `calories`
|
|
282
|
+
target. Only without a canonical owner may an applicable exact-point
|
|
283
|
+
`calories` target in `kcal` fill the card's calorie slot when its
|
|
284
|
+
`targetId` is `daily-calories`. Its same containing Goal must own exactly one
|
|
285
|
+
applicable compatible point for every historical id, metric, and unit pair:
|
|
286
|
+
`daily-protein` / `protein-grams` / `g`, `daily-carbohydrates` /
|
|
287
|
+
`carbs-grams` / `g`, `daily-fat` / `fat-grams` / `g`, and `daily-fiber` /
|
|
288
|
+
`fiber-grams` / `g`. Require one complete historical set. Any other
|
|
289
|
+
`calories` target is not dietary authority even when the four nutrition
|
|
290
|
+
metrics share its Goal; never combine the historical set with another Goal
|
|
291
|
+
or managed proposal. Never infer ownership from a title, slug, domain, or
|
|
292
|
+
description, and never rename or mutate a Goal just to repair this key.
|
|
262
293
|
A target in another unit remains authoritative, but never compare, convert,
|
|
263
294
|
or copy its raw value into this fixed-unit card; on a scheduled occurrence,
|
|
264
295
|
ask no question and use ordinary closeout text. Never infer a target from
|
|
265
296
|
this day's meal total or one wearable day. A card-qualifying target must also
|
|
266
|
-
be an exact point
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
297
|
+
be an exact point with comparator `between` and identical numeric `value` and
|
|
298
|
+
`highValue`. Accept `selected-value` evaluation normally. The complete
|
|
299
|
+
same-Goal historical `daily-*` set above may instead use the read-only
|
|
300
|
+
rolling-mean plus daily-aggregate-mean display compatibility in the shared
|
|
301
|
+
daily-card reference; preserve the Goal and do not extend that exception. A
|
|
302
|
+
mixed evaluation bundle or another rolling-window or daily-aggregate
|
|
303
|
+
statistic is incompatible. A one-sided `<`, `<=`, `>`, or `>=` threshold,
|
|
304
|
+
non-identical range, or other shape remains authoritative but is incompatible
|
|
305
|
+
with this point-target card.
|
|
306
|
+
Never expose, compare, copy, or derive from its bound, and never create,
|
|
307
|
+
replace, or remove a managed target around it. On a scheduled occurrence,
|
|
308
|
+
ask no question, perform no Goal or measurement mutation, and use ordinary
|
|
309
|
+
closeout text without a card.
|
|
310
|
+
7. Only when the complete target-authority read in step 6 resolves one
|
|
311
|
+
unambiguous card-authorizing bundle, run the exact canonical
|
|
275
312
|
`vault-cli meal totals --from <date> --to <date>` read for the selected date
|
|
276
313
|
range immediately before any response-card attachment; do not reuse an
|
|
277
|
-
earlier total or calculate nutrition independently.
|
|
314
|
+
earlier total or calculate nutrition independently. On an interactive card
|
|
315
|
+
request, apply food-journal's selected-date incomplete-meal recovery to
|
|
316
|
+
every saved meal whose nutrition coverage blocks the card, including a
|
|
317
|
+
manual, conversation, provider, or device meal not selected by this
|
|
318
|
+
closeout. Do not widen the scheduled-question exception above: a scheduled
|
|
319
|
+
run follows its existing compact closeout when an unselected meal remains
|
|
320
|
+
incomplete. When the run covers
|
|
278
321
|
exactly one local date, the canonical read includes a calorie total, and
|
|
279
322
|
the card-time safety gate from step 6 still passes, call
|
|
280
323
|
`murph.attach_response_card` with this exact mapping:
|
|
@@ -372,8 +372,6 @@ Memory is for durable user preferences or broad context, not the source of truth
|
|
|
372
372
|
|
|
373
373
|
When the user asks about a current plan, today's target, a ramp, routine, or habit, read the relevant active goal/regimen/automation records before reconstructing details. A compact snapshot or truncated regimen list is navigation only: read the full current regimen note and any linked records before advising, repairing, or closing the plan. If the baseline, ladder, or target date was not saved, say what is missing and update the plan once confirmed instead of inventing it.
|
|
374
374
|
|
|
375
|
-
In a private conversation, when the user tersely reports unnamed repeated sets for an alternating or phased strength routine, read the full canonical regimen and linked experiment records before logging completion. Resolve the current exercise from the saved start or anchor date, rotation rule, and current member-local date; never substitute the most recently discussed or logged target. Require only one exercise, one canonical owner, and one current per-occurrence standard. Reminder automations can govern support consent and delivery but are not schedule evidence and cannot redirect or block a target uniquely resolved by the regimen and experiment. If those canonical facts are missing or ambiguous, say what is missing and ask one narrow clarification without writing a completion.
|
|
376
|
-
|
|
377
375
|
A clarification that only names the current target authorizes only the current completion write, and only when the existing canonical records already resolve one owner and one per-occurrence standard. It does not authorize editing a regimen, experiment, automation, or plan. Repair saved plan state only when the user explicitly asks for that repair or affirmatively accepts a concrete proposed repair. After an authorized repair, re-read the changed canonical plan before logging any completion. If no existing owner or standard can be recovered, explain that the completion cannot yet be logged canonically, ask whether the user wants to repair the plan, and write no completion.
|
|
378
376
|
|
|
379
377
|
In a group conversation, do not perform the private routine lookup or write a private completion. Acknowledge briefly and ask the speaker to continue in their private Murph conversation.
|
|
@@ -32,8 +32,13 @@ Use this as Murph operating guidance, not as a consumer article. Ground the answ
|
|
|
32
32
|
`vault-cli wearables day <date> --format json`; for all workouts, types,
|
|
33
33
|
count, duration, or normalized detail, next run
|
|
34
34
|
`vault-cli wearables activity list --date <date> --format json`. Its canonical
|
|
35
|
-
workout-day rollup owns the answer
|
|
36
|
-
|
|
35
|
+
workout-day rollup owns the answer. When available, `workoutFeatures`
|
|
36
|
+
associates bounded heart-rate, cadence, power, speed, and split details with
|
|
37
|
+
each workout by provider and start time. Use that association for multiple
|
|
38
|
+
workouts on the same date; do not stop at one selected activity or rebuild
|
|
39
|
+
the rollup from provider records. Power fields ending in `Watts` are watts,
|
|
40
|
+
and speed fields ending in `Mps` are meters per second; include those units
|
|
41
|
+
when answering.
|
|
37
42
|
- When the day or activity summary omits the specific signal the user asked
|
|
38
43
|
about, use the lossless global observation read
|
|
39
44
|
`vault-cli measurement entry list --metric <metric> --from <date> --to <date> --limit 50 --format json`.
|
|
@@ -80,8 +85,10 @@ Ask: "Do you want more total steps, fewer long sitting blocks, or a simple movem
|
|
|
80
85
|
|
|
81
86
|
- For a factual day or workout request, answer the question directly from the
|
|
82
87
|
normalized result: give the canonical count and total, then list only the
|
|
83
|
-
activity types or
|
|
84
|
-
|
|
88
|
+
activity types or workout details that result actually exposes. Treat an
|
|
89
|
+
empty `splits` array as no retained split facets for that workout, including
|
|
90
|
+
after a provider correction. Do not force coaching or invent a session label
|
|
91
|
+
that the normalized surface omits.
|
|
85
92
|
- For a coaching request, give one baseline-relative target and one
|
|
86
93
|
friction-reduction tactic. Prefer movement the user can repeat daily over a
|
|
87
94
|
heroic one-day goal, and say how to reassess after 1-2 weeks.
|
|
@@ -67,6 +67,24 @@ questions.
|
|
|
67
67
|
- A photo, voice note, or rough phrase can be a complete meal log.
|
|
68
68
|
- Preserve useful real-life context when the user volunteers it, such as eating out, alcohol, a late meal, stress, travel, illness, or social context.
|
|
69
69
|
- Use existing canonical surfaces. Save meal facts to meal records, symptoms to their typed surface, and durable unstructured context to the best-fit existing journal or memory surface. Do not duplicate the same fact across stores.
|
|
70
|
+
|
|
71
|
+
When the user names a restaurant and recognizable menu item, and known context
|
|
72
|
+
does not trigger one of the numeric safety exceptions below, resolve nutrition
|
|
73
|
+
before the meal mutation. Use a normal exact restaurant/menu search rather
|
|
74
|
+
than a generic substitute. Run this database search first even when the user
|
|
75
|
+
supplies an official restaurant URL. If that search has no exact result, read
|
|
76
|
+
`computer-use` and inspect the restaurant's official nutrition or menu source.
|
|
77
|
+
When using that official source, retain its URL in nutrition source detail.
|
|
78
|
+
Only after the database result, official source, or clearly marked last-resort
|
|
79
|
+
estimate is resolved may you call `meal add` or `meal edit` with the available
|
|
80
|
+
nutrition and provenance. Do not save a nutrition-free restaurant meal first
|
|
81
|
+
and then ask the member to repeat the item. Ask one narrow question only when a
|
|
82
|
+
variant or portion difference would materially change the record.
|
|
83
|
+
|
|
84
|
+
When a numeric safety exception already applies, save the meal without calorie
|
|
85
|
+
or macro estimates. Do not force a nutrition lookup, clarification, or safety
|
|
86
|
+
preflight just to capture the meal.
|
|
87
|
+
|
|
70
88
|
- After every verified private meal mutation, apply default attachment intent for its eligible daily nutrition card. For response-card attachment eligibility only, treat the accepted meal message as explicitly requesting that card; this is not an explicit numeric-card request and does not authorize target derivation, a paused proposal, or any Goal mutation. When the complete card safety, accepted active-goal authority, fresh same-date totals, route, and bounded-card checks pass and the card alone completely answers the turn, attach that card as the complete response with no companion prose. Without an already accepted complete bundle, or when any other prerequisite fails, keep the truthful fallback short and aligned with the user's focus. Never replace a failed card gate with improvised totals, goals, analysis, or a second response surface.
|
|
71
89
|
|
|
72
90
|
## Provide numbers by default, with safety exceptions
|
|
@@ -75,30 +93,73 @@ questions.
|
|
|
75
93
|
- Do not estimate or surface calories or macros for intuitive-eating contexts, eating-disorder risk, or number-sensitive users. In symptom or digestion work, keep numbers secondary to the focus rather than leading with them.
|
|
76
94
|
- Structured label facts may remain available when useful; surface the details relevant to the user's request alongside the default totals.
|
|
77
95
|
|
|
78
|
-
Before every requested daily nutrition card,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
and active-regimen discovery is mandatory before numeric target derivation as
|
|
82
|
-
well as before a card; the five-record context projection is not completeness
|
|
83
|
-
proof. Its complete `vault-cli memory show --format json` read is also mandatory
|
|
84
|
-
because the snapshot does not inject the canonical Identity, Preferences,
|
|
85
|
-
Instructions, and Context memory document; a failed or unreadable memory read
|
|
86
|
-
fails closed, while missing or ambiguous age alone is not a universal block.
|
|
87
|
-
Its lifetime canonical procedure-event and encounter-diagnosis discovery,
|
|
88
|
-
bounded body-measurement read, separate `pregnancy-test` measurement read, and
|
|
89
|
-
bounded canonical test-event list plus required detail reads are likewise
|
|
90
|
-
mandatory before deriving, saving, or surfacing a proposal and again before
|
|
91
|
-
activating one. Also read and follow the
|
|
96
|
+
Before every requested daily nutrition card, apply the concise known-context
|
|
97
|
+
numeric-suitability rule in the `murph.attach_response_card` prompt. Do not run
|
|
98
|
+
a universal medical-history or measurement preflight. Also read and follow the
|
|
92
99
|
target-authority and complete active-Goal discovery contract in
|
|
93
100
|
`$MURPH_ASSISTANT_SKILLS_ROOT/nutrition-strategy/references/daily-nutrition-card-goals.md`
|
|
94
|
-
before deciding that the
|
|
101
|
+
before deciding that the accepted active bundle is complete for the card. Use its
|
|
95
102
|
proposal workflow only if a target is genuinely missing after that read and the
|
|
96
103
|
member made an explicit numeric-card or target-setting request. Default meal-card
|
|
97
104
|
intent never invokes it.
|
|
105
|
+
Treat a routine daily-card request, including a requested meal estimate needed
|
|
106
|
+
for that card, as one fulfillment workflow. Reply once with the card or one
|
|
107
|
+
concise truthful fallback. Never narrate individual safety, totals, estimation,
|
|
108
|
+
or target-resolution mechanics.
|
|
109
|
+
|
|
110
|
+
### Complete an interactive day before attaching its card
|
|
111
|
+
|
|
112
|
+
Use this all-meal recovery only when the member explicitly requests a daily
|
|
113
|
+
nutrition card or daily summary in the current interactive turn. Default
|
|
114
|
+
attachment intent after a meal mutation does not authorize reading, editing,
|
|
115
|
+
or asking about another meal. If fresh totals remain incomplete on that default
|
|
116
|
+
path, use the short truthful meal-log fallback with no card.
|
|
117
|
+
|
|
118
|
+
After the fresh selected-date `vault-cli meal totals` read, compare every
|
|
119
|
+
metric's `mealCount` with the top-level `mealCount`. When any metric has lower
|
|
120
|
+
coverage, do not treat the normal interactive card workflow as finished with a
|
|
121
|
+
partial card. List only that selected date, show the exact meals that lack
|
|
122
|
+
nutrition, and try to complete those existing records from accepted current
|
|
123
|
+
conversation context, their saved identity, ingredients, and amount, and a
|
|
124
|
+
bounded matching prior meal when useful. A member's current statement that the
|
|
125
|
+
meal is equivalent to a specific prior meal is usable evidence. A similar
|
|
126
|
+
informal name alone is not: require matching saved ingredients and portion
|
|
127
|
+
evidence or ask instead of copying nutrition.
|
|
128
|
+
|
|
129
|
+
Use only the canonical meal surface for this recovery: `vault-cli meal list
|
|
130
|
+
--from <date> --to <date> --limit 200 --format json`, `vault-cli meal show
|
|
131
|
+
<meal-id> --format json`, and `vault-cli meal edit <meal-id>` with the typed
|
|
132
|
+
`--nutrition-calories`, `--nutrition-protein-grams`,
|
|
133
|
+
`--nutrition-carbs-grams`, `--nutrition-fat-grams`,
|
|
134
|
+
`--nutrition-fiber-grams`, `--nutrition-source`,
|
|
135
|
+
`--nutrition-confidence`, and `--nutrition-source-detail` flags. Never inspect
|
|
136
|
+
or modify raw vault files. After the date lists identify the records, show the
|
|
137
|
+
selected prior meal before copying its saved totals. After the edit succeeds,
|
|
138
|
+
run the exact edited-meal `meal show` readback and fresh same-date `meal totals`
|
|
139
|
+
command before attaching the card. Use `--nutrition-source inherited` for
|
|
140
|
+
copied prior-meal totals and preserve the prior source in
|
|
141
|
+
`--nutrition-source-detail`.
|
|
142
|
+
|
|
143
|
+
Apply the estimation-eligibility and label/database grounding rules below. If
|
|
144
|
+
the available evidence supports a meaningful bounded estimate, edit and read
|
|
145
|
+
back the exact existing meal, then rerun fresh same-date totals before any card.
|
|
146
|
+
Never add a replacement meal or calculate around the incomplete record. If
|
|
147
|
+
identity or amount remains too indeterminate, ask one compact question for only
|
|
148
|
+
that missing detail and stop without a card. The answer resumes the exact-meal
|
|
149
|
+
edit, read-back, fresh-totals, and eligible-card workflow. Do not ask merely to
|
|
150
|
+
enable numeric output for an intuitive-eating, eating-disorder-risk, or
|
|
151
|
+
number-sensitive member.
|
|
152
|
+
|
|
153
|
+
This generic recovery question is interactive-only. Scheduled automatic
|
|
154
|
+
closeout keeps the narrower question authority in `automatic-meal-capture`.
|
|
155
|
+
Attach a partial card only when the member explicitly asks to see the currently
|
|
156
|
+
available partial data after the limitation is clear; partial-card schema and
|
|
157
|
+
rendering remain compatibility surfaces, not the normal interactive closeout.
|
|
158
|
+
|
|
98
159
|
The first setup response explains a paused canonical proposal in ordinary text;
|
|
99
160
|
it does not attach a goal-less card. An unambiguous acceptance may complete the
|
|
100
|
-
pending explicit card request in that next response after the
|
|
101
|
-
|
|
161
|
+
pending explicit card request in that next response after the known-context
|
|
162
|
+
suitability rule passes, activation and readback succeed, and a fresh same-date totals
|
|
102
163
|
read completes. Other later eligible responses may
|
|
103
164
|
use the accepted active goals in a card.
|
|
104
165
|
|
|
@@ -169,11 +230,11 @@ Before calculating a meal total:
|
|
|
169
230
|
the weakest material identity, quantity, or preparation assumption.
|
|
170
231
|
|
|
171
232
|
Increase the result limit only when the first match is ambiguous or missing a
|
|
172
|
-
likely variant.
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
233
|
+
likely variant. The database-miss fallback above also applies to packaged and
|
|
234
|
+
manufacturer labels. Only after the applicable official source fails may you
|
|
235
|
+
use a clearly marked memory-based estimate with the assumptions and material
|
|
236
|
+
uncertainty stated. Never invent an exact label or imply that a visual portion
|
|
237
|
+
estimate was database-measured.
|
|
177
238
|
|
|
178
239
|
For a fridge or pantry photo, enumerate distinct visible products and resolve
|
|
179
240
|
them in one batch. Summarize only relevant nutrition, ingredient, allergen, and
|
|
@@ -43,7 +43,7 @@ have we used?" qualify. A request about funding, sponsoring, contributing,
|
|
|
43
43
|
adding usage, options, referrals, or earning more usage does not qualify by
|
|
44
44
|
itself.
|
|
45
45
|
|
|
46
|
-
For a qualifying question, call `murph.
|
|
46
|
+
For a qualifying question, call `murph.group_usage action="read_usage"` once and use
|
|
47
47
|
only that current result's `includedUsageUsedPercent`:
|
|
48
48
|
|
|
49
49
|
- For an integer from 0 through 99, answer with exactly: "About X% of this
|
|
@@ -158,7 +158,7 @@ change happened.
|
|
|
158
158
|
`members` row with `isOwner: true` and `status: "active"`. This read is not
|
|
159
159
|
permission to send a link, choose an amount, or start Checkout.
|
|
160
160
|
- In a group, do not call `murph.plan_usage`. On the first trusted low-usage
|
|
161
|
-
turn, call `murph.
|
|
161
|
+
turn, call `murph.group_usage action="read_usage"` once before writing the
|
|
162
162
|
heads-up so the segment reflects the real state. A returned funding URL is
|
|
163
163
|
authority for a later requested follow-up, not copy for the first heads-up.
|
|
164
164
|
Ignore `includedUsageUsedPercent` for that heads-up. Read it again when the
|
|
@@ -177,7 +177,7 @@ change happened.
|
|
|
177
177
|
`read_usage_referral`, then present all returned paths. A yes to the
|
|
178
178
|
link-free first heads-up is also broad-options intent.
|
|
179
179
|
- In a private conversation, call
|
|
180
|
-
`murph.
|
|
180
|
+
`murph.group_usage action="read_usage_referral"` once when the current sender asks
|
|
181
181
|
how to get more usage, what options exist, how to earn usage, or about a
|
|
182
182
|
group referral. In a hosted group, call it only for the broad-options intent above.
|
|
183
183
|
Do this even when current usage is `healthy`; that state suppresses only an
|
|
@@ -126,7 +126,7 @@ not the group's synthetic thread-container member.
|
|
|
126
126
|
In a hosted group, phrases such as "set up a Family plan," "set one up for my
|
|
127
127
|
family," "add my spouse to my plan," or similar requests are Murph Family
|
|
128
128
|
account intent. This classification outranks generic group funding or usage
|
|
129
|
-
language. Do not call `murph.
|
|
129
|
+
language. Do not call `murph.group_usage` actions, and do not present
|
|
130
130
|
room sponsorship, group funding, or room usage top-up options, unless the same
|
|
131
131
|
request explicitly asks about funding or usage for the current room.
|
|
132
132
|
|