pulseed 0.4.3 → 0.4.4
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/dist/adapters/types/a2a.d.ts +46 -46
- package/dist/base/llm/base-llm-client.js +1 -1
- package/dist/base/llm/base-llm-client.js.map +1 -1
- package/dist/base/llm/codex-llm-client.d.ts.map +1 -1
- package/dist/base/llm/codex-llm-client.js +8 -1
- package/dist/base/llm/codex-llm-client.js.map +1 -1
- package/dist/base/llm/provider-config.d.ts +1 -0
- package/dist/base/llm/provider-config.d.ts.map +1 -1
- package/dist/base/llm/provider-config.js +18 -0
- package/dist/base/llm/provider-config.js.map +1 -1
- package/dist/base/utils/json-io.d.ts +1 -1
- package/dist/base/utils/json-io.d.ts.map +1 -1
- package/dist/base/utils/json-io.js +3 -2
- package/dist/base/utils/json-io.js.map +1 -1
- package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
- package/dist/interface/cli/cli-command-registry.js +5 -2
- package/dist/interface/cli/cli-command-registry.js.map +1 -1
- package/dist/interface/cli/cli-runner.js +0 -0
- package/dist/interface/cli/commands/daemon.d.ts +1 -0
- package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon.js +278 -46
- package/dist/interface/cli/commands/daemon.js.map +1 -1
- package/dist/interface/cli/commands/doctor.d.ts +1 -1
- package/dist/interface/cli/commands/doctor.d.ts.map +1 -1
- package/dist/interface/cli/commands/doctor.js +190 -29
- package/dist/interface/cli/commands/doctor.js.map +1 -1
- package/dist/interface/cli/commands/install.d.ts.map +1 -1
- package/dist/interface/cli/commands/install.js +2 -5
- package/dist/interface/cli/commands/install.js.map +1 -1
- package/dist/interface/cli/commands/setup/steps-runtime.d.ts.map +1 -1
- package/dist/interface/cli/commands/setup/steps-runtime.js +6 -12
- package/dist/interface/cli/commands/setup/steps-runtime.js.map +1 -1
- package/dist/interface/cli/setup.d.ts +2 -0
- package/dist/interface/cli/setup.d.ts.map +1 -1
- package/dist/interface/cli/setup.js +16 -1
- package/dist/interface/cli/setup.js.map +1 -1
- package/dist/interface/cli/utils.d.ts.map +1 -1
- package/dist/interface/cli/utils.js +1 -0
- package/dist/interface/cli/utils.js.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.js +6 -0
- package/dist/orchestrator/execution/task/task-executor.js.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.js +21 -3
- package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.js +49 -12
- package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
- package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts +83 -0
- package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts.map +1 -0
- package/dist/orchestrator/execution/task/task-outcome-ledger.js +247 -0
- package/dist/orchestrator/execution/task/task-outcome-ledger.js.map +1 -0
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.js +79 -36
- package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier-rules.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier-rules.js +2 -0
- package/dist/orchestrator/execution/task/task-verifier-rules.js.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier.js +63 -0
- package/dist/orchestrator/execution/task/task-verifier.js.map +1 -1
- package/dist/orchestrator/loop/core-loop/preparation.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop/preparation.js +8 -3
- package/dist/orchestrator/loop/core-loop/preparation.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 +65 -37
- package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
- package/dist/orchestrator/loop/core-loop.d.ts.map +1 -1
- package/dist/orchestrator/loop/core-loop.js +29 -7
- package/dist/orchestrator/loop/core-loop.js.map +1 -1
- package/dist/platform/dream/dream-types.d.ts +24 -24
- package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts +1 -1
- package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts.map +1 -1
- package/dist/platform/knowledge/transfer/knowledge-transfer.js +16 -2
- package/dist/platform/knowledge/transfer/knowledge-transfer.js.map +1 -1
- package/dist/platform/observation/workspace-context.d.ts +1 -0
- package/dist/platform/observation/workspace-context.d.ts.map +1 -1
- package/dist/platform/observation/workspace-context.js +22 -9
- package/dist/platform/observation/workspace-context.js.map +1 -1
- package/dist/platform/traits/types/curiosity.d.ts +12 -12
- package/dist/platform/traits/types/curiosity.js +1 -1
- package/dist/platform/traits/types/curiosity.js.map +1 -1
- package/dist/runtime/daemon/client.d.ts +14 -0
- package/dist/runtime/daemon/client.d.ts.map +1 -1
- package/dist/runtime/daemon/client.js +32 -5
- package/dist/runtime/daemon/client.js.map +1 -1
- package/dist/runtime/daemon/index.d.ts +1 -1
- package/dist/runtime/daemon/index.d.ts.map +1 -1
- package/dist/runtime/daemon/index.js +1 -1
- package/dist/runtime/daemon/index.js.map +1 -1
- package/dist/runtime/daemon/maintenance.d.ts +59 -1
- package/dist/runtime/daemon/maintenance.d.ts.map +1 -1
- package/dist/runtime/daemon/maintenance.js +111 -7
- package/dist/runtime/daemon/maintenance.js.map +1 -1
- package/dist/runtime/daemon/persistence.d.ts.map +1 -1
- package/dist/runtime/daemon/persistence.js +16 -3
- package/dist/runtime/daemon/persistence.js.map +1 -1
- package/dist/runtime/daemon/runner-lifecycle.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-lifecycle.js +2 -1
- package/dist/runtime/daemon/runner-lifecycle.js.map +1 -1
- package/dist/runtime/daemon/runner.d.ts +57 -0
- package/dist/runtime/daemon/runner.d.ts.map +1 -1
- package/dist/runtime/daemon/runner.js +737 -14
- package/dist/runtime/daemon/runner.js.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.d.ts +10 -0
- package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.js +139 -30
- package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
- package/dist/runtime/executor/goal-worker.d.ts +7 -1
- package/dist/runtime/executor/goal-worker.d.ts.map +1 -1
- package/dist/runtime/executor/goal-worker.js +16 -1
- package/dist/runtime/executor/goal-worker.js.map +1 -1
- package/dist/runtime/executor/loop-supervisor.d.ts +2 -0
- package/dist/runtime/executor/loop-supervisor.d.ts.map +1 -1
- package/dist/runtime/executor/loop-supervisor.js +38 -5
- package/dist/runtime/executor/loop-supervisor.js.map +1 -1
- package/dist/runtime/pid-manager.d.ts +61 -11
- package/dist/runtime/pid-manager.d.ts.map +1 -1
- package/dist/runtime/pid-manager.js +362 -25
- package/dist/runtime/pid-manager.js.map +1 -1
- package/dist/runtime/schedule/engine-layers.d.ts.map +1 -1
- package/dist/runtime/schedule/engine-layers.js +21 -0
- package/dist/runtime/schedule/engine-layers.js.map +1 -1
- package/dist/runtime/schedule/engine.d.ts +14 -1
- package/dist/runtime/schedule/engine.d.ts.map +1 -1
- package/dist/runtime/schedule/engine.js +325 -74
- package/dist/runtime/schedule/engine.js.map +1 -1
- package/dist/runtime/schedule/history.d.ts +93 -0
- package/dist/runtime/schedule/history.d.ts.map +1 -0
- package/dist/runtime/schedule/history.js +69 -0
- package/dist/runtime/schedule/history.js.map +1 -0
- package/dist/runtime/schedule/index.d.ts +1 -0
- package/dist/runtime/schedule/index.d.ts.map +1 -1
- package/dist/runtime/schedule/index.js +1 -0
- package/dist/runtime/schedule/index.js.map +1 -1
- package/dist/runtime/store/approval-store.d.ts +7 -0
- package/dist/runtime/store/approval-store.d.ts.map +1 -1
- package/dist/runtime/store/approval-store.js +45 -1
- package/dist/runtime/store/approval-store.js.map +1 -1
- package/dist/runtime/store/health-store.d.ts +1 -0
- package/dist/runtime/store/health-store.d.ts.map +1 -1
- package/dist/runtime/store/health-store.js +121 -1
- package/dist/runtime/store/health-store.js.map +1 -1
- package/dist/runtime/store/index.d.ts +2 -2
- package/dist/runtime/store/index.d.ts.map +1 -1
- package/dist/runtime/store/index.js +1 -1
- package/dist/runtime/store/index.js.map +1 -1
- package/dist/runtime/store/outbox-store.d.ts +9 -0
- package/dist/runtime/store/outbox-store.d.ts.map +1 -1
- package/dist/runtime/store/outbox-store.js +24 -0
- package/dist/runtime/store/outbox-store.js.map +1 -1
- package/dist/runtime/store/runtime-schemas.d.ts +524 -0
- package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-schemas.js +76 -0
- package/dist/runtime/store/runtime-schemas.js.map +1 -1
- package/dist/runtime/types/cron.d.ts +4 -4
- package/dist/runtime/types/daemon.d.ts +90 -5
- package/dist/runtime/types/daemon.d.ts.map +1 -1
- package/dist/runtime/types/daemon.js +24 -2
- package/dist/runtime/types/daemon.js.map +1 -1
- package/dist/runtime/types/schedule.d.ts +257 -12
- package/dist/runtime/types/schedule.d.ts.map +1 -1
- package/dist/runtime/types/schedule.js +24 -0
- package/dist/runtime/types/schedule.js.map +1 -1
- package/dist/runtime/watchdog.d.ts +7 -0
- package/dist/runtime/watchdog.d.ts.map +1 -1
- package/dist/runtime/watchdog.js +62 -10
- package/dist/runtime/watchdog.js.map +1 -1
- package/dist/tools/mutation/task-history-utils.d.ts.map +1 -1
- package/dist/tools/mutation/task-history-utils.js +2 -0
- package/dist/tools/mutation/task-history-utils.js.map +1 -1
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +40 -0
- package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +1 -1
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +14 -0
- package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +1 -1
- package/dist/tools/system/EnvTool/EnvTool.d.ts +4 -4
- package/package.json +2 -2
- package/dist/__tests__/core.test.d.ts +0 -2
- package/dist/__tests__/core.test.d.ts.map +0 -1
- package/dist/__tests__/core.test.js +0 -275
- package/dist/__tests__/core.test.js.map +0 -1
- package/dist/__tests__/index-exports.test.d.ts +0 -2
- package/dist/__tests__/index-exports.test.d.ts.map +0 -1
- package/dist/__tests__/index-exports.test.js +0 -21
- package/dist/__tests__/index-exports.test.js.map +0 -1
- package/dist/adapters/__tests__/a2a-adapter.test.d.ts +0 -2
- package/dist/adapters/__tests__/a2a-adapter.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/a2a-adapter.test.js +0 -264
- package/dist/adapters/__tests__/a2a-adapter.test.js.map +0 -1
- package/dist/adapters/__tests__/a2a-client.test.d.ts +0 -2
- package/dist/adapters/__tests__/a2a-client.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/a2a-client.test.js +0 -211
- package/dist/adapters/__tests__/a2a-client.test.js.map +0 -1
- package/dist/adapters/__tests__/agent-profile-loader.test.d.ts +0 -2
- package/dist/adapters/__tests__/agent-profile-loader.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/agent-profile-loader.test.js +0 -141
- package/dist/adapters/__tests__/agent-profile-loader.test.js.map +0 -1
- package/dist/adapters/__tests__/browser-use-cli-adapter.test.d.ts +0 -2
- package/dist/adapters/__tests__/browser-use-cli-adapter.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/browser-use-cli-adapter.test.js +0 -226
- package/dist/adapters/__tests__/browser-use-cli-adapter.test.js.map +0 -1
- package/dist/adapters/__tests__/claude-code-cli-adapter.test.d.ts +0 -2
- package/dist/adapters/__tests__/claude-code-cli-adapter.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/claude-code-cli-adapter.test.js +0 -215
- package/dist/adapters/__tests__/claude-code-cli-adapter.test.js.map +0 -1
- package/dist/adapters/__tests__/file-existence-datasource.test.d.ts +0 -2
- package/dist/adapters/__tests__/file-existence-datasource.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/file-existence-datasource.test.js +0 -119
- package/dist/adapters/__tests__/file-existence-datasource.test.js.map +0 -1
- package/dist/adapters/__tests__/github-issue-adapter.test.d.ts +0 -2
- package/dist/adapters/__tests__/github-issue-adapter.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/github-issue-adapter.test.js +0 -584
- package/dist/adapters/__tests__/github-issue-adapter.test.js.map +0 -1
- package/dist/adapters/__tests__/github-issue-datasource.test.d.ts +0 -2
- package/dist/adapters/__tests__/github-issue-datasource.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/github-issue-datasource.test.js +0 -318
- package/dist/adapters/__tests__/github-issue-datasource.test.js.map +0 -1
- package/dist/adapters/__tests__/mcp-client-manager.test.d.ts +0 -2
- package/dist/adapters/__tests__/mcp-client-manager.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/mcp-client-manager.test.js +0 -248
- package/dist/adapters/__tests__/mcp-client-manager.test.js.map +0 -1
- package/dist/adapters/__tests__/mcp-datasource.test.d.ts +0 -2
- package/dist/adapters/__tests__/mcp-datasource.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/mcp-datasource.test.js +0 -187
- package/dist/adapters/__tests__/mcp-datasource.test.js.map +0 -1
- package/dist/adapters/__tests__/openai-codex-adapter.test.d.ts +0 -2
- package/dist/adapters/__tests__/openai-codex-adapter.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/openai-codex-adapter.test.js +0 -246
- package/dist/adapters/__tests__/openai-codex-adapter.test.js.map +0 -1
- package/dist/adapters/__tests__/openclaw-acp.test.d.ts +0 -2
- package/dist/adapters/__tests__/openclaw-acp.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/openclaw-acp.test.js +0 -239
- package/dist/adapters/__tests__/openclaw-acp.test.js.map +0 -1
- package/dist/adapters/__tests__/openclaw-datasource.test.d.ts +0 -2
- package/dist/adapters/__tests__/openclaw-datasource.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/openclaw-datasource.test.js +0 -252
- package/dist/adapters/__tests__/openclaw-datasource.test.js.map +0 -1
- package/dist/adapters/__tests__/shell-datasource.test.d.ts +0 -2
- package/dist/adapters/__tests__/shell-datasource.test.d.ts.map +0 -1
- package/dist/adapters/__tests__/shell-datasource.test.js +0 -186
- package/dist/adapters/__tests__/shell-datasource.test.js.map +0 -1
- package/dist/base/llm/__tests__/codex-llm-client.test.d.ts +0 -2
- package/dist/base/llm/__tests__/codex-llm-client.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/codex-llm-client.test.js +0 -334
- package/dist/base/llm/__tests__/codex-llm-client.test.js.map +0 -1
- package/dist/base/llm/__tests__/json-sanitizer.test.d.ts +0 -2
- package/dist/base/llm/__tests__/json-sanitizer.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/json-sanitizer.test.js +0 -134
- package/dist/base/llm/__tests__/json-sanitizer.test.js.map +0 -1
- package/dist/base/llm/__tests__/llm-client-send-message.test.d.ts +0 -2
- package/dist/base/llm/__tests__/llm-client-send-message.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/llm-client-send-message.test.js +0 -155
- package/dist/base/llm/__tests__/llm-client-send-message.test.js.map +0 -1
- package/dist/base/llm/__tests__/llm-client.test.d.ts +0 -2
- package/dist/base/llm/__tests__/llm-client.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/llm-client.test.js +0 -401
- package/dist/base/llm/__tests__/llm-client.test.js.map +0 -1
- package/dist/base/llm/__tests__/ollama-client.test.d.ts +0 -2
- package/dist/base/llm/__tests__/ollama-client.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/ollama-client.test.js +0 -253
- package/dist/base/llm/__tests__/ollama-client.test.js.map +0 -1
- package/dist/base/llm/__tests__/openai-client.test.d.ts +0 -2
- package/dist/base/llm/__tests__/openai-client.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/openai-client.test.js +0 -245
- package/dist/base/llm/__tests__/openai-client.test.js.map +0 -1
- package/dist/base/llm/__tests__/provider-config.test.d.ts +0 -2
- package/dist/base/llm/__tests__/provider-config.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/provider-config.test.js +0 -334
- package/dist/base/llm/__tests__/provider-config.test.js.map +0 -1
- package/dist/base/llm/__tests__/provider-factory.test.d.ts +0 -2
- package/dist/base/llm/__tests__/provider-factory.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/provider-factory.test.js +0 -166
- package/dist/base/llm/__tests__/provider-factory.test.js.map +0 -1
- package/dist/base/llm/__tests__/provider-oauth.test.d.ts +0 -2
- package/dist/base/llm/__tests__/provider-oauth.test.d.ts.map +0 -1
- package/dist/base/llm/__tests__/provider-oauth.test.js +0 -120
- package/dist/base/llm/__tests__/provider-oauth.test.js.map +0 -1
- package/dist/base/state/__tests__/state-manager.test.d.ts +0 -2
- package/dist/base/state/__tests__/state-manager.test.d.ts.map +0 -1
- package/dist/base/state/__tests__/state-manager.test.js +0 -796
- package/dist/base/state/__tests__/state-manager.test.js.map +0 -1
- package/dist/base/types/__tests__/cross-portfolio.test.d.ts +0 -2
- package/dist/base/types/__tests__/cross-portfolio.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/cross-portfolio.test.js +0 -336
- package/dist/base/types/__tests__/cross-portfolio.test.js.map +0 -1
- package/dist/base/types/__tests__/existing-extensions.test.d.ts +0 -2
- package/dist/base/types/__tests__/existing-extensions.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/existing-extensions.test.js +0 -140
- package/dist/base/types/__tests__/existing-extensions.test.js.map +0 -1
- package/dist/base/types/__tests__/goal-refiner-types.test.d.ts +0 -2
- package/dist/base/types/__tests__/goal-refiner-types.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/goal-refiner-types.test.js +0 -198
- package/dist/base/types/__tests__/goal-refiner-types.test.js.map +0 -1
- package/dist/base/types/__tests__/goal-tree-integration.test.d.ts +0 -2
- package/dist/base/types/__tests__/goal-tree-integration.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/goal-tree-integration.test.js +0 -327
- package/dist/base/types/__tests__/goal-tree-integration.test.js.map +0 -1
- package/dist/base/types/__tests__/goal-tree.test.d.ts +0 -2
- package/dist/base/types/__tests__/goal-tree.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/goal-tree.test.js +0 -286
- package/dist/base/types/__tests__/goal-tree.test.js.map +0 -1
- package/dist/base/types/__tests__/learning.test.d.ts +0 -2
- package/dist/base/types/__tests__/learning.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/learning.test.js +0 -306
- package/dist/base/types/__tests__/learning.test.js.map +0 -1
- package/dist/base/types/__tests__/suggest-output-schema.test.d.ts +0 -2
- package/dist/base/types/__tests__/suggest-output-schema.test.d.ts.map +0 -1
- package/dist/base/types/__tests__/suggest-output-schema.test.js +0 -239
- package/dist/base/types/__tests__/suggest-output-schema.test.js.map +0 -1
- package/dist/chat/__tests__/chat-grounding.test.d.ts +0 -2
- package/dist/chat/__tests__/chat-grounding.test.d.ts.map +0 -1
- package/dist/chat/__tests__/chat-grounding.test.js +0 -388
- package/dist/chat/__tests__/chat-grounding.test.js.map +0 -1
- package/dist/chat/__tests__/chat-history.test.d.ts +0 -2
- package/dist/chat/__tests__/chat-history.test.d.ts.map +0 -1
- package/dist/chat/__tests__/chat-history.test.js +0 -97
- package/dist/chat/__tests__/chat-history.test.js.map +0 -1
- package/dist/chat/__tests__/chat-runner.test.d.ts +0 -2
- package/dist/chat/__tests__/chat-runner.test.d.ts.map +0 -1
- package/dist/chat/__tests__/chat-runner.test.js +0 -270
- package/dist/chat/__tests__/chat-runner.test.js.map +0 -1
- package/dist/chat/__tests__/chat-verifier.test.d.ts +0 -2
- package/dist/chat/__tests__/chat-verifier.test.d.ts.map +0 -1
- package/dist/chat/__tests__/chat-verifier.test.js +0 -71
- package/dist/chat/__tests__/chat-verifier.test.js.map +0 -1
- package/dist/chat/__tests__/escalation.test.d.ts +0 -2
- package/dist/chat/__tests__/escalation.test.d.ts.map +0 -1
- package/dist/chat/__tests__/escalation.test.js +0 -149
- package/dist/chat/__tests__/escalation.test.js.map +0 -1
- package/dist/chat/__tests__/self-knowledge-mutation-tools.test.d.ts +0 -2
- package/dist/chat/__tests__/self-knowledge-mutation-tools.test.d.ts.map +0 -1
- package/dist/chat/__tests__/self-knowledge-mutation-tools.test.js +0 -371
- package/dist/chat/__tests__/self-knowledge-mutation-tools.test.js.map +0 -1
- package/dist/chat/__tests__/self-knowledge-tools.test.d.ts +0 -2
- package/dist/chat/__tests__/self-knowledge-tools.test.d.ts.map +0 -1
- package/dist/chat/__tests__/self-knowledge-tools.test.js +0 -223
- package/dist/chat/__tests__/self-knowledge-tools.test.js.map +0 -1
- package/dist/chat/chat-history.d.ts +0 -80
- package/dist/chat/chat-history.d.ts.map +0 -1
- package/dist/chat/chat-history.js +0 -70
- package/dist/chat/chat-history.js.map +0 -1
- package/dist/chat/chat-runner.d.ts +0 -79
- package/dist/chat/chat-runner.d.ts.map +0 -1
- package/dist/chat/chat-runner.js +0 -279
- package/dist/chat/chat-runner.js.map +0 -1
- package/dist/chat/chat-verifier.d.ts +0 -13
- package/dist/chat/chat-verifier.d.ts.map +0 -1
- package/dist/chat/chat-verifier.js +0 -35
- package/dist/chat/chat-verifier.js.map +0 -1
- package/dist/chat/escalation.d.ts +0 -30
- package/dist/chat/escalation.d.ts.map +0 -1
- package/dist/chat/escalation.js +0 -53
- package/dist/chat/escalation.js.map +0 -1
- package/dist/chat/grounding.d.ts +0 -8
- package/dist/chat/grounding.d.ts.map +0 -1
- package/dist/chat/grounding.js +0 -104
- package/dist/chat/grounding.js.map +0 -1
- package/dist/chat/mutation-tool-defs.d.ts +0 -19
- package/dist/chat/mutation-tool-defs.d.ts.map +0 -1
- package/dist/chat/mutation-tool-defs.js +0 -154
- package/dist/chat/mutation-tool-defs.js.map +0 -1
- package/dist/chat/self-knowledge-mutation-tools.d.ts +0 -5
- package/dist/chat/self-knowledge-mutation-tools.d.ts.map +0 -1
- package/dist/chat/self-knowledge-mutation-tools.js +0 -249
- package/dist/chat/self-knowledge-mutation-tools.js.map +0 -1
- package/dist/chat/self-knowledge-tools.d.ts +0 -22
- package/dist/chat/self-knowledge-tools.d.ts.map +0 -1
- package/dist/chat/self-knowledge-tools.js +0 -261
- package/dist/chat/self-knowledge-tools.js.map +0 -1
- package/dist/cli/__tests__/cleanup-orphan-datasource.test.d.ts +0 -2
- package/dist/cli/__tests__/cleanup-orphan-datasource.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cleanup-orphan-datasource.test.js +0 -108
- package/dist/cli/__tests__/cleanup-orphan-datasource.test.js.map +0 -1
- package/dist/cli/__tests__/cli-capability.test.d.ts +0 -8
- package/dist/cli/__tests__/cli-capability.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-capability.test.js +0 -208
- package/dist/cli/__tests__/cli-capability.test.js.map +0 -1
- package/dist/cli/__tests__/cli-daemon-status.test.d.ts +0 -2
- package/dist/cli/__tests__/cli-daemon-status.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-daemon-status.test.js +0 -205
- package/dist/cli/__tests__/cli-daemon-status.test.js.map +0 -1
- package/dist/cli/__tests__/cli-doctor.test.d.ts +0 -2
- package/dist/cli/__tests__/cli-doctor.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-doctor.test.js +0 -291
- package/dist/cli/__tests__/cli-doctor.test.js.map +0 -1
- package/dist/cli/__tests__/cli-improve.test.d.ts +0 -11
- package/dist/cli/__tests__/cli-improve.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-improve.test.js +0 -592
- package/dist/cli/__tests__/cli-improve.test.js.map +0 -1
- package/dist/cli/__tests__/cli-install.test.d.ts +0 -2
- package/dist/cli/__tests__/cli-install.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-install.test.js +0 -307
- package/dist/cli/__tests__/cli-install.test.js.map +0 -1
- package/dist/cli/__tests__/cli-knowledge.test.d.ts +0 -9
- package/dist/cli/__tests__/cli-knowledge.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-knowledge.test.js +0 -295
- package/dist/cli/__tests__/cli-knowledge.test.js.map +0 -1
- package/dist/cli/__tests__/cli-logs.test.d.ts +0 -2
- package/dist/cli/__tests__/cli-logs.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-logs.test.js +0 -204
- package/dist/cli/__tests__/cli-logs.test.js.map +0 -1
- package/dist/cli/__tests__/cli-notify.test.d.ts +0 -2
- package/dist/cli/__tests__/cli-notify.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-notify.test.js +0 -208
- package/dist/cli/__tests__/cli-notify.test.js.map +0 -1
- package/dist/cli/__tests__/cli-plugin.test.d.ts +0 -8
- package/dist/cli/__tests__/cli-plugin.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-plugin.test.js +0 -379
- package/dist/cli/__tests__/cli-plugin.test.js.map +0 -1
- package/dist/cli/__tests__/cli-runner-datasource-auto.test.d.ts +0 -9
- package/dist/cli/__tests__/cli-runner-datasource-auto.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-runner-datasource-auto.test.js +0 -398
- package/dist/cli/__tests__/cli-runner-datasource-auto.test.js.map +0 -1
- package/dist/cli/__tests__/cli-runner-integration.test.d.ts +0 -13
- package/dist/cli/__tests__/cli-runner-integration.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-runner-integration.test.js +0 -298
- package/dist/cli/__tests__/cli-runner-integration.test.js.map +0 -1
- package/dist/cli/__tests__/cli-runner.test.d.ts +0 -29
- package/dist/cli/__tests__/cli-runner.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-runner.test.js +0 -928
- package/dist/cli/__tests__/cli-runner.test.js.map +0 -1
- package/dist/cli/__tests__/cli-setup.test.d.ts +0 -12
- package/dist/cli/__tests__/cli-setup.test.d.ts.map +0 -1
- package/dist/cli/__tests__/cli-setup.test.js +0 -200
- package/dist/cli/__tests__/cli-setup.test.js.map +0 -1
- package/dist/cli/__tests__/datasource-dedup.test.d.ts +0 -2
- package/dist/cli/__tests__/datasource-dedup.test.d.ts.map +0 -1
- package/dist/cli/__tests__/datasource-dedup.test.js +0 -133
- package/dist/cli/__tests__/datasource-dedup.test.js.map +0 -1
- package/dist/cli/__tests__/goal-dispatch-infer.test.d.ts +0 -11
- package/dist/cli/__tests__/goal-dispatch-infer.test.d.ts.map +0 -1
- package/dist/cli/__tests__/goal-dispatch-infer.test.js +0 -140
- package/dist/cli/__tests__/goal-dispatch-infer.test.js.map +0 -1
- package/dist/cli/__tests__/goal-infer.test.d.ts +0 -2
- package/dist/cli/__tests__/goal-infer.test.d.ts.map +0 -1
- package/dist/cli/__tests__/goal-infer.test.js +0 -94
- package/dist/cli/__tests__/goal-infer.test.js.map +0 -1
- package/dist/cli/__tests__/goal-utils.test.d.ts +0 -2
- package/dist/cli/__tests__/goal-utils.test.d.ts.map +0 -1
- package/dist/cli/__tests__/goal-utils.test.js +0 -123
- package/dist/cli/__tests__/goal-utils.test.js.map +0 -1
- package/dist/cli/__tests__/suggest-normalizer.test.d.ts +0 -2
- package/dist/cli/__tests__/suggest-normalizer.test.d.ts.map +0 -1
- package/dist/cli/__tests__/suggest-normalizer.test.js +0 -43
- package/dist/cli/__tests__/suggest-normalizer.test.js.map +0 -1
- package/dist/cli/cli-command-registry 2.d.ts +0 -16
- package/dist/cli/cli-command-registry 2.d.ts.map +0 -1
- package/dist/cli/cli-command-registry 2.js +0 -408
- package/dist/cli/cli-command-registry 2.js.map +0 -1
- package/dist/cli/cli-command-registry.d.ts +0 -16
- package/dist/cli/cli-command-registry.d.ts.map +0 -1
- package/dist/cli/cli-command-registry.js +0 -408
- package/dist/cli/cli-command-registry.js.map +0 -1
- package/dist/cli/cli-logger.d.ts +0 -3
- package/dist/cli/cli-logger.d.ts.map +0 -1
- package/dist/cli/cli-logger.js +0 -12
- package/dist/cli/cli-logger.js.map +0 -1
- package/dist/cli/cli-runner.d.ts +0 -32
- package/dist/cli/cli-runner.d.ts.map +0 -1
- package/dist/cli/cli-runner.js +0 -122
- package/dist/cli/cli-runner.js.map +0 -1
- package/dist/cli/commands/chat.d.ts +0 -3
- package/dist/cli/commands/chat.d.ts.map +0 -1
- package/dist/cli/commands/chat.js +0 -148
- package/dist/cli/commands/chat.js.map +0 -1
- package/dist/cli/commands/config.d.ts +0 -11
- package/dist/cli/commands/config.d.ts.map +0 -1
- package/dist/cli/commands/config.js +0 -436
- package/dist/cli/commands/config.js.map +0 -1
- package/dist/cli/commands/daemon.d.ts +0 -7
- package/dist/cli/commands/daemon.d.ts.map +0 -1
- package/dist/cli/commands/daemon.js +0 -297
- package/dist/cli/commands/daemon.js.map +0 -1
- package/dist/cli/commands/doctor.d.ts +0 -19
- package/dist/cli/commands/doctor.d.ts.map +0 -1
- package/dist/cli/commands/doctor.js +0 -203
- package/dist/cli/commands/doctor.js.map +0 -1
- package/dist/cli/commands/goal-dispatch.d.ts +0 -13
- package/dist/cli/commands/goal-dispatch.d.ts.map +0 -1
- package/dist/cli/commands/goal-dispatch.js +0 -208
- package/dist/cli/commands/goal-dispatch.js.map +0 -1
- package/dist/cli/commands/goal-infer.d.ts +0 -9
- package/dist/cli/commands/goal-infer.d.ts.map +0 -1
- package/dist/cli/commands/goal-infer.js +0 -71
- package/dist/cli/commands/goal-infer.js.map +0 -1
- package/dist/cli/commands/goal-raw.d.ts +0 -9
- package/dist/cli/commands/goal-raw.d.ts.map +0 -1
- package/dist/cli/commands/goal-raw.js +0 -106
- package/dist/cli/commands/goal-raw.js.map +0 -1
- package/dist/cli/commands/goal-read.d.ts +0 -9
- package/dist/cli/commands/goal-read.d.ts.map +0 -1
- package/dist/cli/commands/goal-read.js +0 -248
- package/dist/cli/commands/goal-read.js.map +0 -1
- package/dist/cli/commands/goal-utils.d.ts +0 -70
- package/dist/cli/commands/goal-utils.d.ts.map +0 -1
- package/dist/cli/commands/goal-utils.js +0 -311
- package/dist/cli/commands/goal-utils.js.map +0 -1
- package/dist/cli/commands/goal-write.d.ts +0 -15
- package/dist/cli/commands/goal-write.d.ts.map +0 -1
- package/dist/cli/commands/goal-write.js +0 -351
- package/dist/cli/commands/goal-write.js.map +0 -1
- package/dist/cli/commands/goal.d.ts +0 -3
- package/dist/cli/commands/goal.d.ts.map +0 -1
- package/dist/cli/commands/goal.js +0 -6
- package/dist/cli/commands/goal.js.map +0 -1
- package/dist/cli/commands/install.d.ts +0 -16
- package/dist/cli/commands/install.d.ts.map +0 -1
- package/dist/cli/commands/install.js +0 -153
- package/dist/cli/commands/install.js.map +0 -1
- package/dist/cli/commands/knowledge.d.ts +0 -5
- package/dist/cli/commands/knowledge.d.ts.map +0 -1
- package/dist/cli/commands/knowledge.js +0 -127
- package/dist/cli/commands/knowledge.js.map +0 -1
- package/dist/cli/commands/logs.d.ts +0 -2
- package/dist/cli/commands/logs.d.ts.map +0 -1
- package/dist/cli/commands/logs.js +0 -201
- package/dist/cli/commands/logs.js.map +0 -1
- package/dist/cli/commands/notify.d.ts +0 -2
- package/dist/cli/commands/notify.d.ts.map +0 -1
- package/dist/cli/commands/notify.js +0 -277
- package/dist/cli/commands/notify.js.map +0 -1
- package/dist/cli/commands/plugin.d.ts +0 -9
- package/dist/cli/commands/plugin.d.ts.map +0 -1
- package/dist/cli/commands/plugin.js +0 -315
- package/dist/cli/commands/plugin.js.map +0 -1
- package/dist/cli/commands/report.d.ts +0 -3
- package/dist/cli/commands/report.d.ts.map +0 -1
- package/dist/cli/commands/report.js +0 -29
- package/dist/cli/commands/report.js.map +0 -1
- package/dist/cli/commands/run.d.ts +0 -7
- package/dist/cli/commands/run.d.ts.map +0 -1
- package/dist/cli/commands/run.js +0 -106
- package/dist/cli/commands/run.js.map +0 -1
- package/dist/cli/commands/setup.d.ts +0 -2
- package/dist/cli/commands/setup.d.ts.map +0 -1
- package/dist/cli/commands/setup.js +0 -339
- package/dist/cli/commands/setup.js.map +0 -1
- package/dist/cli/commands/suggest-normalizer.d.ts +0 -21
- package/dist/cli/commands/suggest-normalizer.d.ts.map +0 -1
- package/dist/cli/commands/suggest-normalizer.js +0 -359
- package/dist/cli/commands/suggest-normalizer.js.map +0 -1
- package/dist/cli/commands/suggest.d.ts +0 -5
- package/dist/cli/commands/suggest.d.ts.map +0 -1
- package/dist/cli/commands/suggest.js +0 -238
- package/dist/cli/commands/suggest.js.map +0 -1
- package/dist/cli/commands/task-read.d.ts +0 -4
- package/dist/cli/commands/task-read.d.ts.map +0 -1
- package/dist/cli/commands/task-read.js +0 -195
- package/dist/cli/commands/task-read.js.map +0 -1
- package/dist/cli/commands/telegram.d.ts +0 -2
- package/dist/cli/commands/telegram.d.ts.map +0 -1
- package/dist/cli/commands/telegram.js +0 -155
- package/dist/cli/commands/telegram.js.map +0 -1
- package/dist/cli/ensure-api-key.d.ts +0 -17
- package/dist/cli/ensure-api-key.d.ts.map +0 -1
- package/dist/cli/ensure-api-key.js +0 -52
- package/dist/cli/ensure-api-key.js.map +0 -1
- package/dist/cli/setup.d.ts +0 -21
- package/dist/cli/setup.d.ts.map +0 -1
- package/dist/cli/setup.js +0 -199
- package/dist/cli/setup.js.map +0 -1
- package/dist/cli/utils/loop-runner.d.ts +0 -8
- package/dist/cli/utils/loop-runner.d.ts.map +0 -1
- package/dist/cli/utils/loop-runner.js +0 -74
- package/dist/cli/utils/loop-runner.js.map +0 -1
- package/dist/cli/utils.d.ts +0 -10
- package/dist/cli/utils.d.ts.map +0 -1
- package/dist/cli/utils.js +0 -147
- package/dist/cli/utils.js.map +0 -1
- package/dist/drive/__tests__/drive-scorer.test.d.ts +0 -2
- package/dist/drive/__tests__/drive-scorer.test.d.ts.map +0 -1
- package/dist/drive/__tests__/drive-scorer.test.js +0 -507
- package/dist/drive/__tests__/drive-scorer.test.js.map +0 -1
- package/dist/drive/__tests__/drive-system.test.d.ts +0 -2
- package/dist/drive/__tests__/drive-system.test.d.ts.map +0 -1
- package/dist/drive/__tests__/drive-system.test.js +0 -456
- package/dist/drive/__tests__/drive-system.test.js.map +0 -1
- package/dist/drive/__tests__/example.test.d.ts +0 -2
- package/dist/drive/__tests__/example.test.d.ts.map +0 -1
- package/dist/drive/__tests__/example.test.js +0 -314
- package/dist/drive/__tests__/example.test.js.map +0 -1
- package/dist/drive/__tests__/gap-calculator.test.d.ts +0 -2
- package/dist/drive/__tests__/gap-calculator.test.d.ts.map +0 -1
- package/dist/drive/__tests__/gap-calculator.test.js +0 -619
- package/dist/drive/__tests__/gap-calculator.test.js.map +0 -1
- package/dist/drive/__tests__/progress-predictor.test.d.ts +0 -2
- package/dist/drive/__tests__/progress-predictor.test.d.ts.map +0 -1
- package/dist/drive/__tests__/progress-predictor.test.js +0 -142
- package/dist/drive/__tests__/progress-predictor.test.js.map +0 -1
- package/dist/drive/__tests__/reward-log.test.d.ts +0 -2
- package/dist/drive/__tests__/reward-log.test.d.ts.map +0 -1
- package/dist/drive/__tests__/reward-log.test.js +0 -177
- package/dist/drive/__tests__/reward-log.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-convergence.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-convergence.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-convergence.test.js +0 -159
- package/dist/drive/__tests__/satisficing-judge-convergence.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.js +0 -261
- package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-double-confirm.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-double-confirm.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-double-confirm.test.js +0 -207
- package/dist/drive/__tests__/satisficing-judge-double-confirm.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-goal-complete.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-goal-complete.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-goal-complete.test.js +0 -359
- package/dist/drive/__tests__/satisficing-judge-goal-complete.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.js +0 -461
- package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.js +0 -337
- package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.js +0 -109
- package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.js.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-undershoot.test.d.ts +0 -2
- package/dist/drive/__tests__/satisficing-judge-undershoot.test.d.ts.map +0 -1
- package/dist/drive/__tests__/satisficing-judge-undershoot.test.js +0 -221
- package/dist/drive/__tests__/satisficing-judge-undershoot.test.js.map +0 -1
- package/dist/drive/__tests__/stall-detector-analysis.test.d.ts +0 -12
- package/dist/drive/__tests__/stall-detector-analysis.test.d.ts.map +0 -1
- package/dist/drive/__tests__/stall-detector-analysis.test.js +0 -139
- package/dist/drive/__tests__/stall-detector-analysis.test.js.map +0 -1
- package/dist/drive/__tests__/stall-detector-repetitive.test.d.ts +0 -2
- package/dist/drive/__tests__/stall-detector-repetitive.test.d.ts.map +0 -1
- package/dist/drive/__tests__/stall-detector-repetitive.test.js +0 -84
- package/dist/drive/__tests__/stall-detector-repetitive.test.js.map +0 -1
- package/dist/drive/__tests__/stall-detector.test.d.ts +0 -2
- package/dist/drive/__tests__/stall-detector.test.d.ts.map +0 -1
- package/dist/drive/__tests__/stall-detector.test.js +0 -903
- package/dist/drive/__tests__/stall-detector.test.js.map +0 -1
- package/dist/drive/drive-scorer.d.ts +0 -96
- package/dist/drive/drive-scorer.d.ts.map +0 -1
- package/dist/drive/drive-scorer.js +0 -240
- package/dist/drive/drive-scorer.js.map +0 -1
- package/dist/drive/drive-system.d.ts +0 -99
- package/dist/drive/drive-system.d.ts.map +0 -1
- package/dist/drive/drive-system.js +0 -354
- package/dist/drive/drive-system.js.map +0 -1
- package/dist/drive/gap-calculator.d.ts +0 -88
- package/dist/drive/gap-calculator.d.ts.map +0 -1
- package/dist/drive/gap-calculator.js +0 -243
- package/dist/drive/gap-calculator.js.map +0 -1
- package/dist/drive/progress-predictor.d.ts +0 -24
- package/dist/drive/progress-predictor.d.ts.map +0 -1
- package/dist/drive/progress-predictor.js +0 -93
- package/dist/drive/progress-predictor.js.map +0 -1
- package/dist/drive/reward-log.d.ts +0 -51
- package/dist/drive/reward-log.d.ts.map +0 -1
- package/dist/drive/reward-log.js +0 -48
- package/dist/drive/reward-log.js.map +0 -1
- package/dist/drive/satisficing-helpers.d.ts +0 -28
- package/dist/drive/satisficing-helpers.d.ts.map +0 -1
- package/dist/drive/satisficing-helpers.js +0 -111
- package/dist/drive/satisficing-helpers.js.map +0 -1
- package/dist/drive/satisficing-judge.d.ts +0 -140
- package/dist/drive/satisficing-judge.d.ts.map +0 -1
- package/dist/drive/satisficing-judge.js +0 -427
- package/dist/drive/satisficing-judge.js.map +0 -1
- package/dist/drive/satisficing-propagation.d.ts +0 -30
- package/dist/drive/satisficing-propagation.d.ts.map +0 -1
- package/dist/drive/satisficing-propagation.js +0 -196
- package/dist/drive/satisficing-propagation.js.map +0 -1
- package/dist/drive/stall-detector.d.ts +0 -143
- package/dist/drive/stall-detector.d.ts.map +0 -1
- package/dist/drive/stall-detector.js +0 -567
- package/dist/drive/stall-detector.js.map +0 -1
- package/dist/drive/types/drive.d.ts +0 -194
- package/dist/drive/types/drive.d.ts.map +0 -1
- package/dist/drive/types/drive.js +0 -77
- package/dist/drive/types/drive.js.map +0 -1
- package/dist/drive/types/gap.d.ts +0 -147
- package/dist/drive/types/gap.d.ts.map +0 -1
- package/dist/drive/types/gap.js +0 -41
- package/dist/drive/types/gap.js.map +0 -1
- package/dist/drive/types/satisficing.d.ts +0 -130
- package/dist/drive/types/satisficing.d.ts.map +0 -1
- package/dist/drive/types/satisficing.js +0 -54
- package/dist/drive/types/satisficing.js.map +0 -1
- package/dist/drive/types/stall.d.ts +0 -68
- package/dist/drive/types/stall.d.ts.map +0 -1
- package/dist/drive/types/stall.js +0 -28
- package/dist/drive/types/stall.js.map +0 -1
- package/dist/execution/__tests__/adapter-layer.test.d.ts +0 -2
- package/dist/execution/__tests__/adapter-layer.test.d.ts.map +0 -1
- package/dist/execution/__tests__/adapter-layer.test.js +0 -88
- package/dist/execution/__tests__/adapter-layer.test.js.map +0 -1
- package/dist/execution/__tests__/checkpoint-manager.test.d.ts +0 -2
- package/dist/execution/__tests__/checkpoint-manager.test.d.ts.map +0 -1
- package/dist/execution/__tests__/checkpoint-manager.test.js +0 -304
- package/dist/execution/__tests__/checkpoint-manager.test.js.map +0 -1
- package/dist/execution/__tests__/completion-judger-timeout.test.d.ts +0 -11
- package/dist/execution/__tests__/completion-judger-timeout.test.d.ts.map +0 -1
- package/dist/execution/__tests__/completion-judger-timeout.test.js +0 -260
- package/dist/execution/__tests__/completion-judger-timeout.test.js.map +0 -1
- package/dist/execution/__tests__/context-budget.test.d.ts +0 -2
- package/dist/execution/__tests__/context-budget.test.d.ts.map +0 -1
- package/dist/execution/__tests__/context-budget.test.js +0 -218
- package/dist/execution/__tests__/context-budget.test.js.map +0 -1
- package/dist/execution/__tests__/duplicate-task-guard.test.d.ts +0 -2
- package/dist/execution/__tests__/duplicate-task-guard.test.d.ts.map +0 -1
- package/dist/execution/__tests__/duplicate-task-guard.test.js +0 -187
- package/dist/execution/__tests__/duplicate-task-guard.test.js.map +0 -1
- package/dist/execution/__tests__/failure-context-injection.test.d.ts +0 -2
- package/dist/execution/__tests__/failure-context-injection.test.d.ts.map +0 -1
- package/dist/execution/__tests__/failure-context-injection.test.js +0 -227
- package/dist/execution/__tests__/failure-context-injection.test.js.map +0 -1
- package/dist/execution/__tests__/impact-analyzer.test.d.ts +0 -2
- package/dist/execution/__tests__/impact-analyzer.test.d.ts.map +0 -1
- package/dist/execution/__tests__/impact-analyzer.test.js +0 -117
- package/dist/execution/__tests__/impact-analyzer.test.js.map +0 -1
- package/dist/execution/__tests__/issue-context-fetcher.test.d.ts +0 -2
- package/dist/execution/__tests__/issue-context-fetcher.test.d.ts.map +0 -1
- package/dist/execution/__tests__/issue-context-fetcher.test.js +0 -151
- package/dist/execution/__tests__/issue-context-fetcher.test.js.map +0 -1
- package/dist/execution/__tests__/parallel-executor.test.d.ts +0 -2
- package/dist/execution/__tests__/parallel-executor.test.d.ts.map +0 -1
- package/dist/execution/__tests__/parallel-executor.test.js +0 -313
- package/dist/execution/__tests__/parallel-executor.test.js.map +0 -1
- package/dist/execution/__tests__/pipeline-executor.test.d.ts +0 -2
- package/dist/execution/__tests__/pipeline-executor.test.d.ts.map +0 -1
- package/dist/execution/__tests__/pipeline-executor.test.js +0 -322
- package/dist/execution/__tests__/pipeline-executor.test.js.map +0 -1
- package/dist/execution/__tests__/reflection-generator.test.d.ts +0 -2
- package/dist/execution/__tests__/reflection-generator.test.d.ts.map +0 -1
- package/dist/execution/__tests__/reflection-generator.test.js +0 -422
- package/dist/execution/__tests__/reflection-generator.test.js.map +0 -1
- package/dist/execution/__tests__/result-reconciler.test.d.ts +0 -2
- package/dist/execution/__tests__/result-reconciler.test.d.ts.map +0 -1
- package/dist/execution/__tests__/result-reconciler.test.js +0 -112
- package/dist/execution/__tests__/result-reconciler.test.js.map +0 -1
- package/dist/execution/__tests__/session-manager-phase2.test.d.ts +0 -2
- package/dist/execution/__tests__/session-manager-phase2.test.d.ts.map +0 -1
- package/dist/execution/__tests__/session-manager-phase2.test.js +0 -381
- package/dist/execution/__tests__/session-manager-phase2.test.js.map +0 -1
- package/dist/execution/__tests__/session-manager.test.d.ts +0 -2
- package/dist/execution/__tests__/session-manager.test.d.ts.map +0 -1
- package/dist/execution/__tests__/session-manager.test.js +0 -653
- package/dist/execution/__tests__/session-manager.test.js.map +0 -1
- package/dist/execution/__tests__/task-generation-group.test.d.ts +0 -2
- package/dist/execution/__tests__/task-generation-group.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-generation-group.test.js +0 -157
- package/dist/execution/__tests__/task-generation-group.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-cycle.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-cycle.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-cycle.test.js +0 -685
- package/dist/execution/__tests__/task-lifecycle-cycle.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-dimension.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-dimension.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-dimension.test.js +0 -325
- package/dist/execution/__tests__/task-lifecycle-dimension.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-ethics.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-ethics.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-ethics.test.js +0 -732
- package/dist/execution/__tests__/task-lifecycle-ethics.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-execution.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-execution.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-execution.test.js +0 -441
- package/dist/execution/__tests__/task-lifecycle-execution.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-generation.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-generation.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-generation.test.js +0 -457
- package/dist/execution/__tests__/task-lifecycle-generation.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-healthcheck.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-healthcheck.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-healthcheck.test.js +0 -325
- package/dist/execution/__tests__/task-lifecycle-healthcheck.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-verdict.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-verdict.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-verdict.test.js +0 -683
- package/dist/execution/__tests__/task-lifecycle-verdict.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-verification.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle-verification.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle-verification.test.js +0 -526
- package/dist/execution/__tests__/task-lifecycle-verification.test.js.map +0 -1
- package/dist/execution/__tests__/task-lifecycle.test.d.ts +0 -2
- package/dist/execution/__tests__/task-lifecycle.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-lifecycle.test.js +0 -503
- package/dist/execution/__tests__/task-lifecycle.test.js.map +0 -1
- package/dist/execution/__tests__/task-prompt-builder.test.d.ts +0 -2
- package/dist/execution/__tests__/task-prompt-builder.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-prompt-builder.test.js +0 -148
- package/dist/execution/__tests__/task-prompt-builder.test.js.map +0 -1
- package/dist/execution/__tests__/task-verifier-guards.test.d.ts +0 -2
- package/dist/execution/__tests__/task-verifier-guards.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-verifier-guards.test.js +0 -735
- package/dist/execution/__tests__/task-verifier-guards.test.js.map +0 -1
- package/dist/execution/__tests__/task-verifier.test.d.ts +0 -2
- package/dist/execution/__tests__/task-verifier.test.d.ts.map +0 -1
- package/dist/execution/__tests__/task-verifier.test.js +0 -113
- package/dist/execution/__tests__/task-verifier.test.js.map +0 -1
- package/dist/execution/__tests__/toolset-lock.test.d.ts +0 -2
- package/dist/execution/__tests__/toolset-lock.test.d.ts.map +0 -1
- package/dist/execution/__tests__/toolset-lock.test.js +0 -204
- package/dist/execution/__tests__/toolset-lock.test.js.map +0 -1
- package/dist/execution/adapter-layer.d.ts +0 -100
- package/dist/execution/adapter-layer.d.ts.map +0 -1
- package/dist/execution/adapter-layer.js +0 -123
- package/dist/execution/adapter-layer.js.map +0 -1
- package/dist/execution/checkpoint-manager.d.ts +0 -49
- package/dist/execution/checkpoint-manager.d.ts.map +0 -1
- package/dist/execution/checkpoint-manager.js +0 -143
- package/dist/execution/checkpoint-manager.js.map +0 -1
- package/dist/execution/context/context-budget.d.ts +0 -35
- package/dist/execution/context/context-budget.d.ts.map +0 -1
- package/dist/execution/context/context-budget.js +0 -73
- package/dist/execution/context/context-budget.js.map +0 -1
- package/dist/execution/context/context-builder.d.ts +0 -44
- package/dist/execution/context/context-builder.d.ts.map +0 -1
- package/dist/execution/context/context-builder.js +0 -132
- package/dist/execution/context/context-builder.js.map +0 -1
- package/dist/execution/context/dimension-selector.d.ts +0 -16
- package/dist/execution/context/dimension-selector.d.ts.map +0 -1
- package/dist/execution/context/dimension-selector.js +0 -57
- package/dist/execution/context/dimension-selector.js.map +0 -1
- package/dist/execution/context/issue-context-fetcher.d.ts +0 -19
- package/dist/execution/context/issue-context-fetcher.d.ts.map +0 -1
- package/dist/execution/context/issue-context-fetcher.js +0 -73
- package/dist/execution/context/issue-context-fetcher.js.map +0 -1
- package/dist/execution/impact-analyzer.d.ts +0 -24
- package/dist/execution/impact-analyzer.d.ts.map +0 -1
- package/dist/execution/impact-analyzer.js +0 -88
- package/dist/execution/impact-analyzer.js.map +0 -1
- package/dist/execution/parallel-executor.d.ts +0 -38
- package/dist/execution/parallel-executor.d.ts.map +0 -1
- package/dist/execution/parallel-executor.js +0 -172
- package/dist/execution/parallel-executor.js.map +0 -1
- package/dist/execution/pipeline-executor.d.ts +0 -54
- package/dist/execution/pipeline-executor.d.ts.map +0 -1
- package/dist/execution/pipeline-executor.js +0 -250
- package/dist/execution/pipeline-executor.js.map +0 -1
- package/dist/execution/reflection-generator.d.ts +0 -24
- package/dist/execution/reflection-generator.d.ts.map +0 -1
- package/dist/execution/reflection-generator.js +0 -143
- package/dist/execution/reflection-generator.js.map +0 -1
- package/dist/execution/result-reconciler.d.ts +0 -23
- package/dist/execution/result-reconciler.d.ts.map +0 -1
- package/dist/execution/result-reconciler.js +0 -109
- package/dist/execution/result-reconciler.js.map +0 -1
- package/dist/execution/session-manager.d.ts +0 -153
- package/dist/execution/session-manager.d.ts.map +0 -1
- package/dist/execution/session-manager.js +0 -393
- package/dist/execution/session-manager.js.map +0 -1
- package/dist/execution/task/task-approval-check.d.ts +0 -9
- package/dist/execution/task/task-approval-check.d.ts.map +0 -1
- package/dist/execution/task/task-approval-check.js +0 -14
- package/dist/execution/task/task-approval-check.js.map +0 -1
- package/dist/execution/task/task-approval.d.ts +0 -22
- package/dist/execution/task/task-approval.d.ts.map +0 -1
- package/dist/execution/task/task-approval.js +0 -147
- package/dist/execution/task/task-approval.js.map +0 -1
- package/dist/execution/task/task-execution-types.d.ts +0 -18
- package/dist/execution/task/task-execution-types.d.ts.map +0 -1
- package/dist/execution/task/task-execution-types.js +0 -10
- package/dist/execution/task/task-execution-types.js.map +0 -1
- package/dist/execution/task/task-executor.d.ts +0 -31
- package/dist/execution/task/task-executor.d.ts.map +0 -1
- package/dist/execution/task/task-executor.js +0 -221
- package/dist/execution/task/task-executor.js.map +0 -1
- package/dist/execution/task/task-generation.d.ts +0 -154
- package/dist/execution/task/task-generation.d.ts.map +0 -1
- package/dist/execution/task/task-generation.js +0 -416
- package/dist/execution/task/task-generation.js.map +0 -1
- package/dist/execution/task/task-health-check.d.ts +0 -36
- package/dist/execution/task/task-health-check.d.ts.map +0 -1
- package/dist/execution/task/task-health-check.js +0 -66
- package/dist/execution/task/task-health-check.js.map +0 -1
- package/dist/execution/task/task-lifecycle.d.ts +0 -126
- package/dist/execution/task/task-lifecycle.d.ts.map +0 -1
- package/dist/execution/task/task-lifecycle.js +0 -313
- package/dist/execution/task/task-lifecycle.js.map +0 -1
- package/dist/execution/task/task-pipeline-cycle.d.ts +0 -45
- package/dist/execution/task/task-pipeline-cycle.d.ts.map +0 -1
- package/dist/execution/task/task-pipeline-cycle.js +0 -132
- package/dist/execution/task/task-pipeline-cycle.js.map +0 -1
- package/dist/execution/task/task-prompt-builder.d.ts +0 -9
- package/dist/execution/task/task-prompt-builder.d.ts.map +0 -1
- package/dist/execution/task/task-prompt-builder.js +0 -197
- package/dist/execution/task/task-prompt-builder.js.map +0 -1
- package/dist/execution/task/task-verifier-llm 2.d.ts +0 -24
- package/dist/execution/task/task-verifier-llm 2.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-llm 2.js +0 -160
- package/dist/execution/task/task-verifier-llm 2.js.map +0 -1
- package/dist/execution/task/task-verifier-llm.d.ts +0 -24
- package/dist/execution/task/task-verifier-llm.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-llm.js +0 -160
- package/dist/execution/task/task-verifier-llm.js.map +0 -1
- package/dist/execution/task/task-verifier-rules 2.d.ts +0 -31
- package/dist/execution/task/task-verifier-rules 2.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-rules 2.js +0 -207
- package/dist/execution/task/task-verifier-rules 2.js.map +0 -1
- package/dist/execution/task/task-verifier-rules.d.ts +0 -31
- package/dist/execution/task/task-verifier-rules.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-rules.js +0 -207
- package/dist/execution/task/task-verifier-rules.js.map +0 -1
- package/dist/execution/task/task-verifier-types 2.d.ts +0 -78
- package/dist/execution/task/task-verifier-types 2.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-types 2.js +0 -9
- package/dist/execution/task/task-verifier-types 2.js.map +0 -1
- package/dist/execution/task/task-verifier-types.d.ts +0 -78
- package/dist/execution/task/task-verifier-types.d.ts.map +0 -1
- package/dist/execution/task/task-verifier-types.js +0 -9
- package/dist/execution/task/task-verifier-types.js.map +0 -1
- package/dist/execution/task/task-verifier.d.ts +0 -48
- package/dist/execution/task/task-verifier.d.ts.map +0 -1
- package/dist/execution/task/task-verifier.js +0 -463
- package/dist/execution/task/task-verifier.js.map +0 -1
- package/dist/execution/toolset-lock.d.ts +0 -27
- package/dist/execution/toolset-lock.d.ts.map +0 -1
- package/dist/execution/toolset-lock.js +0 -49
- package/dist/execution/toolset-lock.js.map +0 -1
- package/dist/execution/types/checkpoint.d.ts +0 -133
- package/dist/execution/types/checkpoint.d.ts.map +0 -1
- package/dist/execution/types/checkpoint.js +0 -38
- package/dist/execution/types/checkpoint.js.map +0 -1
- package/dist/execution/types/pipeline.d.ts +0 -191
- package/dist/execution/types/pipeline.d.ts.map +0 -1
- package/dist/execution/types/pipeline.js +0 -62
- package/dist/execution/types/pipeline.js.map +0 -1
- package/dist/execution/types/session.d.ts +0 -95
- package/dist/execution/types/session.d.ts.map +0 -1
- package/dist/execution/types/session.js +0 -37
- package/dist/execution/types/session.js.map +0 -1
- package/dist/execution/types/task-group.d.ts +0 -246
- package/dist/execution/types/task-group.d.ts.map +0 -1
- package/dist/execution/types/task-group.js +0 -14
- package/dist/execution/types/task-group.js.map +0 -1
- package/dist/execution/types/task.d.ts +0 -267
- package/dist/execution/types/task.d.ts.map +0 -1
- package/dist/execution/types/task.js +0 -70
- package/dist/execution/types/task.js.map +0 -1
- package/dist/goal/__tests__/goal-cli-refine.test.d.ts +0 -8
- package/dist/goal/__tests__/goal-cli-refine.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-cli-refine.test.js +0 -237
- package/dist/goal/__tests__/goal-cli-refine.test.js.map +0 -1
- package/dist/goal/__tests__/goal-dependency-graph.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-dependency-graph.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-dependency-graph.test.js +0 -352
- package/dist/goal/__tests__/goal-dependency-graph.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-character.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-character.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-character.test.js +0 -650
- package/dist/goal/__tests__/goal-negotiator-character.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-core.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-core.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-core.test.js +0 -370
- package/dist/goal/__tests__/goal-negotiator-core.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-decompose.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-decompose.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-decompose.test.js +0 -876
- package/dist/goal/__tests__/goal-negotiator-decompose.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-negotiate.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-negotiate.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-negotiate.test.js +0 -411
- package/dist/goal/__tests__/goal-negotiator-negotiate.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.js +0 -258
- package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.js.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-suggest.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-negotiator-suggest.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-negotiator-suggest.test.js +0 -280
- package/dist/goal/__tests__/goal-negotiator-suggest.test.js.map +0 -1
- package/dist/goal/__tests__/goal-refiner.refine.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-refiner.refine.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-refiner.refine.test.js +0 -291
- package/dist/goal/__tests__/goal-refiner.refine.test.js.map +0 -1
- package/dist/goal/__tests__/goal-refiner.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-refiner.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-refiner.test.js +0 -509
- package/dist/goal/__tests__/goal-refiner.test.js.map +0 -1
- package/dist/goal/__tests__/goal-suggest-timeout.test.d.ts +0 -10
- package/dist/goal/__tests__/goal-suggest-timeout.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-suggest-timeout.test.js +0 -63
- package/dist/goal/__tests__/goal-suggest-timeout.test.js.map +0 -1
- package/dist/goal/__tests__/goal-tree-concreteness.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-tree-concreteness.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-tree-concreteness.test.js +0 -391
- package/dist/goal/__tests__/goal-tree-concreteness.test.js.map +0 -1
- package/dist/goal/__tests__/goal-tree-manager.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-tree-manager.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-tree-manager.test.js +0 -828
- package/dist/goal/__tests__/goal-tree-manager.test.js.map +0 -1
- package/dist/goal/__tests__/goal-tree-quality.test.d.ts +0 -2
- package/dist/goal/__tests__/goal-tree-quality.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goal-tree-quality.test.js +0 -150
- package/dist/goal/__tests__/goal-tree-quality.test.js.map +0 -1
- package/dist/goal/__tests__/goalNegotiator.test.d.ts +0 -2
- package/dist/goal/__tests__/goalNegotiator.test.d.ts.map +0 -1
- package/dist/goal/__tests__/goalNegotiator.test.js +0 -418
- package/dist/goal/__tests__/goalNegotiator.test.js.map +0 -1
- package/dist/goal/__tests__/negotiate-context.test.d.ts +0 -2
- package/dist/goal/__tests__/negotiate-context.test.d.ts.map +0 -1
- package/dist/goal/__tests__/negotiate-context.test.js +0 -192
- package/dist/goal/__tests__/negotiate-context.test.js.map +0 -1
- package/dist/goal/__tests__/refine.test.d.ts +0 -2
- package/dist/goal/__tests__/refine.test.d.ts.map +0 -1
- package/dist/goal/__tests__/refine.test.js +0 -354
- package/dist/goal/__tests__/refine.test.js.map +0 -1
- package/dist/goal/__tests__/refiner-prompts.test.d.ts +0 -2
- package/dist/goal/__tests__/refiner-prompts.test.d.ts.map +0 -1
- package/dist/goal/__tests__/refiner-prompts.test.js +0 -92
- package/dist/goal/__tests__/refiner-prompts.test.js.map +0 -1
- package/dist/goal/__tests__/state-aggregator.test.d.ts +0 -2
- package/dist/goal/__tests__/state-aggregator.test.d.ts.map +0 -1
- package/dist/goal/__tests__/state-aggregator.test.js +0 -840
- package/dist/goal/__tests__/state-aggregator.test.js.map +0 -1
- package/dist/goal/__tests__/subgoal-curriculum.test.d.ts +0 -2
- package/dist/goal/__tests__/subgoal-curriculum.test.d.ts.map +0 -1
- package/dist/goal/__tests__/subgoal-curriculum.test.js +0 -219
- package/dist/goal/__tests__/subgoal-curriculum.test.js.map +0 -1
- package/dist/goal/__tests__/tree-loop-orchestrator.test.d.ts +0 -2
- package/dist/goal/__tests__/tree-loop-orchestrator.test.d.ts.map +0 -1
- package/dist/goal/__tests__/tree-loop-orchestrator.test.js +0 -1078
- package/dist/goal/__tests__/tree-loop-orchestrator.test.js.map +0 -1
- package/dist/goal/goal-decomposer.d.ts +0 -30
- package/dist/goal/goal-decomposer.d.ts.map +0 -1
- package/dist/goal/goal-decomposer.js +0 -167
- package/dist/goal/goal-decomposer.js.map +0 -1
- package/dist/goal/goal-dependency-graph.d.ts +0 -124
- package/dist/goal/goal-dependency-graph.d.ts.map +0 -1
- package/dist/goal/goal-dependency-graph.js +0 -325
- package/dist/goal/goal-dependency-graph.js.map +0 -1
- package/dist/goal/goal-negotiator.d.ts +0 -72
- package/dist/goal/goal-negotiator.d.ts.map +0 -1
- package/dist/goal/goal-negotiator.js +0 -299
- package/dist/goal/goal-negotiator.js.map +0 -1
- package/dist/goal/goal-refiner.d.ts +0 -48
- package/dist/goal/goal-refiner.d.ts.map +0 -1
- package/dist/goal/goal-refiner.js +0 -299
- package/dist/goal/goal-refiner.js.map +0 -1
- package/dist/goal/goal-suggest.d.ts +0 -93
- package/dist/goal/goal-suggest.d.ts.map +0 -1
- package/dist/goal/goal-suggest.js +0 -254
- package/dist/goal/goal-suggest.js.map +0 -1
- package/dist/goal/goal-tree-manager.d.ts +0 -72
- package/dist/goal/goal-tree-manager.d.ts.map +0 -1
- package/dist/goal/goal-tree-manager.js +0 -572
- package/dist/goal/goal-tree-manager.js.map +0 -1
- package/dist/goal/goal-tree-pruner.d.ts +0 -25
- package/dist/goal/goal-tree-pruner.d.ts.map +0 -1
- package/dist/goal/goal-tree-pruner.js +0 -93
- package/dist/goal/goal-tree-pruner.js.map +0 -1
- package/dist/goal/goal-tree-quality.d.ts +0 -22
- package/dist/goal/goal-tree-quality.d.ts.map +0 -1
- package/dist/goal/goal-tree-quality.js +0 -183
- package/dist/goal/goal-tree-quality.js.map +0 -1
- package/dist/goal/goal-validation.d.ts +0 -20
- package/dist/goal/goal-validation.d.ts.map +0 -1
- package/dist/goal/goal-validation.js +0 -93
- package/dist/goal/goal-validation.js.map +0 -1
- package/dist/goal/milestone-evaluator.d.ts +0 -33
- package/dist/goal/milestone-evaluator.d.ts.map +0 -1
- package/dist/goal/milestone-evaluator.js +0 -130
- package/dist/goal/milestone-evaluator.js.map +0 -1
- package/dist/goal/negotiator-context.d.ts +0 -13
- package/dist/goal/negotiator-context.d.ts.map +0 -1
- package/dist/goal/negotiator-context.js +0 -119
- package/dist/goal/negotiator-context.js.map +0 -1
- package/dist/goal/negotiator-prompts.d.ts +0 -31
- package/dist/goal/negotiator-prompts.d.ts.map +0 -1
- package/dist/goal/negotiator-prompts.js +0 -65
- package/dist/goal/negotiator-prompts.js.map +0 -1
- package/dist/goal/negotiator-steps.d.ts +0 -59
- package/dist/goal/negotiator-steps.d.ts.map +0 -1
- package/dist/goal/negotiator-steps.js +0 -269
- package/dist/goal/negotiator-steps.js.map +0 -1
- package/dist/goal/refiner-prompts.d.ts +0 -10
- package/dist/goal/refiner-prompts.d.ts.map +0 -1
- package/dist/goal/refiner-prompts.js +0 -59
- package/dist/goal/refiner-prompts.js.map +0 -1
- package/dist/goal/state-aggregator.d.ts +0 -89
- package/dist/goal/state-aggregator.d.ts.map +0 -1
- package/dist/goal/state-aggregator.js +0 -331
- package/dist/goal/state-aggregator.js.map +0 -1
- package/dist/goal/subgoal-curriculum.d.ts +0 -30
- package/dist/goal/subgoal-curriculum.d.ts.map +0 -1
- package/dist/goal/subgoal-curriculum.js +0 -53
- package/dist/goal/subgoal-curriculum.js.map +0 -1
- package/dist/goal/tree-loop-orchestrator.d.ts +0 -100
- package/dist/goal/tree-loop-orchestrator.d.ts.map +0 -1
- package/dist/goal/tree-loop-orchestrator.js +0 -269
- package/dist/goal/tree-loop-orchestrator.js.map +0 -1
- package/dist/goal/types/dependency.d.ts +0 -108
- package/dist/goal/types/dependency.d.ts.map +0 -1
- package/dist/goal/types/dependency.js +0 -21
- package/dist/goal/types/dependency.js.map +0 -1
- package/dist/goal/types/goal-refiner.d.ts +0 -108
- package/dist/goal/types/goal-refiner.d.ts.map +0 -1
- package/dist/goal/types/goal-refiner.js +0 -39
- package/dist/goal/types/goal-refiner.js.map +0 -1
- package/dist/goal/types/goal-tree.d.ts +0 -180
- package/dist/goal/types/goal-tree.d.ts.map +0 -1
- package/dist/goal/types/goal-tree.js +0 -73
- package/dist/goal/types/goal-tree.js.map +0 -1
- package/dist/goal/types/goal.d.ts +0 -1342
- package/dist/goal/types/goal.d.ts.map +0 -1
- package/dist/goal/types/goal.js +0 -141
- package/dist/goal/types/goal.js.map +0 -1
- package/dist/goal/types/negotiation.d.ts +0 -450
- package/dist/goal/types/negotiation.d.ts.map +0 -1
- package/dist/goal/types/negotiation.js +0 -84
- package/dist/goal/types/negotiation.js.map +0 -1
- package/dist/goal/types/suggest.d.ts +0 -92
- package/dist/goal/types/suggest.d.ts.map +0 -1
- package/dist/goal/types/suggest.js +0 -15
- package/dist/goal/types/suggest.js.map +0 -1
- package/dist/interface/chat/__tests__/chat-grounding.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/chat-grounding.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/chat-grounding.test.js +0 -388
- package/dist/interface/chat/__tests__/chat-grounding.test.js.map +0 -1
- package/dist/interface/chat/__tests__/chat-history.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/chat-history.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/chat-history.test.js +0 -97
- package/dist/interface/chat/__tests__/chat-history.test.js.map +0 -1
- package/dist/interface/chat/__tests__/chat-runner.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/chat-runner.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/chat-runner.test.js +0 -270
- package/dist/interface/chat/__tests__/chat-runner.test.js.map +0 -1
- package/dist/interface/chat/__tests__/chat-verifier.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/chat-verifier.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/chat-verifier.test.js +0 -71
- package/dist/interface/chat/__tests__/chat-verifier.test.js.map +0 -1
- package/dist/interface/chat/__tests__/escalation.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/escalation.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/escalation.test.js +0 -149
- package/dist/interface/chat/__tests__/escalation.test.js.map +0 -1
- package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.js +0 -371
- package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.js.map +0 -1
- package/dist/interface/chat/__tests__/self-knowledge-tools.test.d.ts +0 -2
- package/dist/interface/chat/__tests__/self-knowledge-tools.test.d.ts.map +0 -1
- package/dist/interface/chat/__tests__/self-knowledge-tools.test.js +0 -223
- package/dist/interface/chat/__tests__/self-knowledge-tools.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.js +0 -108
- package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-capability.test.d.ts +0 -8
- package/dist/interface/cli/__tests__/cli-capability.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-capability.test.js +0 -208
- package/dist/interface/cli/__tests__/cli-capability.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-daemon-status.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cli-daemon-status.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-daemon-status.test.js +0 -205
- package/dist/interface/cli/__tests__/cli-daemon-status.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-doctor.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cli-doctor.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-doctor.test.js +0 -291
- package/dist/interface/cli/__tests__/cli-doctor.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-improve.test.d.ts +0 -11
- package/dist/interface/cli/__tests__/cli-improve.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-improve.test.js +0 -592
- package/dist/interface/cli/__tests__/cli-improve.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-install.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cli-install.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-install.test.js +0 -307
- package/dist/interface/cli/__tests__/cli-install.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-knowledge.test.d.ts +0 -9
- package/dist/interface/cli/__tests__/cli-knowledge.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-knowledge.test.js +0 -295
- package/dist/interface/cli/__tests__/cli-knowledge.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-logs.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cli-logs.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-logs.test.js +0 -204
- package/dist/interface/cli/__tests__/cli-logs.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-notify.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/cli-notify.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-notify.test.js +0 -208
- package/dist/interface/cli/__tests__/cli-notify.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-plugin.test.d.ts +0 -8
- package/dist/interface/cli/__tests__/cli-plugin.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-plugin.test.js +0 -379
- package/dist/interface/cli/__tests__/cli-plugin.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.d.ts +0 -9
- package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.js +0 -398
- package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner-integration.test.d.ts +0 -13
- package/dist/interface/cli/__tests__/cli-runner-integration.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner-integration.test.js +0 -298
- package/dist/interface/cli/__tests__/cli-runner-integration.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner.test.d.ts +0 -29
- package/dist/interface/cli/__tests__/cli-runner.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-runner.test.js +0 -928
- package/dist/interface/cli/__tests__/cli-runner.test.js.map +0 -1
- package/dist/interface/cli/__tests__/cli-setup.test.d.ts +0 -12
- package/dist/interface/cli/__tests__/cli-setup.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/cli-setup.test.js +0 -200
- package/dist/interface/cli/__tests__/cli-setup.test.js.map +0 -1
- package/dist/interface/cli/__tests__/datasource-dedup.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/datasource-dedup.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/datasource-dedup.test.js +0 -133
- package/dist/interface/cli/__tests__/datasource-dedup.test.js.map +0 -1
- package/dist/interface/cli/__tests__/goal-dispatch-infer.test.d.ts +0 -11
- package/dist/interface/cli/__tests__/goal-dispatch-infer.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/goal-dispatch-infer.test.js +0 -140
- package/dist/interface/cli/__tests__/goal-dispatch-infer.test.js.map +0 -1
- package/dist/interface/cli/__tests__/goal-infer.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/goal-infer.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/goal-infer.test.js +0 -94
- package/dist/interface/cli/__tests__/goal-infer.test.js.map +0 -1
- package/dist/interface/cli/__tests__/goal-utils.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/goal-utils.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/goal-utils.test.js +0 -123
- package/dist/interface/cli/__tests__/goal-utils.test.js.map +0 -1
- package/dist/interface/cli/__tests__/suggest-normalizer.test.d.ts +0 -2
- package/dist/interface/cli/__tests__/suggest-normalizer.test.d.ts.map +0 -1
- package/dist/interface/cli/__tests__/suggest-normalizer.test.js +0 -43
- package/dist/interface/cli/__tests__/suggest-normalizer.test.js.map +0 -1
- package/dist/interface/mcp-server/__tests__/mcp-server.test.d.ts +0 -2
- package/dist/interface/mcp-server/__tests__/mcp-server.test.d.ts.map +0 -1
- package/dist/interface/mcp-server/__tests__/mcp-server.test.js +0 -180
- package/dist/interface/mcp-server/__tests__/mcp-server.test.js.map +0 -1
- package/dist/interface/tui/__tests__/actions.test.d.ts +0 -2
- package/dist/interface/tui/__tests__/actions.test.d.ts.map +0 -1
- package/dist/interface/tui/__tests__/actions.test.js +0 -300
- package/dist/interface/tui/__tests__/actions.test.js.map +0 -1
- package/dist/interface/tui/__tests__/fuzzy.test.d.ts +0 -2
- package/dist/interface/tui/__tests__/fuzzy.test.d.ts.map +0 -1
- package/dist/interface/tui/__tests__/fuzzy.test.js +0 -95
- package/dist/interface/tui/__tests__/fuzzy.test.js.map +0 -1
- package/dist/interface/tui/__tests__/intent-recognizer.test.d.ts +0 -2
- package/dist/interface/tui/__tests__/intent-recognizer.test.d.ts.map +0 -1
- package/dist/interface/tui/__tests__/intent-recognizer.test.js +0 -174
- package/dist/interface/tui/__tests__/intent-recognizer.test.js.map +0 -1
- package/dist/interface/tui/__tests__/use-loop.test.d.ts +0 -2
- package/dist/interface/tui/__tests__/use-loop.test.d.ts.map +0 -1
- package/dist/interface/tui/__tests__/use-loop.test.js +0 -286
- package/dist/interface/tui/__tests__/use-loop.test.js.map +0 -1
- package/dist/interface/tui/splash-screen.d.ts +0 -9
- package/dist/interface/tui/splash-screen.d.ts.map +0 -1
- package/dist/interface/tui/splash-screen.js +0 -27
- package/dist/interface/tui/splash-screen.js.map +0 -1
- package/dist/knowledge/__tests__/decision-record.test.d.ts +0 -2
- package/dist/knowledge/__tests__/decision-record.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/decision-record.test.js +0 -141
- package/dist/knowledge/__tests__/decision-record.test.js.map +0 -1
- package/dist/knowledge/__tests__/drive-score-adapter.test.d.ts +0 -2
- package/dist/knowledge/__tests__/drive-score-adapter.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/drive-score-adapter.test.js +0 -110
- package/dist/knowledge/__tests__/drive-score-adapter.test.js.map +0 -1
- package/dist/knowledge/__tests__/embedding-client.test.d.ts +0 -2
- package/dist/knowledge/__tests__/embedding-client.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/embedding-client.test.js +0 -77
- package/dist/knowledge/__tests__/embedding-client.test.js.map +0 -1
- package/dist/knowledge/__tests__/hierarchical-memory-integration.test.d.ts +0 -2
- package/dist/knowledge/__tests__/hierarchical-memory-integration.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/hierarchical-memory-integration.test.js +0 -352
- package/dist/knowledge/__tests__/hierarchical-memory-integration.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-graph.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-graph.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-graph.test.js +0 -330
- package/dist/knowledge/__tests__/knowledge-graph.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-manager-phase2.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-manager-phase2.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-manager-phase2.test.js +0 -344
- package/dist/knowledge/__tests__/knowledge-manager-phase2.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-manager.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-manager.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-manager.test.js +0 -564
- package/dist/knowledge/__tests__/knowledge-manager.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-apply.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-transfer-apply.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-apply.test.js +0 -291
- package/dist/knowledge/__tests__/knowledge-transfer-apply.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.js +0 -293
- package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-detect.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-transfer-detect.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-detect.test.js +0 -315
- package/dist/knowledge/__tests__/knowledge-transfer-detect.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.js +0 -593
- package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.js.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts +0 -2
- package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.js +0 -402
- package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-cross-goal.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-cross-goal.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-cross-goal.test.js +0 -377
- package/dist/knowledge/__tests__/learning-cross-goal.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-extraction.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-pipeline-extraction.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-extraction.test.js +0 -622
- package/dist/knowledge/__tests__/learning-pipeline-extraction.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-feedback.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-pipeline-feedback.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-feedback.test.js +0 -425
- package/dist/knowledge/__tests__/learning-pipeline-feedback.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-persistence.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-pipeline-persistence.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-persistence.test.js +0 -928
- package/dist/knowledge/__tests__/learning-pipeline-persistence.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-phase2.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-pipeline-phase2.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-phase2.test.js +0 -430
- package/dist/knowledge/__tests__/learning-pipeline-phase2.test.js.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-sharing.test.d.ts +0 -2
- package/dist/knowledge/__tests__/learning-pipeline-sharing.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/learning-pipeline-sharing.test.js +0 -411
- package/dist/knowledge/__tests__/learning-pipeline-sharing.test.js.map +0 -1
- package/dist/knowledge/__tests__/m16-integration.test.d.ts +0 -2
- package/dist/knowledge/__tests__/m16-integration.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/m16-integration.test.js +0 -332
- package/dist/knowledge/__tests__/m16-integration.test.js.map +0 -1
- package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts +0 -2
- package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.js +0 -562
- package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.js.map +0 -1
- package/dist/knowledge/__tests__/memory-lifecycle.test.d.ts +0 -2
- package/dist/knowledge/__tests__/memory-lifecycle.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/memory-lifecycle.test.js +0 -432
- package/dist/knowledge/__tests__/memory-lifecycle.test.js.map +0 -1
- package/dist/knowledge/__tests__/memory-selection.test.d.ts +0 -2
- package/dist/knowledge/__tests__/memory-selection.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/memory-selection.test.js +0 -423
- package/dist/knowledge/__tests__/memory-selection.test.js.map +0 -1
- package/dist/knowledge/__tests__/memory-tier.test.d.ts +0 -2
- package/dist/knowledge/__tests__/memory-tier.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/memory-tier.test.js +0 -413
- package/dist/knowledge/__tests__/memory-tier.test.js.map +0 -1
- package/dist/knowledge/__tests__/transfer-trust.test.d.ts +0 -2
- package/dist/knowledge/__tests__/transfer-trust.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/transfer-trust.test.js +0 -137
- package/dist/knowledge/__tests__/transfer-trust.test.js.map +0 -1
- package/dist/knowledge/__tests__/vector-index.test.d.ts +0 -2
- package/dist/knowledge/__tests__/vector-index.test.d.ts.map +0 -1
- package/dist/knowledge/__tests__/vector-index.test.js +0 -152
- package/dist/knowledge/__tests__/vector-index.test.js.map +0 -1
- package/dist/knowledge/drive-score-adapter.d.ts +0 -39
- package/dist/knowledge/drive-score-adapter.d.ts.map +0 -1
- package/dist/knowledge/drive-score-adapter.js +0 -32
- package/dist/knowledge/drive-score-adapter.js.map +0 -1
- package/dist/knowledge/embedding-client.d.ts +0 -49
- package/dist/knowledge/embedding-client.d.ts.map +0 -1
- package/dist/knowledge/embedding-client.js +0 -141
- package/dist/knowledge/embedding-client.js.map +0 -1
- package/dist/knowledge/knowledge-decisions.d.ts +0 -41
- package/dist/knowledge/knowledge-decisions.d.ts.map +0 -1
- package/dist/knowledge/knowledge-decisions.js +0 -191
- package/dist/knowledge/knowledge-decisions.js.map +0 -1
- package/dist/knowledge/knowledge-graph.d.ts +0 -74
- package/dist/knowledge/knowledge-graph.d.ts.map +0 -1
- package/dist/knowledge/knowledge-graph.js +0 -207
- package/dist/knowledge/knowledge-graph.js.map +0 -1
- package/dist/knowledge/knowledge-manager-query 2.d.ts +0 -87
- package/dist/knowledge/knowledge-manager-query 2.d.ts.map +0 -1
- package/dist/knowledge/knowledge-manager-query 2.js +0 -287
- package/dist/knowledge/knowledge-manager-query 2.js.map +0 -1
- package/dist/knowledge/knowledge-manager-query.d.ts +0 -87
- package/dist/knowledge/knowledge-manager-query.d.ts.map +0 -1
- package/dist/knowledge/knowledge-manager-query.js +0 -287
- package/dist/knowledge/knowledge-manager-query.js.map +0 -1
- package/dist/knowledge/knowledge-manager.d.ts +0 -121
- package/dist/knowledge/knowledge-manager.d.ts.map +0 -1
- package/dist/knowledge/knowledge-manager.js +0 -249
- package/dist/knowledge/knowledge-manager.js.map +0 -1
- package/dist/knowledge/knowledge-revalidation.d.ts +0 -27
- package/dist/knowledge/knowledge-revalidation.d.ts.map +0 -1
- package/dist/knowledge/knowledge-revalidation.js +0 -130
- package/dist/knowledge/knowledge-revalidation.js.map +0 -1
- package/dist/knowledge/knowledge-search.d.ts +0 -42
- package/dist/knowledge/knowledge-search.d.ts.map +0 -1
- package/dist/knowledge/knowledge-search.js +0 -96
- package/dist/knowledge/knowledge-search.js.map +0 -1
- package/dist/knowledge/learning/learning-cross-goal.d.ts +0 -19
- package/dist/knowledge/learning/learning-cross-goal.d.ts.map +0 -1
- package/dist/knowledge/learning/learning-cross-goal.js +0 -173
- package/dist/knowledge/learning/learning-cross-goal.js.map +0 -1
- package/dist/knowledge/learning/learning-exports.d.ts +0 -4
- package/dist/knowledge/learning/learning-exports.d.ts.map +0 -1
- package/dist/knowledge/learning/learning-exports.js +0 -3
- package/dist/knowledge/learning/learning-exports.js.map +0 -1
- package/dist/knowledge/learning/learning-feedback.d.ts +0 -26
- package/dist/knowledge/learning/learning-feedback.d.ts.map +0 -1
- package/dist/knowledge/learning/learning-feedback.js +0 -183
- package/dist/knowledge/learning/learning-feedback.js.map +0 -1
- package/dist/knowledge/learning/learning-pipeline-prompts.d.ts +0 -134
- package/dist/knowledge/learning/learning-pipeline-prompts.d.ts.map +0 -1
- package/dist/knowledge/learning/learning-pipeline-prompts.js +0 -103
- package/dist/knowledge/learning/learning-pipeline-prompts.js.map +0 -1
- package/dist/knowledge/learning/learning-pipeline.d.ts +0 -105
- package/dist/knowledge/learning/learning-pipeline.d.ts.map +0 -1
- package/dist/knowledge/learning/learning-pipeline.js +0 -465
- package/dist/knowledge/learning/learning-pipeline.js.map +0 -1
- package/dist/knowledge/memory/memory-compression.d.ts +0 -44
- package/dist/knowledge/memory/memory-compression.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-compression.js +0 -291
- package/dist/knowledge/memory/memory-compression.js.map +0 -1
- package/dist/knowledge/memory/memory-distill.d.ts +0 -31
- package/dist/knowledge/memory/memory-distill.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-distill.js +0 -170
- package/dist/knowledge/memory/memory-distill.js.map +0 -1
- package/dist/knowledge/memory/memory-exports.d.ts +0 -7
- package/dist/knowledge/memory/memory-exports.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-exports.js +0 -6
- package/dist/knowledge/memory/memory-exports.js.map +0 -1
- package/dist/knowledge/memory/memory-index.d.ts +0 -11
- package/dist/knowledge/memory/memory-index.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-index.js +0 -134
- package/dist/knowledge/memory/memory-index.js.map +0 -1
- package/dist/knowledge/memory/memory-lifecycle.d.ts +0 -169
- package/dist/knowledge/memory/memory-lifecycle.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-lifecycle.js +0 -402
- package/dist/knowledge/memory/memory-lifecycle.js.map +0 -1
- package/dist/knowledge/memory/memory-persistence.d.ts +0 -30
- package/dist/knowledge/memory/memory-persistence.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-persistence.js +0 -135
- package/dist/knowledge/memory/memory-persistence.js.map +0 -1
- package/dist/knowledge/memory/memory-query.d.ts +0 -4
- package/dist/knowledge/memory/memory-query.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-query.js +0 -64
- package/dist/knowledge/memory/memory-query.js.map +0 -1
- package/dist/knowledge/memory/memory-selection.d.ts +0 -73
- package/dist/knowledge/memory/memory-selection.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-selection.js +0 -328
- package/dist/knowledge/memory/memory-selection.js.map +0 -1
- package/dist/knowledge/memory/memory-stats.d.ts +0 -7
- package/dist/knowledge/memory/memory-stats.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-stats.js +0 -162
- package/dist/knowledge/memory/memory-stats.js.map +0 -1
- package/dist/knowledge/memory/memory-tier.d.ts +0 -65
- package/dist/knowledge/memory/memory-tier.d.ts.map +0 -1
- package/dist/knowledge/memory/memory-tier.js +0 -243
- package/dist/knowledge/memory/memory-tier.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-apply.d.ts +0 -48
- package/dist/knowledge/transfer/knowledge-transfer-apply.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-apply.js +0 -221
- package/dist/knowledge/transfer/knowledge-transfer-apply.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-detect.d.ts +0 -28
- package/dist/knowledge/transfer/knowledge-transfer-detect.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-detect.js +0 -128
- package/dist/knowledge/transfer/knowledge-transfer-detect.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.d.ts +0 -22
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.js +0 -109
- package/dist/knowledge/transfer/knowledge-transfer-evaluate.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-meta.d.ts +0 -38
- package/dist/knowledge/transfer/knowledge-transfer-meta.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-meta.js +0 -180
- package/dist/knowledge/transfer/knowledge-transfer-meta.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-prompts.d.ts +0 -46
- package/dist/knowledge/transfer/knowledge-transfer-prompts.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-prompts.js +0 -75
- package/dist/knowledge/transfer/knowledge-transfer-prompts.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-types.d.ts +0 -20
- package/dist/knowledge/transfer/knowledge-transfer-types.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer-types.js +0 -25
- package/dist/knowledge/transfer/knowledge-transfer-types.js.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer.d.ts +0 -83
- package/dist/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
- package/dist/knowledge/transfer/knowledge-transfer.js +0 -140
- package/dist/knowledge/transfer/knowledge-transfer.js.map +0 -1
- package/dist/knowledge/transfer/transfer-trust.d.ts +0 -40
- package/dist/knowledge/transfer/transfer-trust.d.ts.map +0 -1
- package/dist/knowledge/transfer/transfer-trust.js +0 -137
- package/dist/knowledge/transfer/transfer-trust.js.map +0 -1
- package/dist/knowledge/types/embedding.d.ts +0 -59
- package/dist/knowledge/types/embedding.d.ts.map +0 -1
- package/dist/knowledge/types/embedding.js +0 -22
- package/dist/knowledge/types/embedding.js.map +0 -1
- package/dist/knowledge/types/knowledge.d.ts +0 -402
- package/dist/knowledge/types/knowledge.d.ts.map +0 -1
- package/dist/knowledge/types/knowledge.js +0 -116
- package/dist/knowledge/types/knowledge.js.map +0 -1
- package/dist/knowledge/types/learning.d.ts +0 -292
- package/dist/knowledge/types/learning.d.ts.map +0 -1
- package/dist/knowledge/types/learning.js +0 -117
- package/dist/knowledge/types/learning.js.map +0 -1
- package/dist/knowledge/types/memory-lifecycle.d.ts +0 -615
- package/dist/knowledge/types/memory-lifecycle.d.ts.map +0 -1
- package/dist/knowledge/types/memory-lifecycle.js +0 -159
- package/dist/knowledge/types/memory-lifecycle.js.map +0 -1
- package/dist/knowledge/vector-index.d.ts +0 -65
- package/dist/knowledge/vector-index.d.ts.map +0 -1
- package/dist/knowledge/vector-index.js +0 -158
- package/dist/knowledge/vector-index.js.map +0 -1
- package/dist/llm/base-llm-client.d.ts +0 -83
- package/dist/llm/base-llm-client.d.ts.map +0 -1
- package/dist/llm/base-llm-client.js +0 -210
- package/dist/llm/base-llm-client.js.map +0 -1
- package/dist/llm/codex-llm-client.d.ts +0 -43
- package/dist/llm/codex-llm-client.d.ts.map +0 -1
- package/dist/llm/codex-llm-client.js +0 -188
- package/dist/llm/codex-llm-client.js.map +0 -1
- package/dist/llm/json-sanitizer.d.ts +0 -34
- package/dist/llm/json-sanitizer.d.ts.map +0 -1
- package/dist/llm/json-sanitizer.js +0 -110
- package/dist/llm/json-sanitizer.js.map +0 -1
- package/dist/llm/llm-client.d.ts +0 -86
- package/dist/llm/llm-client.d.ts.map +0 -1
- package/dist/llm/llm-client.js +0 -205
- package/dist/llm/llm-client.js.map +0 -1
- package/dist/llm/ollama-client.d.ts +0 -27
- package/dist/llm/ollama-client.d.ts.map +0 -1
- package/dist/llm/ollama-client.js +0 -111
- package/dist/llm/ollama-client.js.map +0 -1
- package/dist/llm/openai-client.d.ts +0 -37
- package/dist/llm/openai-client.d.ts.map +0 -1
- package/dist/llm/openai-client.js +0 -156
- package/dist/llm/openai-client.js.map +0 -1
- package/dist/llm/provider-config.d.ts +0 -102
- package/dist/llm/provider-config.d.ts.map +0 -1
- package/dist/llm/provider-config.js +0 -320
- package/dist/llm/provider-config.js.map +0 -1
- package/dist/llm/provider-factory.d.ts +0 -24
- package/dist/llm/provider-factory.d.ts.map +0 -1
- package/dist/llm/provider-factory.js +0 -134
- package/dist/llm/provider-factory.js.map +0 -1
- package/dist/loop/__tests__/core-loop-auto-decompose.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-auto-decompose.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-auto-decompose.test.js +0 -324
- package/dist/loop/__tests__/core-loop-auto-decompose.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-capability.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-capability.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-capability.test.js +0 -362
- package/dist/loop/__tests__/core-loop-capability.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-checkpoint.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-checkpoint.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-checkpoint.test.js +0 -323
- package/dist/loop/__tests__/core-loop-checkpoint.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-drive-context.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-drive-context.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-drive-context.test.js +0 -349
- package/dist/loop/__tests__/core-loop-drive-context.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-flow.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-flow.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-flow.test.js +0 -676
- package/dist/loop/__tests__/core-loop-flow.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-integration.test.d.ts +0 -11
- package/dist/loop/__tests__/core-loop-integration.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-integration.test.js +0 -295
- package/dist/loop/__tests__/core-loop-integration.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-integrations.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-integrations.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-integrations.test.js +0 -658
- package/dist/loop/__tests__/core-loop-integrations.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-iteration.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-iteration.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-iteration.test.js +0 -484
- package/dist/loop/__tests__/core-loop-iteration.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-memory-tier.test.d.ts +0 -11
- package/dist/loop/__tests__/core-loop-memory-tier.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-memory-tier.test.js +0 -325
- package/dist/loop/__tests__/core-loop-memory-tier.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-orchestrator-regression.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-orchestrator-regression.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-orchestrator-regression.test.js +0 -360
- package/dist/loop/__tests__/core-loop-orchestrator-regression.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-reporting.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-reporting.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-reporting.test.js +0 -589
- package/dist/loop/__tests__/core-loop-reporting.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-stall-refine.test.d.ts +0 -15
- package/dist/loop/__tests__/core-loop-stall-refine.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-stall-refine.test.js +0 -399
- package/dist/loop/__tests__/core-loop-stall-refine.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop-tree.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop-tree.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop-tree.test.js +0 -626
- package/dist/loop/__tests__/core-loop-tree.test.js.map +0 -1
- package/dist/loop/__tests__/core-loop.test.d.ts +0 -2
- package/dist/loop/__tests__/core-loop.test.d.ts.map +0 -1
- package/dist/loop/__tests__/core-loop.test.js +0 -550
- package/dist/loop/__tests__/core-loop.test.js.map +0 -1
- package/dist/loop/__tests__/iteration-budget.test.d.ts +0 -2
- package/dist/loop/__tests__/iteration-budget.test.d.ts.map +0 -1
- package/dist/loop/__tests__/iteration-budget.test.js +0 -423
- package/dist/loop/__tests__/iteration-budget.test.js.map +0 -1
- package/dist/loop/__tests__/r1-core-loop-completion.test.d.ts +0 -11
- package/dist/loop/__tests__/r1-core-loop-completion.test.d.ts.map +0 -1
- package/dist/loop/__tests__/r1-core-loop-completion.test.js +0 -315
- package/dist/loop/__tests__/r1-core-loop-completion.test.js.map +0 -1
- package/dist/loop/checkpoint-manager-loop.d.ts +0 -28
- package/dist/loop/checkpoint-manager-loop.d.ts.map +0 -1
- package/dist/loop/checkpoint-manager-loop.js +0 -62
- package/dist/loop/checkpoint-manager-loop.js.map +0 -1
- package/dist/loop/core-loop-capability.d.ts +0 -19
- package/dist/loop/core-loop-capability.d.ts.map +0 -1
- package/dist/loop/core-loop-capability.js +0 -107
- package/dist/loop/core-loop-capability.js.map +0 -1
- package/dist/loop/core-loop-learning.d.ts +0 -34
- package/dist/loop/core-loop-learning.d.ts.map +0 -1
- package/dist/loop/core-loop-learning.js +0 -78
- package/dist/loop/core-loop-learning.js.map +0 -1
- package/dist/loop/core-loop-phases-b.d.ts +0 -31
- package/dist/loop/core-loop-phases-b.d.ts.map +0 -1
- package/dist/loop/core-loop-phases-b.js +0 -458
- package/dist/loop/core-loop-phases-b.js.map +0 -1
- package/dist/loop/core-loop-phases-c.d.ts +0 -27
- package/dist/loop/core-loop-phases-c.d.ts.map +0 -1
- package/dist/loop/core-loop-phases-c.js +0 -72
- package/dist/loop/core-loop-phases-c.js.map +0 -1
- package/dist/loop/core-loop-phases.d.ts +0 -57
- package/dist/loop/core-loop-phases.d.ts.map +0 -1
- package/dist/loop/core-loop-phases.js +0 -290
- package/dist/loop/core-loop-phases.js.map +0 -1
- package/dist/loop/core-loop-types.d.ts +0 -277
- package/dist/loop/core-loop-types.d.ts.map +0 -1
- package/dist/loop/core-loop-types.js +0 -64
- package/dist/loop/core-loop-types.js.map +0 -1
- package/dist/loop/core-loop.d.ts +0 -54
- package/dist/loop/core-loop.d.ts.map +0 -1
- package/dist/loop/core-loop.js +0 -353
- package/dist/loop/core-loop.js.map +0 -1
- package/dist/loop/iteration-budget.d.ts +0 -39
- package/dist/loop/iteration-budget.d.ts.map +0 -1
- package/dist/loop/iteration-budget.js +0 -57
- package/dist/loop/iteration-budget.js.map +0 -1
- package/dist/loop/loop-report-helper.d.ts +0 -14
- package/dist/loop/loop-report-helper.d.ts.map +0 -1
- package/dist/loop/loop-report-helper.js +0 -57
- package/dist/loop/loop-report-helper.js.map +0 -1
- package/dist/loop/parallel-dispatch.d.ts +0 -16
- package/dist/loop/parallel-dispatch.d.ts.map +0 -1
- package/dist/loop/parallel-dispatch.js +0 -103
- package/dist/loop/parallel-dispatch.js.map +0 -1
- package/dist/loop/post-loop-hooks.d.ts +0 -27
- package/dist/loop/post-loop-hooks.d.ts.map +0 -1
- package/dist/loop/post-loop-hooks.js +0 -99
- package/dist/loop/post-loop-hooks.js.map +0 -1
- package/dist/loop/state-diff.d.ts +0 -41
- package/dist/loop/state-diff.d.ts.map +0 -1
- package/dist/loop/state-diff.js +0 -86
- package/dist/loop/state-diff.js.map +0 -1
- package/dist/loop/tree-loop-runner.d.ts +0 -24
- package/dist/loop/tree-loop-runner.d.ts.map +0 -1
- package/dist/loop/tree-loop-runner.js +0 -169
- package/dist/loop/tree-loop-runner.js.map +0 -1
- package/dist/mcp-server/__tests__/mcp-server.test.d.ts +0 -2
- package/dist/mcp-server/__tests__/mcp-server.test.d.ts.map +0 -1
- package/dist/mcp-server/__tests__/mcp-server.test.js +0 -180
- package/dist/mcp-server/__tests__/mcp-server.test.js.map +0 -1
- package/dist/mcp-server/index.d.ts +0 -4
- package/dist/mcp-server/index.d.ts.map +0 -1
- package/dist/mcp-server/index.js +0 -66
- package/dist/mcp-server/index.js.map +0 -1
- package/dist/mcp-server/tools.d.ts +0 -35
- package/dist/mcp-server/tools.d.ts.map +0 -1
- package/dist/mcp-server/tools.js +0 -160
- package/dist/mcp-server/tools.js.map +0 -1
- package/dist/observation/__tests__/capability-dependency.test.d.ts +0 -2
- package/dist/observation/__tests__/capability-dependency.test.d.ts.map +0 -1
- package/dist/observation/__tests__/capability-dependency.test.js +0 -195
- package/dist/observation/__tests__/capability-dependency.test.js.map +0 -1
- package/dist/observation/__tests__/capability-detector-detect.test.d.ts +0 -2
- package/dist/observation/__tests__/capability-detector-detect.test.d.ts.map +0 -1
- package/dist/observation/__tests__/capability-detector-detect.test.js +0 -357
- package/dist/observation/__tests__/capability-detector-detect.test.js.map +0 -1
- package/dist/observation/__tests__/capability-detector-escalate.test.d.ts +0 -2
- package/dist/observation/__tests__/capability-detector-escalate.test.d.ts.map +0 -1
- package/dist/observation/__tests__/capability-detector-escalate.test.js +0 -283
- package/dist/observation/__tests__/capability-detector-escalate.test.js.map +0 -1
- package/dist/observation/__tests__/capability-detector-goal.test.d.ts +0 -2
- package/dist/observation/__tests__/capability-detector-goal.test.d.ts.map +0 -1
- package/dist/observation/__tests__/capability-detector-goal.test.js +0 -288
- package/dist/observation/__tests__/capability-detector-goal.test.js.map +0 -1
- package/dist/observation/__tests__/capability-detector-verify.test.d.ts +0 -2
- package/dist/observation/__tests__/capability-detector-verify.test.d.ts.map +0 -1
- package/dist/observation/__tests__/capability-detector-verify.test.js +0 -311
- package/dist/observation/__tests__/capability-detector-verify.test.js.map +0 -1
- package/dist/observation/__tests__/context-provider.test.d.ts +0 -2
- package/dist/observation/__tests__/context-provider.test.d.ts.map +0 -1
- package/dist/observation/__tests__/context-provider.test.js +0 -318
- package/dist/observation/__tests__/context-provider.test.js.map +0 -1
- package/dist/observation/__tests__/data-source-adapter.test.d.ts +0 -2
- package/dist/observation/__tests__/data-source-adapter.test.d.ts.map +0 -1
- package/dist/observation/__tests__/data-source-adapter.test.js +0 -382
- package/dist/observation/__tests__/data-source-adapter.test.js.map +0 -1
- package/dist/observation/__tests__/data-source-hotplug.test.d.ts +0 -2
- package/dist/observation/__tests__/data-source-hotplug.test.d.ts.map +0 -1
- package/dist/observation/__tests__/data-source-hotplug.test.js +0 -160
- package/dist/observation/__tests__/data-source-hotplug.test.js.map +0 -1
- package/dist/observation/__tests__/observation-crossvalidation-override.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-crossvalidation-override.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-crossvalidation-override.test.js +0 -339
- package/dist/observation/__tests__/observation-crossvalidation-override.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine-context.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine-context.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine-context.test.js +0 -258
- package/dist/observation/__tests__/observation-engine-context.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine-crossvalidation.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine-crossvalidation.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine-crossvalidation.test.js +0 -222
- package/dist/observation/__tests__/observation-engine-crossvalidation.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine-dedup.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine-dedup.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine-dedup.test.js +0 -88
- package/dist/observation/__tests__/observation-engine-dedup.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine-llm.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine-llm.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine-llm.test.js +0 -474
- package/dist/observation/__tests__/observation-engine-llm.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine-prompt.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine-prompt.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine-prompt.test.js +0 -211
- package/dist/observation/__tests__/observation-engine-prompt.test.js.map +0 -1
- package/dist/observation/__tests__/observation-engine.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-engine.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-engine.test.js +0 -806
- package/dist/observation/__tests__/observation-engine.test.js.map +0 -1
- package/dist/observation/__tests__/observation-llm-guard.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-llm-guard.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-llm-guard.test.js +0 -353
- package/dist/observation/__tests__/observation-llm-guard.test.js.map +0 -1
- package/dist/observation/__tests__/observation-llm.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-llm.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-llm.test.js +0 -29
- package/dist/observation/__tests__/observation-llm.test.js.map +0 -1
- package/dist/observation/__tests__/observation-score-clamp.test.d.ts +0 -2
- package/dist/observation/__tests__/observation-score-clamp.test.d.ts.map +0 -1
- package/dist/observation/__tests__/observation-score-clamp.test.js +0 -165
- package/dist/observation/__tests__/observation-score-clamp.test.js.map +0 -1
- package/dist/observation/__tests__/shell-datasource-auto.test.d.ts +0 -2
- package/dist/observation/__tests__/shell-datasource-auto.test.d.ts.map +0 -1
- package/dist/observation/__tests__/shell-datasource-auto.test.js +0 -217
- package/dist/observation/__tests__/shell-datasource-auto.test.js.map +0 -1
- package/dist/observation/__tests__/workspace-context.test.d.ts +0 -2
- package/dist/observation/__tests__/workspace-context.test.d.ts.map +0 -1
- package/dist/observation/__tests__/workspace-context.test.js +0 -291
- package/dist/observation/__tests__/workspace-context.test.js.map +0 -1
- package/dist/observation/capability-dependencies.d.ts +0 -45
- package/dist/observation/capability-dependencies.d.ts.map +0 -1
- package/dist/observation/capability-dependencies.js +0 -208
- package/dist/observation/capability-dependencies.js.map +0 -1
- package/dist/observation/capability-detector.d.ts +0 -72
- package/dist/observation/capability-detector.d.ts.map +0 -1
- package/dist/observation/capability-detector.js +0 -373
- package/dist/observation/capability-detector.js.map +0 -1
- package/dist/observation/capability-registry.d.ts +0 -48
- package/dist/observation/capability-registry.d.ts.map +0 -1
- package/dist/observation/capability-registry.js +0 -135
- package/dist/observation/capability-registry.js.map +0 -1
- package/dist/observation/context-provider.d.ts +0 -54
- package/dist/observation/context-provider.d.ts.map +0 -1
- package/dist/observation/context-provider.js +0 -312
- package/dist/observation/context-provider.js.map +0 -1
- package/dist/observation/data-source-adapter.d.ts +0 -42
- package/dist/observation/data-source-adapter.d.ts.map +0 -1
- package/dist/observation/data-source-adapter.js +0 -227
- package/dist/observation/data-source-adapter.js.map +0 -1
- package/dist/observation/dimension-pre-checker.d.ts +0 -24
- package/dist/observation/dimension-pre-checker.d.ts.map +0 -1
- package/dist/observation/dimension-pre-checker.js +0 -104
- package/dist/observation/dimension-pre-checker.js.map +0 -1
- package/dist/observation/observation-apply.d.ts +0 -18
- package/dist/observation/observation-apply.d.ts.map +0 -1
- package/dist/observation/observation-apply.js +0 -184
- package/dist/observation/observation-apply.js.map +0 -1
- package/dist/observation/observation-datasource.d.ts +0 -21
- package/dist/observation/observation-datasource.d.ts.map +0 -1
- package/dist/observation/observation-datasource.js +0 -103
- package/dist/observation/observation-datasource.js.map +0 -1
- package/dist/observation/observation-engine.d.ts +0 -160
- package/dist/observation/observation-engine.d.ts.map +0 -1
- package/dist/observation/observation-engine.js +0 -490
- package/dist/observation/observation-engine.js.map +0 -1
- package/dist/observation/observation-helpers.d.ts +0 -114
- package/dist/observation/observation-helpers.d.ts.map +0 -1
- package/dist/observation/observation-helpers.js +0 -173
- package/dist/observation/observation-helpers.js.map +0 -1
- package/dist/observation/observation-llm.d.ts +0 -63
- package/dist/observation/observation-llm.d.ts.map +0 -1
- package/dist/observation/observation-llm.js +0 -407
- package/dist/observation/observation-llm.js.map +0 -1
- package/dist/observation/observation-task.d.ts +0 -29
- package/dist/observation/observation-task.d.ts.map +0 -1
- package/dist/observation/observation-task.js +0 -51
- package/dist/observation/observation-task.js.map +0 -1
- package/dist/observation/types/capability.d.ts +0 -292
- package/dist/observation/types/capability.d.ts.map +0 -1
- package/dist/observation/types/capability.js +0 -53
- package/dist/observation/types/capability.js.map +0 -1
- package/dist/observation/types/data-source.d.ts +0 -311
- package/dist/observation/types/data-source.d.ts.map +0 -1
- package/dist/observation/types/data-source.js +0 -53
- package/dist/observation/types/data-source.js.map +0 -1
- package/dist/observation/workspace-context.d.ts +0 -8
- package/dist/observation/workspace-context.d.ts.map +0 -1
- package/dist/observation/workspace-context.js +0 -308
- package/dist/observation/workspace-context.js.map +0 -1
- package/dist/orchestrator/__tests__/goal-loop-guard.test.d.ts +0 -2
- package/dist/orchestrator/__tests__/goal-loop-guard.test.d.ts.map +0 -1
- package/dist/orchestrator/__tests__/goal-loop-guard.test.js +0 -48
- package/dist/orchestrator/__tests__/goal-loop-guard.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/adapter-layer.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/adapter-layer.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/adapter-layer.test.js +0 -88
- package/dist/orchestrator/execution/__tests__/adapter-layer.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.js +0 -304
- package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.d.ts +0 -11
- package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.js +0 -260
- package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/context-budget.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/context-budget.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/context-budget.test.js +0 -218
- package/dist/orchestrator/execution/__tests__/context-budget.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.js +0 -187
- package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/failure-context-injection.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/failure-context-injection.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/failure-context-injection.test.js +0 -227
- package/dist/orchestrator/execution/__tests__/failure-context-injection.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/impact-analyzer.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/impact-analyzer.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/impact-analyzer.test.js +0 -117
- package/dist/orchestrator/execution/__tests__/impact-analyzer.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.js +0 -151
- package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/parallel-executor.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/parallel-executor.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/parallel-executor.test.js +0 -313
- package/dist/orchestrator/execution/__tests__/parallel-executor.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/pipeline-executor.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/pipeline-executor.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/pipeline-executor.test.js +0 -322
- package/dist/orchestrator/execution/__tests__/pipeline-executor.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/reflection-generator.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/reflection-generator.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/reflection-generator.test.js +0 -422
- package/dist/orchestrator/execution/__tests__/reflection-generator.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/result-reconciler.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/result-reconciler.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/result-reconciler.test.js +0 -112
- package/dist/orchestrator/execution/__tests__/result-reconciler.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.js +0 -381
- package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/session-manager.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/session-manager.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/session-manager.test.js +0 -653
- package/dist/orchestrator/execution/__tests__/session-manager.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-generation-group.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-generation-group.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-generation-group.test.js +0 -157
- package/dist/orchestrator/execution/__tests__/task-generation-group.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.js +0 -685
- package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.js +0 -325
- package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.js +0 -732
- package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.js +0 -441
- package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.js +0 -457
- package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.js +0 -325
- package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.js +0 -683
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.js +0 -526
- package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-lifecycle.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-lifecycle.test.js +0 -503
- package/dist/orchestrator/execution/__tests__/task-lifecycle.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.js +0 -148
- package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.js +0 -735
- package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-verifier.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/task-verifier.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/task-verifier.test.js +0 -113
- package/dist/orchestrator/execution/__tests__/task-verifier.test.js.map +0 -1
- package/dist/orchestrator/execution/__tests__/toolset-lock.test.d.ts +0 -2
- package/dist/orchestrator/execution/__tests__/toolset-lock.test.d.ts.map +0 -1
- package/dist/orchestrator/execution/__tests__/toolset-lock.test.js +0 -204
- package/dist/orchestrator/execution/__tests__/toolset-lock.test.js.map +0 -1
- package/dist/orchestrator/execution/adapter-layer 2.d.ts +0 -100
- package/dist/orchestrator/execution/adapter-layer 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/adapter-layer 2.js +0 -123
- package/dist/orchestrator/execution/adapter-layer 2.js.map +0 -1
- package/dist/orchestrator/execution/checkpoint-manager 2.d.ts +0 -49
- package/dist/orchestrator/execution/checkpoint-manager 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/checkpoint-manager 2.js +0 -143
- package/dist/orchestrator/execution/checkpoint-manager 2.js.map +0 -1
- package/dist/orchestrator/execution/impact-analyzer 2.d.ts +0 -24
- package/dist/orchestrator/execution/impact-analyzer 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/impact-analyzer 2.js +0 -88
- package/dist/orchestrator/execution/impact-analyzer 2.js.map +0 -1
- package/dist/orchestrator/execution/parallel-executor 2.d.ts +0 -38
- package/dist/orchestrator/execution/parallel-executor 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/parallel-executor 2.js +0 -172
- package/dist/orchestrator/execution/parallel-executor 2.js.map +0 -1
- package/dist/orchestrator/execution/pipeline-executor 2.d.ts +0 -54
- package/dist/orchestrator/execution/pipeline-executor 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/pipeline-executor 2.js +0 -250
- package/dist/orchestrator/execution/pipeline-executor 2.js.map +0 -1
- package/dist/orchestrator/execution/reflection-generator 2.d.ts +0 -24
- package/dist/orchestrator/execution/reflection-generator 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/reflection-generator 2.js +0 -143
- package/dist/orchestrator/execution/reflection-generator 2.js.map +0 -1
- package/dist/orchestrator/execution/result-reconciler 2.d.ts +0 -23
- package/dist/orchestrator/execution/result-reconciler 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/result-reconciler 2.js +0 -109
- package/dist/orchestrator/execution/result-reconciler 2.js.map +0 -1
- package/dist/orchestrator/execution/session-manager 2.d.ts +0 -153
- package/dist/orchestrator/execution/session-manager 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/session-manager 2.js +0 -393
- package/dist/orchestrator/execution/session-manager 2.js.map +0 -1
- package/dist/orchestrator/execution/toolset-lock 2.d.ts +0 -27
- package/dist/orchestrator/execution/toolset-lock 2.d.ts.map +0 -1
- package/dist/orchestrator/execution/toolset-lock 2.js +0 -49
- package/dist/orchestrator/execution/toolset-lock 2.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.d.ts +0 -8
- package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.js +0 -237
- package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.js +0 -352
- package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.js +0 -650
- package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.js +0 -370
- package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.js +0 -876
- package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.js +0 -411
- package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.js +0 -258
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.js +0 -280
- package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.js +0 -291
- package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-refiner.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-refiner.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-refiner.test.js +0 -509
- package/dist/orchestrator/goal/__tests__/goal-refiner.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.d.ts +0 -10
- package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.js +0 -63
- package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.js +0 -391
- package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.js +0 -828
- package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.js +0 -150
- package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/goalNegotiator.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/goalNegotiator.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/goalNegotiator.test.js +0 -418
- package/dist/orchestrator/goal/__tests__/goalNegotiator.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/negotiate-context.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/negotiate-context.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/negotiate-context.test.js +0 -192
- package/dist/orchestrator/goal/__tests__/negotiate-context.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/refine.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/refine.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/refine.test.js +0 -354
- package/dist/orchestrator/goal/__tests__/refine.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/refiner-prompts.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/refiner-prompts.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/refiner-prompts.test.js +0 -92
- package/dist/orchestrator/goal/__tests__/refiner-prompts.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/state-aggregator.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/state-aggregator.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/state-aggregator.test.js +0 -840
- package/dist/orchestrator/goal/__tests__/state-aggregator.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.js +0 -219
- package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.js.map +0 -1
- package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.d.ts +0 -2
- package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.d.ts.map +0 -1
- package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.js +0 -1078
- package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.js.map +0 -1
- package/dist/orchestrator/goal/goal-decomposer 2.d.ts +0 -30
- package/dist/orchestrator/goal/goal-decomposer 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-decomposer 2.js +0 -167
- package/dist/orchestrator/goal/goal-decomposer 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-dependency-graph 2.d.ts +0 -124
- package/dist/orchestrator/goal/goal-dependency-graph 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-dependency-graph 2.js +0 -325
- package/dist/orchestrator/goal/goal-dependency-graph 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-negotiator 2.d.ts +0 -72
- package/dist/orchestrator/goal/goal-negotiator 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-negotiator 2.js +0 -299
- package/dist/orchestrator/goal/goal-negotiator 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-refiner 2.d.ts +0 -48
- package/dist/orchestrator/goal/goal-refiner 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-refiner 2.js +0 -299
- package/dist/orchestrator/goal/goal-refiner 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-suggest 2.d.ts +0 -93
- package/dist/orchestrator/goal/goal-suggest 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-suggest 2.js +0 -254
- package/dist/orchestrator/goal/goal-suggest 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-tree-manager 2.d.ts +0 -72
- package/dist/orchestrator/goal/goal-tree-manager 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-tree-manager 2.js +0 -572
- package/dist/orchestrator/goal/goal-tree-manager 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-tree-pruner 2.d.ts +0 -25
- package/dist/orchestrator/goal/goal-tree-pruner 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-tree-pruner 2.js +0 -93
- package/dist/orchestrator/goal/goal-tree-pruner 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-tree-quality 2.d.ts +0 -22
- package/dist/orchestrator/goal/goal-tree-quality 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-tree-quality 2.js +0 -183
- package/dist/orchestrator/goal/goal-tree-quality 2.js.map +0 -1
- package/dist/orchestrator/goal/goal-validation 2.d.ts +0 -20
- package/dist/orchestrator/goal/goal-validation 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/goal-validation 2.js +0 -93
- package/dist/orchestrator/goal/goal-validation 2.js.map +0 -1
- package/dist/orchestrator/goal/milestone-evaluator 2.d.ts +0 -33
- package/dist/orchestrator/goal/milestone-evaluator 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/milestone-evaluator 2.js +0 -130
- package/dist/orchestrator/goal/milestone-evaluator 2.js.map +0 -1
- package/dist/orchestrator/goal/negotiator-context 2.d.ts +0 -13
- package/dist/orchestrator/goal/negotiator-context 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/negotiator-context 2.js +0 -119
- package/dist/orchestrator/goal/negotiator-context 2.js.map +0 -1
- package/dist/orchestrator/goal/negotiator-prompts 2.d.ts +0 -31
- package/dist/orchestrator/goal/negotiator-prompts 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/negotiator-prompts 2.js +0 -65
- package/dist/orchestrator/goal/negotiator-prompts 2.js.map +0 -1
- package/dist/orchestrator/goal/negotiator-steps 2.d.ts +0 -59
- package/dist/orchestrator/goal/negotiator-steps 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/negotiator-steps 2.js +0 -269
- package/dist/orchestrator/goal/negotiator-steps 2.js.map +0 -1
- package/dist/orchestrator/goal/refiner-prompts 2.d.ts +0 -10
- package/dist/orchestrator/goal/refiner-prompts 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/refiner-prompts 2.js +0 -59
- package/dist/orchestrator/goal/refiner-prompts 2.js.map +0 -1
- package/dist/orchestrator/goal/state-aggregator 2.d.ts +0 -89
- package/dist/orchestrator/goal/state-aggregator 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/state-aggregator 2.js +0 -331
- package/dist/orchestrator/goal/state-aggregator 2.js.map +0 -1
- package/dist/orchestrator/goal/subgoal-curriculum 2.d.ts +0 -30
- package/dist/orchestrator/goal/subgoal-curriculum 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/subgoal-curriculum 2.js +0 -53
- package/dist/orchestrator/goal/subgoal-curriculum 2.js.map +0 -1
- package/dist/orchestrator/goal/tree-loop-orchestrator 2.d.ts +0 -100
- package/dist/orchestrator/goal/tree-loop-orchestrator 2.d.ts.map +0 -1
- package/dist/orchestrator/goal/tree-loop-orchestrator 2.js +0 -269
- package/dist/orchestrator/goal/tree-loop-orchestrator 2.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.js +0 -324
- package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-capability.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-capability.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-capability.test.js +0 -362
- package/dist/orchestrator/loop/__tests__/core-loop-capability.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.js +0 -323
- package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.js +0 -349
- package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-flow.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-flow.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-flow.test.js +0 -676
- package/dist/orchestrator/loop/__tests__/core-loop-flow.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-integration.test.d.ts +0 -11
- package/dist/orchestrator/loop/__tests__/core-loop-integration.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-integration.test.js +0 -295
- package/dist/orchestrator/loop/__tests__/core-loop-integration.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.js +0 -658
- package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.js +0 -484
- package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.d.ts +0 -11
- package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.js +0 -325
- package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.js +0 -360
- package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.js +0 -589
- package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.d.ts +0 -15
- package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.js +0 -399
- package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-tree.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop-tree.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop-tree.test.js +0 -626
- package/dist/orchestrator/loop/__tests__/core-loop-tree.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/core-loop.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/core-loop.test.js +0 -550
- package/dist/orchestrator/loop/__tests__/core-loop.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/iteration-budget.test.d.ts +0 -2
- package/dist/orchestrator/loop/__tests__/iteration-budget.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/iteration-budget.test.js +0 -423
- package/dist/orchestrator/loop/__tests__/iteration-budget.test.js.map +0 -1
- package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.d.ts +0 -11
- package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.d.ts.map +0 -1
- package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.js +0 -315
- package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-capability.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-capability.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-capability.js +0 -2
- package/dist/orchestrator/loop/core-loop-capability.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-learning.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-learning.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-learning.js +0 -2
- package/dist/orchestrator/loop/core-loop-learning.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases-b.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-phases-b.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases-b.js +0 -2
- package/dist/orchestrator/loop/core-loop-phases-b.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases-c.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-phases-c.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases-c.js +0 -2
- package/dist/orchestrator/loop/core-loop-phases-c.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-phases.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-phases.js +0 -2
- package/dist/orchestrator/loop/core-loop-phases.js.map +0 -1
- package/dist/orchestrator/loop/core-loop-types.d.ts +0 -2
- package/dist/orchestrator/loop/core-loop-types.d.ts.map +0 -1
- package/dist/orchestrator/loop/core-loop-types.js +0 -2
- package/dist/orchestrator/loop/core-loop-types.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.js +0 -472
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.js +0 -636
- package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.js +0 -730
- package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.js +0 -164
- package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.js +0 -53
- package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.js +0 -342
- package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.js +0 -602
- package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.js +0 -357
- package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.js +0 -310
- package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.js.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.d.ts +0 -2
- package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.d.ts.map +0 -1
- package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.js +0 -402
- package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.js.map +0 -1
- package/dist/platform/drive/__tests__/drive-scorer.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/drive-scorer.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/drive-scorer.test.js +0 -507
- package/dist/platform/drive/__tests__/drive-scorer.test.js.map +0 -1
- package/dist/platform/drive/__tests__/drive-system.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/drive-system.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/drive-system.test.js +0 -456
- package/dist/platform/drive/__tests__/drive-system.test.js.map +0 -1
- package/dist/platform/drive/__tests__/example.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/example.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/example.test.js +0 -314
- package/dist/platform/drive/__tests__/example.test.js.map +0 -1
- package/dist/platform/drive/__tests__/gap-calculator.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/gap-calculator.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/gap-calculator.test.js +0 -619
- package/dist/platform/drive/__tests__/gap-calculator.test.js.map +0 -1
- package/dist/platform/drive/__tests__/progress-predictor.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/progress-predictor.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/progress-predictor.test.js +0 -142
- package/dist/platform/drive/__tests__/progress-predictor.test.js.map +0 -1
- package/dist/platform/drive/__tests__/reward-log.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/reward-log.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/reward-log.test.js +0 -177
- package/dist/platform/drive/__tests__/reward-log.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.js +0 -159
- package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.js +0 -261
- package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.js +0 -207
- package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.js +0 -359
- package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.js +0 -461
- package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.js +0 -337
- package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.js +0 -109
- package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.js.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.js +0 -221
- package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.js.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector-analysis.test.d.ts +0 -12
- package/dist/platform/drive/__tests__/stall-detector-analysis.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector-analysis.test.js +0 -139
- package/dist/platform/drive/__tests__/stall-detector-analysis.test.js.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector-repetitive.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/stall-detector-repetitive.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector-repetitive.test.js +0 -84
- package/dist/platform/drive/__tests__/stall-detector-repetitive.test.js.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector.test.d.ts +0 -2
- package/dist/platform/drive/__tests__/stall-detector.test.d.ts.map +0 -1
- package/dist/platform/drive/__tests__/stall-detector.test.js +0 -903
- package/dist/platform/drive/__tests__/stall-detector.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/decision-record.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/decision-record.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/decision-record.test.js +0 -141
- package/dist/platform/knowledge/__tests__/decision-record.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/drive-score-adapter.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/drive-score-adapter.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/drive-score-adapter.test.js +0 -110
- package/dist/platform/knowledge/__tests__/drive-score-adapter.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/embedding-client.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/embedding-client.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/embedding-client.test.js +0 -77
- package/dist/platform/knowledge/__tests__/embedding-client.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.js +0 -352
- package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-graph.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-graph.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-graph.test.js +0 -330
- package/dist/platform/knowledge/__tests__/knowledge-graph.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.js +0 -344
- package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-manager.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-manager.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-manager.test.js +0 -564
- package/dist/platform/knowledge/__tests__/knowledge-manager.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.js +0 -291
- package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.js +0 -293
- package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.js +0 -315
- package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.js +0 -593
- package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.js +0 -402
- package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-cross-goal.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-cross-goal.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-cross-goal.test.js +0 -377
- package/dist/platform/knowledge/__tests__/learning-cross-goal.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.js +0 -622
- package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.js +0 -425
- package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.js +0 -928
- package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.js +0 -430
- package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.js +0 -411
- package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/m16-integration.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/m16-integration.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/m16-integration.test.js +0 -332
- package/dist/platform/knowledge/__tests__/m16-integration.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.js +0 -562
- package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-lifecycle.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/memory-lifecycle.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-lifecycle.test.js +0 -432
- package/dist/platform/knowledge/__tests__/memory-lifecycle.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-selection.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/memory-selection.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-selection.test.js +0 -423
- package/dist/platform/knowledge/__tests__/memory-selection.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-tier.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/memory-tier.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/memory-tier.test.js +0 -413
- package/dist/platform/knowledge/__tests__/memory-tier.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/transfer-trust.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/transfer-trust.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/transfer-trust.test.js +0 -137
- package/dist/platform/knowledge/__tests__/transfer-trust.test.js.map +0 -1
- package/dist/platform/knowledge/__tests__/vector-index.test.d.ts +0 -2
- package/dist/platform/knowledge/__tests__/vector-index.test.d.ts.map +0 -1
- package/dist/platform/knowledge/__tests__/vector-index.test.js +0 -152
- package/dist/platform/knowledge/__tests__/vector-index.test.js.map +0 -1
- package/dist/platform/observation/__tests__/capability-dependency.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/capability-dependency.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/capability-dependency.test.js +0 -195
- package/dist/platform/observation/__tests__/capability-dependency.test.js.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-detect.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/capability-detector-detect.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-detect.test.js +0 -357
- package/dist/platform/observation/__tests__/capability-detector-detect.test.js.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-escalate.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/capability-detector-escalate.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-escalate.test.js +0 -283
- package/dist/platform/observation/__tests__/capability-detector-escalate.test.js.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-goal.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/capability-detector-goal.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-goal.test.js +0 -288
- package/dist/platform/observation/__tests__/capability-detector-goal.test.js.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-verify.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/capability-detector-verify.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/capability-detector-verify.test.js +0 -311
- package/dist/platform/observation/__tests__/capability-detector-verify.test.js.map +0 -1
- package/dist/platform/observation/__tests__/context-provider.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/context-provider.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/context-provider.test.js +0 -318
- package/dist/platform/observation/__tests__/context-provider.test.js.map +0 -1
- package/dist/platform/observation/__tests__/data-source-adapter.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/data-source-adapter.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/data-source-adapter.test.js +0 -382
- package/dist/platform/observation/__tests__/data-source-adapter.test.js.map +0 -1
- package/dist/platform/observation/__tests__/data-source-hotplug.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/data-source-hotplug.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/data-source-hotplug.test.js +0 -160
- package/dist/platform/observation/__tests__/data-source-hotplug.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.js +0 -339
- package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-context.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine-context.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-context.test.js +0 -258
- package/dist/platform/observation/__tests__/observation-engine-context.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.js +0 -222
- package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-dedup.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine-dedup.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-dedup.test.js +0 -88
- package/dist/platform/observation/__tests__/observation-engine-dedup.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-llm.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine-llm.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-llm.test.js +0 -474
- package/dist/platform/observation/__tests__/observation-engine-llm.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-prompt.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine-prompt.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine-prompt.test.js +0 -211
- package/dist/platform/observation/__tests__/observation-engine-prompt.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-engine.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-engine.test.js +0 -806
- package/dist/platform/observation/__tests__/observation-engine.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-llm-guard.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-llm-guard.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-llm-guard.test.js +0 -353
- package/dist/platform/observation/__tests__/observation-llm-guard.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-llm.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-llm.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-llm.test.js +0 -29
- package/dist/platform/observation/__tests__/observation-llm.test.js.map +0 -1
- package/dist/platform/observation/__tests__/observation-score-clamp.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/observation-score-clamp.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/observation-score-clamp.test.js +0 -165
- package/dist/platform/observation/__tests__/observation-score-clamp.test.js.map +0 -1
- package/dist/platform/observation/__tests__/shell-datasource-auto.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/shell-datasource-auto.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/shell-datasource-auto.test.js +0 -217
- package/dist/platform/observation/__tests__/shell-datasource-auto.test.js.map +0 -1
- package/dist/platform/observation/__tests__/workspace-context.test.d.ts +0 -2
- package/dist/platform/observation/__tests__/workspace-context.test.d.ts.map +0 -1
- package/dist/platform/observation/__tests__/workspace-context.test.js +0 -291
- package/dist/platform/observation/__tests__/workspace-context.test.js.map +0 -1
- package/dist/platform/traits/__tests__/character-config.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/character-config.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/character-config.test.js +0 -300
- package/dist/platform/traits/__tests__/character-config.test.js.map +0 -1
- package/dist/platform/traits/__tests__/character-separation.test.d.ts +0 -10
- package/dist/platform/traits/__tests__/character-separation.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/character-separation.test.js +0 -357
- package/dist/platform/traits/__tests__/character-separation.test.js.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-budget.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/curiosity-engine-budget.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-budget.test.js +0 -465
- package/dist/platform/traits/__tests__/curiosity-engine-budget.test.js.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.js +0 -592
- package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.js.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.js +0 -399
- package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.js.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.js +0 -438
- package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.js.map +0 -1
- package/dist/platform/traits/__tests__/ethics-gate-core.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/ethics-gate-core.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/ethics-gate-core.test.js +0 -335
- package/dist/platform/traits/__tests__/ethics-gate-core.test.js.map +0 -1
- package/dist/platform/traits/__tests__/ethics-gate-layer1.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/ethics-gate-layer1.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/ethics-gate-layer1.test.js +0 -660
- package/dist/platform/traits/__tests__/ethics-gate-layer1.test.js.map +0 -1
- package/dist/platform/traits/__tests__/guardrail-integration.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/guardrail-integration.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/guardrail-integration.test.js +0 -230
- package/dist/platform/traits/__tests__/guardrail-integration.test.js.map +0 -1
- package/dist/platform/traits/__tests__/guardrail-runner.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/guardrail-runner.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/guardrail-runner.test.js +0 -295
- package/dist/platform/traits/__tests__/guardrail-runner.test.js.map +0 -1
- package/dist/platform/traits/__tests__/trust-manager.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/trust-manager.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/trust-manager.test.js +0 -437
- package/dist/platform/traits/__tests__/trust-manager.test.js.map +0 -1
- package/dist/platform/traits/__tests__/trust-rate-limit.test.d.ts +0 -2
- package/dist/platform/traits/__tests__/trust-rate-limit.test.d.ts.map +0 -1
- package/dist/platform/traits/__tests__/trust-rate-limit.test.js +0 -99
- package/dist/platform/traits/__tests__/trust-rate-limit.test.js.map +0 -1
- package/dist/prompt/__tests__/context-assembler.test.d.ts +0 -2
- package/dist/prompt/__tests__/context-assembler.test.d.ts.map +0 -1
- package/dist/prompt/__tests__/context-assembler.test.js +0 -383
- package/dist/prompt/__tests__/context-assembler.test.js.map +0 -1
- package/dist/prompt/__tests__/formatters.test.d.ts +0 -2
- package/dist/prompt/__tests__/formatters.test.d.ts.map +0 -1
- package/dist/prompt/__tests__/formatters.test.js +0 -236
- package/dist/prompt/__tests__/formatters.test.js.map +0 -1
- package/dist/prompt/__tests__/gateway-integration.test.d.ts +0 -7
- package/dist/prompt/__tests__/gateway-integration.test.d.ts.map +0 -1
- package/dist/prompt/__tests__/gateway-integration.test.js +0 -229
- package/dist/prompt/__tests__/gateway-integration.test.js.map +0 -1
- package/dist/prompt/__tests__/gateway.test.d.ts +0 -2
- package/dist/prompt/__tests__/gateway.test.d.ts.map +0 -1
- package/dist/prompt/__tests__/gateway.test.js +0 -179
- package/dist/prompt/__tests__/gateway.test.js.map +0 -1
- package/dist/prompt/__tests__/slot-definitions.test.d.ts +0 -2
- package/dist/prompt/__tests__/slot-definitions.test.d.ts.map +0 -1
- package/dist/prompt/__tests__/slot-definitions.test.js +0 -171
- package/dist/prompt/__tests__/slot-definitions.test.js.map +0 -1
- package/dist/reflection/__tests__/dream-consolidation.test.d.ts +0 -2
- package/dist/reflection/__tests__/dream-consolidation.test.d.ts.map +0 -1
- package/dist/reflection/__tests__/dream-consolidation.test.js +0 -127
- package/dist/reflection/__tests__/dream-consolidation.test.js.map +0 -1
- package/dist/reflection/__tests__/evening-catchup.test.d.ts +0 -2
- package/dist/reflection/__tests__/evening-catchup.test.d.ts.map +0 -1
- package/dist/reflection/__tests__/evening-catchup.test.js +0 -148
- package/dist/reflection/__tests__/evening-catchup.test.js.map +0 -1
- package/dist/reflection/__tests__/morning-planning.test.d.ts +0 -2
- package/dist/reflection/__tests__/morning-planning.test.d.ts.map +0 -1
- package/dist/reflection/__tests__/morning-planning.test.js +0 -150
- package/dist/reflection/__tests__/morning-planning.test.js.map +0 -1
- package/dist/reflection/__tests__/weekly-review.test.d.ts +0 -2
- package/dist/reflection/__tests__/weekly-review.test.d.ts.map +0 -1
- package/dist/reflection/__tests__/weekly-review.test.js +0 -175
- package/dist/reflection/__tests__/weekly-review.test.js.map +0 -1
- package/dist/reporting/__tests__/reporting-engine.test.d.ts +0 -2
- package/dist/reporting/__tests__/reporting-engine.test.d.ts.map +0 -1
- package/dist/reporting/__tests__/reporting-engine.test.js +0 -760
- package/dist/reporting/__tests__/reporting-engine.test.js.map +0 -1
- package/dist/reporting/report-formatters 2.d.ts +0 -12
- package/dist/reporting/report-formatters 2.d.ts.map +0 -1
- package/dist/reporting/report-formatters 2.js +0 -166
- package/dist/reporting/report-formatters 2.js.map +0 -1
- package/dist/runtime/__tests__/cron-scheduler.test.d.ts +0 -2
- package/dist/runtime/__tests__/cron-scheduler.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/cron-scheduler.test.js +0 -284
- package/dist/runtime/__tests__/cron-scheduler.test.js.map +0 -1
- package/dist/runtime/__tests__/daemon-runner-shutdown.test.d.ts +0 -2
- package/dist/runtime/__tests__/daemon-runner-shutdown.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/daemon-runner-shutdown.test.js +0 -419
- package/dist/runtime/__tests__/daemon-runner-shutdown.test.js.map +0 -1
- package/dist/runtime/__tests__/daemon-runner.test.d.ts +0 -2
- package/dist/runtime/__tests__/daemon-runner.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/daemon-runner.test.js +0 -1194
- package/dist/runtime/__tests__/daemon-runner.test.js.map +0 -1
- package/dist/runtime/__tests__/event-file-watcher.test.d.ts +0 -12
- package/dist/runtime/__tests__/event-file-watcher.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/event-file-watcher.test.js +0 -251
- package/dist/runtime/__tests__/event-file-watcher.test.js.map +0 -1
- package/dist/runtime/__tests__/event-server.test.d.ts +0 -2
- package/dist/runtime/__tests__/event-server.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/event-server.test.js +0 -282
- package/dist/runtime/__tests__/event-server.test.js.map +0 -1
- package/dist/runtime/__tests__/hook-manager.test.d.ts +0 -2
- package/dist/runtime/__tests__/hook-manager.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/hook-manager.test.js +0 -229
- package/dist/runtime/__tests__/hook-manager.test.js.map +0 -1
- package/dist/runtime/__tests__/logger.test.d.ts +0 -2
- package/dist/runtime/__tests__/logger.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/logger.test.js +0 -416
- package/dist/runtime/__tests__/logger.test.js.map +0 -1
- package/dist/runtime/__tests__/notification-batcher.test.d.ts +0 -2
- package/dist/runtime/__tests__/notification-batcher.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/notification-batcher.test.js +0 -210
- package/dist/runtime/__tests__/notification-batcher.test.js.map +0 -1
- package/dist/runtime/__tests__/notification-dispatcher-plugin.test.d.ts +0 -2
- package/dist/runtime/__tests__/notification-dispatcher-plugin.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/notification-dispatcher-plugin.test.js +0 -125
- package/dist/runtime/__tests__/notification-dispatcher-plugin.test.js.map +0 -1
- package/dist/runtime/__tests__/notification-dispatcher.test.d.ts +0 -2
- package/dist/runtime/__tests__/notification-dispatcher.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/notification-dispatcher.test.js +0 -816
- package/dist/runtime/__tests__/notification-dispatcher.test.js.map +0 -1
- package/dist/runtime/__tests__/notifier-registry.test.d.ts +0 -2
- package/dist/runtime/__tests__/notifier-registry.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/notifier-registry.test.js +0 -129
- package/dist/runtime/__tests__/notifier-registry.test.js.map +0 -1
- package/dist/runtime/__tests__/pid-manager.test.d.ts +0 -2
- package/dist/runtime/__tests__/pid-manager.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/pid-manager.test.js +0 -180
- package/dist/runtime/__tests__/pid-manager.test.js.map +0 -1
- package/dist/runtime/__tests__/plugin-loader.test.d.ts +0 -2
- package/dist/runtime/__tests__/plugin-loader.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/plugin-loader.test.js +0 -387
- package/dist/runtime/__tests__/plugin-loader.test.js.map +0 -1
- package/dist/runtime/__tests__/trigger-api.test.d.ts +0 -2
- package/dist/runtime/__tests__/trigger-api.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/trigger-api.test.js +0 -247
- package/dist/runtime/__tests__/trigger-api.test.js.map +0 -1
- package/dist/runtime/__tests__/trigger-mapper.test.d.ts +0 -2
- package/dist/runtime/__tests__/trigger-mapper.test.d.ts.map +0 -1
- package/dist/runtime/__tests__/trigger-mapper.test.js +0 -119
- package/dist/runtime/__tests__/trigger-mapper.test.js.map +0 -1
- package/dist/runtime/daemon-health 2.d.ts +0 -31
- package/dist/runtime/daemon-health 2.d.ts.map +0 -1
- package/dist/runtime/daemon-health 2.js +0 -113
- package/dist/runtime/daemon-health 2.js.map +0 -1
- package/dist/runtime/daemon-health.d.ts +0 -2
- package/dist/runtime/daemon-health.d.ts.map +0 -1
- package/dist/runtime/daemon-health.js +0 -2
- package/dist/runtime/daemon-health.js.map +0 -1
- package/dist/runtime/daemon-runner-lifecycle.d.ts +0 -2
- package/dist/runtime/daemon-runner-lifecycle.d.ts.map +0 -1
- package/dist/runtime/daemon-runner-lifecycle.js +0 -2
- package/dist/runtime/daemon-runner-lifecycle.js.map +0 -1
- package/dist/runtime/daemon-runtime-ownership.d.ts +0 -2
- package/dist/runtime/daemon-runtime-ownership.d.ts.map +0 -1
- package/dist/runtime/daemon-runtime-ownership.js +0 -2
- package/dist/runtime/daemon-runtime-ownership.js.map +0 -1
- package/dist/runtime/daemon-signals 2.d.ts +0 -17
- package/dist/runtime/daemon-signals 2.d.ts.map +0 -1
- package/dist/runtime/daemon-signals 2.js +0 -31
- package/dist/runtime/daemon-signals 2.js.map +0 -1
- package/dist/runtime/daemon-signals.d.ts +0 -2
- package/dist/runtime/daemon-signals.d.ts.map +0 -1
- package/dist/runtime/daemon-signals.js +0 -2
- package/dist/runtime/daemon-signals.js.map +0 -1
- package/dist/runtime/event-dispatcher.d.ts +0 -2
- package/dist/runtime/event-dispatcher.d.ts.map +0 -1
- package/dist/runtime/event-dispatcher.js +0 -2
- package/dist/runtime/event-dispatcher.js.map +0 -1
- package/dist/runtime/event-server-snapshot-reader.d.ts +0 -2
- package/dist/runtime/event-server-snapshot-reader.d.ts.map +0 -1
- package/dist/runtime/event-server-snapshot-reader.js +0 -2
- package/dist/runtime/event-server-snapshot-reader.js.map +0 -1
- package/dist/runtime/event-server-sse.d.ts +0 -2
- package/dist/runtime/event-server-sse.d.ts.map +0 -1
- package/dist/runtime/event-server-sse.js +0 -2
- package/dist/runtime/event-server-sse.js.map +0 -1
- package/dist/runtime/queue/command-bus.d.ts +0 -18
- package/dist/runtime/queue/command-bus.d.ts.map +0 -1
- package/dist/runtime/queue/command-bus.js +0 -64
- package/dist/runtime/queue/command-bus.js.map +0 -1
- package/dist/runtime/queue/event-bus.d.ts +0 -21
- package/dist/runtime/queue/event-bus.d.ts.map +0 -1
- package/dist/runtime/queue/event-bus.js +0 -104
- package/dist/runtime/queue/event-bus.js.map +0 -1
- package/dist/runtime/schedule-engine-layers.d.ts +0 -2
- package/dist/runtime/schedule-engine-layers.d.ts.map +0 -1
- package/dist/runtime/schedule-engine-layers.js +0 -2
- package/dist/runtime/schedule-engine-layers.js.map +0 -1
- package/dist/runtime/schedule-source.d.ts +0 -2
- package/dist/runtime/schedule-source.d.ts.map +0 -1
- package/dist/runtime/schedule-source.js +0 -2
- package/dist/runtime/schedule-source.js.map +0 -1
- package/dist/state/state-manager.d.ts +0 -106
- package/dist/state/state-manager.d.ts.map +0 -1
- package/dist/state/state-manager.js +0 -518
- package/dist/state/state-manager.js.map +0 -1
- package/dist/state/state-persistence 2.d.ts +0 -12
- package/dist/state/state-persistence 2.d.ts.map +0 -1
- package/dist/state/state-persistence 2.js +0 -58
- package/dist/state/state-persistence 2.js.map +0 -1
- package/dist/state/state-persistence.d.ts +0 -12
- package/dist/state/state-persistence.d.ts.map +0 -1
- package/dist/state/state-persistence.js +0 -58
- package/dist/state/state-persistence.js.map +0 -1
- package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts +0 -2
- package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.js +0 -472
- package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.js.map +0 -1
- package/dist/strategy/__tests__/cross-goal-portfolio.test.d.ts +0 -2
- package/dist/strategy/__tests__/cross-goal-portfolio.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/cross-goal-portfolio.test.js +0 -636
- package/dist/strategy/__tests__/cross-goal-portfolio.test.js.map +0 -1
- package/dist/strategy/__tests__/portfolio-manager.test.d.ts +0 -2
- package/dist/strategy/__tests__/portfolio-manager.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/portfolio-manager.test.js +0 -730
- package/dist/strategy/__tests__/portfolio-manager.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-auto-template.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-auto-template.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-auto-template.test.js +0 -164
- package/dist/strategy/__tests__/strategy-auto-template.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-helpers-unwrap.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-helpers-unwrap.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-helpers-unwrap.test.js +0 -53
- package/dist/strategy/__tests__/strategy-helpers-unwrap.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-core.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-manager-core.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-core.test.js +0 -342
- package/dist/strategy/__tests__/strategy-manager-core.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-phase2.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-manager-phase2.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-phase2.test.js +0 -602
- package/dist/strategy/__tests__/strategy-manager-phase2.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-stall.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-manager-stall.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-manager-stall.test.js +0 -357
- package/dist/strategy/__tests__/strategy-manager-stall.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-template-embedding.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-template-embedding.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-template-embedding.test.js +0 -310
- package/dist/strategy/__tests__/strategy-template-embedding.test.js.map +0 -1
- package/dist/strategy/__tests__/strategy-template-registry.test.d.ts +0 -2
- package/dist/strategy/__tests__/strategy-template-registry.test.d.ts.map +0 -1
- package/dist/strategy/__tests__/strategy-template-registry.test.js +0 -402
- package/dist/strategy/__tests__/strategy-template-registry.test.js.map +0 -1
- package/dist/strategy/cross-goal-portfolio.d.ts +0 -115
- package/dist/strategy/cross-goal-portfolio.d.ts.map +0 -1
- package/dist/strategy/cross-goal-portfolio.js +0 -389
- package/dist/strategy/cross-goal-portfolio.js.map +0 -1
- package/dist/strategy/portfolio-allocation.d.ts +0 -69
- package/dist/strategy/portfolio-allocation.d.ts.map +0 -1
- package/dist/strategy/portfolio-allocation.js +0 -264
- package/dist/strategy/portfolio-allocation.js.map +0 -1
- package/dist/strategy/portfolio-manager.d.ts +0 -147
- package/dist/strategy/portfolio-manager.d.ts.map +0 -1
- package/dist/strategy/portfolio-manager.js +0 -340
- package/dist/strategy/portfolio-manager.js.map +0 -1
- package/dist/strategy/portfolio-momentum.d.ts +0 -11
- package/dist/strategy/portfolio-momentum.d.ts.map +0 -1
- package/dist/strategy/portfolio-momentum.js +0 -64
- package/dist/strategy/portfolio-momentum.js.map +0 -1
- package/dist/strategy/portfolio-rebalance.d.ts +0 -75
- package/dist/strategy/portfolio-rebalance.d.ts.map +0 -1
- package/dist/strategy/portfolio-rebalance.js +0 -254
- package/dist/strategy/portfolio-rebalance.js.map +0 -1
- package/dist/strategy/portfolio-scheduling.d.ts +0 -25
- package/dist/strategy/portfolio-scheduling.d.ts.map +0 -1
- package/dist/strategy/portfolio-scheduling.js +0 -133
- package/dist/strategy/portfolio-scheduling.js.map +0 -1
- package/dist/strategy/strategy-helpers.d.ts +0 -115
- package/dist/strategy/strategy-helpers.d.ts.map +0 -1
- package/dist/strategy/strategy-helpers.js +0 -175
- package/dist/strategy/strategy-helpers.js.map +0 -1
- package/dist/strategy/strategy-manager-base.d.ts +0 -103
- package/dist/strategy/strategy-manager-base.d.ts.map +0 -1
- package/dist/strategy/strategy-manager-base.js +0 -394
- package/dist/strategy/strategy-manager-base.js.map +0 -1
- package/dist/strategy/strategy-manager.d.ts +0 -65
- package/dist/strategy/strategy-manager.d.ts.map +0 -1
- package/dist/strategy/strategy-manager.js +0 -226
- package/dist/strategy/strategy-manager.js.map +0 -1
- package/dist/strategy/strategy-template-registry.d.ts +0 -84
- package/dist/strategy/strategy-template-registry.d.ts.map +0 -1
- package/dist/strategy/strategy-template-registry.js +0 -350
- package/dist/strategy/strategy-template-registry.js.map +0 -1
- package/dist/strategy/types/cross-portfolio.d.ts +0 -378
- package/dist/strategy/types/cross-portfolio.d.ts.map +0 -1
- package/dist/strategy/types/cross-portfolio.js +0 -155
- package/dist/strategy/types/cross-portfolio.js.map +0 -1
- package/dist/strategy/types/portfolio.d.ts +0 -146
- package/dist/strategy/types/portfolio.d.ts.map +0 -1
- package/dist/strategy/types/portfolio.js +0 -55
- package/dist/strategy/types/portfolio.js.map +0 -1
- package/dist/strategy/types/strategy.d.ts +0 -563
- package/dist/strategy/types/strategy.d.ts.map +0 -1
- package/dist/strategy/types/strategy.js +0 -58
- package/dist/strategy/types/strategy.js.map +0 -1
- package/dist/tools/builtin/env.d.ts +0 -35
- package/dist/tools/builtin/env.d.ts.map +0 -1
- package/dist/tools/builtin/env.js +0 -125
- package/dist/tools/builtin/env.js.map +0 -1
- package/dist/tools/builtin/file-edit.d.ts +0 -48
- package/dist/tools/builtin/file-edit.d.ts.map +0 -1
- package/dist/tools/builtin/file-edit.js +0 -124
- package/dist/tools/builtin/file-edit.js.map +0 -1
- package/dist/tools/builtin/file-validation.d.ts +0 -6
- package/dist/tools/builtin/file-validation.d.ts.map +0 -1
- package/dist/tools/builtin/file-validation.js +0 -17
- package/dist/tools/builtin/file-validation.js.map +0 -1
- package/dist/tools/builtin/file-write.d.ts +0 -41
- package/dist/tools/builtin/file-write.d.ts.map +0 -1
- package/dist/tools/builtin/file-write.js +0 -83
- package/dist/tools/builtin/file-write.js.map +0 -1
- package/dist/tools/builtin/git-diff.d.ts +0 -43
- package/dist/tools/builtin/git-diff.d.ts.map +0 -1
- package/dist/tools/builtin/git-diff.js +0 -0
- package/dist/tools/builtin/git-diff.js.map +0 -1
- package/dist/tools/builtin/git-log 2.d.ts +0 -61
- package/dist/tools/builtin/git-log 2.d.ts.map +0 -1
- package/dist/tools/builtin/git-log 2.js +0 -109
- package/dist/tools/builtin/git-log 2.js.map +0 -1
- package/dist/tools/builtin/git-log.d.ts +0 -61
- package/dist/tools/builtin/git-log.d.ts.map +0 -1
- package/dist/tools/builtin/git-log.js +0 -109
- package/dist/tools/builtin/git-log.js.map +0 -1
- package/dist/tools/builtin/glob.d.ts +0 -37
- package/dist/tools/builtin/glob.d.ts.map +0 -1
- package/dist/tools/builtin/glob.js +0 -57
- package/dist/tools/builtin/glob.js.map +0 -1
- package/dist/tools/builtin/goal-state 2.d.ts +0 -36
- package/dist/tools/builtin/goal-state 2.d.ts.map +0 -1
- package/dist/tools/builtin/goal-state 2.js +0 -126
- package/dist/tools/builtin/goal-state 2.js.map +0 -1
- package/dist/tools/builtin/goal-state.d.ts +0 -36
- package/dist/tools/builtin/goal-state.d.ts.map +0 -1
- package/dist/tools/builtin/goal-state.js +0 -126
- package/dist/tools/builtin/goal-state.js.map +0 -1
- package/dist/tools/builtin/grep.d.ts +0 -61
- package/dist/tools/builtin/grep.d.ts.map +0 -1
- package/dist/tools/builtin/grep.js +0 -80
- package/dist/tools/builtin/grep.js.map +0 -1
- package/dist/tools/builtin/http-fetch.d.ts +0 -55
- package/dist/tools/builtin/http-fetch.d.ts.map +0 -1
- package/dist/tools/builtin/http-fetch.js +0 -54
- package/dist/tools/builtin/http-fetch.js.map +0 -1
- package/dist/tools/builtin/json-query.d.ts +0 -32
- package/dist/tools/builtin/json-query.d.ts.map +0 -1
- package/dist/tools/builtin/json-query.js +0 -54
- package/dist/tools/builtin/json-query.js.map +0 -1
- package/dist/tools/builtin/knowledge-query 2.d.ts +0 -61
- package/dist/tools/builtin/knowledge-query 2.d.ts.map +0 -1
- package/dist/tools/builtin/knowledge-query 2.js +0 -116
- package/dist/tools/builtin/knowledge-query 2.js.map +0 -1
- package/dist/tools/builtin/knowledge-query.d.ts +0 -61
- package/dist/tools/builtin/knowledge-query.d.ts.map +0 -1
- package/dist/tools/builtin/knowledge-query.js +0 -116
- package/dist/tools/builtin/knowledge-query.js.map +0 -1
- package/dist/tools/builtin/list-dir 2.d.ts +0 -48
- package/dist/tools/builtin/list-dir 2.d.ts.map +0 -1
- package/dist/tools/builtin/list-dir 2.js +0 -89
- package/dist/tools/builtin/list-dir 2.js.map +0 -1
- package/dist/tools/builtin/list-dir.d.ts +0 -48
- package/dist/tools/builtin/list-dir.d.ts.map +0 -1
- package/dist/tools/builtin/list-dir.js +0 -89
- package/dist/tools/builtin/list-dir.js.map +0 -1
- package/dist/tools/builtin/process-status 2.d.ts +0 -61
- package/dist/tools/builtin/process-status 2.d.ts.map +0 -1
- package/dist/tools/builtin/process-status 2.js +0 -145
- package/dist/tools/builtin/process-status 2.js.map +0 -1
- package/dist/tools/builtin/process-status.d.ts +0 -61
- package/dist/tools/builtin/process-status.d.ts.map +0 -1
- package/dist/tools/builtin/process-status.js +0 -145
- package/dist/tools/builtin/process-status.js.map +0 -1
- package/dist/tools/builtin/progress-history 2.d.ts +0 -57
- package/dist/tools/builtin/progress-history 2.d.ts.map +0 -1
- package/dist/tools/builtin/progress-history 2.js +0 -141
- package/dist/tools/builtin/progress-history 2.js.map +0 -1
- package/dist/tools/builtin/progress-history.d.ts +0 -57
- package/dist/tools/builtin/progress-history.d.ts.map +0 -1
- package/dist/tools/builtin/progress-history.js +0 -141
- package/dist/tools/builtin/progress-history.js.map +0 -1
- package/dist/tools/builtin/read.d.ts +0 -37
- package/dist/tools/builtin/read.d.ts.map +0 -1
- package/dist/tools/builtin/read.js +0 -68
- package/dist/tools/builtin/read.js.map +0 -1
- package/dist/tools/builtin/session-history 2.d.ts +0 -42
- package/dist/tools/builtin/session-history 2.d.ts.map +0 -1
- package/dist/tools/builtin/session-history 2.js +0 -116
- package/dist/tools/builtin/session-history 2.js.map +0 -1
- package/dist/tools/builtin/session-history.d.ts +0 -42
- package/dist/tools/builtin/session-history.d.ts.map +0 -1
- package/dist/tools/builtin/session-history.js +0 -116
- package/dist/tools/builtin/session-history.js.map +0 -1
- package/dist/tools/builtin/shared/parse-tool-output.d.ts +0 -18
- package/dist/tools/builtin/shared/parse-tool-output.d.ts.map +0 -1
- package/dist/tools/builtin/shared/parse-tool-output.js +0 -53
- package/dist/tools/builtin/shared/parse-tool-output.js.map +0 -1
- package/dist/tools/builtin/shared/parse-tool-output.test.d.ts +0 -2
- package/dist/tools/builtin/shared/parse-tool-output.test.d.ts.map +0 -1
- package/dist/tools/builtin/shared/parse-tool-output.test.js +0 -68
- package/dist/tools/builtin/shared/parse-tool-output.test.js.map +0 -1
- package/dist/tools/builtin/shell.d.ts +0 -48
- package/dist/tools/builtin/shell.d.ts.map +0 -1
- package/dist/tools/builtin/shell.js +0 -93
- package/dist/tools/builtin/shell.js.map +0 -1
- package/dist/tools/builtin/sleep.d.ts +0 -35
- package/dist/tools/builtin/sleep.d.ts.map +0 -1
- package/dist/tools/builtin/sleep.js +0 -48
- package/dist/tools/builtin/sleep.js.map +0 -1
- package/dist/tools/builtin/test-runner 2.d.ts +0 -53
- package/dist/tools/builtin/test-runner 2.d.ts.map +0 -1
- package/dist/tools/builtin/test-runner 2.js +0 -181
- package/dist/tools/builtin/test-runner 2.js.map +0 -1
- package/dist/tools/builtin/test-runner.d.ts +0 -53
- package/dist/tools/builtin/test-runner.d.ts.map +0 -1
- package/dist/tools/builtin/test-runner.js +0 -181
- package/dist/tools/builtin/test-runner.js.map +0 -1
- package/dist/tools/builtin/tool-search 2.d.ts +0 -43
- package/dist/tools/builtin/tool-search 2.d.ts.map +0 -1
- package/dist/tools/builtin/tool-search 2.js +0 -44
- package/dist/tools/builtin/tool-search 2.js.map +0 -1
- package/dist/tools/builtin/tool-search.d.ts +0 -43
- package/dist/tools/builtin/tool-search.d.ts.map +0 -1
- package/dist/tools/builtin/tool-search.js +0 -44
- package/dist/tools/builtin/tool-search.js.map +0 -1
- package/dist/tools/builtin/trust-state 2.d.ts +0 -30
- package/dist/tools/builtin/trust-state 2.d.ts.map +0 -1
- package/dist/tools/builtin/trust-state 2.js +0 -90
- package/dist/tools/builtin/trust-state 2.js.map +0 -1
- package/dist/tools/builtin/trust-state.d.ts +0 -30
- package/dist/tools/builtin/trust-state.d.ts.map +0 -1
- package/dist/tools/builtin/trust-state.js +0 -90
- package/dist/tools/builtin/trust-state.js.map +0 -1
- package/dist/tools/builtin/web-search.d.ts +0 -49
- package/dist/tools/builtin/web-search.d.ts.map +0 -1
- package/dist/tools/builtin/web-search.js +0 -96
- package/dist/tools/builtin/web-search.js.map +0 -1
- package/dist/tools/concurrency 2.d.ts +0 -20
- package/dist/tools/concurrency 2.d.ts.map +0 -1
- package/dist/tools/concurrency 2.js +0 -58
- package/dist/tools/concurrency 2.js.map +0 -1
- package/dist/tools/executor 2.d.ts +0 -34
- package/dist/tools/executor 2.d.ts.map +0 -1
- package/dist/tools/executor 2.js +0 -156
- package/dist/tools/executor 2.js.map +0 -1
- package/dist/tools/filesystem/file-edit.d.ts +0 -48
- package/dist/tools/filesystem/file-edit.d.ts.map +0 -1
- package/dist/tools/filesystem/file-edit.js +0 -124
- package/dist/tools/filesystem/file-edit.js.map +0 -1
- package/dist/tools/filesystem/file-validation.d.ts +0 -6
- package/dist/tools/filesystem/file-validation.d.ts.map +0 -1
- package/dist/tools/filesystem/file-validation.js +0 -17
- package/dist/tools/filesystem/file-validation.js.map +0 -1
- package/dist/tools/filesystem/file-write.d.ts +0 -41
- package/dist/tools/filesystem/file-write.d.ts.map +0 -1
- package/dist/tools/filesystem/file-write.js +0 -83
- package/dist/tools/filesystem/file-write.js.map +0 -1
- package/dist/tools/filesystem/glob.d.ts +0 -37
- package/dist/tools/filesystem/glob.d.ts.map +0 -1
- package/dist/tools/filesystem/glob.js +0 -57
- package/dist/tools/filesystem/glob.js.map +0 -1
- package/dist/tools/filesystem/grep.d.ts +0 -61
- package/dist/tools/filesystem/grep.d.ts.map +0 -1
- package/dist/tools/filesystem/grep.js +0 -80
- package/dist/tools/filesystem/grep.js.map +0 -1
- package/dist/tools/filesystem/json-query.d.ts +0 -32
- package/dist/tools/filesystem/json-query.d.ts.map +0 -1
- package/dist/tools/filesystem/json-query.js +0 -54
- package/dist/tools/filesystem/json-query.js.map +0 -1
- package/dist/tools/filesystem/list-dir.d.ts +0 -48
- package/dist/tools/filesystem/list-dir.d.ts.map +0 -1
- package/dist/tools/filesystem/list-dir.js +0 -89
- package/dist/tools/filesystem/list-dir.js.map +0 -1
- package/dist/tools/filesystem/read.d.ts +0 -37
- package/dist/tools/filesystem/read.d.ts.map +0 -1
- package/dist/tools/filesystem/read.js +0 -68
- package/dist/tools/filesystem/read.js.map +0 -1
- package/dist/tools/git/git-diff.d.ts +0 -43
- package/dist/tools/git/git-diff.d.ts.map +0 -1
- package/dist/tools/git/git-diff.js +0 -131
- package/dist/tools/git/git-diff.js.map +0 -1
- package/dist/tools/git/git-log.d.ts +0 -61
- package/dist/tools/git/git-log.d.ts.map +0 -1
- package/dist/tools/git/git-log.js +0 -109
- package/dist/tools/git/git-log.js.map +0 -1
- package/dist/tools/index 2.d.ts +0 -10
- package/dist/tools/index 2.d.ts.map +0 -1
- package/dist/tools/index 2.js +0 -7
- package/dist/tools/index 2.js.map +0 -1
- package/dist/tools/meta/tool-search.d.ts +0 -43
- package/dist/tools/meta/tool-search.d.ts.map +0 -1
- package/dist/tools/meta/tool-search.js +0 -44
- package/dist/tools/meta/tool-search.js.map +0 -1
- package/dist/tools/network/http-fetch.d.ts +0 -55
- package/dist/tools/network/http-fetch.d.ts.map +0 -1
- package/dist/tools/network/http-fetch.js +0 -54
- package/dist/tools/network/http-fetch.js.map +0 -1
- package/dist/tools/network/web-search.d.ts +0 -49
- package/dist/tools/network/web-search.d.ts.map +0 -1
- package/dist/tools/network/web-search.js +0 -96
- package/dist/tools/network/web-search.js.map +0 -1
- package/dist/tools/permission 2.d.ts +0 -42
- package/dist/tools/permission 2.d.ts.map +0 -1
- package/dist/tools/permission 2.js +0 -101
- package/dist/tools/permission 2.js.map +0 -1
- package/dist/tools/registry 2.d.ts +0 -38
- package/dist/tools/registry 2.d.ts.map +0 -1
- package/dist/tools/registry 2.js +0 -114
- package/dist/tools/registry 2.js.map +0 -1
- package/dist/tools/state/architecture-tool.d.ts +0 -25
- package/dist/tools/state/architecture-tool.d.ts.map +0 -1
- package/dist/tools/state/architecture-tool.js +0 -98
- package/dist/tools/state/architecture-tool.js.map +0 -1
- package/dist/tools/state/archive-goal-tool.d.ts +0 -34
- package/dist/tools/state/archive-goal-tool.d.ts.map +0 -1
- package/dist/tools/state/archive-goal-tool.js +0 -85
- package/dist/tools/state/archive-goal-tool.js.map +0 -1
- package/dist/tools/state/config-tool.d.ts +0 -25
- package/dist/tools/state/config-tool.d.ts.map +0 -1
- package/dist/tools/state/config-tool.js +0 -87
- package/dist/tools/state/config-tool.js.map +0 -1
- package/dist/tools/state/delete-goal-tool.d.ts +0 -28
- package/dist/tools/state/delete-goal-tool.d.ts.map +0 -1
- package/dist/tools/state/delete-goal-tool.js +0 -87
- package/dist/tools/state/delete-goal-tool.js.map +0 -1
- package/dist/tools/state/goal-state.d.ts +0 -36
- package/dist/tools/state/goal-state.d.ts.map +0 -1
- package/dist/tools/state/goal-state.js +0 -126
- package/dist/tools/state/goal-state.js.map +0 -1
- package/dist/tools/state/knowledge-query.d.ts +0 -61
- package/dist/tools/state/knowledge-query.d.ts.map +0 -1
- package/dist/tools/state/knowledge-query.js +0 -116
- package/dist/tools/state/knowledge-query.js.map +0 -1
- package/dist/tools/state/plugin-state-tool.d.ts +0 -28
- package/dist/tools/state/plugin-state-tool.d.ts.map +0 -1
- package/dist/tools/state/plugin-state-tool.js +0 -78
- package/dist/tools/state/plugin-state-tool.js.map +0 -1
- package/dist/tools/state/progress-history.d.ts +0 -57
- package/dist/tools/state/progress-history.d.ts.map +0 -1
- package/dist/tools/state/progress-history.js +0 -141
- package/dist/tools/state/progress-history.js.map +0 -1
- package/dist/tools/state/reset-trust-tool.d.ts +0 -40
- package/dist/tools/state/reset-trust-tool.d.ts.map +0 -1
- package/dist/tools/state/reset-trust-tool.js +0 -82
- package/dist/tools/state/reset-trust-tool.js.map +0 -1
- package/dist/tools/state/session-history.d.ts +0 -42
- package/dist/tools/state/session-history.d.ts.map +0 -1
- package/dist/tools/state/session-history.js +0 -116
- package/dist/tools/state/session-history.js.map +0 -1
- package/dist/tools/state/set-goal-tool.d.ts +0 -28
- package/dist/tools/state/set-goal-tool.d.ts.map +0 -1
- package/dist/tools/state/set-goal-tool.js +0 -82
- package/dist/tools/state/set-goal-tool.js.map +0 -1
- package/dist/tools/state/toggle-plugin-tool.d.ts +0 -31
- package/dist/tools/state/toggle-plugin-tool.d.ts.map +0 -1
- package/dist/tools/state/toggle-plugin-tool.js +0 -53
- package/dist/tools/state/toggle-plugin-tool.js.map +0 -1
- package/dist/tools/state/trust-state.d.ts +0 -30
- package/dist/tools/state/trust-state.d.ts.map +0 -1
- package/dist/tools/state/trust-state.js +0 -90
- package/dist/tools/state/trust-state.js.map +0 -1
- package/dist/tools/state/update-config-tool.d.ts +0 -31
- package/dist/tools/state/update-config-tool.d.ts.map +0 -1
- package/dist/tools/state/update-config-tool.js +0 -67
- package/dist/tools/state/update-config-tool.js.map +0 -1
- package/dist/tools/state/update-goal-tool.d.ts +0 -40
- package/dist/tools/state/update-goal-tool.d.ts.map +0 -1
- package/dist/tools/state/update-goal-tool.js +0 -71
- package/dist/tools/state/update-goal-tool.js.map +0 -1
- package/dist/tools/system/env.d.ts +0 -35
- package/dist/tools/system/env.d.ts.map +0 -1
- package/dist/tools/system/env.js +0 -125
- package/dist/tools/system/env.js.map +0 -1
- package/dist/tools/system/process-status.d.ts +0 -61
- package/dist/tools/system/process-status.d.ts.map +0 -1
- package/dist/tools/system/process-status.js +0 -145
- package/dist/tools/system/process-status.js.map +0 -1
- package/dist/tools/system/shell.d.ts +0 -48
- package/dist/tools/system/shell.d.ts.map +0 -1
- package/dist/tools/system/shell.js +0 -106
- package/dist/tools/system/shell.js.map +0 -1
- package/dist/tools/system/sleep.d.ts +0 -35
- package/dist/tools/system/sleep.d.ts.map +0 -1
- package/dist/tools/system/sleep.js +0 -48
- package/dist/tools/system/sleep.js.map +0 -1
- package/dist/tools/types 2.d.ts +0 -188
- package/dist/tools/types 2.d.ts.map +0 -1
- package/dist/tools/types 2.js +0 -66
- package/dist/tools/types 2.js.map +0 -1
- package/dist/traits/__tests__/character-config.test.d.ts +0 -2
- package/dist/traits/__tests__/character-config.test.d.ts.map +0 -1
- package/dist/traits/__tests__/character-config.test.js +0 -300
- package/dist/traits/__tests__/character-config.test.js.map +0 -1
- package/dist/traits/__tests__/character-separation.test.d.ts +0 -10
- package/dist/traits/__tests__/character-separation.test.d.ts.map +0 -1
- package/dist/traits/__tests__/character-separation.test.js +0 -357
- package/dist/traits/__tests__/character-separation.test.js.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-budget.test.d.ts +0 -2
- package/dist/traits/__tests__/curiosity-engine-budget.test.d.ts.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-budget.test.js +0 -465
- package/dist/traits/__tests__/curiosity-engine-budget.test.js.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-constructor.test.d.ts +0 -2
- package/dist/traits/__tests__/curiosity-engine-constructor.test.d.ts.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-constructor.test.js +0 -592
- package/dist/traits/__tests__/curiosity-engine-constructor.test.js.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-lifecycle.test.d.ts +0 -2
- package/dist/traits/__tests__/curiosity-engine-lifecycle.test.d.ts.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-lifecycle.test.js +0 -399
- package/dist/traits/__tests__/curiosity-engine-lifecycle.test.js.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-proposals.test.d.ts +0 -2
- package/dist/traits/__tests__/curiosity-engine-proposals.test.d.ts.map +0 -1
- package/dist/traits/__tests__/curiosity-engine-proposals.test.js +0 -438
- package/dist/traits/__tests__/curiosity-engine-proposals.test.js.map +0 -1
- package/dist/traits/__tests__/ethics-gate-core.test.d.ts +0 -2
- package/dist/traits/__tests__/ethics-gate-core.test.d.ts.map +0 -1
- package/dist/traits/__tests__/ethics-gate-core.test.js +0 -335
- package/dist/traits/__tests__/ethics-gate-core.test.js.map +0 -1
- package/dist/traits/__tests__/ethics-gate-layer1.test.d.ts +0 -2
- package/dist/traits/__tests__/ethics-gate-layer1.test.d.ts.map +0 -1
- package/dist/traits/__tests__/ethics-gate-layer1.test.js +0 -660
- package/dist/traits/__tests__/ethics-gate-layer1.test.js.map +0 -1
- package/dist/traits/__tests__/guardrail-integration.test.d.ts +0 -2
- package/dist/traits/__tests__/guardrail-integration.test.d.ts.map +0 -1
- package/dist/traits/__tests__/guardrail-integration.test.js +0 -230
- package/dist/traits/__tests__/guardrail-integration.test.js.map +0 -1
- package/dist/traits/__tests__/guardrail-runner.test.d.ts +0 -2
- package/dist/traits/__tests__/guardrail-runner.test.d.ts.map +0 -1
- package/dist/traits/__tests__/guardrail-runner.test.js +0 -295
- package/dist/traits/__tests__/guardrail-runner.test.js.map +0 -1
- package/dist/traits/__tests__/trust-manager.test.d.ts +0 -2
- package/dist/traits/__tests__/trust-manager.test.d.ts.map +0 -1
- package/dist/traits/__tests__/trust-manager.test.js +0 -437
- package/dist/traits/__tests__/trust-manager.test.js.map +0 -1
- package/dist/traits/__tests__/trust-rate-limit.test.d.ts +0 -2
- package/dist/traits/__tests__/trust-rate-limit.test.d.ts.map +0 -1
- package/dist/traits/__tests__/trust-rate-limit.test.js +0 -99
- package/dist/traits/__tests__/trust-rate-limit.test.js.map +0 -1
- package/dist/traits/character-config.d.ts +0 -34
- package/dist/traits/character-config.d.ts.map +0 -1
- package/dist/traits/character-config.js +0 -53
- package/dist/traits/character-config.js.map +0 -1
- package/dist/traits/curiosity-engine.d.ts +0 -177
- package/dist/traits/curiosity-engine.d.ts.map +0 -1
- package/dist/traits/curiosity-engine.js +0 -523
- package/dist/traits/curiosity-engine.js.map +0 -1
- package/dist/traits/curiosity-proposals.d.ts +0 -38
- package/dist/traits/curiosity-proposals.d.ts.map +0 -1
- package/dist/traits/curiosity-proposals.js +0 -259
- package/dist/traits/curiosity-proposals.js.map +0 -1
- package/dist/traits/curiosity-transfer.d.ts +0 -27
- package/dist/traits/curiosity-transfer.d.ts.map +0 -1
- package/dist/traits/curiosity-transfer.js +0 -50
- package/dist/traits/curiosity-transfer.js.map +0 -1
- package/dist/traits/ethics-gate.d.ts +0 -77
- package/dist/traits/ethics-gate.d.ts.map +0 -1
- package/dist/traits/ethics-gate.js +0 -245
- package/dist/traits/ethics-gate.js.map +0 -1
- package/dist/traits/ethics-rules.d.ts +0 -10
- package/dist/traits/ethics-rules.d.ts.map +0 -1
- package/dist/traits/ethics-rules.js +0 -332
- package/dist/traits/ethics-rules.js.map +0 -1
- package/dist/traits/guardrail-runner.d.ts +0 -29
- package/dist/traits/guardrail-runner.d.ts.map +0 -1
- package/dist/traits/guardrail-runner.js +0 -81
- package/dist/traits/guardrail-runner.js.map +0 -1
- package/dist/traits/trust-manager.d.ts +0 -90
- package/dist/traits/trust-manager.d.ts.map +0 -1
- package/dist/traits/trust-manager.js +0 -276
- package/dist/traits/trust-manager.js.map +0 -1
- package/dist/traits/types/character.d.ts +0 -20
- package/dist/traits/types/character.d.ts.map +0 -1
- package/dist/traits/types/character.js +0 -10
- package/dist/traits/types/character.js.map +0 -1
- package/dist/traits/types/curiosity.d.ts +0 -443
- package/dist/traits/types/curiosity.d.ts.map +0 -1
- package/dist/traits/types/curiosity.js +0 -86
- package/dist/traits/types/curiosity.js.map +0 -1
- package/dist/traits/types/ethics.d.ts +0 -169
- package/dist/traits/types/ethics.d.ts.map +0 -1
- package/dist/traits/types/ethics.js +0 -47
- package/dist/traits/types/ethics.js.map +0 -1
- package/dist/traits/types/guardrail.d.ts +0 -104
- package/dist/traits/types/guardrail.d.ts.map +0 -1
- package/dist/traits/types/guardrail.js +0 -34
- package/dist/traits/types/guardrail.js.map +0 -1
- package/dist/traits/types/trust.d.ts +0 -126
- package/dist/traits/types/trust.d.ts.map +0 -1
- package/dist/traits/types/trust.js +0 -38
- package/dist/traits/types/trust.js.map +0 -1
- package/dist/tui/__tests__/actions.test.d.ts +0 -2
- package/dist/tui/__tests__/actions.test.d.ts.map +0 -1
- package/dist/tui/__tests__/actions.test.js +0 -300
- package/dist/tui/__tests__/actions.test.js.map +0 -1
- package/dist/tui/__tests__/fuzzy.test.d.ts +0 -2
- package/dist/tui/__tests__/fuzzy.test.d.ts.map +0 -1
- package/dist/tui/__tests__/fuzzy.test.js +0 -95
- package/dist/tui/__tests__/fuzzy.test.js.map +0 -1
- package/dist/tui/__tests__/intent-recognizer.test.d.ts +0 -2
- package/dist/tui/__tests__/intent-recognizer.test.d.ts.map +0 -1
- package/dist/tui/__tests__/intent-recognizer.test.js +0 -174
- package/dist/tui/__tests__/intent-recognizer.test.js.map +0 -1
- package/dist/tui/__tests__/use-loop.test.d.ts +0 -2
- package/dist/tui/__tests__/use-loop.test.d.ts.map +0 -1
- package/dist/tui/__tests__/use-loop.test.js +0 -286
- package/dist/tui/__tests__/use-loop.test.js.map +0 -1
- package/dist/tui/actions.d.ts +0 -39
- package/dist/tui/actions.d.ts.map +0 -1
- package/dist/tui/actions.js +0 -231
- package/dist/tui/actions.js.map +0 -1
- package/dist/tui/app.d.ts +0 -24
- package/dist/tui/app.d.ts.map +0 -1
- package/dist/tui/app.js +0 -164
- package/dist/tui/app.js.map +0 -1
- package/dist/tui/approval-overlay.d.ts +0 -8
- package/dist/tui/approval-overlay.d.ts.map +0 -1
- package/dist/tui/approval-overlay.js +0 -21
- package/dist/tui/approval-overlay.js.map +0 -1
- package/dist/tui/chat.d.ts +0 -15
- package/dist/tui/chat.d.ts.map +0 -1
- package/dist/tui/chat.js +0 -179
- package/dist/tui/chat.js.map +0 -1
- package/dist/tui/dashboard.d.ts +0 -9
- package/dist/tui/dashboard.d.ts.map +0 -1
- package/dist/tui/dashboard.js +0 -48
- package/dist/tui/dashboard.js.map +0 -1
- package/dist/tui/entry.d.ts +0 -3
- package/dist/tui/entry.d.ts.map +0 -1
- package/dist/tui/entry.js +0 -242
- package/dist/tui/entry.js.map +0 -1
- package/dist/tui/fuzzy.d.ts +0 -16
- package/dist/tui/fuzzy.d.ts.map +0 -1
- package/dist/tui/fuzzy.js +0 -66
- package/dist/tui/fuzzy.js.map +0 -1
- package/dist/tui/help-overlay.d.ts +0 -6
- package/dist/tui/help-overlay.d.ts.map +0 -1
- package/dist/tui/help-overlay.js +0 -13
- package/dist/tui/help-overlay.js.map +0 -1
- package/dist/tui/intent-recognizer.d.ts +0 -19
- package/dist/tui/intent-recognizer.d.ts.map +0 -1
- package/dist/tui/intent-recognizer.js +0 -131
- package/dist/tui/intent-recognizer.js.map +0 -1
- package/dist/tui/markdown-renderer.d.ts +0 -32
- package/dist/tui/markdown-renderer.d.ts.map +0 -1
- package/dist/tui/markdown-renderer.js +0 -212
- package/dist/tui/markdown-renderer.js.map +0 -1
- package/dist/tui/report-view.d.ts +0 -6
- package/dist/tui/report-view.d.ts.map +0 -1
- package/dist/tui/report-view.js +0 -55
- package/dist/tui/report-view.js.map +0 -1
- package/dist/tui/seedy-art.d.ts +0 -46
- package/dist/tui/seedy-art.d.ts.map +0 -1
- package/dist/tui/seedy-art.js +0 -141
- package/dist/tui/seedy-art.js.map +0 -1
- package/dist/tui/theme.d.ts +0 -47
- package/dist/tui/theme.d.ts.map +0 -1
- package/dist/tui/theme.js +0 -116
- package/dist/tui/theme.js.map +0 -1
- package/dist/tui/use-loop.d.ts +0 -54
- package/dist/tui/use-loop.d.ts.map +0 -1
- package/dist/tui/use-loop.js +0 -185
- package/dist/tui/use-loop.js.map +0 -1
- package/dist/types/__tests__/cross-portfolio.test.d.ts +0 -2
- package/dist/types/__tests__/cross-portfolio.test.d.ts.map +0 -1
- package/dist/types/__tests__/cross-portfolio.test.js +0 -336
- package/dist/types/__tests__/cross-portfolio.test.js.map +0 -1
- package/dist/types/__tests__/existing-extensions.test.d.ts +0 -2
- package/dist/types/__tests__/existing-extensions.test.d.ts.map +0 -1
- package/dist/types/__tests__/existing-extensions.test.js +0 -140
- package/dist/types/__tests__/existing-extensions.test.js.map +0 -1
- package/dist/types/__tests__/goal-refiner-types.test.d.ts +0 -2
- package/dist/types/__tests__/goal-refiner-types.test.d.ts.map +0 -1
- package/dist/types/__tests__/goal-refiner-types.test.js +0 -198
- package/dist/types/__tests__/goal-refiner-types.test.js.map +0 -1
- package/dist/types/__tests__/goal-tree-integration.test.d.ts +0 -2
- package/dist/types/__tests__/goal-tree-integration.test.d.ts.map +0 -1
- package/dist/types/__tests__/goal-tree-integration.test.js +0 -327
- package/dist/types/__tests__/goal-tree-integration.test.js.map +0 -1
- package/dist/types/__tests__/goal-tree.test.d.ts +0 -2
- package/dist/types/__tests__/goal-tree.test.d.ts.map +0 -1
- package/dist/types/__tests__/goal-tree.test.js +0 -286
- package/dist/types/__tests__/goal-tree.test.js.map +0 -1
- package/dist/types/__tests__/learning.test.d.ts +0 -2
- package/dist/types/__tests__/learning.test.d.ts.map +0 -1
- package/dist/types/__tests__/learning.test.js +0 -306
- package/dist/types/__tests__/learning.test.js.map +0 -1
- package/dist/types/__tests__/suggest-output-schema.test.d.ts +0 -2
- package/dist/types/__tests__/suggest-output-schema.test.d.ts.map +0 -1
- package/dist/types/__tests__/suggest-output-schema.test.js +0 -239
- package/dist/types/__tests__/suggest-output-schema.test.js.map +0 -1
- package/dist/types/a2a.d.ts +0 -2
- package/dist/types/a2a.d.ts.map +0 -1
- package/dist/types/a2a.js +0 -3
- package/dist/types/a2a.js.map +0 -1
- package/dist/types/agent-profile.d.ts +0 -2
- package/dist/types/agent-profile.d.ts.map +0 -1
- package/dist/types/agent-profile.js +0 -3
- package/dist/types/agent-profile.js.map +0 -1
- package/dist/types/capability.d.ts +0 -2
- package/dist/types/capability.d.ts.map +0 -1
- package/dist/types/capability.js +0 -3
- package/dist/types/capability.js.map +0 -1
- package/dist/types/character.d.ts +0 -2
- package/dist/types/character.d.ts.map +0 -1
- package/dist/types/character.js +0 -3
- package/dist/types/character.js.map +0 -1
- package/dist/types/checkpoint.d.ts +0 -2
- package/dist/types/checkpoint.d.ts.map +0 -1
- package/dist/types/checkpoint.js +0 -3
- package/dist/types/checkpoint.js.map +0 -1
- package/dist/types/core.d.ts +0 -175
- package/dist/types/core.d.ts.map +0 -1
- package/dist/types/core.js +0 -156
- package/dist/types/core.js.map +0 -1
- package/dist/types/cron.d.ts +0 -2
- package/dist/types/cron.d.ts.map +0 -1
- package/dist/types/cron.js +0 -3
- package/dist/types/cron.js.map +0 -1
- package/dist/types/cross-portfolio.d.ts +0 -2
- package/dist/types/cross-portfolio.d.ts.map +0 -1
- package/dist/types/cross-portfolio.js +0 -3
- package/dist/types/cross-portfolio.js.map +0 -1
- package/dist/types/curiosity.d.ts +0 -2
- package/dist/types/curiosity.d.ts.map +0 -1
- package/dist/types/curiosity.js +0 -3
- package/dist/types/curiosity.js.map +0 -1
- package/dist/types/daemon.d.ts +0 -2
- package/dist/types/daemon.d.ts.map +0 -1
- package/dist/types/daemon.js +0 -3
- package/dist/types/daemon.js.map +0 -1
- package/dist/types/data-source.d.ts +0 -2
- package/dist/types/data-source.d.ts.map +0 -1
- package/dist/types/data-source.js +0 -3
- package/dist/types/data-source.js.map +0 -1
- package/dist/types/dependency.d.ts +0 -2
- package/dist/types/dependency.d.ts.map +0 -1
- package/dist/types/dependency.js +0 -3
- package/dist/types/dependency.js.map +0 -1
- package/dist/types/drive.d.ts +0 -2
- package/dist/types/drive.d.ts.map +0 -1
- package/dist/types/drive.js +0 -3
- package/dist/types/drive.js.map +0 -1
- package/dist/types/embedding.d.ts +0 -2
- package/dist/types/embedding.d.ts.map +0 -1
- package/dist/types/embedding.js +0 -3
- package/dist/types/embedding.js.map +0 -1
- package/dist/types/ethics.d.ts +0 -2
- package/dist/types/ethics.d.ts.map +0 -1
- package/dist/types/ethics.js +0 -3
- package/dist/types/ethics.js.map +0 -1
- package/dist/types/gap.d.ts +0 -2
- package/dist/types/gap.d.ts.map +0 -1
- package/dist/types/gap.js +0 -3
- package/dist/types/gap.js.map +0 -1
- package/dist/types/goal-refiner.d.ts +0 -2
- package/dist/types/goal-refiner.d.ts.map +0 -1
- package/dist/types/goal-refiner.js +0 -3
- package/dist/types/goal-refiner.js.map +0 -1
- package/dist/types/goal-tree.d.ts +0 -2
- package/dist/types/goal-tree.d.ts.map +0 -1
- package/dist/types/goal-tree.js +0 -3
- package/dist/types/goal-tree.js.map +0 -1
- package/dist/types/goal.d.ts +0 -2
- package/dist/types/goal.d.ts.map +0 -1
- package/dist/types/goal.js +0 -3
- package/dist/types/goal.js.map +0 -1
- package/dist/types/guardrail.d.ts +0 -2
- package/dist/types/guardrail.d.ts.map +0 -1
- package/dist/types/guardrail.js +0 -3
- package/dist/types/guardrail.js.map +0 -1
- package/dist/types/hook.d.ts +0 -2
- package/dist/types/hook.d.ts.map +0 -1
- package/dist/types/hook.js +0 -3
- package/dist/types/hook.js.map +0 -1
- package/dist/types/index.d.ts +0 -32
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -32
- package/dist/types/index.js.map +0 -1
- package/dist/types/knowledge.d.ts +0 -2
- package/dist/types/knowledge.d.ts.map +0 -1
- package/dist/types/knowledge.js +0 -3
- package/dist/types/knowledge.js.map +0 -1
- package/dist/types/learning.d.ts +0 -2
- package/dist/types/learning.d.ts.map +0 -1
- package/dist/types/learning.js +0 -3
- package/dist/types/learning.js.map +0 -1
- package/dist/types/mcp.d.ts +0 -2
- package/dist/types/mcp.d.ts.map +0 -1
- package/dist/types/mcp.js +0 -3
- package/dist/types/mcp.js.map +0 -1
- package/dist/types/memory-lifecycle.d.ts +0 -2
- package/dist/types/memory-lifecycle.d.ts.map +0 -1
- package/dist/types/memory-lifecycle.js +0 -3
- package/dist/types/memory-lifecycle.js.map +0 -1
- package/dist/types/negotiation.d.ts +0 -2
- package/dist/types/negotiation.d.ts.map +0 -1
- package/dist/types/negotiation.js +0 -3
- package/dist/types/negotiation.js.map +0 -1
- package/dist/types/notification.d.ts +0 -2
- package/dist/types/notification.d.ts.map +0 -1
- package/dist/types/notification.js +0 -3
- package/dist/types/notification.js.map +0 -1
- package/dist/types/pipeline.d.ts +0 -2
- package/dist/types/pipeline.d.ts.map +0 -1
- package/dist/types/pipeline.js +0 -3
- package/dist/types/pipeline.js.map +0 -1
- package/dist/types/plugin.d.ts +0 -2
- package/dist/types/plugin.d.ts.map +0 -1
- package/dist/types/plugin.js +0 -3
- package/dist/types/plugin.js.map +0 -1
- package/dist/types/portfolio.d.ts +0 -2
- package/dist/types/portfolio.d.ts.map +0 -1
- package/dist/types/portfolio.js +0 -3
- package/dist/types/portfolio.js.map +0 -1
- package/dist/types/reflection.d.ts +0 -2
- package/dist/types/reflection.d.ts.map +0 -1
- package/dist/types/reflection.js +0 -3
- package/dist/types/reflection.js.map +0 -1
- package/dist/types/report.d.ts +0 -2
- package/dist/types/report.d.ts.map +0 -1
- package/dist/types/report.js +0 -3
- package/dist/types/report.js.map +0 -1
- package/dist/types/satisficing.d.ts +0 -2
- package/dist/types/satisficing.d.ts.map +0 -1
- package/dist/types/satisficing.js +0 -3
- package/dist/types/satisficing.js.map +0 -1
- package/dist/types/session.d.ts +0 -2
- package/dist/types/session.d.ts.map +0 -1
- package/dist/types/session.js +0 -3
- package/dist/types/session.js.map +0 -1
- package/dist/types/stall.d.ts +0 -2
- package/dist/types/stall.d.ts.map +0 -1
- package/dist/types/stall.js +0 -3
- package/dist/types/stall.js.map +0 -1
- package/dist/types/state.d.ts +0 -2
- package/dist/types/state.d.ts.map +0 -1
- package/dist/types/state.js +0 -3
- package/dist/types/state.js.map +0 -1
- package/dist/types/strategy.d.ts +0 -2
- package/dist/types/strategy.d.ts.map +0 -1
- package/dist/types/strategy.js +0 -3
- package/dist/types/strategy.js.map +0 -1
- package/dist/types/suggest.d.ts +0 -2
- package/dist/types/suggest.d.ts.map +0 -1
- package/dist/types/suggest.js +0 -3
- package/dist/types/suggest.js.map +0 -1
- package/dist/types/task-group.d.ts +0 -2
- package/dist/types/task-group.d.ts.map +0 -1
- package/dist/types/task-group.js +0 -3
- package/dist/types/task-group.js.map +0 -1
- package/dist/types/task.d.ts +0 -2
- package/dist/types/task.d.ts.map +0 -1
- package/dist/types/task.js +0 -3
- package/dist/types/task.js.map +0 -1
- package/dist/types/trigger.d.ts +0 -2
- package/dist/types/trigger.d.ts.map +0 -1
- package/dist/types/trigger.js +0 -3
- package/dist/types/trigger.js.map +0 -1
- package/dist/types/trust.d.ts +0 -2
- package/dist/types/trust.d.ts.map +0 -1
- package/dist/types/trust.js +0 -3
- package/dist/types/trust.js.map +0 -1
- package/dist/utils/errors.d.ts +0 -17
- package/dist/utils/errors.d.ts.map +0 -1
- package/dist/utils/errors.js +0 -34
- package/dist/utils/errors.js.map +0 -1
- package/dist/utils/execFileNoThrow.d.ts +0 -20
- package/dist/utils/execFileNoThrow.d.ts.map +0 -1
- package/dist/utils/execFileNoThrow.js +0 -33
- package/dist/utils/execFileNoThrow.js.map +0 -1
- package/dist/utils/json-io.d.ts +0 -28
- package/dist/utils/json-io.d.ts.map +0 -1
- package/dist/utils/json-io.js +0 -71
- package/dist/utils/json-io.js.map +0 -1
- package/dist/utils/paths.d.ts +0 -14
- package/dist/utils/paths.d.ts.map +0 -1
- package/dist/utils/paths.js +0 -38
- package/dist/utils/paths.js.map +0 -1
- package/dist/utils/sleep.d.ts +0 -2
- package/dist/utils/sleep.d.ts.map +0 -1
- package/dist/utils/sleep.js +0 -4
- package/dist/utils/sleep.js.map +0 -1
|
@@ -1,490 +0,0 @@
|
|
|
1
|
-
import { ObservationLogSchema } from "../types/state.js";
|
|
2
|
-
import { observeForTask as _observeForTask, } from "./observation-task.js";
|
|
3
|
-
import { applyProgressCeiling, getConfidenceTier, createObservationEntry, needsVerificationTask, resolveContradiction, normalizeDimensionName, detectKnowledgeGap, loadOrEmptyObservationLog, } from "./observation-helpers.js";
|
|
4
|
-
import { observeWithLLM as llmObserve, ObservationPersistenceError } from "./observation-llm.js";
|
|
5
|
-
import { applyObservation as applyObservationFn, observeFromDataSource as observeFromDataSourceFn, } from "./observation-apply.js";
|
|
6
|
-
import { findDataSourceForDimension as findDataSourceForDimensionFn } from "./observation-datasource.js";
|
|
7
|
-
export { applyProgressCeiling, getConfidenceTier, createObservationEntry, needsVerificationTask, resolveContradiction, detectKnowledgeGap, } from "./observation-helpers.js";
|
|
8
|
-
/**
|
|
9
|
-
* ObservationEngine handles the 3-layer observation architecture.
|
|
10
|
-
*
|
|
11
|
-
* Layers (in descending trust order):
|
|
12
|
-
* mechanical — confidence [0.85, 1.0], progress ceiling 1.00
|
|
13
|
-
* independent_review — confidence [0.50, 0.84], progress ceiling 0.90
|
|
14
|
-
* self_report — confidence [0.10, 0.49], progress ceiling 0.70
|
|
15
|
-
*
|
|
16
|
-
* Observation logs are persisted via StateManager.appendObservation.
|
|
17
|
-
* Goal state updates are persisted via StateManager.saveGoal.
|
|
18
|
-
*/
|
|
19
|
-
export class ObservationEngine {
|
|
20
|
-
stateManager;
|
|
21
|
-
dataSources;
|
|
22
|
-
llmClient;
|
|
23
|
-
contextProvider;
|
|
24
|
-
options;
|
|
25
|
-
logger;
|
|
26
|
-
preChecker;
|
|
27
|
-
hookManager;
|
|
28
|
-
constructor(stateManager, dataSources = [], llmClient, contextProvider, options = {}, logger, preChecker, hookManager) {
|
|
29
|
-
this.stateManager = stateManager;
|
|
30
|
-
this.dataSources = dataSources;
|
|
31
|
-
this.llmClient = llmClient;
|
|
32
|
-
this.contextProvider = contextProvider;
|
|
33
|
-
this.options = options;
|
|
34
|
-
this.logger = logger;
|
|
35
|
-
this.preChecker = preChecker;
|
|
36
|
-
this.hookManager = hookManager;
|
|
37
|
-
}
|
|
38
|
-
// ─── Cross-Validation ───
|
|
39
|
-
/**
|
|
40
|
-
* Compare a mechanical observation value against an LLM-produced value.
|
|
41
|
-
* Logs a warning when the two diverge beyond the configured threshold.
|
|
42
|
-
* The mechanical value always wins — LLM is used for diagnostics only.
|
|
43
|
-
*/
|
|
44
|
-
crossValidate(goalId, dimensionName, mechanicalValue, llmValue) {
|
|
45
|
-
const threshold = this.options.divergenceThreshold ?? 0.20;
|
|
46
|
-
const denominator = Math.max(Math.abs(mechanicalValue), Math.abs(llmValue), 1);
|
|
47
|
-
const ratio = Math.abs(mechanicalValue - llmValue) / denominator;
|
|
48
|
-
const diverged = ratio > threshold;
|
|
49
|
-
// Apply confidence penalty proportional to divergence when LLM hallucinated.
|
|
50
|
-
// Penalty = min(0.30, divergenceRatio * 0.5) — caps at 0.30.
|
|
51
|
-
const confidencePenalty = diverged ? Math.min(0.30, ratio * 0.5) : 0;
|
|
52
|
-
if (diverged) {
|
|
53
|
-
this.logger?.warn(`[CrossValidation] DIVERGED goal="${goalId}" dim="${dimensionName}" ` +
|
|
54
|
-
`mechanical=${mechanicalValue} llm=${llmValue} ` +
|
|
55
|
-
`ratio=${ratio.toFixed(3)} threshold=${threshold} ` +
|
|
56
|
-
`confidencePenalty=${confidencePenalty.toFixed(3)} resolution=mechanical_wins`);
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
dimensionName,
|
|
60
|
-
mechanicalValue,
|
|
61
|
-
llmValue,
|
|
62
|
-
diverged,
|
|
63
|
-
divergenceRatio: ratio,
|
|
64
|
-
resolution: "mechanical_wins",
|
|
65
|
-
confidencePenalty,
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
// ─── Progress Ceiling ───
|
|
69
|
-
/**
|
|
70
|
-
* Apply progress ceiling based on observation layer.
|
|
71
|
-
* Returns min(progress, ceiling).
|
|
72
|
-
*/
|
|
73
|
-
applyProgressCeiling(progress, layer) {
|
|
74
|
-
return applyProgressCeiling(progress, layer);
|
|
75
|
-
}
|
|
76
|
-
// ─── Confidence Tier ───
|
|
77
|
-
/**
|
|
78
|
-
* Return the ConfidenceTier and valid confidence range for a given layer.
|
|
79
|
-
*/
|
|
80
|
-
getConfidenceTier(layer) {
|
|
81
|
-
return getConfidenceTier(layer);
|
|
82
|
-
}
|
|
83
|
-
// ─── Create Observation Entry ───
|
|
84
|
-
/**
|
|
85
|
-
* Construct a new ObservationLogEntry.
|
|
86
|
-
* Confidence is clamped to the layer's valid range.
|
|
87
|
-
*/
|
|
88
|
-
createObservationEntry(params) {
|
|
89
|
-
return createObservationEntry(params);
|
|
90
|
-
}
|
|
91
|
-
// ─── Evidence Gate ───
|
|
92
|
-
/**
|
|
93
|
-
* Returns true when effective progress meets the threshold but confidence
|
|
94
|
-
* is below 0.85, meaning a mechanical verification task should be generated.
|
|
95
|
-
*/
|
|
96
|
-
needsVerificationTask(effectiveProgress, confidence, threshold) {
|
|
97
|
-
return needsVerificationTask(effectiveProgress, confidence, threshold);
|
|
98
|
-
}
|
|
99
|
-
// ─── Contradiction Resolution ───
|
|
100
|
-
/**
|
|
101
|
-
* Resolve contradictions among multiple observation entries.
|
|
102
|
-
*/
|
|
103
|
-
resolveContradiction(entries) {
|
|
104
|
-
return resolveContradiction(entries);
|
|
105
|
-
}
|
|
106
|
-
// ─── Dimension Name Normalization ───
|
|
107
|
-
/**
|
|
108
|
-
* Strip trailing _2, _3, ... _N suffixes that LLMs sometimes append to
|
|
109
|
-
* deduplicate JSON keys. Only applied to names from external (LLM) input.
|
|
110
|
-
*/
|
|
111
|
-
normalizeDimensionName(name) {
|
|
112
|
-
return normalizeDimensionName(name, this.logger);
|
|
113
|
-
}
|
|
114
|
-
// ─── Apply Observation to Goal ───
|
|
115
|
-
applyObservation(goalId, entry) {
|
|
116
|
-
return applyObservationFn(goalId, entry, this.stateManager, this.options);
|
|
117
|
-
}
|
|
118
|
-
// ─── Observation Log Persistence ───
|
|
119
|
-
/**
|
|
120
|
-
* Load the observation log for a goal.
|
|
121
|
-
* Returns an empty log if none exists.
|
|
122
|
-
*/
|
|
123
|
-
async getObservationLog(goalId) {
|
|
124
|
-
return loadOrEmptyObservationLog(this.stateManager, goalId);
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Persist the observation log for a goal.
|
|
128
|
-
*/
|
|
129
|
-
async saveObservationLog(goalId, log) {
|
|
130
|
-
if (goalId !== log.goal_id)
|
|
131
|
-
throw new Error("goalId mismatch");
|
|
132
|
-
const parsed = ObservationLogSchema.parse(log);
|
|
133
|
-
await this.stateManager.saveObservationLog(parsed);
|
|
134
|
-
}
|
|
135
|
-
// ─── Observe ───
|
|
136
|
-
/**
|
|
137
|
-
* Perform an observation pass for all dimensions of a goal.
|
|
138
|
-
*
|
|
139
|
-
* For each dimension, the following priority order is used:
|
|
140
|
-
* 1. DataSource — if a registered data source covers this dimension,
|
|
141
|
-
* call observeFromDataSource() (mechanical, confidence 0.90).
|
|
142
|
-
* 2. LLM — if an LLM client is available, call observeWithLLM()
|
|
143
|
-
* (independent_review, confidence 0.70).
|
|
144
|
-
* 3. self_report — fall back to re-recording the existing stored value.
|
|
145
|
-
*
|
|
146
|
-
* @param goalId The goal to observe.
|
|
147
|
-
* @param methods Array of ObservationMethod descriptors (one per dimension,
|
|
148
|
-
* in the same order as goal.dimensions). Extra entries are
|
|
149
|
-
* ignored; missing entries fall back to the dimension's own
|
|
150
|
-
* observation_method.
|
|
151
|
-
*/
|
|
152
|
-
async observe(goalId, methods) {
|
|
153
|
-
const goal = await this.stateManager.loadGoal(goalId);
|
|
154
|
-
if (goal === null) {
|
|
155
|
-
throw new Error(`observe: goal "${goalId}" not found`);
|
|
156
|
-
}
|
|
157
|
-
// When methods array is non-empty, only observe the dimensions corresponding to
|
|
158
|
-
// the provided methods (the caller is explicitly selecting which dimensions to observe).
|
|
159
|
-
// When methods is empty (e.g. CoreLoop passes []), observe all dimensions.
|
|
160
|
-
const observeCount = methods.length > 0 ? methods.length : goal.dimensions.length;
|
|
161
|
-
// Workspace context for LLM observations — fetched lazily per dimension, cached within
|
|
162
|
-
// this observe() call to avoid re-reading the same files for multiple dimensions.
|
|
163
|
-
const contextCache = new Map();
|
|
164
|
-
let warnedNoProvider = false;
|
|
165
|
-
const fetchWorkspaceContext = async (gId, dimensionName) => {
|
|
166
|
-
const cacheKey = `${gId}::${dimensionName}`;
|
|
167
|
-
if (contextCache.has(cacheKey))
|
|
168
|
-
return contextCache.get(cacheKey);
|
|
169
|
-
if (this.contextProvider) {
|
|
170
|
-
try {
|
|
171
|
-
const ctx = await this.contextProvider(gId, dimensionName);
|
|
172
|
-
contextCache.set(cacheKey, ctx);
|
|
173
|
-
return ctx;
|
|
174
|
-
}
|
|
175
|
-
catch (err) {
|
|
176
|
-
this.logger?.warn(`[ObservationEngine] contextProvider failed: ${err instanceof Error ? err.message : String(err)}. LLM observation will proceed without workspace context.`);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
else {
|
|
180
|
-
if (!warnedNoProvider) {
|
|
181
|
-
warnedNoProvider = true;
|
|
182
|
-
this.logger?.warn(`[ObservationEngine] No contextProvider configured. LLM observation will proceed without workspace context (scores may be unreliable).`);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
return undefined;
|
|
186
|
-
};
|
|
187
|
-
// Workspace path for pre-checker (extracted from contextProvider key heuristic)
|
|
188
|
-
const workspacePath = goal.constraints.find((c) => c.startsWith("workspace_path:"))?.slice("workspace_path:".length);
|
|
189
|
-
for (let idx = 0; idx < observeCount; idx++) {
|
|
190
|
-
const dim = goal.dimensions[idx];
|
|
191
|
-
const method = methods[idx] ?? dim.observation_method;
|
|
192
|
-
void this.hookManager?.emit("PreObserve", { goal_id: goalId, dimension: dim.name });
|
|
193
|
-
// Stage 0: Deterministic pre-check (skip LLM if nothing changed)
|
|
194
|
-
// Respect goal-level opt-out: skip_on_no_change=false disables the pre-check entirely.
|
|
195
|
-
if (this.preChecker && goal.observation_optimization?.skip_on_no_change !== false) {
|
|
196
|
-
const lastObs = Array.isArray(dim.history) && dim.history.length > 0
|
|
197
|
-
? (() => {
|
|
198
|
-
// Reconstruct a minimal ObservationLogEntry from the last history entry
|
|
199
|
-
const h = dim.history[dim.history.length - 1];
|
|
200
|
-
return {
|
|
201
|
-
observation_id: h.source_observation_id,
|
|
202
|
-
goal_id: goalId,
|
|
203
|
-
dimension_name: dim.name,
|
|
204
|
-
layer: (dim.last_observed_layer ?? "self_report"),
|
|
205
|
-
method,
|
|
206
|
-
trigger: "periodic",
|
|
207
|
-
raw_result: h.value,
|
|
208
|
-
extracted_value: h.value,
|
|
209
|
-
confidence: h.confidence,
|
|
210
|
-
timestamp: h.timestamp,
|
|
211
|
-
notes: null,
|
|
212
|
-
};
|
|
213
|
-
})()
|
|
214
|
-
: null;
|
|
215
|
-
try {
|
|
216
|
-
const preCheck = await this.preChecker.check(dim, lastObs, { workspace_path: workspacePath });
|
|
217
|
-
if (!preCheck.changed && lastObs !== null) {
|
|
218
|
-
const cachedEntry = createObservationEntry({
|
|
219
|
-
goalId,
|
|
220
|
-
dimensionName: dim.name,
|
|
221
|
-
layer: lastObs.layer ?? "self_report", // preserve original observation layer
|
|
222
|
-
method,
|
|
223
|
-
trigger: "periodic",
|
|
224
|
-
rawResult: `cached: ${String(lastObs.extracted_value)}`,
|
|
225
|
-
extractedValue: lastObs.extracted_value,
|
|
226
|
-
confidence: Math.max(0.10, lastObs.confidence * 0.95),
|
|
227
|
-
});
|
|
228
|
-
await this.applyObservation(goalId, cachedEntry);
|
|
229
|
-
this.logger?.debug(`[ObservationEngine] Pre-check: skipping LLM for dimension "${dim.name}" (no change detected, confidence decayed to ${cachedEntry.confidence.toFixed(3)})`);
|
|
230
|
-
void this.hookManager?.emit("PostObserve", { goal_id: goalId, dimension: dim.name, data: { value: cachedEntry.extracted_value, confidence: cachedEntry.confidence } });
|
|
231
|
-
continue;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
catch (err) {
|
|
235
|
-
this.logger?.warn(`[ObservationEngine] Pre-check failed for dimension "${dim.name}": ${err instanceof Error ? err.message : String(err)}. Proceeding with normal observation.`);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
// 1. Try DataSource first
|
|
239
|
-
const dataSource = this.findDataSourceForDimension(dim.name, goalId);
|
|
240
|
-
if (dataSource) {
|
|
241
|
-
try {
|
|
242
|
-
await this.observeFromDataSource(goalId, dim.name, dataSource.sourceId);
|
|
243
|
-
// Cross-validation: also run LLM and compare.
|
|
244
|
-
// When divergence is detected, apply a confidence penalty to the dimension
|
|
245
|
-
// so downstream scoring treats the observation with appropriate skepticism.
|
|
246
|
-
if (this.options.crossValidationEnabled && this.llmClient) {
|
|
247
|
-
try {
|
|
248
|
-
const updatedGoal = await this.stateManager.loadGoal(goalId);
|
|
249
|
-
const dimState = updatedGoal?.dimensions.find((d) => d.name === dim.name);
|
|
250
|
-
const mechanicalValue = typeof dimState?.current_value === "number" ? dimState.current_value : 0;
|
|
251
|
-
const ctx = await fetchWorkspaceContext(goalId, dim.name);
|
|
252
|
-
const llmEntry = await this.observeWithLLM(goalId, dim.name, goal.description, dim.label ?? dim.name, JSON.stringify(dim.threshold), ctx, null, // no previousScore — bypass jump suppression for cross-validation
|
|
253
|
-
true, // dryRun — do NOT write to state
|
|
254
|
-
undefined, undefined, workspacePath);
|
|
255
|
-
const llmValue = typeof llmEntry.extracted_value === "number" ? llmEntry.extracted_value : 0;
|
|
256
|
-
const result = this.crossValidate(goalId, dim.name, mechanicalValue, llmValue);
|
|
257
|
-
// Apply confidence penalty when LLM observation diverges from mechanical truth
|
|
258
|
-
if (result.diverged && result.confidencePenalty > 0) {
|
|
259
|
-
const currentGoal = await this.stateManager.loadGoal(goalId);
|
|
260
|
-
if (currentGoal) {
|
|
261
|
-
const dimIdx = currentGoal.dimensions.findIndex((d) => d.name === dim.name);
|
|
262
|
-
if (dimIdx !== -1) {
|
|
263
|
-
const currentDim = currentGoal.dimensions[dimIdx];
|
|
264
|
-
const penalizedConfidence = Math.max(0.10, (currentDim.confidence ?? 0.5) - result.confidencePenalty);
|
|
265
|
-
const updatedDims = [...currentGoal.dimensions];
|
|
266
|
-
updatedDims[dimIdx] = { ...currentDim, confidence: penalizedConfidence };
|
|
267
|
-
await this.stateManager.saveGoal({
|
|
268
|
-
...currentGoal,
|
|
269
|
-
dimensions: updatedDims,
|
|
270
|
-
updated_at: new Date().toISOString(),
|
|
271
|
-
});
|
|
272
|
-
this.logger?.warn(`[CrossValidation] Confidence penalized for "${dim.name}": ` +
|
|
273
|
-
`${(currentDim.confidence ?? 0.5).toFixed(3)} → ${penalizedConfidence.toFixed(3)} ` +
|
|
274
|
-
`(penalty=${result.confidencePenalty.toFixed(3)}, LLM hallucination detected)`);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
catch (err) {
|
|
280
|
-
this.logger?.warn(`[CrossValidation] LLM comparison failed for "${dim.name}": ${err}`);
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
void this.hookManager?.emit("PostObserve", { goal_id: goalId, dimension: dim.name, data: { value: null, confidence: null } });
|
|
284
|
-
continue;
|
|
285
|
-
}
|
|
286
|
-
catch (err) {
|
|
287
|
-
this.logger?.warn(`[ObservationEngine] DataSource observation failed for dimension "${dim.name}" (source: ${dataSource.sourceId}): ${err instanceof Error ? err.message : String(err)}. Falling through to LLM fallback.`);
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
// 2. Try LLM if available
|
|
291
|
-
if (this.llmClient) {
|
|
292
|
-
const ctx = await fetchWorkspaceContext(goalId, dim.name);
|
|
293
|
-
try {
|
|
294
|
-
// Only pass previousScore when there's actual observation history.
|
|
295
|
-
// The seed current_value in a new goal is not a real observation and
|
|
296
|
-
// should not trigger the §3.3 score-jump suppression guard.
|
|
297
|
-
// current_value may have been written by the verifier (not by an observation).
|
|
298
|
-
// Use the last history entry so jump-suppression (§3.3) only compares genuine observations.
|
|
299
|
-
const hasPriorObs = Array.isArray(dim.history) && dim.history.length > 0;
|
|
300
|
-
const lastObsEntry = hasPriorObs ? dim.history[dim.history.length - 1] : null;
|
|
301
|
-
// Normalize the stored history value (which is threshold-scaled) back to
|
|
302
|
-
// the 0-1 range that observeWithLLM's jump-suppression (§3.3) expects.
|
|
303
|
-
// min threshold: extractedValue = score * threshold.value → score = rawVal / threshold.value
|
|
304
|
-
// max threshold: extractedValue = threshold.value * (2 - score) → score = 2 - rawVal / threshold.value
|
|
305
|
-
// range: normalize via (rawVal - low) / (high - low); present/match: already 0-1, pass as-is.
|
|
306
|
-
let previousScore = null;
|
|
307
|
-
if (lastObsEntry && typeof lastObsEntry.value === "number") {
|
|
308
|
-
const rawVal = lastObsEntry.value;
|
|
309
|
-
try {
|
|
310
|
-
const threshold = JSON.parse(JSON.stringify(dim.threshold));
|
|
311
|
-
if (threshold.type === "min" &&
|
|
312
|
-
typeof threshold.value === "number" &&
|
|
313
|
-
threshold.value > 1) {
|
|
314
|
-
previousScore = Math.min(1, Math.max(0, rawVal / threshold.value));
|
|
315
|
-
}
|
|
316
|
-
else if (threshold.type === "max" &&
|
|
317
|
-
typeof threshold.value === "number" &&
|
|
318
|
-
threshold.value > 1) {
|
|
319
|
-
previousScore = Math.min(1, Math.max(0, 2 - rawVal / threshold.value));
|
|
320
|
-
}
|
|
321
|
-
else if (threshold.type === "range" &&
|
|
322
|
-
typeof threshold.low === "number" &&
|
|
323
|
-
typeof threshold.high === "number" &&
|
|
324
|
-
threshold.high > threshold.low) {
|
|
325
|
-
const span = threshold.high - threshold.low;
|
|
326
|
-
previousScore = Math.min(1, Math.max(0, (rawVal - threshold.low) / span));
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
previousScore = Math.min(1, Math.max(0, rawVal));
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
catch {
|
|
333
|
-
previousScore = Math.min(1, Math.max(0, rawVal));
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
await this.observeWithLLM(goalId, dim.name, goal.description, dim.label ?? dim.name, JSON.stringify(dim.threshold), ctx, previousScore, undefined, // dryRun
|
|
337
|
-
typeof dim.current_value === "number" ? dim.current_value : null, !!dataSource, workspacePath);
|
|
338
|
-
void this.hookManager?.emit("PostObserve", { goal_id: goalId, dimension: dim.name, data: { value: null, confidence: null } });
|
|
339
|
-
continue;
|
|
340
|
-
}
|
|
341
|
-
catch (err) {
|
|
342
|
-
this.logger?.warn(`[ObservationEngine] LLM observation failed for dimension "${dim.name}": ${err instanceof Error ? err.message : String(err)}. Falling back to self_report.`);
|
|
343
|
-
// If persistence failed but LLM succeeded, recover the observed value
|
|
344
|
-
// so the self_report fallback uses the real score instead of null.
|
|
345
|
-
if (err instanceof ObservationPersistenceError) {
|
|
346
|
-
const recoveredValue = err.entry.extracted_value;
|
|
347
|
-
this.logger?.warn(`[ObservationEngine] Recovering LLM-observed value=${recoveredValue} for dimension "${dim.name}" via self_report fallback.`);
|
|
348
|
-
const recoveryEntry = createObservationEntry({
|
|
349
|
-
goalId,
|
|
350
|
-
dimensionName: dim.name,
|
|
351
|
-
layer: "self_report",
|
|
352
|
-
method,
|
|
353
|
-
trigger: "periodic",
|
|
354
|
-
rawResult: recoveredValue,
|
|
355
|
-
extractedValue: typeof recoveredValue === "number" ||
|
|
356
|
-
typeof recoveredValue === "string" ||
|
|
357
|
-
typeof recoveredValue === "boolean" ||
|
|
358
|
-
recoveredValue === null
|
|
359
|
-
? recoveredValue
|
|
360
|
-
: null,
|
|
361
|
-
confidence: err.entry.confidence,
|
|
362
|
-
});
|
|
363
|
-
await this.applyObservation(goalId, recoveryEntry);
|
|
364
|
-
void this.hookManager?.emit("PostObserve", { goal_id: goalId, dimension: dim.name, data: { value: recoveryEntry.extracted_value, confidence: recoveryEntry.confidence } });
|
|
365
|
-
continue;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
else if (this.dataSources.length > 0) {
|
|
370
|
-
// DataSources exist but none match this dimension and no LLM client
|
|
371
|
-
this.logger?.warn(`[ObservationEngine] Warning: dimension "${dim.name}" has no matching DataSource and no LLM client available for observation`);
|
|
372
|
-
}
|
|
373
|
-
// 3. Fall back to self_report (no LLM result available)
|
|
374
|
-
const entry = createObservationEntry({
|
|
375
|
-
goalId,
|
|
376
|
-
dimensionName: dim.name,
|
|
377
|
-
layer: "self_report",
|
|
378
|
-
method,
|
|
379
|
-
trigger: "periodic",
|
|
380
|
-
rawResult: dim.current_value,
|
|
381
|
-
extractedValue: typeof dim.current_value === "number" ||
|
|
382
|
-
typeof dim.current_value === "string" ||
|
|
383
|
-
typeof dim.current_value === "boolean" ||
|
|
384
|
-
dim.current_value === null
|
|
385
|
-
? dim.current_value
|
|
386
|
-
: null,
|
|
387
|
-
confidence: dataSource ? dim.confidence : Math.min(dim.confidence, 0.30),
|
|
388
|
-
});
|
|
389
|
-
await this.applyObservation(goalId, entry);
|
|
390
|
-
this.logger?.info(`[observe] ${dim.name}=${entry.extracted_value} (confidence=${entry.confidence})`);
|
|
391
|
-
void this.hookManager?.emit("PostObserve", { goal_id: goalId, dimension: dim.name, data: { value: entry.extracted_value, confidence: entry.confidence } });
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
// ─── Data Source Observation ───
|
|
395
|
-
/**
|
|
396
|
-
* Observe a goal dimension by querying a registered data source.
|
|
397
|
-
*/
|
|
398
|
-
async observeFromDataSource(goalId, dimensionName, sourceId) {
|
|
399
|
-
return observeFromDataSourceFn(goalId, dimensionName, sourceId, this.dataSources, (gId, entry) => this.applyObservation(gId, entry));
|
|
400
|
-
}
|
|
401
|
-
// ─── DataSource Dimension Lookup ───
|
|
402
|
-
/**
|
|
403
|
-
* Find the first DataSource adapter that can serve the given dimension name.
|
|
404
|
-
*/
|
|
405
|
-
findDataSourceForDimension(dimensionName, goalId) {
|
|
406
|
-
return findDataSourceForDimensionFn(this.dataSources, dimensionName, goalId);
|
|
407
|
-
}
|
|
408
|
-
// ─── LLM Observation ───
|
|
409
|
-
/**
|
|
410
|
-
* Observe a goal dimension using the LLM client.
|
|
411
|
-
*
|
|
412
|
-
* @param goalId The goal being observed.
|
|
413
|
-
* @param dimensionName The dimension name (snake_case).
|
|
414
|
-
* @param goalDescription Human-readable goal description.
|
|
415
|
-
* @param dimensionLabel Human-readable dimension label.
|
|
416
|
-
* @param thresholdDescription JSON-stringified threshold for context.
|
|
417
|
-
* @param workspaceContext Optional pre-fetched workspace context.
|
|
418
|
-
* @param previousScore Previous observed score for trend context.
|
|
419
|
-
* @param dryRun If true, do not write to state.
|
|
420
|
-
*/
|
|
421
|
-
async observeWithLLM(goalId, dimensionName, goalDescription, dimensionLabel, thresholdDescription, workspaceContext, previousScore, dryRun, currentValue, sourceAvailable, workspacePath) {
|
|
422
|
-
if (!this.llmClient) {
|
|
423
|
-
throw new Error("observeWithLLM: llmClient is not configured");
|
|
424
|
-
}
|
|
425
|
-
return llmObserve(goalId, dimensionName, goalDescription, dimensionLabel, thresholdDescription, this.llmClient, this.options, (gId, entry) => this.applyObservation(gId, entry), workspaceContext, previousScore, dryRun, this.logger, undefined, // dimensionHistory
|
|
426
|
-
undefined, // gateway
|
|
427
|
-
currentValue, sourceAvailable, workspacePath);
|
|
428
|
-
}
|
|
429
|
-
/**
|
|
430
|
-
* Return the registered data source adapters.
|
|
431
|
-
*/
|
|
432
|
-
getDataSources() {
|
|
433
|
-
return this.dataSources;
|
|
434
|
-
}
|
|
435
|
-
/**
|
|
436
|
-
* Dynamically add a data source adapter at runtime.
|
|
437
|
-
*/
|
|
438
|
-
addDataSource(adapter) {
|
|
439
|
-
this.dataSources.push(adapter);
|
|
440
|
-
}
|
|
441
|
-
/**
|
|
442
|
-
* Dynamically remove a data source adapter at runtime.
|
|
443
|
-
* Returns true if the adapter was found and removed, false otherwise.
|
|
444
|
-
*/
|
|
445
|
-
removeDataSource(sourceId) {
|
|
446
|
-
const index = this.dataSources.findIndex((ds) => ds.sourceId === sourceId);
|
|
447
|
-
if (index === -1) {
|
|
448
|
-
return false;
|
|
449
|
-
}
|
|
450
|
-
this.dataSources.splice(index, 1);
|
|
451
|
-
return true;
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* Return dimension info for all registered data sources that expose
|
|
455
|
-
* getSupportedDimensions().
|
|
456
|
-
*/
|
|
457
|
-
getAvailableDimensionInfo() {
|
|
458
|
-
const result = [];
|
|
459
|
-
for (const ds of this.dataSources) {
|
|
460
|
-
if (typeof ds.getSupportedDimensions === "function") {
|
|
461
|
-
result.push({ name: ds.config.name, dimensions: ds.getSupportedDimensions() });
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
return result;
|
|
465
|
-
}
|
|
466
|
-
// ─── Knowledge Gap Detection ───
|
|
467
|
-
/**
|
|
468
|
-
* Detect whether a set of observation entries indicates a knowledge gap.
|
|
469
|
-
*/
|
|
470
|
-
detectKnowledgeGap(entries, dimensionName) {
|
|
471
|
-
return detectKnowledgeGap(entries, dimensionName);
|
|
472
|
-
}
|
|
473
|
-
// ─── Task-Scoped Observation ───
|
|
474
|
-
/**
|
|
475
|
-
* Collect domain-specific pre-execution context for a task.
|
|
476
|
-
*
|
|
477
|
-
* Delegates to the standalone `_observeForTask` function from
|
|
478
|
-
* `observation-task.ts`. The `contextProvider` on this class returns
|
|
479
|
-
* `Promise<string>` while `ObserveForTaskDeps` expects
|
|
480
|
-
* `Promise<string | null>`, so we adapt inline (both are compatible at
|
|
481
|
-
* runtime since `string` satisfies `string | null`).
|
|
482
|
-
*
|
|
483
|
-
* @param task The agent task requiring pre-execution context.
|
|
484
|
-
* @param domain The task domain that governs the collection strategy.
|
|
485
|
-
*/
|
|
486
|
-
async observeForTask(task, domain) {
|
|
487
|
-
return _observeForTask({ contextProvider: this.contextProvider, logger: this.logger }, task, domain);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
//# sourceMappingURL=observation-engine.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"observation-engine.js","sourceRoot":"","sources":["../../src/observation/observation-engine.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import type { ObservationLogEntry, ObservationLog } from "../types/state.js";
|
|
3
|
-
import type { ObservationLayer, ObservationMethod, ObservationTrigger, ConfidenceTier } from "../types/core.js";
|
|
4
|
-
import type { KnowledgeGapSignal } from "../types/knowledge.js";
|
|
5
|
-
import type { VectorIndex } from "../knowledge/vector-index.js";
|
|
6
|
-
import type { Logger } from "../runtime/logger.js";
|
|
7
|
-
export interface ObservationEngineOptions {
|
|
8
|
-
crossValidationEnabled?: boolean;
|
|
9
|
-
divergenceThreshold?: number;
|
|
10
|
-
/** Injectable override for git diff context (used in tests). */
|
|
11
|
-
gitContextFetcher?: (maxChars: number) => string | Promise<string>;
|
|
12
|
-
/** Optional VectorIndex for indexing dimension names after observation. */
|
|
13
|
-
vectorIndex?: VectorIndex;
|
|
14
|
-
}
|
|
15
|
-
export interface CrossValidationResult {
|
|
16
|
-
dimensionName: string;
|
|
17
|
-
mechanicalValue: number;
|
|
18
|
-
llmValue: number;
|
|
19
|
-
diverged: boolean;
|
|
20
|
-
divergenceRatio: number;
|
|
21
|
-
resolution: "mechanical_wins";
|
|
22
|
-
/** Confidence penalty applied when mechanical and LLM diverge (0 = no penalty). */
|
|
23
|
-
confidencePenalty: number;
|
|
24
|
-
}
|
|
25
|
-
interface LayerConfig {
|
|
26
|
-
ceiling: number;
|
|
27
|
-
tier: ConfidenceTier;
|
|
28
|
-
range: [number, number];
|
|
29
|
-
}
|
|
30
|
-
export declare const LAYER_CONFIG: Record<ObservationLayer, LayerConfig>;
|
|
31
|
-
export declare const LAYER_PRIORITY: Record<ObservationLayer, number>;
|
|
32
|
-
export declare const LLMObservationResponseSchema: z.ZodObject<{
|
|
33
|
-
score: z.ZodNumber;
|
|
34
|
-
reason: z.ZodString;
|
|
35
|
-
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
score: number;
|
|
37
|
-
reason: string;
|
|
38
|
-
}, {
|
|
39
|
-
score: number;
|
|
40
|
-
reason: string;
|
|
41
|
-
}>;
|
|
42
|
-
/**
|
|
43
|
-
* Apply progress ceiling based on observation layer.
|
|
44
|
-
* Returns min(progress, ceiling).
|
|
45
|
-
*/
|
|
46
|
-
export declare function applyProgressCeiling(progress: number, layer: ObservationLayer): number;
|
|
47
|
-
/**
|
|
48
|
-
* Return the ConfidenceTier and valid confidence range for a given layer.
|
|
49
|
-
*/
|
|
50
|
-
export declare function getConfidenceTier(layer: ObservationLayer): {
|
|
51
|
-
tier: ConfidenceTier;
|
|
52
|
-
range: [number, number];
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* Construct a new ObservationLogEntry.
|
|
56
|
-
* Confidence is clamped to the layer's valid range.
|
|
57
|
-
*/
|
|
58
|
-
export declare function createObservationEntry(params: {
|
|
59
|
-
goalId: string;
|
|
60
|
-
dimensionName: string;
|
|
61
|
-
layer: ObservationLayer;
|
|
62
|
-
method: ObservationMethod;
|
|
63
|
-
trigger: ObservationTrigger;
|
|
64
|
-
rawResult: unknown;
|
|
65
|
-
extractedValue: number | string | boolean | null;
|
|
66
|
-
confidence: number;
|
|
67
|
-
notes?: string;
|
|
68
|
-
}): ObservationLogEntry;
|
|
69
|
-
/**
|
|
70
|
-
* Returns true when effective progress meets the threshold but confidence
|
|
71
|
-
* is below 0.85, meaning a mechanical verification task should be generated.
|
|
72
|
-
*/
|
|
73
|
-
export declare function needsVerificationTask(effectiveProgress: number, confidence: number, threshold: number): boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Resolve contradictions among multiple observation entries.
|
|
76
|
-
*
|
|
77
|
-
* Resolution rules:
|
|
78
|
-
* 1. Higher-priority layer wins (mechanical > independent_review > self_report).
|
|
79
|
-
* 2. Within the same layer, take the pessimistic (lower) numeric value.
|
|
80
|
-
* 3. For non-numeric values, take the first entry in the winning layer.
|
|
81
|
-
*
|
|
82
|
-
* Returns the single "winning" entry.
|
|
83
|
-
* Throws if entries array is empty.
|
|
84
|
-
*/
|
|
85
|
-
export declare function resolveContradiction(entries: ObservationLogEntry[]): ObservationLogEntry;
|
|
86
|
-
/**
|
|
87
|
-
* Strip trailing _2, _3, ... _N suffixes that LLMs sometimes append to
|
|
88
|
-
* deduplicate JSON keys. Only applied to names from external (LLM) input.
|
|
89
|
-
*
|
|
90
|
-
* Examples:
|
|
91
|
-
* "todo_count_2" → "todo_count"
|
|
92
|
-
* "quality_3" → "quality"
|
|
93
|
-
* "step_count" → "step_count" (trailing token is not a digit-only suffix)
|
|
94
|
-
* "coverage" → "coverage"
|
|
95
|
-
*/
|
|
96
|
-
export declare function normalizeDimensionName(name: string, logger?: Logger): string;
|
|
97
|
-
/**
|
|
98
|
-
* Detect whether a set of observation entries indicates a knowledge gap.
|
|
99
|
-
*
|
|
100
|
-
* Rule: if ALL entries have confidence < 0.3, interpretation is too
|
|
101
|
-
* uncertain — emit an `interpretation_difficulty` signal.
|
|
102
|
-
*
|
|
103
|
-
* Returns null when confidence is sufficient (no gap detected).
|
|
104
|
-
*/
|
|
105
|
-
export declare function detectKnowledgeGap(entries: ObservationLogEntry[], dimensionName?: string): KnowledgeGapSignal | null;
|
|
106
|
-
/**
|
|
107
|
-
* Load the observation log for a goal, returning an empty log if none exists.
|
|
108
|
-
* Pure function — requires stateManager passed in.
|
|
109
|
-
*/
|
|
110
|
-
export declare function loadOrEmptyObservationLog(stateManager: {
|
|
111
|
-
loadObservationLog: (goalId: string) => Promise<ObservationLog | null>;
|
|
112
|
-
}, goalId: string): Promise<ObservationLog>;
|
|
113
|
-
export {};
|
|
114
|
-
//# sourceMappingURL=observation-helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"observation-helpers.d.ts","sourceRoot":"","sources":["../../src/observation/observation-helpers.ts"],"names":[],"mappings":"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"}
|