pulseed 0.5.4 → 0.6.0
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 +13 -9
- package/dist/adapters/datasources/artifact-metric-datasource.d.ts +18 -0
- package/dist/adapters/datasources/artifact-metric-datasource.d.ts.map +1 -0
- package/dist/adapters/datasources/artifact-metric-datasource.js +592 -0
- package/dist/adapters/datasources/artifact-metric-datasource.js.map +1 -0
- package/dist/adapters/types/mcp.d.ts +6 -6
- package/dist/base/types/goal-activation.d.ts +14 -2
- package/dist/base/types/goal-activation.d.ts.map +1 -1
- package/dist/base/types/goal-activation.js +4 -0
- package/dist/base/types/goal-activation.js.map +1 -1
- package/dist/index.d.ts +6 -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-runner-commands.d.ts +6 -0
- package/dist/interface/chat/chat-runner-commands.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-commands.js +94 -2
- package/dist/interface/chat/chat-runner-commands.js.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.d.ts +8 -1
- package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-event-bridge.js +69 -3
- package/dist/interface/chat/chat-runner-event-bridge.js.map +1 -1
- package/dist/interface/chat/chat-runner-routes.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-routes.js +23 -7
- package/dist/interface/chat/chat-runner-routes.js.map +1 -1
- package/dist/interface/chat/chat-runner-support.d.ts +25 -1
- package/dist/interface/chat/chat-runner-support.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-support.js +66 -12
- package/dist/interface/chat/chat-runner-support.js.map +1 -1
- package/dist/interface/chat/chat-runner.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner.js +38 -8
- 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 +13 -1
- package/dist/interface/chat/cross-platform-session.js.map +1 -1
- package/dist/interface/chat/event-subscriber.d.ts.map +1 -1
- package/dist/interface/chat/event-subscriber.js +20 -0
- package/dist/interface/chat/event-subscriber.js.map +1 -1
- package/dist/interface/chat/failure-recovery.d.ts +43 -1
- package/dist/interface/chat/failure-recovery.d.ts.map +1 -1
- package/dist/interface/chat/failure-recovery.js +259 -89
- package/dist/interface/chat/failure-recovery.js.map +1 -1
- package/dist/interface/chat/ingress-router.d.ts +2 -1
- package/dist/interface/chat/ingress-router.d.ts.map +1 -1
- package/dist/interface/chat/ingress-router.js +2 -3
- package/dist/interface/chat/ingress-router.js.map +1 -1
- package/dist/interface/chat/tend-command.js +1 -0
- package/dist/interface/chat/tend-command.js.map +1 -1
- package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
- package/dist/interface/cli/cli-command-registry.js +19 -3
- package/dist/interface/cli/cli-command-registry.js.map +1 -1
- package/dist/interface/cli/commands/daemon-shared.d.ts +2 -1
- package/dist/interface/cli/commands/daemon-shared.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon-shared.js +33 -1
- package/dist/interface/cli/commands/daemon-shared.js.map +1 -1
- package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon.js +59 -8
- 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 +10 -3
- package/dist/interface/cli/commands/goal-read.js.map +1 -1
- package/dist/interface/cli/commands/notify.d.ts.map +1 -1
- package/dist/interface/cli/commands/notify.js +7 -1
- package/dist/interface/cli/commands/notify.js.map +1 -1
- package/dist/interface/cli/commands/run.d.ts.map +1 -1
- package/dist/interface/cli/commands/run.js +29 -0
- package/dist/interface/cli/commands/run.js.map +1 -1
- package/dist/interface/cli/commands/runtime.d.ts +1 -1
- package/dist/interface/cli/commands/runtime.d.ts.map +1 -1
- package/dist/interface/cli/commands/runtime.js +407 -2
- package/dist/interface/cli/commands/runtime.js.map +1 -1
- package/dist/interface/cli/data-source-bootstrap.d.ts.map +1 -1
- package/dist/interface/cli/data-source-bootstrap.js +25 -12
- package/dist/interface/cli/data-source-bootstrap.js.map +1 -1
- package/dist/interface/cli/setup.d.ts.map +1 -1
- package/dist/interface/cli/setup.js +14 -0
- package/dist/interface/cli/setup.js.map +1 -1
- package/dist/interface/cli/utils/loop-runner.d.ts.map +1 -1
- package/dist/interface/cli/utils/loop-runner.js +2 -1
- package/dist/interface/cli/utils/loop-runner.js.map +1 -1
- package/dist/interface/cli/utils.d.ts.map +1 -1
- package/dist/interface/cli/utils.js +8 -1
- package/dist/interface/cli/utils.js.map +1 -1
- package/dist/interface/tui/app.d.ts +4 -1
- package/dist/interface/tui/app.d.ts.map +1 -1
- package/dist/interface/tui/app.js +268 -10
- package/dist/interface/tui/app.js.map +1 -1
- package/dist/interface/tui/chat-surface.d.ts +2 -0
- package/dist/interface/tui/chat-surface.d.ts.map +1 -1
- package/dist/interface/tui/chat-surface.js +3 -0
- package/dist/interface/tui/chat-surface.js.map +1 -1
- package/dist/interface/tui/dashboard.d.ts +37 -1
- package/dist/interface/tui/dashboard.d.ts.map +1 -1
- package/dist/interface/tui/dashboard.js +264 -1
- package/dist/interface/tui/dashboard.js.map +1 -1
- package/dist/interface/tui/entry-deps.d.ts +3 -1
- package/dist/interface/tui/entry-deps.d.ts.map +1 -1
- package/dist/interface/tui/entry-deps.js +19 -1
- package/dist/interface/tui/entry-deps.js.map +1 -1
- package/dist/interface/tui/entry.d.ts.map +1 -1
- package/dist/interface/tui/entry.js +4 -2
- package/dist/interface/tui/entry.js.map +1 -1
- package/dist/interface/tui/intent-recognizer.d.ts +8 -3
- package/dist/interface/tui/intent-recognizer.d.ts.map +1 -1
- package/dist/interface/tui/intent-recognizer.js +74 -68
- package/dist/interface/tui/intent-recognizer.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 +41 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js +3 -2
- package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.js +10 -1
- package/dist/orchestrator/execution/agent-loop/core-phase-runner.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js +4 -0
- package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +8 -8
- package/dist/orchestrator/execution/task/task-generation.d.ts +3 -1
- package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.js +17 -2
- package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts +5 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js +9 -5
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts +10 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.js +108 -7
- package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts +2 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.js +4 -2
- package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
- package/dist/orchestrator/execution/types/pipeline.d.ts +6 -6
- package/dist/orchestrator/goal/types/goal.d.ts +282 -0
- package/dist/orchestrator/goal/types/goal.d.ts.map +1 -1
- package/dist/orchestrator/goal/types/goal.js +20 -0
- package/dist/orchestrator/goal/types/goal.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/contracts.d.ts +46 -3
- package/dist/orchestrator/loop/core-loop/contracts.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/contracts.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/decision-engine.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/decision-engine.js +4 -0
- package/dist/orchestrator/loop/core-loop/decision-engine.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts +48 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts.map +1 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js +377 -0
- package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js.map +1 -0
- package/dist/orchestrator/loop/core-loop/evidence-ledger.js +1 -1
- package/dist/orchestrator/loop/core-loop/evidence-ledger.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts +1 -0
- package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.js +492 -1
- package/dist/orchestrator/loop/core-loop/iteration-kernel.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-policy.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-policy.js +35 -0
- package/dist/orchestrator/loop/core-loop/phase-policy.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts +2 -0
- package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-runtime.js +43 -2
- package/dist/orchestrator/loop/core-loop/phase-runtime.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts +969 -2
- package/dist/orchestrator/loop/core-loop/phase-specs.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/phase-specs.js +198 -0
- package/dist/orchestrator/loop/core-loop/phase-specs.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/public-research.d.ts +32 -0
- package/dist/orchestrator/loop/core-loop/public-research.d.ts.map +1 -0
- package/dist/orchestrator/loop/core-loop/public-research.js +112 -0
- package/dist/orchestrator/loop/core-loop/public-research.js.map +1 -0
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.js +141 -5
- package/dist/orchestrator/loop/core-loop/task-cycle-stall.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.d.ts +4 -0
- package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/task-cycle.js +7 -0
- package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
- package/dist/orchestrator/loop/core-loop.d.ts +15 -5
- package/dist/orchestrator/loop/core-loop.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop.js +283 -17
- package/dist/orchestrator/loop/core-loop.js.map +1 -1
- package/dist/orchestrator/loop/loop-report-helper.d.ts.map +1 -1
- package/dist/orchestrator/loop/loop-report-helper.js +4 -0
- package/dist/orchestrator/loop/loop-report-helper.js.map +1 -1
- package/dist/orchestrator/loop/loop-result-types.d.ts +20 -1
- package/dist/orchestrator/loop/loop-result-types.d.ts.map +1 -1
- package/dist/orchestrator/loop/loop-result-types.js.map +1 -1
- package/dist/orchestrator/loop/post-loop-hooks.d.ts +1 -0
- package/dist/orchestrator/loop/post-loop-hooks.d.ts.map +1 -1
- package/dist/orchestrator/loop/post-loop-hooks.js +34 -1
- package/dist/orchestrator/loop/post-loop-hooks.js.map +1 -1
- package/dist/orchestrator/loop/run-policy.d.ts +10 -0
- package/dist/orchestrator/loop/run-policy.d.ts.map +1 -0
- package/dist/orchestrator/loop/run-policy.js +30 -0
- package/dist/orchestrator/loop/run-policy.js.map +1 -0
- package/dist/orchestrator/strategy/divergent-exploration.d.ts +37 -0
- package/dist/orchestrator/strategy/divergent-exploration.d.ts.map +1 -0
- package/dist/orchestrator/strategy/divergent-exploration.js +324 -0
- package/dist/orchestrator/strategy/divergent-exploration.js.map +1 -0
- package/dist/orchestrator/strategy/strategy-helpers.d.ts +108 -0
- package/dist/orchestrator/strategy/strategy-helpers.d.ts.map +1 -1
- package/dist/orchestrator/strategy/strategy-helpers.js +34 -2
- package/dist/orchestrator/strategy/strategy-helpers.js.map +1 -1
- package/dist/orchestrator/strategy/strategy-manager-base.d.ts +20 -1
- package/dist/orchestrator/strategy/strategy-manager-base.d.ts.map +1 -1
- package/dist/orchestrator/strategy/strategy-manager-base.js +71 -6
- package/dist/orchestrator/strategy/strategy-manager-base.js.map +1 -1
- package/dist/orchestrator/strategy/types/cross-portfolio.d.ts +2 -2
- package/dist/orchestrator/strategy/types/strategy.d.ts +364 -0
- package/dist/orchestrator/strategy/types/strategy.d.ts.map +1 -1
- package/dist/orchestrator/strategy/types/strategy.js +43 -0
- package/dist/orchestrator/strategy/types/strategy.js.map +1 -1
- package/dist/platform/dream/dream-activation.d.ts +1 -1
- package/dist/platform/dream/dream-event-workflows.d.ts +6 -6
- package/dist/platform/dream/dream-types.d.ts +91 -91
- package/dist/platform/drive/metric-history.d.ts +61 -0
- package/dist/platform/drive/metric-history.d.ts.map +1 -0
- package/dist/platform/drive/metric-history.js +206 -0
- package/dist/platform/drive/metric-history.js.map +1 -0
- package/dist/platform/drive/progress-predictor.d.ts +7 -0
- package/dist/platform/drive/progress-predictor.d.ts.map +1 -1
- package/dist/platform/drive/progress-predictor.js +23 -0
- package/dist/platform/drive/progress-predictor.js.map +1 -1
- package/dist/platform/drive/stall-detector.d.ts +3 -1
- package/dist/platform/drive/stall-detector.d.ts.map +1 -1
- package/dist/platform/drive/stall-detector.js +40 -1
- package/dist/platform/drive/stall-detector.js.map +1 -1
- package/dist/platform/drive/types/satisficing.d.ts +2 -2
- package/dist/platform/drive/types/stall.d.ts +4 -0
- package/dist/platform/drive/types/stall.d.ts.map +1 -1
- package/dist/platform/drive/types/stall.js +1 -0
- package/dist/platform/drive/types/stall.js.map +1 -1
- package/dist/platform/knowledge/types/learning.d.ts +2 -2
- package/dist/platform/observation/data-source-adapter.d.ts +1 -0
- package/dist/platform/observation/data-source-adapter.d.ts.map +1 -1
- package/dist/platform/observation/data-source-adapter.js.map +1 -1
- package/dist/platform/observation/observation-datasource.d.ts.map +1 -1
- package/dist/platform/observation/observation-datasource.js +2 -0
- package/dist/platform/observation/observation-datasource.js.map +1 -1
- package/dist/platform/observation/types/data-source.d.ts +153 -9
- package/dist/platform/observation/types/data-source.d.ts.map +1 -1
- package/dist/platform/observation/types/data-source.js +13 -1
- package/dist/platform/observation/types/data-source.js.map +1 -1
- package/dist/platform/soil/contracts.d.ts +65 -65
- package/dist/platform/soil/importer.d.ts +6 -6
- package/dist/platform/soil/types.d.ts +8 -8
- package/dist/platform/time/deadline-finalization.d.ts +57 -0
- package/dist/platform/time/deadline-finalization.d.ts.map +1 -0
- package/dist/platform/time/deadline-finalization.js +136 -0
- package/dist/platform/time/deadline-finalization.js.map +1 -0
- package/dist/platform/time/execution-mode.d.ts +29 -0
- package/dist/platform/time/execution-mode.d.ts.map +1 -0
- package/dist/platform/time/execution-mode.js +84 -0
- package/dist/platform/time/execution-mode.js.map +1 -0
- package/dist/platform/traits/types/curiosity.d.ts +9 -9
- package/dist/platform/traits/types/guardrail.d.ts +6 -6
- package/dist/reporting/report-formatters.d.ts.map +1 -1
- package/dist/reporting/report-formatters.js +67 -2
- package/dist/reporting/report-formatters.js.map +1 -1
- package/dist/reporting/reporting-engine.d.ts.map +1 -1
- package/dist/reporting/reporting-engine.js +3 -1
- package/dist/reporting/reporting-engine.js.map +1 -1
- package/dist/reporting/reporting-types.d.ts +4 -0
- package/dist/reporting/reporting-types.d.ts.map +1 -1
- package/dist/reporting/types/report.d.ts +59 -0
- package/dist/reporting/types/report.d.ts.map +1 -1
- package/dist/reporting/types/report.js +9 -0
- package/dist/reporting/types/report.js.map +1 -1
- package/dist/runtime/command-dispatcher.d.ts +2 -0
- package/dist/runtime/command-dispatcher.d.ts.map +1 -1
- package/dist/runtime/command-dispatcher.js +16 -0
- package/dist/runtime/command-dispatcher.js.map +1 -1
- package/dist/runtime/confirmation-decision.d.ts +94 -0
- package/dist/runtime/confirmation-decision.d.ts.map +1 -0
- package/dist/runtime/confirmation-decision.js +109 -0
- package/dist/runtime/confirmation-decision.js.map +1 -0
- package/dist/runtime/control/daemon-runtime-control-executor.d.ts.map +1 -1
- package/dist/runtime/control/daemon-runtime-control-executor.js +31 -1
- package/dist/runtime/control/daemon-runtime-control-executor.js.map +1 -1
- package/dist/runtime/control/runtime-control-intent.d.ts +9 -1
- package/dist/runtime/control/runtime-control-intent.d.ts.map +1 -1
- package/dist/runtime/control/runtime-control-intent.js +82 -16
- package/dist/runtime/control/runtime-control-intent.js.map +1 -1
- package/dist/runtime/control/runtime-control-service.d.ts +35 -1
- package/dist/runtime/control/runtime-control-service.d.ts.map +1 -1
- package/dist/runtime/control/runtime-control-service.js +285 -5
- package/dist/runtime/control/runtime-control-service.js.map +1 -1
- package/dist/runtime/daemon/client.d.ts +12 -0
- package/dist/runtime/daemon/client.d.ts.map +1 -1
- package/dist/runtime/daemon/client.js +9 -0
- package/dist/runtime/daemon/client.js.map +1 -1
- package/dist/runtime/daemon/runner-commands.d.ts +6 -2
- package/dist/runtime/daemon/runner-commands.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-commands.js +237 -1
- package/dist/runtime/daemon/runner-commands.js.map +1 -1
- package/dist/runtime/daemon/runner-goal-cycle.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-goal-cycle.js +59 -1
- package/dist/runtime/daemon/runner-goal-cycle.js.map +1 -1
- package/dist/runtime/daemon/runner-startup.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-startup.js +12 -2
- package/dist/runtime/daemon/runner-startup.js.map +1 -1
- package/dist/runtime/daemon/runner.d.ts +4 -0
- package/dist/runtime/daemon/runner.d.ts.map +1 -1
- package/dist/runtime/daemon/runner.js +14 -1
- package/dist/runtime/daemon/runner.js.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.d.ts +9 -0
- package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.js +248 -1
- package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
- package/dist/runtime/dream-sidecar-review.d.ts +92 -0
- package/dist/runtime/dream-sidecar-review.d.ts.map +1 -0
- package/dist/runtime/dream-sidecar-review.js +495 -0
- package/dist/runtime/dream-sidecar-review.js.map +1 -0
- package/dist/runtime/event/server-command-handler.d.ts +2 -4
- package/dist/runtime/event/server-command-handler.d.ts.map +1 -1
- package/dist/runtime/event/server-command-handler.js +36 -6
- package/dist/runtime/event/server-command-handler.js.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts +15 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.js +66 -2
- package/dist/runtime/event/server-snapshot-reader.js.map +1 -1
- package/dist/runtime/event/server-types.d.ts +7 -0
- package/dist/runtime/event/server-types.d.ts.map +1 -1
- package/dist/runtime/event/server.d.ts +5 -0
- package/dist/runtime/event/server.d.ts.map +1 -1
- package/dist/runtime/event/server.js +43 -11
- package/dist/runtime/event/server.js.map +1 -1
- package/dist/runtime/evidence-answer.d.ts +41 -0
- package/dist/runtime/evidence-answer.d.ts.map +1 -0
- package/dist/runtime/evidence-answer.js +366 -0
- package/dist/runtime/evidence-answer.js.map +1 -0
- package/dist/runtime/executor/goal-worker.d.ts +4 -1
- package/dist/runtime/executor/goal-worker.d.ts.map +1 -1
- package/dist/runtime/executor/goal-worker.js +5 -1
- package/dist/runtime/executor/goal-worker.js.map +1 -1
- package/dist/runtime/executor/loop-supervisor.d.ts +4 -0
- package/dist/runtime/executor/loop-supervisor.d.ts.map +1 -1
- package/dist/runtime/executor/loop-supervisor.js +35 -6
- package/dist/runtime/executor/loop-supervisor.js.map +1 -1
- package/dist/runtime/guardrails/backpressure-controller.d.ts +32 -0
- package/dist/runtime/guardrails/backpressure-controller.d.ts.map +1 -0
- package/dist/runtime/guardrails/backpressure-controller.js +88 -0
- package/dist/runtime/guardrails/backpressure-controller.js.map +1 -0
- package/dist/runtime/guardrails/circuit-breaker.d.ts +32 -0
- package/dist/runtime/guardrails/circuit-breaker.d.ts.map +1 -0
- package/dist/runtime/guardrails/circuit-breaker.js +88 -0
- package/dist/runtime/guardrails/circuit-breaker.js.map +1 -0
- package/dist/runtime/guardrails/guardrail-store.d.ts +23 -0
- package/dist/runtime/guardrails/guardrail-store.d.ts.map +1 -0
- package/dist/runtime/guardrails/guardrail-store.js +95 -0
- package/dist/runtime/guardrails/guardrail-store.js.map +1 -0
- package/dist/runtime/guardrails/index.d.ts +4 -0
- package/dist/runtime/guardrails/index.d.ts.map +1 -0
- package/dist/runtime/guardrails/index.js +4 -0
- package/dist/runtime/guardrails/index.js.map +1 -0
- package/dist/runtime/interactive-automation/browser-session-store.d.ts +43 -0
- package/dist/runtime/interactive-automation/browser-session-store.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/browser-session-store.js +104 -0
- package/dist/runtime/interactive-automation/browser-session-store.js.map +1 -0
- package/dist/runtime/interactive-automation/failure-classifier.d.ts +12 -0
- package/dist/runtime/interactive-automation/failure-classifier.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/failure-classifier.js +50 -0
- package/dist/runtime/interactive-automation/failure-classifier.js.map +1 -0
- package/dist/runtime/interactive-automation/index.d.ts +2 -0
- package/dist/runtime/interactive-automation/index.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/index.js +2 -0
- package/dist/runtime/interactive-automation/index.js.map +1 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.js +17 -1
- package/dist/runtime/interactive-automation/providers/manus-browser.js.map +1 -1
- package/dist/runtime/interactive-automation/types.d.ts +4 -0
- package/dist/runtime/interactive-automation/types.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/types.js.map +1 -1
- package/dist/runtime/notification-routing.d.ts +45 -2
- package/dist/runtime/notification-routing.d.ts.map +1 -1
- package/dist/runtime/notification-routing.js +196 -79
- package/dist/runtime/notification-routing.js.map +1 -1
- package/dist/runtime/run-spec/confirmation.d.ts +34 -0
- package/dist/runtime/run-spec/confirmation.d.ts.map +1 -0
- package/dist/runtime/run-spec/confirmation.js +176 -0
- package/dist/runtime/run-spec/confirmation.js.map +1 -0
- package/dist/runtime/run-spec/derive.d.ts +284 -0
- package/dist/runtime/run-spec/derive.d.ts.map +1 -0
- package/dist/runtime/run-spec/derive.js +379 -0
- package/dist/runtime/run-spec/derive.js.map +1 -0
- package/dist/runtime/run-spec/index.d.ts +5 -0
- package/dist/runtime/run-spec/index.d.ts.map +1 -0
- package/dist/runtime/run-spec/index.js +5 -0
- package/dist/runtime/run-spec/index.js.map +1 -0
- package/dist/runtime/run-spec/store.d.ts +11 -0
- package/dist/runtime/run-spec/store.d.ts.map +1 -0
- package/dist/runtime/run-spec/store.js +36 -0
- package/dist/runtime/run-spec/store.js.map +1 -0
- package/dist/runtime/run-spec/types.d.ts +495 -0
- package/dist/runtime/run-spec/types.d.ts.map +1 -0
- package/dist/runtime/run-spec/types.js +87 -0
- package/dist/runtime/run-spec/types.js.map +1 -0
- package/dist/runtime/schedule/engine-execution.d.ts +2 -1
- package/dist/runtime/schedule/engine-execution.d.ts.map +1 -1
- package/dist/runtime/schedule/engine-execution.js +1 -1
- package/dist/runtime/schedule/engine-execution.js.map +1 -1
- package/dist/runtime/schedule/engine-layers.d.ts +2 -1
- package/dist/runtime/schedule/engine-layers.d.ts.map +1 -1
- package/dist/runtime/schedule/engine-layers.js +3 -1
- package/dist/runtime/schedule/engine-layers.js.map +1 -1
- package/dist/runtime/schedule/engine.d.ts +2 -1
- package/dist/runtime/schedule/engine.d.ts.map +1 -1
- package/dist/runtime/schedule/engine.js.map +1 -1
- package/dist/runtime/schedule/history.d.ts +4 -4
- package/dist/runtime/session-registry/registry.d.ts.map +1 -1
- package/dist/runtime/session-registry/registry.js +2 -0
- package/dist/runtime/session-registry/registry.js.map +1 -1
- package/dist/runtime/session-registry/types.d.ts +102 -94
- package/dist/runtime/session-registry/types.d.ts.map +1 -1
- package/dist/runtime/session-registry/types.js +2 -0
- package/dist/runtime/session-registry/types.js.map +1 -1
- package/dist/runtime/store/artifact-retention.d.ts +44 -0
- package/dist/runtime/store/artifact-retention.d.ts.map +1 -0
- package/dist/runtime/store/artifact-retention.js +263 -0
- package/dist/runtime/store/artifact-retention.js.map +1 -0
- package/dist/runtime/store/background-run-store.d.ts +1 -0
- package/dist/runtime/store/background-run-store.d.ts.map +1 -1
- package/dist/runtime/store/background-run-store.js +1 -0
- package/dist/runtime/store/background-run-store.js.map +1 -1
- package/dist/runtime/store/budget-store.d.ts +442 -0
- package/dist/runtime/store/budget-store.d.ts.map +1 -0
- package/dist/runtime/store/budget-store.js +318 -0
- package/dist/runtime/store/budget-store.js.map +1 -0
- package/dist/runtime/store/dream-checkpoints.d.ts +9 -0
- package/dist/runtime/store/dream-checkpoints.d.ts.map +1 -0
- package/dist/runtime/store/dream-checkpoints.js +16 -0
- package/dist/runtime/store/dream-checkpoints.js.map +1 -0
- package/dist/runtime/store/evaluator-results.d.ts +97 -0
- package/dist/runtime/store/evaluator-results.d.ts.map +1 -0
- package/dist/runtime/store/evaluator-results.js +355 -0
- package/dist/runtime/store/evaluator-results.js.map +1 -0
- package/dist/runtime/store/evidence-ledger.d.ts +5298 -0
- package/dist/runtime/store/evidence-ledger.d.ts.map +1 -0
- package/dist/runtime/store/evidence-ledger.js +1452 -0
- package/dist/runtime/store/evidence-ledger.js.map +1 -0
- package/dist/runtime/store/experiment-queue-store.d.ts +1164 -0
- package/dist/runtime/store/experiment-queue-store.d.ts.map +1 -0
- package/dist/runtime/store/experiment-queue-store.js +341 -0
- package/dist/runtime/store/experiment-queue-store.js.map +1 -0
- package/dist/runtime/store/health-store.d.ts.map +1 -1
- package/dist/runtime/store/health-store.js +6 -0
- package/dist/runtime/store/health-store.js.map +1 -1
- package/dist/runtime/store/index.d.ts +25 -2
- package/dist/runtime/store/index.d.ts.map +1 -1
- package/dist/runtime/store/index.js +13 -1
- package/dist/runtime/store/index.js.map +1 -1
- package/dist/runtime/store/metric-history.d.ts +10 -0
- package/dist/runtime/store/metric-history.d.ts.map +1 -0
- package/dist/runtime/store/metric-history.js +56 -0
- package/dist/runtime/store/metric-history.js.map +1 -0
- package/dist/runtime/store/operator-handoff-store.d.ts +179 -0
- package/dist/runtime/store/operator-handoff-store.d.ts.map +1 -0
- package/dist/runtime/store/operator-handoff-store.js +120 -0
- package/dist/runtime/store/operator-handoff-store.js.map +1 -0
- package/dist/runtime/store/postmortem-report.d.ts +485 -0
- package/dist/runtime/store/postmortem-report.d.ts.map +1 -0
- package/dist/runtime/store/postmortem-report.js +561 -0
- package/dist/runtime/store/postmortem-report.js.map +1 -0
- package/dist/runtime/store/reproducibility-manifest.d.ts +565 -0
- package/dist/runtime/store/reproducibility-manifest.d.ts.map +1 -0
- package/dist/runtime/store/reproducibility-manifest.js +392 -0
- package/dist/runtime/store/reproducibility-manifest.js.map +1 -0
- package/dist/runtime/store/research-evidence.d.ts +8 -0
- package/dist/runtime/store/research-evidence.d.ts.map +1 -0
- package/dist/runtime/store/research-evidence.js +15 -0
- package/dist/runtime/store/research-evidence.js.map +1 -0
- package/dist/runtime/store/runtime-operation-schemas.d.ts +70 -24
- package/dist/runtime/store/runtime-operation-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-operation-schemas.js +16 -1
- package/dist/runtime/store/runtime-operation-schemas.js.map +1 -1
- package/dist/runtime/store/runtime-paths.d.ts +25 -0
- package/dist/runtime/store/runtime-paths.d.ts.map +1 -1
- package/dist/runtime/store/runtime-paths.js +73 -0
- package/dist/runtime/store/runtime-paths.js.map +1 -1
- package/dist/runtime/store/runtime-schemas.d.ts +1936 -17
- package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-schemas.js +201 -0
- package/dist/runtime/store/runtime-schemas.js.map +1 -1
- package/dist/runtime/store/safe-pause-store.d.ts +28 -0
- package/dist/runtime/store/safe-pause-store.d.ts.map +1 -0
- package/dist/runtime/store/safe-pause-store.js +103 -0
- package/dist/runtime/store/safe-pause-store.js.map +1 -0
- package/dist/runtime/types/daemon.d.ts +224 -14
- package/dist/runtime/types/daemon.d.ts.map +1 -1
- package/dist/runtime/types/daemon.js +27 -2
- package/dist/runtime/types/daemon.js.map +1 -1
- package/dist/runtime/types/envelope.d.ts +10 -10
- package/dist/runtime/types/hook.d.ts +9 -9
- package/dist/runtime/types/notification.d.ts +6 -6
- package/dist/runtime/types/plugin.d.ts +2 -2
- package/dist/runtime/types/schedule.d.ts +97 -54
- package/dist/runtime/types/schedule.d.ts.map +1 -1
- package/dist/runtime/types/schedule.js +10 -1
- package/dist/runtime/types/schedule.js.map +1 -1
- package/dist/runtime/types/trigger.d.ts +2 -2
- package/dist/tools/automation/InteractiveAutomationTools.d.ts +10 -0
- package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +1 -1
- package/dist/tools/automation/InteractiveAutomationTools.js +139 -8
- package/dist/tools/automation/InteractiveAutomationTools.js.map +1 -1
- package/dist/tools/builtin/exports.d.ts +1 -1
- package/dist/tools/builtin/exports.d.ts.map +1 -1
- package/dist/tools/builtin/exports.js +1 -1
- package/dist/tools/builtin/exports.js.map +1 -1
- package/dist/tools/builtin/factory.d.ts +5 -0
- package/dist/tools/builtin/factory.d.ts.map +1 -1
- package/dist/tools/builtin/factory.js +18 -2
- package/dist/tools/builtin/factory.js.map +1 -1
- package/dist/tools/kaggle/KaggleExperimentTools.d.ts +792 -8
- package/dist/tools/kaggle/KaggleExperimentTools.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleExperimentTools.js +284 -19
- package/dist/tools/kaggle/KaggleExperimentTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleSubmissionTools.d.ts +18 -12
- package/dist/tools/kaggle/KaggleSubmissionTools.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleSubmissionTools.js +23 -4
- package/dist/tools/kaggle/KaggleSubmissionTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts +28 -9
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts.map +1 -1
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +182 -4
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +1 -1
- package/dist/tools/kaggle/index.d.ts +1 -1
- package/dist/tools/kaggle/index.d.ts.map +1 -1
- package/dist/tools/kaggle/index.js +1 -1
- package/dist/tools/kaggle/index.js.map +1 -1
- package/dist/tools/kaggle/metrics.d.ts +845 -4
- package/dist/tools/kaggle/metrics.d.ts.map +1 -1
- package/dist/tools/kaggle/metrics.js +410 -1
- package/dist/tools/kaggle/metrics.js.map +1 -1
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts +6 -0
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts.map +1 -1
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js +9 -2
- package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js.map +1 -1
- package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts +4 -4
- package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts +4 -4
- package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +2 -2
- package/dist/tools/query/runtime-dream-review-tool.d.ts +34 -0
- package/dist/tools/query/runtime-dream-review-tool.d.ts.map +1 -0
- package/dist/tools/query/runtime-dream-review-tool.js +62 -0
- package/dist/tools/query/runtime-dream-review-tool.js.map +1 -0
- package/dist/tools/query/runtime-session-tools.d.ts.map +1 -1
- package/dist/tools/query/runtime-session-tools.js +2 -0
- package/dist/tools/query/runtime-session-tools.js.map +1 -1
- package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +103 -103
- package/dist/tools/runtime/LongRunningRuntimeTools.d.ts.map +1 -1
- package/dist/tools/runtime/LongRunningRuntimeTools.js +60 -0
- package/dist/tools/runtime/LongRunningRuntimeTools.js.map +1 -1
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +62 -32
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +1 -1
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +78 -44
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +1 -1
- package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts +4 -4
- package/package.json +2 -1
|
@@ -52,16 +52,16 @@ export declare const SoilRecordSchema: z.ZodObject<{
|
|
|
52
52
|
summary: string | null;
|
|
53
53
|
version: number;
|
|
54
54
|
source_id: string;
|
|
55
|
+
source_type: string;
|
|
56
|
+
source_reliability: number | null;
|
|
55
57
|
importance: number | null;
|
|
56
58
|
valid_from: string | null;
|
|
57
59
|
valid_to: string | null;
|
|
58
|
-
source_type: string;
|
|
59
60
|
soil_id: string;
|
|
60
61
|
record_id: string;
|
|
61
62
|
record_key: string;
|
|
62
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
63
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
63
64
|
canonical_text: string;
|
|
64
|
-
source_reliability: number | null;
|
|
65
65
|
supersedes_record_id: string | null;
|
|
66
66
|
is_active: boolean;
|
|
67
67
|
metadata_json: Record<string, unknown>;
|
|
@@ -76,16 +76,16 @@ export declare const SoilRecordSchema: z.ZodObject<{
|
|
|
76
76
|
soil_id: string;
|
|
77
77
|
record_id: string;
|
|
78
78
|
record_key: string;
|
|
79
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
79
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
80
80
|
canonical_text: string;
|
|
81
81
|
confidence?: number | null | undefined;
|
|
82
82
|
goal_id?: string | null | undefined;
|
|
83
83
|
task_id?: string | null | undefined;
|
|
84
84
|
summary?: string | null | undefined;
|
|
85
|
+
source_reliability?: number | null | undefined;
|
|
85
86
|
importance?: number | null | undefined;
|
|
86
87
|
valid_from?: string | null | undefined;
|
|
87
88
|
valid_to?: string | null | undefined;
|
|
88
|
-
source_reliability?: number | null | undefined;
|
|
89
89
|
supersedes_record_id?: string | null | undefined;
|
|
90
90
|
is_active?: boolean | undefined;
|
|
91
91
|
metadata_json?: Record<string, unknown> | undefined;
|
|
@@ -138,9 +138,9 @@ export declare const SoilPageSchema: z.ZodObject<{
|
|
|
138
138
|
projected_at: z.ZodString;
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
140
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
141
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
141
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
142
142
|
soil_id: string;
|
|
143
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
143
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
144
144
|
checksum: string;
|
|
145
145
|
relative_path: string;
|
|
146
146
|
page_id: string;
|
|
@@ -148,9 +148,9 @@ export declare const SoilPageSchema: z.ZodObject<{
|
|
|
148
148
|
projected_at: string;
|
|
149
149
|
}, {
|
|
150
150
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
151
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
151
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
152
152
|
soil_id: string;
|
|
153
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
153
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
154
154
|
checksum: string;
|
|
155
155
|
relative_path: string;
|
|
156
156
|
page_id: string;
|
|
@@ -246,17 +246,17 @@ export declare const SoilPageFilterSchema: z.ZodObject<{
|
|
|
246
246
|
page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
|
|
247
247
|
relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
249
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
250
250
|
page_ids?: string[] | undefined;
|
|
251
251
|
soil_ids?: string[] | undefined;
|
|
252
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
252
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
253
253
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
254
254
|
relative_paths?: string[] | undefined;
|
|
255
255
|
}, {
|
|
256
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
256
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
257
257
|
page_ids?: string[] | undefined;
|
|
258
258
|
soil_ids?: string[] | undefined;
|
|
259
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
259
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
260
260
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
261
261
|
relative_paths?: string[] | undefined;
|
|
262
262
|
}>;
|
|
@@ -280,7 +280,7 @@ export declare const SoilRecordFilterSchema: z.ZodObject<{
|
|
|
280
280
|
task_ids?: string[] | undefined;
|
|
281
281
|
record_ids?: string[] | undefined;
|
|
282
282
|
record_keys?: string[] | undefined;
|
|
283
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
283
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
284
284
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
285
285
|
source_types?: string[] | undefined;
|
|
286
286
|
source_ids?: string[] | undefined;
|
|
@@ -292,7 +292,7 @@ export declare const SoilRecordFilterSchema: z.ZodObject<{
|
|
|
292
292
|
task_ids?: string[] | undefined;
|
|
293
293
|
record_ids?: string[] | undefined;
|
|
294
294
|
record_keys?: string[] | undefined;
|
|
295
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
295
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
296
296
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
297
297
|
source_types?: string[] | undefined;
|
|
298
298
|
source_ids?: string[] | undefined;
|
|
@@ -332,7 +332,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
332
332
|
task_ids?: string[] | undefined;
|
|
333
333
|
record_ids?: string[] | undefined;
|
|
334
334
|
record_keys?: string[] | undefined;
|
|
335
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
335
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
336
336
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
337
337
|
source_types?: string[] | undefined;
|
|
338
338
|
source_ids?: string[] | undefined;
|
|
@@ -344,7 +344,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
344
344
|
task_ids?: string[] | undefined;
|
|
345
345
|
record_ids?: string[] | undefined;
|
|
346
346
|
record_keys?: string[] | undefined;
|
|
347
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
347
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
348
348
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
349
349
|
source_types?: string[] | undefined;
|
|
350
350
|
source_ids?: string[] | undefined;
|
|
@@ -361,17 +361,17 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
361
361
|
page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
|
|
362
362
|
relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
363
363
|
}, "strip", z.ZodTypeAny, {
|
|
364
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
364
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
365
365
|
page_ids?: string[] | undefined;
|
|
366
366
|
soil_ids?: string[] | undefined;
|
|
367
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
367
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
368
368
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
369
369
|
relative_paths?: string[] | undefined;
|
|
370
370
|
}, {
|
|
371
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
371
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
372
372
|
page_ids?: string[] | undefined;
|
|
373
373
|
soil_ids?: string[] | undefined;
|
|
374
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
374
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
375
375
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
376
376
|
relative_paths?: string[] | undefined;
|
|
377
377
|
}>>;
|
|
@@ -388,7 +388,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
388
388
|
task_ids?: string[] | undefined;
|
|
389
389
|
record_ids?: string[] | undefined;
|
|
390
390
|
record_keys?: string[] | undefined;
|
|
391
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
391
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
392
392
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
393
393
|
source_types?: string[] | undefined;
|
|
394
394
|
source_ids?: string[] | undefined;
|
|
@@ -397,10 +397,10 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
397
397
|
updated_before?: string | undefined;
|
|
398
398
|
};
|
|
399
399
|
page_filter: {
|
|
400
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
400
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
401
401
|
page_ids?: string[] | undefined;
|
|
402
402
|
soil_ids?: string[] | undefined;
|
|
403
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
403
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
404
404
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
405
405
|
relative_paths?: string[] | undefined;
|
|
406
406
|
};
|
|
@@ -422,7 +422,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
422
422
|
task_ids?: string[] | undefined;
|
|
423
423
|
record_ids?: string[] | undefined;
|
|
424
424
|
record_keys?: string[] | undefined;
|
|
425
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
425
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
426
426
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
427
427
|
source_types?: string[] | undefined;
|
|
428
428
|
source_ids?: string[] | undefined;
|
|
@@ -432,10 +432,10 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
|
|
|
432
432
|
updated_before?: string | undefined;
|
|
433
433
|
} | undefined;
|
|
434
434
|
page_filter?: {
|
|
435
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
435
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
436
436
|
page_ids?: string[] | undefined;
|
|
437
437
|
soil_ids?: string[] | undefined;
|
|
438
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
438
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
439
439
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
440
440
|
relative_paths?: string[] | undefined;
|
|
441
441
|
} | undefined;
|
|
@@ -504,7 +504,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
504
504
|
task_ids?: string[] | undefined;
|
|
505
505
|
record_ids?: string[] | undefined;
|
|
506
506
|
record_keys?: string[] | undefined;
|
|
507
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
507
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
508
508
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
509
509
|
source_types?: string[] | undefined;
|
|
510
510
|
source_ids?: string[] | undefined;
|
|
@@ -516,7 +516,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
516
516
|
task_ids?: string[] | undefined;
|
|
517
517
|
record_ids?: string[] | undefined;
|
|
518
518
|
record_keys?: string[] | undefined;
|
|
519
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
519
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
520
520
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
521
521
|
source_types?: string[] | undefined;
|
|
522
522
|
source_ids?: string[] | undefined;
|
|
@@ -533,17 +533,17 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
533
533
|
page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
|
|
534
534
|
relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
535
535
|
}, "strip", z.ZodTypeAny, {
|
|
536
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
536
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
537
537
|
page_ids?: string[] | undefined;
|
|
538
538
|
soil_ids?: string[] | undefined;
|
|
539
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
539
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
540
540
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
541
541
|
relative_paths?: string[] | undefined;
|
|
542
542
|
}, {
|
|
543
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
543
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
544
544
|
page_ids?: string[] | undefined;
|
|
545
545
|
soil_ids?: string[] | undefined;
|
|
546
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
546
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
547
547
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
548
548
|
relative_paths?: string[] | undefined;
|
|
549
549
|
}>>;
|
|
@@ -560,7 +560,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
560
560
|
task_ids?: string[] | undefined;
|
|
561
561
|
record_ids?: string[] | undefined;
|
|
562
562
|
record_keys?: string[] | undefined;
|
|
563
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
563
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
564
564
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
565
565
|
source_types?: string[] | undefined;
|
|
566
566
|
source_ids?: string[] | undefined;
|
|
@@ -569,10 +569,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
569
569
|
updated_before?: string | undefined;
|
|
570
570
|
};
|
|
571
571
|
page_filter: {
|
|
572
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
572
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
573
573
|
page_ids?: string[] | undefined;
|
|
574
574
|
soil_ids?: string[] | undefined;
|
|
575
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
575
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
576
576
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
577
577
|
relative_paths?: string[] | undefined;
|
|
578
578
|
};
|
|
@@ -594,7 +594,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
594
594
|
task_ids?: string[] | undefined;
|
|
595
595
|
record_ids?: string[] | undefined;
|
|
596
596
|
record_keys?: string[] | undefined;
|
|
597
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
597
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
598
598
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
599
599
|
source_types?: string[] | undefined;
|
|
600
600
|
source_ids?: string[] | undefined;
|
|
@@ -604,10 +604,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
604
604
|
updated_before?: string | undefined;
|
|
605
605
|
} | undefined;
|
|
606
606
|
page_filter?: {
|
|
607
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
607
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
608
608
|
page_ids?: string[] | undefined;
|
|
609
609
|
soil_ids?: string[] | undefined;
|
|
610
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
610
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
611
611
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
612
612
|
relative_paths?: string[] | undefined;
|
|
613
613
|
} | undefined;
|
|
@@ -668,7 +668,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
668
668
|
task_ids?: string[] | undefined;
|
|
669
669
|
record_ids?: string[] | undefined;
|
|
670
670
|
record_keys?: string[] | undefined;
|
|
671
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
671
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
672
672
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
673
673
|
source_types?: string[] | undefined;
|
|
674
674
|
source_ids?: string[] | undefined;
|
|
@@ -677,10 +677,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
677
677
|
updated_before?: string | undefined;
|
|
678
678
|
};
|
|
679
679
|
page_filter: {
|
|
680
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
680
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
681
681
|
page_ids?: string[] | undefined;
|
|
682
682
|
soil_ids?: string[] | undefined;
|
|
683
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
683
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
684
684
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
685
685
|
relative_paths?: string[] | undefined;
|
|
686
686
|
};
|
|
@@ -715,7 +715,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
715
715
|
task_ids?: string[] | undefined;
|
|
716
716
|
record_ids?: string[] | undefined;
|
|
717
717
|
record_keys?: string[] | undefined;
|
|
718
|
-
record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
718
|
+
record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
|
|
719
719
|
statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
|
|
720
720
|
source_types?: string[] | undefined;
|
|
721
721
|
source_ids?: string[] | undefined;
|
|
@@ -725,10 +725,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
|
|
|
725
725
|
updated_before?: string | undefined;
|
|
726
726
|
} | undefined;
|
|
727
727
|
page_filter?: {
|
|
728
|
-
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
728
|
+
routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
|
|
729
729
|
page_ids?: string[] | undefined;
|
|
730
730
|
soil_ids?: string[] | undefined;
|
|
731
|
-
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
731
|
+
kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
|
|
732
732
|
page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
|
|
733
733
|
relative_paths?: string[] | undefined;
|
|
734
734
|
} | undefined;
|
|
@@ -950,13 +950,13 @@ export declare const SoilMemoryLintFindingSchema: z.ZodObject<{
|
|
|
950
950
|
status: "open" | "resolved" | "ignored";
|
|
951
951
|
created_at: string;
|
|
952
952
|
schema_version: "soil-memory-lint-finding-v1";
|
|
953
|
+
resolved_at: string | null;
|
|
953
954
|
severity: "error" | "info" | "warning";
|
|
954
955
|
source_path: string | null;
|
|
955
956
|
soil_id: string | null;
|
|
956
957
|
record_id: string | null;
|
|
957
958
|
route_id: string | null;
|
|
958
959
|
finding_id: string;
|
|
959
|
-
resolved_at: string | null;
|
|
960
960
|
}, {
|
|
961
961
|
code: "stale_route" | "stale_page" | "orphan_page" | "broken_source_ref" | "conflicting_active_record" | "overgrown_page" | "missing_route" | "broken_route_target" | "schema_incompatible";
|
|
962
962
|
message: string;
|
|
@@ -965,11 +965,11 @@ export declare const SoilMemoryLintFindingSchema: z.ZodObject<{
|
|
|
965
965
|
finding_id: string;
|
|
966
966
|
status?: "open" | "resolved" | "ignored" | undefined;
|
|
967
967
|
schema_version?: "soil-memory-lint-finding-v1" | undefined;
|
|
968
|
+
resolved_at?: string | null | undefined;
|
|
968
969
|
source_path?: string | null | undefined;
|
|
969
970
|
soil_id?: string | null | undefined;
|
|
970
971
|
record_id?: string | null | undefined;
|
|
971
972
|
route_id?: string | null | undefined;
|
|
972
|
-
resolved_at?: string | null | undefined;
|
|
973
973
|
}>;
|
|
974
974
|
export type SoilMemoryLintFinding = z.infer<typeof SoilMemoryLintFindingSchema>;
|
|
975
975
|
export declare const SoilMutationSchema: z.ZodObject<{
|
|
@@ -1008,16 +1008,16 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1008
1008
|
summary: string | null;
|
|
1009
1009
|
version: number;
|
|
1010
1010
|
source_id: string;
|
|
1011
|
+
source_type: string;
|
|
1012
|
+
source_reliability: number | null;
|
|
1011
1013
|
importance: number | null;
|
|
1012
1014
|
valid_from: string | null;
|
|
1013
1015
|
valid_to: string | null;
|
|
1014
|
-
source_type: string;
|
|
1015
1016
|
soil_id: string;
|
|
1016
1017
|
record_id: string;
|
|
1017
1018
|
record_key: string;
|
|
1018
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
1019
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
1019
1020
|
canonical_text: string;
|
|
1020
|
-
source_reliability: number | null;
|
|
1021
1021
|
supersedes_record_id: string | null;
|
|
1022
1022
|
is_active: boolean;
|
|
1023
1023
|
metadata_json: Record<string, unknown>;
|
|
@@ -1032,16 +1032,16 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1032
1032
|
soil_id: string;
|
|
1033
1033
|
record_id: string;
|
|
1034
1034
|
record_key: string;
|
|
1035
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
1035
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
1036
1036
|
canonical_text: string;
|
|
1037
1037
|
confidence?: number | null | undefined;
|
|
1038
1038
|
goal_id?: string | null | undefined;
|
|
1039
1039
|
task_id?: string | null | undefined;
|
|
1040
1040
|
summary?: string | null | undefined;
|
|
1041
|
+
source_reliability?: number | null | undefined;
|
|
1041
1042
|
importance?: number | null | undefined;
|
|
1042
1043
|
valid_from?: string | null | undefined;
|
|
1043
1044
|
valid_to?: string | null | undefined;
|
|
1044
|
-
source_reliability?: number | null | undefined;
|
|
1045
1045
|
supersedes_record_id?: string | null | undefined;
|
|
1046
1046
|
is_active?: boolean | undefined;
|
|
1047
1047
|
metadata_json?: Record<string, unknown> | undefined;
|
|
@@ -1092,9 +1092,9 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1092
1092
|
projected_at: z.ZodString;
|
|
1093
1093
|
}, "strip", z.ZodTypeAny, {
|
|
1094
1094
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
1095
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1095
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
1096
1096
|
soil_id: string;
|
|
1097
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1097
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
1098
1098
|
checksum: string;
|
|
1099
1099
|
relative_path: string;
|
|
1100
1100
|
page_id: string;
|
|
@@ -1102,9 +1102,9 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1102
1102
|
projected_at: string;
|
|
1103
1103
|
}, {
|
|
1104
1104
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
1105
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1105
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
1106
1106
|
soil_id: string;
|
|
1107
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1107
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
1108
1108
|
checksum: string;
|
|
1109
1109
|
relative_path: string;
|
|
1110
1110
|
page_id: string;
|
|
@@ -1205,25 +1205,25 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1205
1205
|
summary: string | null;
|
|
1206
1206
|
version: number;
|
|
1207
1207
|
source_id: string;
|
|
1208
|
+
source_type: string;
|
|
1209
|
+
source_reliability: number | null;
|
|
1208
1210
|
importance: number | null;
|
|
1209
1211
|
valid_from: string | null;
|
|
1210
1212
|
valid_to: string | null;
|
|
1211
|
-
source_type: string;
|
|
1212
1213
|
soil_id: string;
|
|
1213
1214
|
record_id: string;
|
|
1214
1215
|
record_key: string;
|
|
1215
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
1216
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
1216
1217
|
canonical_text: string;
|
|
1217
|
-
source_reliability: number | null;
|
|
1218
1218
|
supersedes_record_id: string | null;
|
|
1219
1219
|
is_active: boolean;
|
|
1220
1220
|
metadata_json: Record<string, unknown>;
|
|
1221
1221
|
}[];
|
|
1222
1222
|
pages: {
|
|
1223
1223
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
1224
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1224
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
1225
1225
|
soil_id: string;
|
|
1226
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1226
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
1227
1227
|
checksum: string;
|
|
1228
1228
|
relative_path: string;
|
|
1229
1229
|
page_id: string;
|
|
@@ -1282,25 +1282,25 @@ export declare const SoilMutationSchema: z.ZodObject<{
|
|
|
1282
1282
|
soil_id: string;
|
|
1283
1283
|
record_id: string;
|
|
1284
1284
|
record_key: string;
|
|
1285
|
-
record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow"
|
|
1285
|
+
record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
|
|
1286
1286
|
canonical_text: string;
|
|
1287
1287
|
confidence?: number | null | undefined;
|
|
1288
1288
|
goal_id?: string | null | undefined;
|
|
1289
1289
|
task_id?: string | null | undefined;
|
|
1290
1290
|
summary?: string | null | undefined;
|
|
1291
|
+
source_reliability?: number | null | undefined;
|
|
1291
1292
|
importance?: number | null | undefined;
|
|
1292
1293
|
valid_from?: string | null | undefined;
|
|
1293
1294
|
valid_to?: string | null | undefined;
|
|
1294
|
-
source_reliability?: number | null | undefined;
|
|
1295
1295
|
supersedes_record_id?: string | null | undefined;
|
|
1296
1296
|
is_active?: boolean | undefined;
|
|
1297
1297
|
metadata_json?: Record<string, unknown> | undefined;
|
|
1298
1298
|
}[] | undefined;
|
|
1299
1299
|
pages?: {
|
|
1300
1300
|
status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
|
|
1301
|
-
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1301
|
+
kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
|
|
1302
1302
|
soil_id: string;
|
|
1303
|
-
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "
|
|
1303
|
+
route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
|
|
1304
1304
|
checksum: string;
|
|
1305
1305
|
relative_path: string;
|
|
1306
1306
|
page_id: string;
|
|
@@ -14,7 +14,7 @@ export declare const SoilOverlayCandidateSchema: z.ZodObject<{
|
|
|
14
14
|
updated_at: z.ZodString;
|
|
15
15
|
decision_note: z.ZodOptional<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
status: "candidate" | "
|
|
17
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
18
18
|
updated_at: string;
|
|
19
19
|
content: string;
|
|
20
20
|
detected_at: string;
|
|
@@ -25,7 +25,7 @@ export declare const SoilOverlayCandidateSchema: z.ZodObject<{
|
|
|
25
25
|
content_hash: string;
|
|
26
26
|
decision_note?: string | undefined;
|
|
27
27
|
}, {
|
|
28
|
-
status: "candidate" | "
|
|
28
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
29
29
|
updated_at: string;
|
|
30
30
|
content: string;
|
|
31
31
|
detected_at: string;
|
|
@@ -52,7 +52,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
|
|
|
52
52
|
updated_at: z.ZodString;
|
|
53
53
|
decision_note: z.ZodOptional<z.ZodString>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
status: "candidate" | "
|
|
55
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
56
56
|
updated_at: string;
|
|
57
57
|
content: string;
|
|
58
58
|
detected_at: string;
|
|
@@ -63,7 +63,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
|
|
|
63
63
|
content_hash: string;
|
|
64
64
|
decision_note?: string | undefined;
|
|
65
65
|
}, {
|
|
66
|
-
status: "candidate" | "
|
|
66
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
67
67
|
updated_at: string;
|
|
68
68
|
content: string;
|
|
69
69
|
detected_at: string;
|
|
@@ -78,7 +78,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
|
|
|
78
78
|
updated_at: string;
|
|
79
79
|
version: "soil-overlay-queue-v1";
|
|
80
80
|
overlays: {
|
|
81
|
-
status: "candidate" | "
|
|
81
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
82
82
|
updated_at: string;
|
|
83
83
|
content: string;
|
|
84
84
|
detected_at: string;
|
|
@@ -93,7 +93,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
|
|
|
93
93
|
updated_at: string;
|
|
94
94
|
version: "soil-overlay-queue-v1";
|
|
95
95
|
overlays: {
|
|
96
|
-
status: "candidate" | "
|
|
96
|
+
status: "candidate" | "approved" | "superseded" | "rejected";
|
|
97
97
|
updated_at: string;
|
|
98
98
|
content: string;
|
|
99
99
|
detected_at: string;
|