pulseed 0.6.0 → 0.6.1
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/README.md +18 -16
- package/dist/base/config/identity-loader.d.ts +12 -3
- package/dist/base/config/identity-loader.d.ts.map +1 -1
- package/dist/base/config/identity-loader.js +15 -7
- package/dist/base/config/identity-loader.js.map +1 -1
- package/dist/grounding/contracts.d.ts +13 -0
- package/dist/grounding/contracts.d.ts.map +1 -1
- package/dist/grounding/providers/knowledge-provider.d.ts.map +1 -1
- package/dist/grounding/providers/knowledge-provider.js +25 -3
- package/dist/grounding/providers/knowledge-provider.js.map +1 -1
- package/dist/grounding/providers/soil-provider.d.ts.map +1 -1
- package/dist/grounding/providers/soil-provider.js +28 -3
- package/dist/grounding/providers/soil-provider.js.map +1 -1
- package/dist/grounding/providers/static-policy-provider.d.ts +3 -1
- package/dist/grounding/providers/static-policy-provider.d.ts.map +1 -1
- package/dist/grounding/providers/static-policy-provider.js +4 -3
- package/dist/grounding/providers/static-policy-provider.js.map +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/interface/chat/chat-event-state.d.ts.map +1 -1
- package/dist/interface/chat/chat-event-state.js +92 -9
- package/dist/interface/chat/chat-event-state.js.map +1 -1
- package/dist/interface/chat/chat-events.d.ts +15 -1
- package/dist/interface/chat/chat-events.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.d.ts +3 -0
- package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.js +54 -8
- package/dist/interface/chat/chat-runner-event-bridge.js.map +1 -1
- package/dist/interface/chat/chat-runner-routes.d.ts +20 -0
- package/dist/interface/chat/chat-runner-routes.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-routes.js +76 -0
- package/dist/interface/chat/chat-runner-routes.js.map +1 -1
- package/dist/interface/chat/chat-runner.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner.js +26 -2
- package/dist/interface/chat/chat-runner.js.map +1 -1
- package/dist/interface/chat/cross-platform-session.d.ts.map +1 -1
- package/dist/interface/chat/cross-platform-session.js +9 -3
- package/dist/interface/chat/cross-platform-session.js.map +1 -1
- package/dist/interface/chat/freeform-route-classifier.d.ts +21 -0
- package/dist/interface/chat/freeform-route-classifier.d.ts.map +1 -0
- package/dist/interface/chat/freeform-route-classifier.js +42 -0
- package/dist/interface/chat/freeform-route-classifier.js.map +1 -0
- package/dist/interface/chat/grounding.js +1 -1
- package/dist/interface/chat/grounding.js.map +1 -1
- package/dist/interface/chat/ingress-router.d.ts +9 -0
- package/dist/interface/chat/ingress-router.d.ts.map +1 -1
- package/dist/interface/chat/ingress-router.js +19 -0
- package/dist/interface/chat/ingress-router.js.map +1 -1
- package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
- package/dist/interface/cli/cli-command-registry.js +9 -1
- package/dist/interface/cli/cli-command-registry.js.map +1 -1
- package/dist/interface/cli/cli-runner.d.ts.map +1 -1
- package/dist/interface/cli/cli-runner.js +4 -1
- package/dist/interface/cli/cli-runner.js.map +1 -1
- package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon.js +17 -1
- package/dist/interface/cli/commands/daemon.js.map +1 -1
- package/dist/interface/cli/commands/goal-read.d.ts.map +1 -1
- package/dist/interface/cli/commands/goal-read.js +4 -0
- package/dist/interface/cli/commands/goal-read.js.map +1 -1
- package/dist/interface/cli/commands/memory.d.ts +3 -0
- package/dist/interface/cli/commands/memory.d.ts.map +1 -0
- package/dist/interface/cli/commands/memory.js +78 -0
- package/dist/interface/cli/commands/memory.js.map +1 -0
- package/dist/interface/cli/commands/plugin.d.ts.map +1 -1
- package/dist/interface/cli/commands/plugin.js +134 -12
- package/dist/interface/cli/commands/plugin.js.map +1 -1
- package/dist/interface/cli/commands/profile.d.ts +3 -0
- package/dist/interface/cli/commands/profile.d.ts.map +1 -0
- package/dist/interface/cli/commands/profile.js +459 -0
- package/dist/interface/cli/commands/profile.js.map +1 -0
- package/dist/interface/cli/commands/runtime.d.ts.map +1 -1
- package/dist/interface/cli/commands/runtime.js +101 -2
- package/dist/interface/cli/commands/runtime.js.map +1 -1
- package/dist/interface/cli/commands/setup-wizard.d.ts.map +1 -1
- package/dist/interface/cli/commands/setup-wizard.js +30 -0
- package/dist/interface/cli/commands/setup-wizard.js.map +1 -1
- package/dist/interface/cli/utils.d.ts.map +1 -1
- package/dist/interface/cli/utils.js +4 -2
- package/dist/interface/cli/utils.js.map +1 -1
- package/dist/interface/tui/intent-recognizer.js +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-events.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js +3 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts +109 -0
- package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts.map +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-timeline.js +261 -0
- package/dist/orchestrator/execution/agent-loop/agent-timeline.js.map +1 -0
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js +1 -0
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/execution-policy.js +9 -3
- package/dist/orchestrator/execution/agent-loop/execution-policy.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/self-protection.d.ts +9 -0
- package/dist/orchestrator/execution/agent-loop/self-protection.d.ts.map +1 -0
- package/dist/orchestrator/execution/agent-loop/self-protection.js +74 -0
- package/dist/orchestrator/execution/agent-loop/self-protection.js.map +1 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js +10 -1
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts +85 -0
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.js +7 -0
- package/dist/orchestrator/loop/core-loop/phase-specs.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.js +24 -2
- package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
- package/dist/platform/corrections/index.d.ts +2 -0
- package/dist/platform/corrections/index.d.ts.map +1 -0
- package/dist/platform/corrections/index.js +2 -0
- package/dist/platform/corrections/index.js.map +1 -0
- package/dist/platform/corrections/memory-correction-ledger.d.ts +656 -0
- package/dist/platform/corrections/memory-correction-ledger.d.ts.map +1 -0
- package/dist/platform/corrections/memory-correction-ledger.js +120 -0
- package/dist/platform/corrections/memory-correction-ledger.js.map +1 -0
- package/dist/platform/corrections/memory-governance.d.ts +118 -0
- package/dist/platform/corrections/memory-governance.d.ts.map +1 -0
- package/dist/platform/corrections/memory-governance.js +32 -0
- package/dist/platform/corrections/memory-governance.js.map +1 -0
- package/dist/platform/corrections/memory-quarantine.d.ts +57 -0
- package/dist/platform/corrections/memory-quarantine.d.ts.map +1 -0
- package/dist/platform/corrections/memory-quarantine.js +42 -0
- package/dist/platform/corrections/memory-quarantine.js.map +1 -0
- package/dist/platform/corrections/user-memory-operations.d.ts +31 -0
- package/dist/platform/corrections/user-memory-operations.d.ts.map +1 -0
- package/dist/platform/corrections/user-memory-operations.js +139 -0
- package/dist/platform/corrections/user-memory-operations.js.map +1 -0
- package/dist/platform/dream/dream-consolidator.d.ts +5 -0
- package/dist/platform/dream/dream-consolidator.d.ts.map +1 -1
- package/dist/platform/dream/dream-consolidator.js +235 -13
- package/dist/platform/dream/dream-consolidator.js.map +1 -1
- package/dist/platform/dream/dream-soil-mutation.d.ts.map +1 -1
- package/dist/platform/dream/dream-soil-mutation.js +10 -0
- package/dist/platform/dream/dream-soil-mutation.js.map +1 -1
- package/dist/platform/dream/dream-types.d.ts +412 -0
- package/dist/platform/dream/dream-types.d.ts.map +1 -1
- package/dist/platform/dream/dream-types.js +3 -0
- package/dist/platform/dream/dream-types.js.map +1 -1
- package/dist/platform/dream/playbook-memory.d.ts +14 -14
- package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts +48 -0
- package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts.map +1 -1
- package/dist/platform/knowledge/knowledge-manager-agent-memory.js +154 -4
- package/dist/platform/knowledge/knowledge-manager-agent-memory.js.map +1 -1
- package/dist/platform/knowledge/knowledge-manager-lint.d.ts.map +1 -1
- package/dist/platform/knowledge/knowledge-manager-lint.js +98 -4
- package/dist/platform/knowledge/knowledge-manager-lint.js.map +1 -1
- package/dist/platform/knowledge/knowledge-manager.d.ts +41 -2
- package/dist/platform/knowledge/knowledge-manager.d.ts.map +1 -1
- package/dist/platform/knowledge/knowledge-manager.js +45 -5
- package/dist/platform/knowledge/knowledge-manager.js.map +1 -1
- package/dist/platform/knowledge/types/agent-memory.d.ts +1170 -42
- package/dist/platform/knowledge/types/agent-memory.d.ts.map +1 -1
- package/dist/platform/knowledge/types/agent-memory.js +13 -3
- package/dist/platform/knowledge/types/agent-memory.js.map +1 -1
- package/dist/platform/profile/proactive-feedback-proposals.d.ts +11 -0
- package/dist/platform/profile/proactive-feedback-proposals.d.ts.map +1 -0
- package/dist/platform/profile/proactive-feedback-proposals.js +106 -0
- package/dist/platform/profile/proactive-feedback-proposals.js.map +1 -0
- package/dist/platform/profile/profile-change-proposal.d.ts +464 -0
- package/dist/platform/profile/profile-change-proposal.d.ts.map +1 -0
- package/dist/platform/profile/profile-change-proposal.js +352 -0
- package/dist/platform/profile/profile-change-proposal.js.map +1 -0
- package/dist/platform/profile/relationship-profile.d.ts +351 -0
- package/dist/platform/profile/relationship-profile.d.ts.map +1 -0
- package/dist/platform/profile/relationship-profile.js +351 -0
- package/dist/platform/profile/relationship-profile.js.map +1 -0
- package/dist/platform/profile/retrieval-context.d.ts +12 -0
- package/dist/platform/profile/retrieval-context.d.ts.map +1 -0
- package/dist/platform/profile/retrieval-context.js +21 -0
- package/dist/platform/profile/retrieval-context.js.map +1 -0
- package/dist/platform/profile/user-md-profile-import.d.ts +73 -0
- package/dist/platform/profile/user-md-profile-import.d.ts.map +1 -0
- package/dist/platform/profile/user-md-profile-import.js +179 -0
- package/dist/platform/profile/user-md-profile-import.js.map +1 -0
- package/dist/platform/soil/content-projections.d.ts.map +1 -1
- package/dist/platform/soil/content-projections.js +17 -7
- package/dist/platform/soil/content-projections.js.map +1 -1
- package/dist/platform/soil/context-compiler.d.ts +16 -1
- package/dist/platform/soil/context-compiler.d.ts.map +1 -1
- package/dist/platform/soil/context-compiler.js +142 -4
- package/dist/platform/soil/context-compiler.js.map +1 -1
- package/dist/platform/soil/contracts.d.ts +720 -60
- package/dist/platform/soil/contracts.d.ts.map +1 -1
- package/dist/platform/soil/contracts.js +22 -0
- package/dist/platform/soil/contracts.js.map +1 -1
- package/dist/platform/soil/ddl.d.ts.map +1 -1
- package/dist/platform/soil/ddl.js +19 -0
- package/dist/platform/soil/ddl.js.map +1 -1
- package/dist/platform/soil/display/materialize.d.ts.map +1 -1
- package/dist/platform/soil/display/materialize.js.map +1 -1
- package/dist/platform/soil/importer.d.ts +6 -6
- package/dist/platform/soil/sqlite-repository-helpers.d.ts +4 -0
- package/dist/platform/soil/sqlite-repository-helpers.d.ts.map +1 -1
- package/dist/platform/soil/sqlite-repository-helpers.js.map +1 -1
- package/dist/platform/soil/sqlite-repository-search.d.ts.map +1 -1
- package/dist/platform/soil/sqlite-repository-search.js +48 -3
- package/dist/platform/soil/sqlite-repository-search.js.map +1 -1
- package/dist/platform/soil/sqlite-repository-storage.d.ts +3 -1
- package/dist/platform/soil/sqlite-repository-storage.d.ts.map +1 -1
- package/dist/platform/soil/sqlite-repository-storage.js +124 -3
- package/dist/platform/soil/sqlite-repository-storage.js.map +1 -1
- package/dist/platform/soil/sqlite-repository.d.ts +10 -1
- package/dist/platform/soil/sqlite-repository.d.ts.map +1 -1
- package/dist/platform/soil/sqlite-repository.js +46 -4
- package/dist/platform/soil/sqlite-repository.js.map +1 -1
- package/dist/platform/soil/types.d.ts +8 -8
- package/dist/platform/traits/curiosity-engine.d.ts +3 -1
- package/dist/platform/traits/curiosity-engine.d.ts.map +1 -1
- package/dist/platform/traits/curiosity-engine.js +3 -1
- package/dist/platform/traits/curiosity-engine.js.map +1 -1
- package/dist/platform/traits/curiosity-proposals.d.ts +6 -2
- package/dist/platform/traits/curiosity-proposals.d.ts.map +1 -1
- package/dist/platform/traits/curiosity-proposals.js +9 -3
- package/dist/platform/traits/curiosity-proposals.js.map +1 -1
- package/dist/reflection/evening-catchup.d.ts.map +1 -1
- package/dist/reflection/evening-catchup.js +4 -1
- package/dist/reflection/evening-catchup.js.map +1 -1
- package/dist/reflection/morning-planning.d.ts.map +1 -1
- package/dist/reflection/morning-planning.js +4 -1
- package/dist/reflection/morning-planning.js.map +1 -1
- package/dist/reflection/weekly-review.d.ts.map +1 -1
- package/dist/reflection/weekly-review.js +4 -1
- package/dist/reflection/weekly-review.js.map +1 -1
- package/dist/runtime/daemon/maintenance.d.ts.map +1 -1
- package/dist/runtime/daemon/maintenance.js +21 -2
- package/dist/runtime/daemon/maintenance.js.map +1 -1
- package/dist/runtime/daemon/runner-resident-curiosity.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-resident-curiosity.js +5 -1
- package/dist/runtime/daemon/runner-resident-curiosity.js.map +1 -1
- package/dist/runtime/daemon/runner-resident-shared.d.ts +1 -1
- package/dist/runtime/daemon/runner-resident-shared.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-resident-shared.js +16 -0
- package/dist/runtime/daemon/runner-resident-shared.js.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.js +2 -0
- package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
- package/dist/runtime/dream-sidecar-review.d.ts +2 -1
- package/dist/runtime/dream-sidecar-review.d.ts.map +1 -1
- package/dist/runtime/dream-sidecar-review.js +49 -55
- package/dist/runtime/dream-sidecar-review.js.map +1 -1
- package/dist/runtime/gateway/telegram-gateway-adapter.d.ts.map +1 -1
- package/dist/runtime/gateway/telegram-gateway-adapter.js +4 -3
- package/dist/runtime/gateway/telegram-gateway-adapter.js.map +1 -1
- package/dist/runtime/plugin-loader.d.ts +1 -0
- package/dist/runtime/plugin-loader.d.ts.map +1 -1
- package/dist/runtime/plugin-loader.js +7 -2
- package/dist/runtime/plugin-loader.js.map +1 -1
- package/dist/runtime/store/dream-checkpoints.d.ts +3 -0
- package/dist/runtime/store/dream-checkpoints.d.ts.map +1 -1
- package/dist/runtime/store/dream-checkpoints.js +2 -0
- package/dist/runtime/store/dream-checkpoints.js.map +1 -1
- package/dist/runtime/store/evidence-ledger.d.ts +1315 -38
- package/dist/runtime/store/evidence-ledger.d.ts.map +1 -1
- package/dist/runtime/store/evidence-ledger.js +299 -34
- package/dist/runtime/store/evidence-ledger.js.map +1 -1
- package/dist/runtime/store/index.d.ts +2 -0
- package/dist/runtime/store/index.d.ts.map +1 -1
- package/dist/runtime/store/index.js +1 -0
- package/dist/runtime/store/index.js.map +1 -1
- package/dist/runtime/store/proactive-intervention-store.d.ts +360 -0
- package/dist/runtime/store/proactive-intervention-store.d.ts.map +1 -0
- package/dist/runtime/store/proactive-intervention-store.js +252 -0
- package/dist/runtime/store/proactive-intervention-store.js.map +1 -0
- package/dist/runtime/store/runtime-paths.d.ts +2 -0
- package/dist/runtime/store/runtime-paths.d.ts.map +1 -1
- package/dist/runtime/store/runtime-paths.js +4 -0
- package/dist/runtime/store/runtime-paths.js.map +1 -1
- package/dist/runtime/types/daemon.d.ts +8 -0
- package/dist/runtime/types/daemon.d.ts.map +1 -1
- package/dist/runtime/types/daemon.js +1 -0
- package/dist/runtime/types/daemon.js.map +1 -1
- package/dist/runtime/types/plugin.d.ts.map +1 -1
- package/dist/runtime/types/plugin.js +1 -1
- package/dist/runtime/types/plugin.js.map +1 -1
- package/dist/runtime/types/schedule.d.ts +10 -10
- package/dist/tools/builtin/exports.d.ts +1 -0
- package/dist/tools/builtin/exports.d.ts.map +1 -1
- package/dist/tools/builtin/exports.js +1 -0
- package/dist/tools/builtin/exports.js.map +1 -1
- package/dist/tools/builtin/factory.d.ts.map +1 -1
- package/dist/tools/builtin/factory.js +2 -1
- package/dist/tools/builtin/factory.js.map +1 -1
- package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.d.ts +4 -4
- package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts +76 -0
- package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts.map +1 -0
- package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js +79 -0
- package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js.map +1 -0
- package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts +6 -0
- package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts.map +1 -0
- package/dist/tools/execution/MemoryCorrectionTool/constants.js +6 -0
- package/dist/tools/execution/MemoryCorrectionTool/constants.js.map +1 -0
- package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts +2 -0
- package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts.map +1 -0
- package/dist/tools/execution/MemoryCorrectionTool/prompt.js +2 -0
- package/dist/tools/execution/MemoryCorrectionTool/prompt.js.map +1 -0
- package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts +306 -4
- package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts.map +1 -1
- package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js +8 -0
- package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js.map +1 -1
- package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.d.ts.map +1 -1
- package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js +37 -4
- package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js.map +1 -1
- package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts.map +1 -1
- package/dist/tools/fs/FileValidationTool/protected-path-policy.js +12 -0
- package/dist/tools/fs/FileValidationTool/protected-path-policy.js.map +1 -1
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +16 -4
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts.map +1 -1
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js +12 -0
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js.map +1 -1
- package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts +7 -0
- package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts.map +1 -1
- package/dist/tools/query/SoilQueryTool/SoilQueryTool.js +20 -0
- package/dist/tools/query/SoilQueryTool/SoilQueryTool.js.map +1 -1
- package/dist/tools/system/ShellTool/ShellTool.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/ShellTool.js +1 -1
- package/dist/tools/system/ShellTool/ShellTool.js.map +1 -1
- package/dist/tools/system/ShellTool/command-policy.d.ts +1 -1
- package/dist/tools/system/ShellTool/command-policy.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/command-policy.js +25 -1
- package/dist/tools/system/ShellTool/command-policy.js.map +1 -1
- package/package.json +4 -2
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const RelationshipProfileItemKindSchema: z.ZodEnum<["identity_fact", "preference", "dislike", "value", "boundary", "communication_style", "notification_preference", "long_term_goal", "life_context", "intervention_policy"]>;
|
|
3
|
+
export declare const RelationshipProfileConsentScopeSchema: z.ZodEnum<["local_planning", "resident_behavior", "memory_retrieval", "user_facing_review"]>;
|
|
4
|
+
export declare const RelationshipProfileSensitivitySchema: z.ZodEnum<["public", "private", "sensitive"]>;
|
|
5
|
+
export declare const RelationshipProfileItemStatusSchema: z.ZodEnum<["active", "superseded", "retracted"]>;
|
|
6
|
+
export declare const RelationshipProfileSourceSchema: z.ZodEnum<["setup_user", "setup_import", "cli_update", "user_correction", "system_migration"]>;
|
|
7
|
+
export declare const RelationshipProfileItemSchema: z.ZodObject<{
|
|
8
|
+
id: z.ZodString;
|
|
9
|
+
stable_key: z.ZodString;
|
|
10
|
+
kind: z.ZodEnum<["identity_fact", "preference", "dislike", "value", "boundary", "communication_style", "notification_preference", "long_term_goal", "life_context", "intervention_policy"]>;
|
|
11
|
+
value: z.ZodString;
|
|
12
|
+
status: z.ZodDefault<z.ZodEnum<["active", "superseded", "retracted"]>>;
|
|
13
|
+
version: z.ZodNumber;
|
|
14
|
+
confidence: z.ZodDefault<z.ZodNumber>;
|
|
15
|
+
sensitivity: z.ZodDefault<z.ZodEnum<["public", "private", "sensitive"]>>;
|
|
16
|
+
allowed_scopes: z.ZodDefault<z.ZodArray<z.ZodEnum<["local_planning", "resident_behavior", "memory_retrieval", "user_facing_review"]>, "many">>;
|
|
17
|
+
provenance: z.ZodObject<{
|
|
18
|
+
source: z.ZodEnum<["setup_user", "setup_import", "cli_update", "user_correction", "system_migration"]>;
|
|
19
|
+
evidence_ref: z.ZodOptional<z.ZodString>;
|
|
20
|
+
note: z.ZodOptional<z.ZodString>;
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
23
|
+
evidence_ref?: string | undefined;
|
|
24
|
+
note?: string | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
27
|
+
evidence_ref?: string | undefined;
|
|
28
|
+
note?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
created_at: z.ZodString;
|
|
31
|
+
updated_at: z.ZodString;
|
|
32
|
+
superseded_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
superseded_by: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
value: string;
|
|
36
|
+
status: "active" | "superseded" | "retracted";
|
|
37
|
+
confidence: number;
|
|
38
|
+
id: string;
|
|
39
|
+
created_at: string;
|
|
40
|
+
updated_at: string;
|
|
41
|
+
superseded_by: string | null;
|
|
42
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
43
|
+
version: number;
|
|
44
|
+
provenance: {
|
|
45
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
46
|
+
evidence_ref?: string | undefined;
|
|
47
|
+
note?: string | undefined;
|
|
48
|
+
};
|
|
49
|
+
stable_key: string;
|
|
50
|
+
sensitivity: "public" | "private" | "sensitive";
|
|
51
|
+
allowed_scopes: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[];
|
|
52
|
+
superseded_at: string | null;
|
|
53
|
+
}, {
|
|
54
|
+
value: string;
|
|
55
|
+
id: string;
|
|
56
|
+
created_at: string;
|
|
57
|
+
updated_at: string;
|
|
58
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
59
|
+
version: number;
|
|
60
|
+
provenance: {
|
|
61
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
62
|
+
evidence_ref?: string | undefined;
|
|
63
|
+
note?: string | undefined;
|
|
64
|
+
};
|
|
65
|
+
stable_key: string;
|
|
66
|
+
status?: "active" | "superseded" | "retracted" | undefined;
|
|
67
|
+
confidence?: number | undefined;
|
|
68
|
+
superseded_by?: string | null | undefined;
|
|
69
|
+
sensitivity?: "public" | "private" | "sensitive" | undefined;
|
|
70
|
+
allowed_scopes?: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[] | undefined;
|
|
71
|
+
superseded_at?: string | null | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const RelationshipProfileAuditEventSchema: z.ZodObject<{
|
|
74
|
+
id: z.ZodString;
|
|
75
|
+
at: z.ZodString;
|
|
76
|
+
action: z.ZodEnum<["created", "superseded", "retracted", "seeded"]>;
|
|
77
|
+
item_id: z.ZodString;
|
|
78
|
+
stable_key: z.ZodString;
|
|
79
|
+
version: z.ZodNumber;
|
|
80
|
+
source: z.ZodEnum<["setup_user", "setup_import", "cli_update", "user_correction", "system_migration"]>;
|
|
81
|
+
previous_item_id: z.ZodOptional<z.ZodString>;
|
|
82
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
83
|
+
proposal_id: z.ZodOptional<z.ZodString>;
|
|
84
|
+
}, "strip", z.ZodTypeAny, {
|
|
85
|
+
at: string;
|
|
86
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
87
|
+
id: string;
|
|
88
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
89
|
+
version: number;
|
|
90
|
+
stable_key: string;
|
|
91
|
+
item_id: string;
|
|
92
|
+
reason?: string | undefined;
|
|
93
|
+
previous_item_id?: string | undefined;
|
|
94
|
+
proposal_id?: string | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
at: string;
|
|
97
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
98
|
+
id: string;
|
|
99
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
100
|
+
version: number;
|
|
101
|
+
stable_key: string;
|
|
102
|
+
item_id: string;
|
|
103
|
+
reason?: string | undefined;
|
|
104
|
+
previous_item_id?: string | undefined;
|
|
105
|
+
proposal_id?: string | undefined;
|
|
106
|
+
}>;
|
|
107
|
+
export declare const RelationshipProfileStoreSchema: z.ZodObject<{
|
|
108
|
+
schema_version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
109
|
+
profile_id: z.ZodDefault<z.ZodString>;
|
|
110
|
+
items: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
111
|
+
id: z.ZodString;
|
|
112
|
+
stable_key: z.ZodString;
|
|
113
|
+
kind: z.ZodEnum<["identity_fact", "preference", "dislike", "value", "boundary", "communication_style", "notification_preference", "long_term_goal", "life_context", "intervention_policy"]>;
|
|
114
|
+
value: z.ZodString;
|
|
115
|
+
status: z.ZodDefault<z.ZodEnum<["active", "superseded", "retracted"]>>;
|
|
116
|
+
version: z.ZodNumber;
|
|
117
|
+
confidence: z.ZodDefault<z.ZodNumber>;
|
|
118
|
+
sensitivity: z.ZodDefault<z.ZodEnum<["public", "private", "sensitive"]>>;
|
|
119
|
+
allowed_scopes: z.ZodDefault<z.ZodArray<z.ZodEnum<["local_planning", "resident_behavior", "memory_retrieval", "user_facing_review"]>, "many">>;
|
|
120
|
+
provenance: z.ZodObject<{
|
|
121
|
+
source: z.ZodEnum<["setup_user", "setup_import", "cli_update", "user_correction", "system_migration"]>;
|
|
122
|
+
evidence_ref: z.ZodOptional<z.ZodString>;
|
|
123
|
+
note: z.ZodOptional<z.ZodString>;
|
|
124
|
+
}, "strip", z.ZodTypeAny, {
|
|
125
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
126
|
+
evidence_ref?: string | undefined;
|
|
127
|
+
note?: string | undefined;
|
|
128
|
+
}, {
|
|
129
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
130
|
+
evidence_ref?: string | undefined;
|
|
131
|
+
note?: string | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
created_at: z.ZodString;
|
|
134
|
+
updated_at: z.ZodString;
|
|
135
|
+
superseded_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
136
|
+
superseded_by: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
137
|
+
}, "strip", z.ZodTypeAny, {
|
|
138
|
+
value: string;
|
|
139
|
+
status: "active" | "superseded" | "retracted";
|
|
140
|
+
confidence: number;
|
|
141
|
+
id: string;
|
|
142
|
+
created_at: string;
|
|
143
|
+
updated_at: string;
|
|
144
|
+
superseded_by: string | null;
|
|
145
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
146
|
+
version: number;
|
|
147
|
+
provenance: {
|
|
148
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
149
|
+
evidence_ref?: string | undefined;
|
|
150
|
+
note?: string | undefined;
|
|
151
|
+
};
|
|
152
|
+
stable_key: string;
|
|
153
|
+
sensitivity: "public" | "private" | "sensitive";
|
|
154
|
+
allowed_scopes: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[];
|
|
155
|
+
superseded_at: string | null;
|
|
156
|
+
}, {
|
|
157
|
+
value: string;
|
|
158
|
+
id: string;
|
|
159
|
+
created_at: string;
|
|
160
|
+
updated_at: string;
|
|
161
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
162
|
+
version: number;
|
|
163
|
+
provenance: {
|
|
164
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
165
|
+
evidence_ref?: string | undefined;
|
|
166
|
+
note?: string | undefined;
|
|
167
|
+
};
|
|
168
|
+
stable_key: string;
|
|
169
|
+
status?: "active" | "superseded" | "retracted" | undefined;
|
|
170
|
+
confidence?: number | undefined;
|
|
171
|
+
superseded_by?: string | null | undefined;
|
|
172
|
+
sensitivity?: "public" | "private" | "sensitive" | undefined;
|
|
173
|
+
allowed_scopes?: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[] | undefined;
|
|
174
|
+
superseded_at?: string | null | undefined;
|
|
175
|
+
}>, "many">>;
|
|
176
|
+
audit_events: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
177
|
+
id: z.ZodString;
|
|
178
|
+
at: z.ZodString;
|
|
179
|
+
action: z.ZodEnum<["created", "superseded", "retracted", "seeded"]>;
|
|
180
|
+
item_id: z.ZodString;
|
|
181
|
+
stable_key: z.ZodString;
|
|
182
|
+
version: z.ZodNumber;
|
|
183
|
+
source: z.ZodEnum<["setup_user", "setup_import", "cli_update", "user_correction", "system_migration"]>;
|
|
184
|
+
previous_item_id: z.ZodOptional<z.ZodString>;
|
|
185
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
186
|
+
proposal_id: z.ZodOptional<z.ZodString>;
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
|
+
at: string;
|
|
189
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
190
|
+
id: string;
|
|
191
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
192
|
+
version: number;
|
|
193
|
+
stable_key: string;
|
|
194
|
+
item_id: string;
|
|
195
|
+
reason?: string | undefined;
|
|
196
|
+
previous_item_id?: string | undefined;
|
|
197
|
+
proposal_id?: string | undefined;
|
|
198
|
+
}, {
|
|
199
|
+
at: string;
|
|
200
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
201
|
+
id: string;
|
|
202
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
203
|
+
version: number;
|
|
204
|
+
stable_key: string;
|
|
205
|
+
item_id: string;
|
|
206
|
+
reason?: string | undefined;
|
|
207
|
+
previous_item_id?: string | undefined;
|
|
208
|
+
proposal_id?: string | undefined;
|
|
209
|
+
}>, "many">>;
|
|
210
|
+
updated_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
211
|
+
}, "strip", z.ZodTypeAny, {
|
|
212
|
+
updated_at: string | null;
|
|
213
|
+
schema_version: 1;
|
|
214
|
+
items: {
|
|
215
|
+
value: string;
|
|
216
|
+
status: "active" | "superseded" | "retracted";
|
|
217
|
+
confidence: number;
|
|
218
|
+
id: string;
|
|
219
|
+
created_at: string;
|
|
220
|
+
updated_at: string;
|
|
221
|
+
superseded_by: string | null;
|
|
222
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
223
|
+
version: number;
|
|
224
|
+
provenance: {
|
|
225
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
226
|
+
evidence_ref?: string | undefined;
|
|
227
|
+
note?: string | undefined;
|
|
228
|
+
};
|
|
229
|
+
stable_key: string;
|
|
230
|
+
sensitivity: "public" | "private" | "sensitive";
|
|
231
|
+
allowed_scopes: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[];
|
|
232
|
+
superseded_at: string | null;
|
|
233
|
+
}[];
|
|
234
|
+
profile_id: string;
|
|
235
|
+
audit_events: {
|
|
236
|
+
at: string;
|
|
237
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
238
|
+
id: string;
|
|
239
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
240
|
+
version: number;
|
|
241
|
+
stable_key: string;
|
|
242
|
+
item_id: string;
|
|
243
|
+
reason?: string | undefined;
|
|
244
|
+
previous_item_id?: string | undefined;
|
|
245
|
+
proposal_id?: string | undefined;
|
|
246
|
+
}[];
|
|
247
|
+
}, {
|
|
248
|
+
updated_at?: string | null | undefined;
|
|
249
|
+
schema_version?: 1 | undefined;
|
|
250
|
+
items?: {
|
|
251
|
+
value: string;
|
|
252
|
+
id: string;
|
|
253
|
+
created_at: string;
|
|
254
|
+
updated_at: string;
|
|
255
|
+
kind: "value" | "identity_fact" | "preference" | "dislike" | "boundary" | "communication_style" | "notification_preference" | "long_term_goal" | "life_context" | "intervention_policy";
|
|
256
|
+
version: number;
|
|
257
|
+
provenance: {
|
|
258
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
259
|
+
evidence_ref?: string | undefined;
|
|
260
|
+
note?: string | undefined;
|
|
261
|
+
};
|
|
262
|
+
stable_key: string;
|
|
263
|
+
status?: "active" | "superseded" | "retracted" | undefined;
|
|
264
|
+
confidence?: number | undefined;
|
|
265
|
+
superseded_by?: string | null | undefined;
|
|
266
|
+
sensitivity?: "public" | "private" | "sensitive" | undefined;
|
|
267
|
+
allowed_scopes?: ("local_planning" | "resident_behavior" | "memory_retrieval" | "user_facing_review")[] | undefined;
|
|
268
|
+
superseded_at?: string | null | undefined;
|
|
269
|
+
}[] | undefined;
|
|
270
|
+
profile_id?: string | undefined;
|
|
271
|
+
audit_events?: {
|
|
272
|
+
at: string;
|
|
273
|
+
source: "setup_user" | "setup_import" | "cli_update" | "user_correction" | "system_migration";
|
|
274
|
+
id: string;
|
|
275
|
+
action: "superseded" | "retracted" | "created" | "seeded";
|
|
276
|
+
version: number;
|
|
277
|
+
stable_key: string;
|
|
278
|
+
item_id: string;
|
|
279
|
+
reason?: string | undefined;
|
|
280
|
+
previous_item_id?: string | undefined;
|
|
281
|
+
proposal_id?: string | undefined;
|
|
282
|
+
}[] | undefined;
|
|
283
|
+
}>;
|
|
284
|
+
export type RelationshipProfileItemKind = z.infer<typeof RelationshipProfileItemKindSchema>;
|
|
285
|
+
export type RelationshipProfileConsentScope = z.infer<typeof RelationshipProfileConsentScopeSchema>;
|
|
286
|
+
export type RelationshipProfileSensitivity = z.infer<typeof RelationshipProfileSensitivitySchema>;
|
|
287
|
+
export type RelationshipProfileSource = z.infer<typeof RelationshipProfileSourceSchema>;
|
|
288
|
+
export type RelationshipProfileItem = z.infer<typeof RelationshipProfileItemSchema>;
|
|
289
|
+
export type RelationshipProfileStore = z.infer<typeof RelationshipProfileStoreSchema>;
|
|
290
|
+
export interface RelationshipProfileItemInput {
|
|
291
|
+
stableKey: string;
|
|
292
|
+
kind: RelationshipProfileItemKind;
|
|
293
|
+
value: string;
|
|
294
|
+
source: RelationshipProfileSource;
|
|
295
|
+
confidence?: number;
|
|
296
|
+
sensitivity?: RelationshipProfileSensitivity;
|
|
297
|
+
allowedScopes?: RelationshipProfileConsentScope[];
|
|
298
|
+
evidenceRef?: string;
|
|
299
|
+
note?: string;
|
|
300
|
+
proposalId?: string;
|
|
301
|
+
now?: string;
|
|
302
|
+
}
|
|
303
|
+
export interface RelationshipProfileRetractionInput {
|
|
304
|
+
stableKey: string;
|
|
305
|
+
reason: string;
|
|
306
|
+
source?: RelationshipProfileSource;
|
|
307
|
+
proposalId?: string;
|
|
308
|
+
now?: string;
|
|
309
|
+
}
|
|
310
|
+
export declare function relationshipProfilePath(baseDir: string): string;
|
|
311
|
+
export declare function createEmptyRelationshipProfile(now?: string | null): RelationshipProfileStore;
|
|
312
|
+
export declare function loadRelationshipProfile(baseDir: string): Promise<RelationshipProfileStore>;
|
|
313
|
+
export declare function loadRelationshipProfileSync(baseDir: string): RelationshipProfileStore;
|
|
314
|
+
export declare function saveRelationshipProfile(baseDir: string, store: RelationshipProfileStore): Promise<void>;
|
|
315
|
+
export declare function upsertRelationshipProfileItemInStore(store: RelationshipProfileStore, input: RelationshipProfileItemInput): {
|
|
316
|
+
store: RelationshipProfileStore;
|
|
317
|
+
item: RelationshipProfileItem;
|
|
318
|
+
superseded: RelationshipProfileItem[];
|
|
319
|
+
};
|
|
320
|
+
export declare function upsertRelationshipProfileItem(baseDir: string, input: RelationshipProfileItemInput): Promise<{
|
|
321
|
+
item: RelationshipProfileItem;
|
|
322
|
+
superseded: RelationshipProfileItem[];
|
|
323
|
+
}>;
|
|
324
|
+
export declare function retractRelationshipProfileItemInStore(store: RelationshipProfileStore, input: RelationshipProfileRetractionInput): {
|
|
325
|
+
store: RelationshipProfileStore;
|
|
326
|
+
item: RelationshipProfileItem;
|
|
327
|
+
};
|
|
328
|
+
export declare function retractRelationshipProfileItem(baseDir: string, input: RelationshipProfileRetractionInput): Promise<{
|
|
329
|
+
item: RelationshipProfileItem;
|
|
330
|
+
}>;
|
|
331
|
+
export declare function getRelationshipProfileHistory(store: RelationshipProfileStore, stableKey: string): {
|
|
332
|
+
stable_key: string;
|
|
333
|
+
items: RelationshipProfileItem[];
|
|
334
|
+
audit_events: z.infer<typeof RelationshipProfileAuditEventSchema>[];
|
|
335
|
+
};
|
|
336
|
+
export declare function selectActiveRelationshipProfileItems(store: RelationshipProfileStore, scope: RelationshipProfileConsentScope, options?: {
|
|
337
|
+
includeSensitive?: boolean;
|
|
338
|
+
}): RelationshipProfileItem[];
|
|
339
|
+
export declare function formatRelationshipProfilePromptBlock(store: RelationshipProfileStore, scope: RelationshipProfileConsentScope, options?: {
|
|
340
|
+
includeSensitive?: boolean;
|
|
341
|
+
}): string;
|
|
342
|
+
export declare function loadRelationshipProfilePromptBlock(baseDir: string, scope: RelationshipProfileConsentScope, options?: {
|
|
343
|
+
includeSensitive?: boolean;
|
|
344
|
+
}): string;
|
|
345
|
+
export declare function seedRelationshipProfileFromSetup(params: {
|
|
346
|
+
baseDir: string;
|
|
347
|
+
userName?: string;
|
|
348
|
+
importedUserContent?: string;
|
|
349
|
+
now?: string;
|
|
350
|
+
}): Promise<RelationshipProfileStore>;
|
|
351
|
+
//# sourceMappingURL=relationship-profile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relationship-profile.d.ts","sourceRoot":"","sources":["../../../src/platform/profile/relationship-profile.ts"],"names":[],"mappings":"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"}
|