@wrongstack/core 0.284.0 → 0.285.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-status-tracker.d.ts +74 -0
- package/dist/agent-status-tracker.d.ts.map +1 -0
- package/dist/autophase/auto-phase-planner.d.ts +79 -0
- package/dist/autophase/auto-phase-planner.d.ts.map +1 -0
- package/dist/autophase/auto-phase-runner.d.ts +79 -0
- package/dist/autophase/auto-phase-runner.d.ts.map +1 -0
- package/dist/autophase/checkpoint.d.ts +49 -0
- package/dist/autophase/checkpoint.d.ts.map +1 -0
- package/dist/autophase/index.d.ts +9 -0
- package/dist/autophase/index.d.ts.map +1 -0
- package/dist/autophase/phase-graph-builder.d.ts +46 -0
- package/dist/autophase/phase-graph-builder.d.ts.map +1 -0
- package/dist/autophase/phase-orchestrator.d.ts +150 -0
- package/dist/autophase/phase-orchestrator.d.ts.map +1 -0
- package/dist/autophase/phase-store.d.ts +29 -0
- package/dist/autophase/phase-store.d.ts.map +1 -0
- package/dist/autophase/types.d.ts +329 -0
- package/dist/autophase/types.d.ts.map +1 -0
- package/dist/boot.d.ts +73 -0
- package/dist/boot.d.ts.map +1 -0
- package/dist/coordination/adaptive-concurrency.d.ts +63 -0
- package/dist/coordination/adaptive-concurrency.d.ts.map +1 -0
- package/dist/coordination/agent-bridge.d.ts +24 -0
- package/dist/coordination/agent-bridge.d.ts.map +1 -0
- package/dist/coordination/agent-monitor.d.ts +100 -0
- package/dist/coordination/agent-monitor.d.ts.map +1 -0
- package/dist/coordination/agent-subagent-runner.d.ts +74 -0
- package/dist/coordination/agent-subagent-runner.d.ts.map +1 -0
- package/dist/coordination/agents/agent-prompts.d.ts +2 -0
- package/dist/coordination/agents/agent-prompts.d.ts.map +1 -0
- package/dist/coordination/agents/index.d.ts +35 -0
- package/dist/coordination/agents/index.d.ts.map +1 -0
- package/dist/coordination/agents/phase1-discovery.d.ts +4 -0
- package/dist/coordination/agents/phase1-discovery.d.ts.map +1 -0
- package/dist/coordination/agents/phase2-planning.d.ts +4 -0
- package/dist/coordination/agents/phase2-planning.d.ts.map +1 -0
- package/dist/coordination/agents/phase3-build.d.ts +4 -0
- package/dist/coordination/agents/phase3-build.d.ts.map +1 -0
- package/dist/coordination/agents/phase3-techstack.d.ts +13 -0
- package/dist/coordination/agents/phase3-techstack.d.ts.map +1 -0
- package/dist/coordination/agents/phase4-verify.d.ts +4 -0
- package/dist/coordination/agents/phase4-verify.d.ts.map +1 -0
- package/dist/coordination/agents/phase5-review.d.ts +4 -0
- package/dist/coordination/agents/phase5-review.d.ts.map +1 -0
- package/dist/coordination/agents/phase6-domain.d.ts +4 -0
- package/dist/coordination/agents/phase6-domain.d.ts.map +1 -0
- package/dist/coordination/agents/phase7-knowledge.d.ts +4 -0
- package/dist/coordination/agents/phase7-knowledge.d.ts.map +1 -0
- package/dist/coordination/agents/phase8-delivery.d.ts +4 -0
- package/dist/coordination/agents/phase8-delivery.d.ts.map +1 -0
- package/dist/coordination/agents/phase9-meta.d.ts +4 -0
- package/dist/coordination/agents/phase9-meta.d.ts.map +1 -0
- package/dist/coordination/agents/types.d.ts +79 -0
- package/dist/coordination/agents/types.d.ts.map +1 -0
- package/dist/coordination/agents.d.ts +8 -0
- package/dist/coordination/agents.d.ts.map +1 -0
- package/dist/coordination/auto-extend.d.ts +46 -0
- package/dist/coordination/auto-extend.d.ts.map +1 -0
- package/dist/coordination/autonomous-brain.d.ts +154 -0
- package/dist/coordination/autonomous-brain.d.ts.map +1 -0
- package/dist/coordination/autonomous-coordinator.d.ts +239 -0
- package/dist/coordination/autonomous-coordinator.d.ts.map +1 -0
- package/dist/coordination/brain-monitor.d.ts +74 -0
- package/dist/coordination/brain-monitor.d.ts.map +1 -0
- package/dist/coordination/brain.d.ts +104 -0
- package/dist/coordination/brain.d.ts.map +1 -0
- package/dist/coordination/change-manager.d.ts +151 -0
- package/dist/coordination/change-manager.d.ts.map +1 -0
- package/dist/coordination/checkpoint-wiring.d.ts +61 -0
- package/dist/coordination/checkpoint-wiring.d.ts.map +1 -0
- package/dist/coordination/collab-bus.d.ts +132 -0
- package/dist/coordination/collab-bus.d.ts.map +1 -0
- package/dist/coordination/collab-debug.d.ts +302 -0
- package/dist/coordination/collab-debug.d.ts.map +1 -0
- package/dist/coordination/commit-safety.d.ts +72 -0
- package/dist/coordination/commit-safety.d.ts.map +1 -0
- package/dist/coordination/consensus-protocol.d.ts +106 -0
- package/dist/coordination/consensus-protocol.d.ts.map +1 -0
- package/dist/coordination/coordinator/error-classifier.d.ts +15 -0
- package/dist/coordination/coordinator/error-classifier.d.ts.map +1 -0
- package/dist/coordination/delegate-tool.d.ts +101 -0
- package/dist/coordination/delegate-tool.d.ts.map +1 -0
- package/dist/coordination/dep-watcher-bridge.d.ts +47 -0
- package/dist/coordination/dep-watcher-bridge.d.ts.map +1 -0
- package/dist/coordination/dep-watcher.d.ts +74 -0
- package/dist/coordination/dep-watcher.d.ts.map +1 -0
- package/dist/coordination/director/director-errors.d.ts +29 -0
- package/dist/coordination/director/director-errors.d.ts.map +1 -0
- package/dist/coordination/director-construction.d.ts +90 -0
- package/dist/coordination/director-construction.d.ts.map +1 -0
- package/dist/coordination/director-prompts.d.ts +119 -0
- package/dist/coordination/director-prompts.d.ts.map +1 -0
- package/dist/coordination/director-session.d.ts +68 -0
- package/dist/coordination/director-session.d.ts.map +1 -0
- package/dist/coordination/director-tools.d.ts +65 -0
- package/dist/coordination/director-tools.d.ts.map +1 -0
- package/dist/coordination/director.d.ts +802 -0
- package/dist/coordination/director.d.ts.map +1 -0
- package/dist/coordination/dispatcher.d.ts +82 -0
- package/dist/coordination/dispatcher.d.ts.map +1 -0
- package/dist/coordination/file-author-tracker.d.ts +76 -0
- package/dist/coordination/file-author-tracker.d.ts.map +1 -0
- package/dist/coordination/fleet-bus.d.ts +122 -0
- package/dist/coordination/fleet-bus.d.ts.map +1 -0
- package/dist/coordination/fleet-event-validation.d.ts +10 -0
- package/dist/coordination/fleet-event-validation.d.ts.map +1 -0
- package/dist/coordination/fleet-manager.d.ts +234 -0
- package/dist/coordination/fleet-manager.d.ts.map +1 -0
- package/dist/coordination/fleet-spawn.d.ts +102 -0
- package/dist/coordination/fleet-spawn.d.ts.map +1 -0
- package/dist/coordination/fleet-status-tool.d.ts +36 -0
- package/dist/coordination/fleet-status-tool.d.ts.map +1 -0
- package/dist/coordination/fleet-supervisor.d.ts +157 -0
- package/dist/coordination/fleet-supervisor.d.ts.map +1 -0
- package/dist/coordination/fleet.d.ts +96 -0
- package/dist/coordination/fleet.d.ts.map +1 -0
- package/dist/coordination/global-mailbox.d.ts +234 -0
- package/dist/coordination/global-mailbox.d.ts.map +1 -0
- package/dist/coordination/icoordinator.d.ts +97 -0
- package/dist/coordination/icoordinator.d.ts.map +1 -0
- package/dist/coordination/ifleet-manager.d.ts +177 -0
- package/dist/coordination/ifleet-manager.d.ts.map +1 -0
- package/dist/coordination/in-memory-transport.d.ts +12 -0
- package/dist/coordination/in-memory-transport.d.ts.map +1 -0
- package/dist/coordination/index.d.ts +78 -2587
- package/dist/coordination/index.d.ts.map +1 -0
- package/dist/coordination/index.js +739 -254
- package/dist/coordination/index.js.map +7 -1
- package/dist/coordination/knowledge-graph.d.ts +217 -0
- package/dist/coordination/knowledge-graph.d.ts.map +1 -0
- package/dist/coordination/large-answer-store.d.ts +61 -0
- package/dist/coordination/large-answer-store.d.ts.map +1 -0
- package/dist/coordination/mail-tools.d.ts +34 -0
- package/dist/coordination/mail-tools.d.ts.map +1 -0
- package/dist/coordination/mailbox-actions.d.ts +68 -0
- package/dist/coordination/mailbox-actions.d.ts.map +1 -0
- package/dist/coordination/mailbox-health.d.ts +131 -0
- package/dist/coordination/mailbox-health.d.ts.map +1 -0
- package/dist/coordination/mailbox-hooks.d.ts +55 -0
- package/dist/coordination/mailbox-hooks.d.ts.map +1 -0
- package/dist/coordination/mailbox-tool.d.ts +75 -0
- package/dist/coordination/mailbox-tool.d.ts.map +1 -0
- package/dist/{mailbox-types-BGZWrYTJ.d.ts → coordination/mailbox-types.d.ts} +37 -22
- package/dist/coordination/mailbox-types.d.ts.map +1 -0
- package/dist/coordination/mailbox.d.ts +69 -0
- package/dist/coordination/mailbox.d.ts.map +1 -0
- package/dist/coordination/model-matrix.d.ts +98 -0
- package/dist/coordination/model-matrix.d.ts.map +1 -0
- package/dist/coordination/multi-agent-coordinator.d.ts +202 -0
- package/dist/coordination/multi-agent-coordinator.d.ts.map +1 -0
- package/dist/coordination/null-fleet-bus.d.ts +10 -0
- package/dist/coordination/null-fleet-bus.d.ts.map +1 -0
- package/dist/coordination/package-author-tracker.d.ts +87 -0
- package/dist/coordination/package-author-tracker.d.ts.map +1 -0
- package/dist/coordination/package-outdated-watcher.d.ts +83 -0
- package/dist/coordination/package-outdated-watcher.d.ts.map +1 -0
- package/dist/coordination/single-instance-mailbox.d.ts +154 -0
- package/dist/coordination/single-instance-mailbox.d.ts.map +1 -0
- package/dist/coordination/spawn-budget.d.ts +6 -0
- package/dist/coordination/spawn-budget.d.ts.map +1 -0
- package/dist/coordination/subagent-budget.d.ts +323 -0
- package/dist/coordination/subagent-budget.d.ts.map +1 -0
- package/dist/coordination/subagent-nicknames.d.ts +42 -0
- package/dist/coordination/subagent-nicknames.d.ts.map +1 -0
- package/dist/coordination/subagent-result-tool.d.ts +20 -0
- package/dist/coordination/subagent-result-tool.d.ts.map +1 -0
- package/dist/coordination/task-auctioneer.d.ts +143 -0
- package/dist/coordination/task-auctioneer.d.ts.map +1 -0
- package/dist/coordination/task-dag.d.ts +147 -0
- package/dist/coordination/task-dag.d.ts.map +1 -0
- package/dist/coordination/techstack-mailbox-consumer.d.ts +50 -0
- package/dist/coordination/techstack-mailbox-consumer.d.ts.map +1 -0
- package/dist/coordination/transport.d.ts +2 -0
- package/dist/coordination/transport.d.ts.map +1 -0
- package/dist/coordination/worktree-task-runner.d.ts +45 -0
- package/dist/coordination/worktree-task-runner.d.ts.map +1 -0
- package/dist/core/agent-internals.d.ts +41 -0
- package/dist/core/agent-internals.d.ts.map +1 -0
- package/dist/core/agent-loop.d.ts +18 -0
- package/dist/core/agent-loop.d.ts.map +1 -0
- package/dist/core/agent-response.d.ts +21 -0
- package/dist/core/agent-response.d.ts.map +1 -0
- package/dist/core/agent-tools.d.ts +21 -0
- package/dist/core/agent-tools.d.ts.map +1 -0
- package/dist/core/agent-types.d.ts +95 -0
- package/dist/core/agent-types.d.ts.map +1 -0
- package/dist/core/agent.d.ts +54 -0
- package/dist/core/agent.d.ts.map +1 -0
- package/dist/core/btw.d.ts +40 -0
- package/dist/core/btw.d.ts.map +1 -0
- package/dist/core/context.d.ts +269 -0
- package/dist/core/context.d.ts.map +1 -0
- package/dist/core/continue-intent.d.ts +92 -0
- package/dist/core/continue-intent.d.ts.map +1 -0
- package/dist/core/continue-to-next-iteration.d.ts +96 -0
- package/dist/core/continue-to-next-iteration.d.ts.map +1 -0
- package/dist/core/conversation-state.d.ts +96 -0
- package/dist/core/conversation-state.d.ts.map +1 -0
- package/dist/core/fallback-model.d.ts +94 -0
- package/dist/core/fallback-model.d.ts.map +1 -0
- package/dist/core/fleet-pulse.d.ts +42 -0
- package/dist/core/fleet-pulse.d.ts.map +1 -0
- package/dist/core/input-builder.d.ts +95 -0
- package/dist/core/input-builder.d.ts.map +1 -0
- package/dist/core/instruction-bundle.d.ts +22 -0
- package/dist/core/instruction-bundle.d.ts.map +1 -0
- package/dist/core/iteration-limit.d.ts +35 -0
- package/dist/core/iteration-limit.d.ts.map +1 -0
- package/dist/core/mailbox-loop.d.ts +63 -0
- package/dist/core/mailbox-loop.d.ts.map +1 -0
- package/dist/core/modes/brief.d.ts +2 -0
- package/dist/core/modes/brief.d.ts.map +1 -0
- package/dist/core/modes/default.d.ts +8 -0
- package/dist/core/modes/default.d.ts.map +1 -0
- package/dist/core/modes/teach.d.ts +2 -0
- package/dist/core/modes/teach.d.ts.map +1 -0
- package/dist/core/provider-runner.d.ts +24 -0
- package/dist/core/provider-runner.d.ts.map +1 -0
- package/dist/core/queued-messages.d.ts +55 -0
- package/dist/core/queued-messages.d.ts.map +1 -0
- package/dist/core/run-env.d.ts +49 -0
- package/dist/core/run-env.d.ts.map +1 -0
- package/dist/core/streaming-response-builder.d.ts +78 -0
- package/dist/core/streaming-response-builder.d.ts.map +1 -0
- package/dist/core/system-prompt-builder.d.ts +213 -0
- package/dist/core/system-prompt-builder.d.ts.map +1 -0
- package/dist/defaults/index.d.ts +68 -158
- package/dist/defaults/index.d.ts.map +1 -0
- package/dist/defaults/index.js +1257 -819
- package/dist/defaults/index.js.map +7 -1
- package/dist/execution/auto-compaction-middleware.d.ts +123 -0
- package/dist/execution/auto-compaction-middleware.d.ts.map +1 -0
- package/dist/execution/autonomous-runner.d.ts +55 -0
- package/dist/execution/autonomous-runner.d.ts.map +1 -0
- package/dist/execution/autonomy-brain.d.ts +90 -0
- package/dist/execution/autonomy-brain.d.ts.map +1 -0
- package/dist/execution/autonomy-prompt-contributor.d.ts +39 -0
- package/dist/execution/autonomy-prompt-contributor.d.ts.map +1 -0
- package/dist/execution/compaction-core.d.ts +103 -0
- package/dist/execution/compaction-core.d.ts.map +1 -0
- package/dist/execution/compactor.d.ts +56 -0
- package/dist/execution/compactor.d.ts.map +1 -0
- package/dist/execution/design-color.d.ts +31 -0
- package/dist/execution/design-color.d.ts.map +1 -0
- package/dist/execution/design-detect.d.ts +96 -0
- package/dist/execution/design-detect.d.ts.map +1 -0
- package/dist/execution/design-kit-loader.d.ts +53 -0
- package/dist/execution/design-kit-loader.d.ts.map +1 -0
- package/dist/execution/design-materialize.d.ts +32 -0
- package/dist/execution/design-materialize.d.ts.map +1 -0
- package/dist/execution/design-project-store.d.ts +57 -0
- package/dist/execution/design-project-store.d.ts.map +1 -0
- package/dist/execution/design-verify.d.ts +44 -0
- package/dist/execution/design-verify.d.ts.map +1 -0
- package/dist/execution/error-handler.d.ts +34 -0
- package/dist/execution/error-handler.d.ts.map +1 -0
- package/dist/{parallel-eternal-engine-HUrtePLd.d.ts → execution/eternal-autonomy.d.ts} +10 -225
- package/dist/execution/eternal-autonomy.d.ts.map +1 -0
- package/dist/execution/goal-preamble.d.ts +2 -0
- package/dist/execution/goal-preamble.d.ts.map +1 -0
- package/dist/execution/index.d.ts +21 -180
- package/dist/execution/index.d.ts.map +1 -0
- package/dist/execution/index.js +465 -180
- package/dist/execution/index.js.map +7 -1
- package/dist/execution/intelligent-compactor.d.ts +85 -0
- package/dist/execution/intelligent-compactor.d.ts.map +1 -0
- package/dist/execution/model-runtime.d.ts +75 -0
- package/dist/execution/model-runtime.d.ts.map +1 -0
- package/dist/execution/parallel-eternal-engine.d.ts +130 -0
- package/dist/execution/parallel-eternal-engine.d.ts.map +1 -0
- package/dist/execution/prompt-enhancer.d.ts +12 -13
- package/dist/execution/prompt-enhancer.d.ts.map +1 -0
- package/dist/execution/prompt-enhancer.js +13 -7
- package/dist/execution/prompt-enhancer.js.map +7 -1
- package/dist/execution/prompt-loader.d.ts +52 -0
- package/dist/execution/prompt-loader.d.ts.map +1 -0
- package/dist/execution/provider-runner-impl.d.ts +14 -0
- package/dist/execution/provider-runner-impl.d.ts.map +1 -0
- package/dist/execution/regex-patterns.d.ts +7 -0
- package/dist/execution/regex-patterns.d.ts.map +1 -0
- package/dist/execution/retry-policy.d.ts +35 -0
- package/dist/execution/retry-policy.d.ts.map +1 -0
- package/dist/execution/selective-compactor.d.ts +94 -0
- package/dist/execution/selective-compactor.d.ts.map +1 -0
- package/dist/execution/skill-loader.d.ts +43 -0
- package/dist/execution/skill-loader.d.ts.map +1 -0
- package/dist/execution/strategy-compactor.d.ts +43 -0
- package/dist/execution/strategy-compactor.d.ts.map +1 -0
- package/dist/execution/tool-executor.d.ts +112 -0
- package/dist/execution/tool-executor.d.ts.map +1 -0
- package/dist/extension/extension-points.d.ts +121 -0
- package/dist/extension/extension-points.d.ts.map +1 -0
- package/dist/extension/index.d.ts +3 -10
- package/dist/extension/index.d.ts.map +1 -0
- package/dist/extension/index.js +59 -5
- package/dist/extension/index.js.map +7 -1
- package/dist/extension/registry.d.ts +86 -0
- package/dist/extension/registry.d.ts.map +1 -0
- package/dist/fleet-notifier.d.ts +28 -0
- package/dist/fleet-notifier.d.ts.map +1 -0
- package/dist/hooks/http-executor.d.ts +11 -0
- package/dist/hooks/http-executor.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +10 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/registry.d.ts +71 -0
- package/dist/hooks/registry.d.ts.map +1 -0
- package/dist/hooks/runner.d.ts +65 -0
- package/dist/hooks/runner.d.ts.map +1 -0
- package/dist/hooks/shell-executor.d.ts +33 -0
- package/dist/hooks/shell-executor.d.ts.map +1 -0
- package/dist/hooks/shell-hooks-equal.d.ts +15 -0
- package/dist/hooks/shell-hooks-equal.d.ts.map +1 -0
- package/dist/hq/agent-bridge.d.ts +27 -0
- package/dist/hq/agent-bridge.d.ts.map +1 -0
- package/dist/hq/alerts.d.ts +67 -0
- package/dist/hq/alerts.d.ts.map +1 -0
- package/dist/hq/auth-store.d.ts +161 -0
- package/dist/hq/auth-store.d.ts.map +1 -0
- package/dist/hq/brain-bridge.d.ts +37 -0
- package/dist/hq/brain-bridge.d.ts.map +1 -0
- package/dist/hq/commands.d.ts +122 -0
- package/dist/hq/commands.d.ts.map +1 -0
- package/dist/hq/cost-bridge.d.ts +36 -0
- package/dist/hq/cost-bridge.d.ts.map +1 -0
- package/dist/hq/factory.d.ts +66 -0
- package/dist/hq/factory.d.ts.map +1 -0
- package/dist/hq/fleet-bridge.d.ts +39 -0
- package/dist/hq/fleet-bridge.d.ts.map +1 -0
- package/dist/hq/index.d.ts +18 -816
- package/dist/hq/index.d.ts.map +1 -0
- package/dist/hq/index.js +417 -122
- package/dist/hq/index.js.map +7 -1
- package/dist/hq/mailbox-mapper.d.ts +27 -0
- package/dist/hq/mailbox-mapper.d.ts.map +1 -0
- package/dist/hq/persistence.d.ts +121 -0
- package/dist/hq/persistence.d.ts.map +1 -0
- package/dist/hq/protocol.d.ts +560 -0
- package/dist/hq/protocol.d.ts.map +1 -0
- package/dist/hq/publisher.d.ts +177 -0
- package/dist/hq/publisher.d.ts.map +1 -0
- package/dist/hq/redaction.d.ts +30 -0
- package/dist/hq/redaction.d.ts.map +1 -0
- package/dist/hq/session-bridge.d.ts +29 -0
- package/dist/hq/session-bridge.d.ts.map +1 -0
- package/dist/hq/tool-bridge.d.ts +41 -0
- package/dist/hq/tool-bridge.d.ts.map +1 -0
- package/dist/hq/transcript-mapper.d.ts +36 -0
- package/dist/hq/transcript-mapper.d.ts.map +1 -0
- package/dist/hq/worktree-bridge.d.ts +34 -0
- package/dist/hq/worktree-bridge.d.ts.map +1 -0
- package/dist/index.d.ts +108 -2872
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2724 -1344
- package/dist/index.js.map +7 -1
- package/dist/infrastructure/context-manager.d.ts +92 -0
- package/dist/infrastructure/context-manager.d.ts.map +1 -0
- package/dist/infrastructure/index.d.ts +6 -64
- package/dist/infrastructure/index.d.ts.map +1 -0
- package/dist/infrastructure/index.js +39 -12
- package/dist/infrastructure/index.js.map +7 -1
- package/dist/infrastructure/logger.d.ts +99 -0
- package/dist/infrastructure/logger.d.ts.map +1 -0
- package/dist/infrastructure/mcp-servers.d.ts +83 -0
- package/dist/infrastructure/mcp-servers.d.ts.map +1 -0
- package/dist/{path-resolver-CMS5307d.d.ts → infrastructure/path-resolver.d.ts} +3 -5
- package/dist/infrastructure/path-resolver.d.ts.map +1 -0
- package/dist/infrastructure/token-counter.d.ts +57 -0
- package/dist/infrastructure/token-counter.d.ts.map +1 -0
- package/dist/kernel/container.d.ts +84 -0
- package/dist/kernel/container.d.ts.map +1 -0
- package/dist/{events-Bgnh43r9.d.ts → kernel/events.d.ts} +112 -206
- package/dist/kernel/events.d.ts.map +1 -0
- package/dist/kernel/index.d.ts +6 -107
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/index.js +56 -4
- package/dist/kernel/index.js.map +7 -1
- package/dist/kernel/pipeline.d.ts +105 -0
- package/dist/kernel/pipeline.d.ts.map +1 -0
- package/dist/kernel/run-controller.d.ts +55 -0
- package/dist/kernel/run-controller.d.ts.map +1 -0
- package/dist/kernel/tokens.d.ts +53 -0
- package/dist/kernel/tokens.d.ts.map +1 -0
- package/dist/mailbox-attach.d.ts +27 -0
- package/dist/mailbox-attach.d.ts.map +1 -0
- package/dist/middleware/collab-pause.d.ts +73 -0
- package/dist/middleware/collab-pause.d.ts.map +1 -0
- package/dist/models/codex-catalog.d.ts +41 -0
- package/dist/models/codex-catalog.d.ts.map +1 -0
- package/dist/models/index.d.ts +8 -163
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +150 -51
- package/dist/models/index.js.map +7 -1
- package/dist/models/llm-selector.d.ts +47 -0
- package/dist/models/llm-selector.d.ts.map +1 -0
- package/dist/models/mode-store.d.ts +22 -0
- package/dist/models/mode-store.d.ts.map +1 -0
- package/dist/models/model-intelligence.d.ts +56 -0
- package/dist/models/model-intelligence.d.ts.map +1 -0
- package/dist/models/model-router.d.ts +100 -0
- package/dist/models/model-router.d.ts.map +1 -0
- package/dist/models/models-registry.d.ts +106 -0
- package/dist/models/models-registry.d.ts.map +1 -0
- package/dist/models/provider-model-resolve.d.ts +69 -0
- package/dist/models/provider-model-resolve.d.ts.map +1 -0
- package/dist/observability/event-bridge.d.ts +10 -0
- package/dist/observability/event-bridge.d.ts.map +1 -0
- package/dist/observability/health.d.ts +18 -0
- package/dist/observability/health.d.ts.map +1 -0
- package/dist/observability/index.d.ts +9 -354
- package/dist/observability/index.d.ts.map +1 -0
- package/dist/observability/index.js +21 -8
- package/dist/observability/index.js.map +7 -1
- package/dist/observability/metrics.d.ts +26 -0
- package/dist/observability/metrics.d.ts.map +1 -0
- package/dist/observability/otel-tracer.d.ts +41 -0
- package/dist/observability/otel-tracer.d.ts.map +1 -0
- package/dist/observability/otlp-metrics.d.ts +111 -0
- package/dist/observability/otlp-metrics.d.ts.map +1 -0
- package/dist/observability/otlp-traces.d.ts +95 -0
- package/dist/observability/otlp-traces.d.ts.map +1 -0
- package/dist/observability/prometheus.d.ts +49 -0
- package/dist/observability/prometheus.d.ts.map +1 -0
- package/dist/observability/tracer.d.ts +9 -0
- package/dist/observability/tracer.d.ts.map +1 -0
- package/dist/plugin/api.d.ts +226 -0
- package/dist/plugin/api.d.ts.map +1 -0
- package/dist/plugin/loader.d.ts +73 -0
- package/dist/plugin/loader.d.ts.map +1 -0
- package/dist/plugins/chimera-plugin.d.ts +37 -0
- package/dist/plugins/chimera-plugin.d.ts.map +1 -0
- package/dist/plugins/git-plugin.d.ts +15 -0
- package/dist/plugins/git-plugin.d.ts.map +1 -0
- package/dist/plugins/observability-plugin.d.ts +19 -0
- package/dist/plugins/observability-plugin.d.ts.map +1 -0
- package/dist/plugins/plan-plugin.d.ts +16 -0
- package/dist/plugins/plan-plugin.d.ts.map +1 -0
- package/dist/plugins/prompts-plugin.d.ts +26 -0
- package/dist/plugins/prompts-plugin.d.ts.map +1 -0
- package/dist/plugins/security-plugin.d.ts +19 -0
- package/dist/plugins/security-plugin.d.ts.map +1 -0
- package/dist/plugins/skills-plugin.d.ts +42 -0
- package/dist/plugins/skills-plugin.d.ts.map +1 -0
- package/dist/plugins/sync-plugin.d.ts +22 -0
- package/dist/plugins/sync-plugin.d.ts.map +1 -0
- package/dist/prompts/index.d.ts +3 -0
- package/dist/prompts/index.d.ts.map +1 -0
- package/dist/prompts/prompt-installer.d.ts +50 -0
- package/dist/prompts/prompt-installer.d.ts.map +1 -0
- package/dist/prompts/prompt-manifest-store.d.ts +18 -0
- package/dist/prompts/prompt-manifest-store.d.ts.map +1 -0
- package/dist/registry/provider-registry.d.ts +51 -0
- package/dist/registry/provider-registry.d.ts.map +1 -0
- package/dist/registry/slash-command-registry.d.ts +61 -0
- package/dist/registry/slash-command-registry.d.ts.map +1 -0
- package/dist/registry/tool-registry.d.ts +154 -0
- package/dist/registry/tool-registry.d.ts.map +1 -0
- package/dist/replay/hash.d.ts +31 -0
- package/dist/replay/hash.d.ts.map +1 -0
- package/dist/replay/replay-provider-runner.d.ts +53 -0
- package/dist/replay/replay-provider-runner.d.ts.map +1 -0
- package/dist/{index-CbyuOE5y.d.ts → security/capabilities.d.ts} +31 -34
- package/dist/security/capabilities.d.ts.map +1 -0
- package/dist/security/config-secrets.d.ts +25 -0
- package/dist/security/config-secrets.d.ts.map +1 -0
- package/dist/security/index.d.ts +6 -8
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +102 -381
- package/dist/security/index.js.map +7 -1
- package/dist/security/permission-policy.d.ts +153 -0
- package/dist/security/permission-policy.d.ts.map +1 -0
- package/dist/security/secret-scrubber.d.ts +14 -0
- package/dist/security/secret-scrubber.d.ts.map +1 -0
- package/dist/security/secret-vault.d.ts +87 -0
- package/dist/security/secret-vault.d.ts.map +1 -0
- package/dist/security/yolo-risk.d.ts +11 -0
- package/dist/security/yolo-risk.d.ts.map +1 -0
- package/dist/{session-registry-Dvg7i_IA.d.ts → session-registry.d.ts} +8 -9
- package/dist/session-registry.d.ts.map +1 -0
- package/dist/skills/foreign-sources.d.ts +59 -0
- package/dist/skills/foreign-sources.d.ts.map +1 -0
- package/dist/skills/frontmatter.d.ts +44 -0
- package/dist/skills/frontmatter.d.ts.map +1 -0
- package/dist/skills/github-fetcher.d.ts +38 -0
- package/dist/skills/github-fetcher.d.ts.map +1 -0
- package/dist/skills/index.d.ts +11 -582
- package/dist/skills/index.d.ts.map +1 -0
- package/dist/skills/index.js +81 -43
- package/dist/skills/index.js.map +7 -1
- package/dist/skills/limits.d.ts +92 -0
- package/dist/skills/limits.d.ts.map +1 -0
- package/dist/skills/manifest-store.d.ts +42 -0
- package/dist/skills/manifest-store.d.ts.map +1 -0
- package/dist/skills/registry/github-direct-adapter.d.ts +17 -0
- package/dist/skills/registry/github-direct-adapter.d.ts.map +1 -0
- package/dist/skills/registry/registry-adapter.d.ts +84 -0
- package/dist/skills/registry/registry-adapter.d.ts.map +1 -0
- package/dist/skills/registry/skills-sh-adapter.d.ts +13 -0
- package/dist/skills/registry/skills-sh-adapter.d.ts.map +1 -0
- package/dist/skills/skill-generator.d.ts +82 -0
- package/dist/skills/skill-generator.d.ts.map +1 -0
- package/dist/skills/skill-installer.d.ts +124 -0
- package/dist/skills/skill-installer.d.ts.map +1 -0
- package/dist/storage/annotations-store.d.ts +118 -0
- package/dist/storage/annotations-store.d.ts.map +1 -0
- package/dist/storage/attachment-store.d.ts +31 -0
- package/dist/storage/attachment-store.d.ts.map +1 -0
- package/dist/storage/cloud-sync.d.ts +44 -0
- package/dist/storage/cloud-sync.d.ts.map +1 -0
- package/dist/storage/completed-work-checkpoint.d.ts +11 -0
- package/dist/storage/completed-work-checkpoint.d.ts.map +1 -0
- package/dist/storage/config-loader.d.ts +104 -0
- package/dist/storage/config-loader.d.ts.map +1 -0
- package/dist/storage/config-migration.d.ts +87 -0
- package/dist/storage/config-migration.d.ts.map +1 -0
- package/dist/storage/config-store.d.ts +22 -0
- package/dist/storage/config-store.d.ts.map +1 -0
- package/dist/{director-state-CMS_bMs4.d.ts → storage/director-state.d.ts} +28 -8
- package/dist/storage/director-state.d.ts.map +1 -0
- package/dist/storage/file-session-writer.d.ts +169 -0
- package/dist/storage/file-session-writer.d.ts.map +1 -0
- package/dist/{goal-store-Datpp-ar.d.ts → storage/goal-store.d.ts} +26 -19
- package/dist/storage/goal-store.d.ts.map +1 -0
- package/dist/storage/index.d.ts +39 -1031
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +655 -300
- package/dist/storage/index.js.map +7 -1
- package/dist/storage/input-history-store.d.ts +56 -0
- package/dist/storage/input-history-store.d.ts.map +1 -0
- package/dist/storage/memory-backend.d.ts +66 -0
- package/dist/storage/memory-backend.d.ts.map +1 -0
- package/dist/storage/memory-consolidator.d.ts +50 -0
- package/dist/storage/memory-consolidator.d.ts.map +1 -0
- package/dist/storage/memory-graph-backend.d.ts +117 -0
- package/dist/storage/memory-graph-backend.d.ts.map +1 -0
- package/dist/storage/memory-store.d.ts +119 -0
- package/dist/storage/memory-store.d.ts.map +1 -0
- package/dist/storage/plan-store.d.ts +78 -0
- package/dist/storage/plan-store.d.ts.map +1 -0
- package/dist/storage/plan-templates.d.ts +21 -0
- package/dist/storage/plan-templates.d.ts.map +1 -0
- package/dist/storage/prompt-store.d.ts +37 -0
- package/dist/storage/prompt-store.d.ts.map +1 -0
- package/dist/storage/prompt-usage-store.d.ts +29 -0
- package/dist/storage/prompt-usage-store.d.ts.map +1 -0
- package/dist/storage/provider-config-watcher.d.ts +34 -0
- package/dist/storage/provider-config-watcher.d.ts.map +1 -0
- package/dist/storage/queue-store.d.ts +37 -0
- package/dist/storage/queue-store.d.ts.map +1 -0
- package/dist/storage/recovery-lock.d.ts +79 -0
- package/dist/storage/recovery-lock.d.ts.map +1 -0
- package/dist/storage/replay-log-store.d.ts +97 -0
- package/dist/storage/replay-log-store.d.ts.map +1 -0
- package/dist/storage/session-analyzer.d.ts +48 -0
- package/dist/storage/session-analyzer.d.ts.map +1 -0
- package/dist/storage/session-checkpoint-cas.d.ts +37 -0
- package/dist/storage/session-checkpoint-cas.d.ts.map +1 -0
- package/dist/{session-event-bridge-D_z_mBwk.d.ts → storage/session-event-bridge.d.ts} +14 -15
- package/dist/storage/session-event-bridge.d.ts.map +1 -0
- package/dist/storage/session-helpers.d.ts +9 -0
- package/dist/storage/session-helpers.d.ts.map +1 -0
- package/dist/storage/session-id.d.ts +18 -0
- package/dist/storage/session-id.d.ts.map +1 -0
- package/dist/storage/session-reader.d.ts +21 -0
- package/dist/storage/session-reader.d.ts.map +1 -0
- package/dist/storage/session-recovery.d.ts +93 -0
- package/dist/storage/session-recovery.d.ts.map +1 -0
- package/dist/storage/session-resume-validation.d.ts +6 -0
- package/dist/storage/session-resume-validation.d.ts.map +1 -0
- package/dist/storage/session-rewinder.d.ts +21 -0
- package/dist/storage/session-rewinder.d.ts.map +1 -0
- package/dist/storage/session-store.d.ts +210 -0
- package/dist/storage/session-store.d.ts.map +1 -0
- package/dist/storage/session-summary.d.ts +12 -0
- package/dist/storage/session-summary.d.ts.map +1 -0
- package/dist/storage/session-tool-call-ends.d.ts +5 -0
- package/dist/storage/session-tool-call-ends.d.ts.map +1 -0
- package/dist/storage/storage-concurrency.d.ts +2 -0
- package/dist/storage/storage-concurrency.d.ts.map +1 -0
- package/dist/storage/task-store.d.ts +33 -0
- package/dist/storage/task-store.d.ts.map +1 -0
- package/dist/storage/todos-checkpoint.d.ts +39 -0
- package/dist/storage/todos-checkpoint.d.ts.map +1 -0
- package/dist/storage/tool-audit-log.d.ts +141 -0
- package/dist/storage/tool-audit-log.d.ts.map +1 -0
- package/dist/tasking/index.d.ts +3 -124
- package/dist/tasking/index.d.ts.map +1 -0
- package/dist/tasking/index.js +57 -4
- package/dist/tasking/index.js.map +7 -1
- package/dist/tasking/task-store.d.ts +22 -0
- package/dist/tasking/task-store.d.ts.map +1 -0
- package/dist/tasking/task-tracker.d.ts +102 -0
- package/dist/tasking/task-tracker.d.ts.map +1 -0
- package/dist/tools/index.d.ts +2 -59
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +93 -14
- package/dist/tools/index.js.map +7 -1
- package/dist/tools/mcp-control.d.ts +53 -0
- package/dist/tools/mcp-control.d.ts.map +1 -0
- package/dist/tools/mcp-use.d.ts +24 -0
- package/dist/tools/mcp-use.d.ts.map +1 -0
- package/dist/types/agent-bridge.d.ts +42 -0
- package/dist/types/agent-bridge.d.ts.map +1 -0
- package/dist/types/attachment.d.ts +54 -0
- package/dist/types/attachment.d.ts.map +1 -0
- package/dist/types/autonomy.d.ts +5 -0
- package/dist/types/autonomy.d.ts.map +1 -0
- package/dist/types/blocks.d.ts +76 -0
- package/dist/types/blocks.d.ts.map +1 -0
- package/dist/{compactor-DQLL4HTo.d.ts → types/compactor.d.ts} +5 -7
- package/dist/types/compactor.d.ts.map +1 -0
- package/dist/{config-MRqn1V-u.d.ts → types/config.d.ts} +135 -354
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/context-evidence.d.ts +68 -0
- package/dist/types/context-evidence.d.ts.map +1 -0
- package/dist/types/context-window.d.ts +35 -0
- package/dist/types/context-window.d.ts.map +1 -0
- package/dist/{default-config-B79_gJYv.d.ts → types/default-config.d.ts} +10 -11
- package/dist/types/default-config.d.ts.map +1 -0
- package/dist/types/design-kit.d.ts +91 -0
- package/dist/types/design-kit.d.ts.map +1 -0
- package/dist/{retry-policy-CQ7KwXJa.d.ts → types/error-handler.d.ts} +5 -12
- package/dist/types/error-handler.d.ts.map +1 -0
- package/dist/types/errors.d.ts +277 -0
- package/dist/types/errors.d.ts.map +1 -0
- package/dist/types/hooks.d.ts +167 -0
- package/dist/types/hooks.d.ts.map +1 -0
- package/dist/types/index.d.ts +40 -244
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +90 -12
- package/dist/types/index.js.map +7 -1
- package/dist/{input-reader-E-ffP2ee.d.ts → types/input-reader.d.ts} +3 -4
- package/dist/types/input-reader.d.ts.map +1 -0
- package/dist/{logger-B63L5bTg.d.ts → types/logger.d.ts} +3 -4
- package/dist/types/logger.d.ts.map +1 -0
- package/dist/types/memory.d.ts +89 -0
- package/dist/types/memory.d.ts.map +1 -0
- package/dist/types/messages.d.ts +24 -0
- package/dist/types/messages.d.ts.map +1 -0
- package/dist/types/mode-prompts.d.ts +2 -0
- package/dist/types/mode-prompts.d.ts.map +1 -0
- package/dist/{mode-CZlO9iU1.d.ts → types/mode.d.ts} +6 -7
- package/dist/types/mode.d.ts.map +1 -0
- package/dist/types/models-registry.d.ts +105 -0
- package/dist/types/models-registry.d.ts.map +1 -0
- package/dist/types/multi-agent.d.ts +435 -0
- package/dist/types/multi-agent.d.ts.map +1 -0
- package/dist/{observability-D-HZN_mF.d.ts → types/observability.d.ts} +12 -13
- package/dist/types/observability.d.ts.map +1 -0
- package/dist/{path-resolver-CPRj4bFY.d.ts → types/path-resolver.d.ts} +2 -3
- package/dist/types/path-resolver.d.ts.map +1 -0
- package/dist/{permission-ByDKXEcG.d.ts → types/permission.d.ts} +8 -9
- package/dist/types/permission.d.ts.map +1 -0
- package/dist/types/plugin.d.ts +385 -0
- package/dist/types/plugin.d.ts.map +1 -0
- package/dist/types/prompt-registry.d.ts +81 -0
- package/dist/types/prompt-registry.d.ts.map +1 -0
- package/dist/{prompt-DLd35n4Q.d.ts → types/prompt.d.ts} +14 -15
- package/dist/types/prompt.d.ts.map +1 -0
- package/dist/{provider-runner-ChL-kVg6.d.ts → types/provider-runner.d.ts} +9 -10
- package/dist/types/provider-runner.d.ts.map +1 -0
- package/dist/types/provider.d.ts +387 -0
- package/dist/types/provider.d.ts.map +1 -0
- package/dist/types/renderer.d.ts +23 -0
- package/dist/types/renderer.d.ts.map +1 -0
- package/dist/types/retry-policy.d.ts +7 -0
- package/dist/types/retry-policy.d.ts.map +1 -0
- package/dist/types/secret-scrubber.d.ts +5 -0
- package/dist/types/secret-scrubber.d.ts.map +1 -0
- package/dist/{secret-vault-BAKpgFw_.d.ts → types/secret-vault.d.ts} +13 -7
- package/dist/types/secret-vault.d.ts.map +1 -0
- package/dist/{selector-D8O6B_Rm.d.ts → types/selector.d.ts} +4 -6
- package/dist/types/selector.d.ts.map +1 -0
- package/dist/types/session-reader.d.ts +81 -0
- package/dist/types/session-reader.d.ts.map +1 -0
- package/dist/{session-rewinder-C9HnMkhP.d.ts → types/session-rewinder.d.ts} +5 -6
- package/dist/types/session-rewinder.d.ts.map +1 -0
- package/dist/types/session.d.ts +650 -0
- package/dist/types/session.d.ts.map +1 -0
- package/dist/types/side-effect.d.ts +34 -0
- package/dist/types/side-effect.d.ts.map +1 -0
- package/dist/{skill-DHniprNl.d.ts → types/skill.d.ts} +4 -5
- package/dist/types/skill.d.ts.map +1 -0
- package/dist/types/slash-command.d.ts +59 -0
- package/dist/types/slash-command.d.ts.map +1 -0
- package/dist/types/spec.d.ts +77 -0
- package/dist/types/spec.d.ts.map +1 -0
- package/dist/types/system-prompt-contributor.d.ts +20 -0
- package/dist/types/system-prompt-contributor.d.ts.map +1 -0
- package/dist/types/system-prompt.d.ts +51 -0
- package/dist/types/system-prompt.d.ts.map +1 -0
- package/dist/{task-graph-CH3acNQ7.d.ts → types/task-graph.d.ts} +21 -22
- package/dist/types/task-graph.d.ts.map +1 -0
- package/dist/types/token-counter.d.ts +42 -0
- package/dist/types/token-counter.d.ts.map +1 -0
- package/dist/types/tool-executor.d.ts +133 -0
- package/dist/types/tool-executor.d.ts.map +1 -0
- package/dist/types/tool-markers.d.ts +23 -0
- package/dist/types/tool-markers.d.ts.map +1 -0
- package/dist/types/tool.d.ts +245 -0
- package/dist/types/tool.d.ts.map +1 -0
- package/dist/types/utility-types.d.ts +31 -0
- package/dist/types/utility-types.d.ts.map +1 -0
- package/dist/utils/assert-never.d.ts +14 -0
- package/dist/utils/assert-never.d.ts.map +1 -0
- package/dist/utils/atomic-write.d.ts +12 -0
- package/dist/utils/atomic-write.d.ts.map +1 -0
- package/dist/utils/child-env.d.ts +67 -0
- package/dist/utils/child-env.d.ts.map +1 -0
- package/dist/utils/color.d.ts +20 -0
- package/dist/utils/color.d.ts.map +1 -0
- package/dist/utils/config-json.d.ts +14 -0
- package/dist/utils/config-json.d.ts.map +1 -0
- package/dist/utils/context-evidence.d.ts +47 -0
- package/dist/utils/context-evidence.d.ts.map +1 -0
- package/dist/utils/deep-merge.d.ts +64 -0
- package/dist/utils/deep-merge.d.ts.map +1 -0
- package/dist/utils/diff.d.ts +11 -0
- package/dist/utils/diff.d.ts.map +1 -0
- package/dist/utils/error.d.ts +2 -3
- package/dist/utils/error.d.ts.map +1 -0
- package/dist/utils/error.js +3 -3
- package/dist/utils/error.js.map +7 -1
- package/dist/utils/expect-defined.d.ts +2 -3
- package/dist/utils/expect-defined.d.ts.map +1 -0
- package/dist/utils/expect-defined.js +3 -3
- package/dist/utils/expect-defined.js.map +7 -1
- package/dist/utils/glob-expand.d.ts +10 -0
- package/dist/utils/glob-expand.d.ts.map +1 -0
- package/dist/utils/glob-match.d.ts +4 -0
- package/dist/utils/glob-match.d.ts.map +1 -0
- package/dist/utils/index.d.ts +37 -920
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +242 -33
- package/dist/utils/index.js.map +7 -1
- package/dist/utils/instruction-file.d.ts +3 -0
- package/dist/utils/instruction-file.d.ts.map +1 -0
- package/dist/utils/ip-guard.d.ts +34 -0
- package/dist/utils/ip-guard.d.ts.map +1 -0
- package/dist/utils/json-repair.d.ts +23 -0
- package/dist/utils/json-repair.d.ts.map +1 -0
- package/dist/utils/json-schema-validate.d.ts +42 -0
- package/dist/utils/json-schema-validate.d.ts.map +1 -0
- package/dist/utils/lru-cache.d.ts +29 -0
- package/dist/utils/lru-cache.d.ts.map +1 -0
- package/dist/utils/merge-custom-models.d.ts +12 -0
- package/dist/utils/merge-custom-models.d.ts.map +1 -0
- package/dist/utils/merge-models-payload.d.ts +20 -0
- package/dist/utils/merge-models-payload.d.ts.map +1 -0
- package/dist/utils/message-invariants.d.ts +22 -0
- package/dist/utils/message-invariants.d.ts.map +1 -0
- package/dist/utils/newline-normalize.d.ts +5 -0
- package/dist/utils/newline-normalize.d.ts.map +1 -0
- package/dist/utils/regex-guard.d.ts +21 -0
- package/dist/utils/regex-guard.d.ts.map +1 -0
- package/dist/utils/safe-json.d.ts +31 -0
- package/dist/utils/safe-json.d.ts.map +1 -0
- package/dist/utils/session-scoped-path.d.ts +13 -0
- package/dist/utils/session-scoped-path.d.ts.map +1 -0
- package/dist/utils/sleep.d.ts +5 -0
- package/dist/utils/sleep.d.ts.map +1 -0
- package/dist/utils/slug.d.ts +13 -0
- package/dist/utils/slug.d.ts.map +1 -0
- package/dist/utils/string.d.ts +9 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/task-format.d.ts +22 -0
- package/dist/utils/task-format.d.ts.map +1 -0
- package/dist/utils/term.d.ts +133 -0
- package/dist/utils/term.d.ts.map +1 -0
- package/dist/utils/todos-format.d.ts +30 -0
- package/dist/utils/todos-format.d.ts.map +1 -0
- package/dist/utils/token-estimate.d.ts +112 -0
- package/dist/utils/token-estimate.d.ts.map +1 -0
- package/dist/utils/tool-description-mode.d.ts +28 -0
- package/dist/utils/tool-description-mode.d.ts.map +1 -0
- package/dist/utils/tool-output-serializer.d.ts +40 -0
- package/dist/utils/tool-output-serializer.d.ts.map +1 -0
- package/dist/utils/tool-result-render-mode.d.ts +55 -0
- package/dist/utils/tool-result-render-mode.d.ts.map +1 -0
- package/dist/utils/tool-subject.d.ts +5 -0
- package/dist/utils/tool-subject.d.ts.map +1 -0
- package/dist/utils/tool-wire-compact.d.ts +28 -0
- package/dist/utils/tool-wire-compact.d.ts.map +1 -0
- package/dist/utils/ulid.d.ts +11 -0
- package/dist/utils/ulid.d.ts.map +1 -0
- package/dist/{wstack-paths-C3K40Qst.d.ts → utils/wstack-paths.d.ts} +7 -8
- package/dist/utils/wstack-paths.d.ts.map +1 -0
- package/dist/worktree/index.d.ts +2 -0
- package/dist/worktree/index.d.ts.map +1 -0
- package/dist/{worktree-manager-DzwxKE35.d.ts → worktree/worktree-manager.d.ts} +19 -13
- package/dist/worktree/worktree-manager.d.ts.map +1 -0
- package/instructions/autonomy/active-mission.md +2 -4
- package/instructions/sections/tool/delegation-full.md +1 -1
- package/package.json +4 -5
- package/skills/node-modern/SKILL.md +2 -2
- package/skills/plugin-author/SKILL.md +9 -16
- package/dist/dispatcher-types.d-BBeXBQgS.d.ts +0 -66
- package/dist/global-mailbox-sZwyI6CS.d.ts +0 -959
- package/dist/index--Gm41aBJ.d.ts +0 -671
- package/dist/mcp-servers-DEV4s6Ks.d.ts +0 -259
- package/dist/multi-agent-coordinator-4RCRZKjN.d.ts +0 -1770
- package/dist/null-fleet-bus-CFoNVQEK.d.ts +0 -2127
- package/dist/pipeline-DGDyIohT.d.ts +0 -331
- package/dist/provider-model-resolve-o2hHLs79.d.ts +0 -263
- package/dist/secret-scrubber-3MHDDAtm.d.ts +0 -6
- package/dist/secret-vault-DxohkUBc.d.ts +0 -272
- package/dist/session-reader-7Esxrkpw.d.ts +0 -155
- package/dist/task-format-GX0B1mMC.d.ts +0 -23
- package/dist/todos-checkpoint-FY7PjmMx.d.ts +0 -850
- package/dist/tool-BNlnIJvo.d.ts +0 -2190
- package/dist/tool-executor-CckSCM5E.d.ts +0 -906
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { type DesignKitEntry, type DesignKitLoader, type DesignKitManifest, type DesignKitTokens, type DesignStack } from '../types/design-kit.js';
|
|
2
|
+
export interface DesignKitLoaderOptions {
|
|
3
|
+
/** <project>/.wrongstack/design-kits */
|
|
4
|
+
inProjectDir: string;
|
|
5
|
+
/** ~/.wrongstack/design-kits */
|
|
6
|
+
globalDir: string;
|
|
7
|
+
/** Bundled kits shipped with @wrongstack/core (packages/core/design-kits). */
|
|
8
|
+
bundledDir?: string | undefined;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Discovery order (highest priority first; later layers are shadowed by name):
|
|
12
|
+
* 1. Project-committed: <project>/.wrongstack/design-kits/
|
|
13
|
+
* 2. User-global: ~/.wrongstack/design-kits/
|
|
14
|
+
* 3. Bundled with build: packages/core/design-kits/
|
|
15
|
+
*
|
|
16
|
+
* The `_foundations` directory is a reserved kit id holding the mandatory
|
|
17
|
+
* cross-cutting baseline; it is excluded from the selectable menu.
|
|
18
|
+
*/
|
|
19
|
+
export declare class DefaultDesignKitLoader implements DesignKitLoader {
|
|
20
|
+
private readonly dirs;
|
|
21
|
+
private cache?;
|
|
22
|
+
private readonly bodyCache;
|
|
23
|
+
private readonly tokenCache;
|
|
24
|
+
constructor(opts: DesignKitLoaderOptions);
|
|
25
|
+
list(): Promise<DesignKitManifest[]>;
|
|
26
|
+
/** Selectable kits only (excludes the reserved `_foundations` entry). */
|
|
27
|
+
private selectable;
|
|
28
|
+
listEntries(): Promise<DesignKitEntry[]>;
|
|
29
|
+
find(id: string): Promise<DesignKitManifest | undefined>;
|
|
30
|
+
menuText(): Promise<string>;
|
|
31
|
+
readBody(id: string, stack?: DesignStack): Promise<string>;
|
|
32
|
+
readTokens(id: string): Promise<DesignKitTokens | undefined>;
|
|
33
|
+
foundationsText(stack?: DesignStack): Promise<string>;
|
|
34
|
+
invalidateCache(): void;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Resolve the bundled `design-kits/` directory shipped alongside this module.
|
|
38
|
+
* The directory is a sibling of `src/` (dev) and `dist/` (built), so we probe a
|
|
39
|
+
* few candidate depths relative to the compiled module location and return the
|
|
40
|
+
* first that exists. Returns `undefined` if none is found (treated as "no
|
|
41
|
+
* bundled kits this run").
|
|
42
|
+
*/
|
|
43
|
+
export declare function resolveBundledDesignKitsDir(): string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* Memoized per-project loader. Used by the `design` tool and the Design Studio
|
|
46
|
+
* middleware/slash-command so they share one cached instance without threading
|
|
47
|
+
* the loader through every boot path. The loader is a pure disk reader (no
|
|
48
|
+
* injected services), so a module-level memo is safe.
|
|
49
|
+
*/
|
|
50
|
+
export declare function getDesignKitLoader(projectRoot: string): DefaultDesignKitLoader;
|
|
51
|
+
/** Test helper — clears the per-project loader memo. */
|
|
52
|
+
export declare function _resetDesignKitLoaderMemo(): void;
|
|
53
|
+
//# sourceMappingURL=design-kit-loader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-kit-loader.d.ts","sourceRoot":"","sources":["../../src/execution/design-kit-loader.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,WAAW,EAEjB,MAAM,wBAAwB,CAAC;AAwHhC,MAAM,WAAW,sBAAsB;IACrC,wCAAwC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED;;;;;;;;GAQG;AACH,qBAAa,sBAAuB,YAAW,eAAe;IAC5D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAyD;IAC9E,OAAO,CAAC,KAAK,CAAC,CAAkC;IAChD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA6B;IACvD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkD;IAE7E,YAAY,IAAI,EAAE,sBAAsB,EAMvC;IAEK,IAAI,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAwCzC;IAED,yEAAyE;YAC3D,UAAU;IAIlB,WAAW,IAAI,OAAO,CAAC,cAAc,EAAE,CAAC,CAS7C;IAEK,IAAI,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAI7D;IAEK,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,CAUhC;IAEK,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC,CAU/D;IAEK,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAiBjE;IAEK,eAAe,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC,CAM1D;IAED,eAAe,IAAI,IAAI,CAItB;CACF;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,IAAI,MAAM,GAAG,SAAS,CAgBhE;AAID;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,sBAAsB,CAW9E;AAED,wDAAwD;AACxD,wBAAgB,yBAAyB,IAAI,IAAI,CAEhD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Materialize a design kit's tokens into a real, stack-appropriate theme file.
|
|
3
|
+
*
|
|
4
|
+
* This is what turns Design Studio from "the model SHOULD use these colors" into
|
|
5
|
+
* "these colors ARE the source of truth in the codebase": the generated file is
|
|
6
|
+
* committed and imported, so the kit's palette is enforced by the build, not by
|
|
7
|
+
* a prompt. CSS keeps OKLCH verbatim (native); native stacks get sRGB hex/float
|
|
8
|
+
* via `oklchToHex`.
|
|
9
|
+
*
|
|
10
|
+
* Pure: no disk access — returns `{ path, content }`. Callers (the `design`
|
|
11
|
+
* tool, `/design materialize`, the WebUI button) decide how/where to write.
|
|
12
|
+
*/
|
|
13
|
+
import type { DesignKitTokens, DesignStack } from '../types/design-kit.js';
|
|
14
|
+
export interface MaterializeResult {
|
|
15
|
+
/** Suggested project-relative path. */
|
|
16
|
+
path: string;
|
|
17
|
+
/** File contents. */
|
|
18
|
+
content: string;
|
|
19
|
+
/** Human label for the format. */
|
|
20
|
+
format: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Generate a stack-appropriate theme file from a kit's (override-applied) tokens.
|
|
24
|
+
* `outPath` overrides the conventional default path.
|
|
25
|
+
*/
|
|
26
|
+
export declare function materializeTokens(opts: {
|
|
27
|
+
tokens: DesignKitTokens;
|
|
28
|
+
stack: DesignStack;
|
|
29
|
+
kitId: string;
|
|
30
|
+
outPath?: string | undefined;
|
|
31
|
+
}): MaterializeResult;
|
|
32
|
+
//# sourceMappingURL=design-materialize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-materialize.d.ts","sourceRoot":"","sources":["../../src/execution/design-materialize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAG3E,MAAM,WAAW,iBAAiB;IAChC,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC;CAChB;AAsKD;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE;IACtC,MAAM,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,GAAG,iBAAiB,CA2BpB"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Project-local Design Studio store — a gitignored `<project>/.design/` directory
|
|
3
|
+
* that persists design DECISIONS and project-specific design RULES across
|
|
4
|
+
* sessions, separate from the committed `.wrongstack/design-kits/` (shared
|
|
5
|
+
* custom kits). Layout:
|
|
6
|
+
*
|
|
7
|
+
* .design/.gitignore `*` — self-ignores so the dir is untracked in ANY repo
|
|
8
|
+
* .design/rules.md project design rules (always injected when UI work is active)
|
|
9
|
+
* .design/active.json { kit, stack } — the pinned kit, restored on session start
|
|
10
|
+
* .design/decisions.md append-only log of kit choices (timestamp · kit · stack · via)
|
|
11
|
+
*
|
|
12
|
+
* All writes are best-effort: a failure here must never break the tool, slash
|
|
13
|
+
* command, or a turn.
|
|
14
|
+
*/
|
|
15
|
+
export declare function designProjectDir(projectRoot: string): string;
|
|
16
|
+
/** Read `.design/rules.md` (or RULES.md / design.md). Cached per project root. */
|
|
17
|
+
export declare function loadProjectDesignRules(projectRoot: string): Promise<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* User color/token overrides. Keys are token names (`primary`, `bg`, …) applied
|
|
20
|
+
* to BOTH themes, or theme-scoped (`light.primary`, `dark.bg`). Values are any
|
|
21
|
+
* token string (OKLCH/hex). These override kit `tokens.json` everywhere tokens
|
|
22
|
+
* are consumed — the `use` snapshot, `materialize`, and `verify`.
|
|
23
|
+
*/
|
|
24
|
+
export type DesignOverrides = Record<string, string>;
|
|
25
|
+
export interface PersistedActiveKit {
|
|
26
|
+
kit: string;
|
|
27
|
+
stack?: string | undefined;
|
|
28
|
+
overrides?: DesignOverrides | undefined;
|
|
29
|
+
}
|
|
30
|
+
/** Read the persisted active kit from `.design/active.json`, if any. */
|
|
31
|
+
export declare function loadActiveKit(projectRoot: string): Promise<PersistedActiveKit | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Apply token overrides onto a kit's light/dark token sets. A bare key
|
|
34
|
+
* (`primary`) is applied to both themes; a scoped key (`light.bg`/`dark.bg`)
|
|
35
|
+
* only to that theme. Returns NEW objects — never mutates the input.
|
|
36
|
+
*/
|
|
37
|
+
export declare function applyTokenOverrides<T extends {
|
|
38
|
+
light?: Record<string, string> | undefined;
|
|
39
|
+
dark?: Record<string, string> | undefined;
|
|
40
|
+
}>(tokens: T, overrides: DesignOverrides | undefined): T;
|
|
41
|
+
/**
|
|
42
|
+
* Persist a kit choice: update `active.json` and append to `decisions.md`.
|
|
43
|
+
* `isoTime` is passed in so callers control the timestamp (and tests stay
|
|
44
|
+
* deterministic). Best-effort — swallows all errors.
|
|
45
|
+
*/
|
|
46
|
+
export declare function recordKitChoice(projectRoot: string, kit: string, stack: string | undefined, source: string, isoTime: string, overrides?: DesignOverrides | undefined): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* Merge color/token overrides into `active.json` WITHOUT changing the pinned
|
|
49
|
+
* kit (used by `design set primary=…`). Returns the merged override map, or
|
|
50
|
+
* undefined if there is no active kit to attach them to. Best-effort on write.
|
|
51
|
+
*/
|
|
52
|
+
export declare function recordOverrides(projectRoot: string, patch: DesignOverrides, isoTime: string): Promise<DesignOverrides | undefined>;
|
|
53
|
+
/** Clear the persisted active kit (e.g. `/design off`). Best-effort. */
|
|
54
|
+
export declare function clearPersistedActiveKit(projectRoot: string): Promise<void>;
|
|
55
|
+
/** Test helper — clears the rules cache. */
|
|
56
|
+
export declare function _resetDesignRulesCache(): void;
|
|
57
|
+
//# sourceMappingURL=design-project-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-project-store.d.ts","sourceRoot":"","sources":["../../src/execution/design-project-store.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAQH,wBAAgB,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAE5D;AAMD,kFAAkF;AAClF,wBAAsB,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAgB7F;AAED;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAErD,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CACzC;AAWD,wEAAwE;AACxE,wBAAsB,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAehG;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,SAAS;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAA;CAAE,EACrI,MAAM,EAAE,CAAC,EACT,SAAS,EAAE,eAAe,GAAG,SAAS,GACrC,CAAC,CAiBH;AAmBD;;;;GAIG;AACH,wBAAsB,eAAe,CACnC,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,GAAG,SAAS,EACzB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,eAAe,GAAG,SAAS,GACtC,OAAO,CAAC,IAAI,CAAC,CAWf;AAED;;;;GAIG;AACH,wBAAsB,eAAe,CACnC,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,eAAe,EACtB,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAsBtC;AAED,wEAAwE;AACxE,wBAAsB,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAMhF;AAED,4CAA4C;AAC5C,wBAAgB,sBAAsB,IAAI,IAAI,CAE7C"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Heuristic adherence check: does generated UI code actually use the active
|
|
3
|
+
* kit's palette, or did the model drift to off-palette hardcoded colors?
|
|
4
|
+
*
|
|
5
|
+
* `verifyFiles` is pure over file contents; `runDesignVerify` adds the node-side
|
|
6
|
+
* file collection (explicit list or a bounded UI-file walk) so the `design` tool
|
|
7
|
+
* and the WebUI handler share identical rules. For each file it scans color
|
|
8
|
+
* literals (`#hex`, `oklch()`, `rgb()`) and generic Tailwind color utilities
|
|
9
|
+
* (`bg-blue-500`), then flags any that don't resolve to a kit token (directly or
|
|
10
|
+
* via the materialized CSS var / token name). It can't prove adherence — it
|
|
11
|
+
* surfaces likely drift to steer a correction pass.
|
|
12
|
+
*/
|
|
13
|
+
import type { DesignKitTokens } from '../types/design-kit.js';
|
|
14
|
+
export interface DesignViolation {
|
|
15
|
+
file: string;
|
|
16
|
+
line: number;
|
|
17
|
+
snippet: string;
|
|
18
|
+
reason: string;
|
|
19
|
+
}
|
|
20
|
+
export interface DesignVerifyReport {
|
|
21
|
+
filesScanned: number;
|
|
22
|
+
/** Normalized kit palette (hex). */
|
|
23
|
+
palette: string[];
|
|
24
|
+
/** Kit color token names (for var/utility matching). */
|
|
25
|
+
tokenNames: string[];
|
|
26
|
+
violations: DesignViolation[];
|
|
27
|
+
/** 0..1 — share of color signals that are on-palette. 1 when no signals. */
|
|
28
|
+
score: number;
|
|
29
|
+
ok: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Verify a batch of file contents against a kit's (override-applied) tokens.
|
|
33
|
+
*/
|
|
34
|
+
export declare function verifyFiles(tokens: DesignKitTokens, files: {
|
|
35
|
+
path: string;
|
|
36
|
+
text: string;
|
|
37
|
+
}[]): DesignVerifyReport;
|
|
38
|
+
/**
|
|
39
|
+
* Resolve + read UI files (explicit list, or a bounded walk) and verify them
|
|
40
|
+
* against a kit's tokens. Shared by the `design` tool and the WebUI handler so
|
|
41
|
+
* the file-collection rules stay identical.
|
|
42
|
+
*/
|
|
43
|
+
export declare function runDesignVerify(projectRoot: string, tokens: DesignKitTokens, explicitFiles?: string[] | undefined): Promise<DesignVerifyReport>;
|
|
44
|
+
//# sourceMappingURL=design-verify.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-verify.d.ts","sourceRoot":"","sources":["../../src/execution/design-verify.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAG9D,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,oCAAoC;IACpC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,wDAAwD;IACxD,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,4EAA4E;IAC5E,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,OAAO,CAAC;CACb;AA8BD;;GAEG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,eAAe,EACvB,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,GACtC,kBAAkB,CAgEpB;AA4CD;;;;GAIG;AACH,wBAAsB,eAAe,CACnC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,eAAe,EACvB,aAAa,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,GACnC,OAAO,CAAC,kBAAkB,CAAC,CAgB7B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { Context } from '../core/context.js';
|
|
2
|
+
import type { ErrorHandler, RecoveryDecision } from '../types/error-handler.js';
|
|
3
|
+
import type { Compactor } from '../types/compactor.js';
|
|
4
|
+
import type { ModelsRegistry } from '../types/models-registry.js';
|
|
5
|
+
import type { Config } from '../types/config.js';
|
|
6
|
+
/**
|
|
7
|
+
* Tiered error recovery strategies.
|
|
8
|
+
* Each strategy is attempted in order until one returns a decision.
|
|
9
|
+
*/
|
|
10
|
+
export interface RecoveryStrategy {
|
|
11
|
+
/** Human-readable label for logs. */
|
|
12
|
+
label: string;
|
|
13
|
+
/** Optional compactor for context_overflow recovery. */
|
|
14
|
+
compactor?: Compactor | undefined;
|
|
15
|
+
/** Returns an explicit recovery decision, or null to fall through. */
|
|
16
|
+
attempt: (err: unknown, ctx: Context) => Promise<RecoveryDecision | null>;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Builds the ordered list of recovery strategies used by DefaultErrorHandler.
|
|
20
|
+
* Exported so callers can customise or extend the strategy chain.
|
|
21
|
+
*/
|
|
22
|
+
export declare function buildRecoveryStrategies(opts?: {
|
|
23
|
+
compactor?: Compactor | undefined;
|
|
24
|
+
modelsRegistry?: ModelsRegistry | undefined;
|
|
25
|
+
getConfig?: (() => Config) | undefined;
|
|
26
|
+
}): RecoveryStrategy[];
|
|
27
|
+
export declare const DEFAULT_RECOVERY_STRATEGIES: RecoveryStrategy[];
|
|
28
|
+
export declare class DefaultErrorHandler implements ErrorHandler {
|
|
29
|
+
private readonly strategies;
|
|
30
|
+
constructor(strategies?: RecoveryStrategy[]);
|
|
31
|
+
classify(err: unknown): ReturnType<ErrorHandler['classify']>;
|
|
32
|
+
recover(err: unknown, ctx: Context): Promise<RecoveryDecision | null>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=error-handler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-handler.d.ts","sourceRoot":"","sources":["../../src/execution/error-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAGhF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,wDAAwD;IACxD,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAClC,sEAAsE;IACtE,OAAO,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,KAAK,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC;CAC3E;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,CAAC,EAAE;IAC7C,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,CAAC,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC;CACxC,GAAG,gBAAgB,EAAE,CAsJrB;AAED,eAAO,MAAM,2BAA2B,oBAA4B,CAAC;AAsBrE,qBAAa,mBAAoB,YAAW,YAAY;IACtD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAqB;IAEhD,YAAY,UAAU,GAAE,gBAAgB,EAAgC,EAEvE;IAED,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,UAAU,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CA4B3D;IAEK,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAM1E;CACF"}
|
|
@@ -1,99 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Design Studio — curated frontend/mobile UI design kits.
|
|
8
|
-
*
|
|
9
|
-
* A "design kit" is a self-contained, selectable design direction (an aesthetic
|
|
10
|
-
* + concrete design tokens + per-stack implementation guidance) that the model
|
|
11
|
-
* commits to BEFORE writing UI code. Kits are surfaced progressively: a compact
|
|
12
|
-
* menu is injected when frontend work is detected, and the heavy kit body is
|
|
13
|
-
* only loaded once the model (or user) picks one — keeping per-turn tokens low.
|
|
14
|
-
*
|
|
15
|
-
* This mirrors the skills subsystem (`types/skill.ts` + `execution/skill-loader.ts`)
|
|
16
|
-
* but adds the per-stack body selection and a token snapshot for visual pickers.
|
|
17
|
-
*/
|
|
18
|
-
/** Target implementation stacks a kit can speak to. */
|
|
19
|
-
declare const DESIGN_STACKS: readonly ["web", "react-native", "flutter", "swiftui", "compose"];
|
|
20
|
-
type DesignStack = (typeof DESIGN_STACKS)[number];
|
|
21
|
-
declare function isDesignStack(v: string): v is DesignStack;
|
|
22
|
-
interface DesignKitManifest {
|
|
23
|
-
id: string;
|
|
24
|
-
name: string;
|
|
25
|
-
/** One-line vibe shown in the menu, e.g. "Restrained, Linear-style minimalism". */
|
|
26
|
-
aesthetic: string;
|
|
27
|
-
/** Free-form tags for filtering. */
|
|
28
|
-
tags: string[];
|
|
29
|
-
/** Stacks this kit provides guidance for. */
|
|
30
|
-
stacks: DesignStack[];
|
|
31
|
-
/** Whether the kit ships light + dark themes (almost always true). */
|
|
32
|
-
themes: string[];
|
|
33
|
-
/** "Best for…" one-liner used in menu + pickers. */
|
|
34
|
-
bestFor: string;
|
|
35
|
-
version?: string | undefined;
|
|
36
|
-
path: string;
|
|
37
|
-
source: 'project' | 'user' | 'bundled';
|
|
38
|
-
}
|
|
39
|
-
/** A single theme's concrete token values (OKLCH strings, font names, etc.). */
|
|
40
|
-
interface DesignTokenSet {
|
|
41
|
-
[token: string]: string;
|
|
42
|
-
}
|
|
43
|
-
/** Parsed `tokens.json` — light + dark token snapshots used by visual pickers. */
|
|
44
|
-
interface DesignKitTokens {
|
|
45
|
-
light?: DesignTokenSet | undefined;
|
|
46
|
-
dark?: DesignTokenSet | undefined;
|
|
47
|
-
}
|
|
48
|
-
/** Compact menu entry rendered into the request when frontend work is detected. */
|
|
49
|
-
interface DesignKitEntry {
|
|
50
|
-
id: string;
|
|
51
|
-
name: string;
|
|
52
|
-
aesthetic: string;
|
|
53
|
-
bestFor: string;
|
|
54
|
-
stacks: DesignStack[];
|
|
55
|
-
source: DesignKitManifest['source'];
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Live Design Studio state stashed on `ctx.meta.designStudio`. Set by the
|
|
59
|
-
* detection middleware (user intent + frontend file writes); read by the
|
|
60
|
-
* request middleware that injects the menu / active-kit reminder.
|
|
61
|
-
*/
|
|
62
|
-
interface DesignStudioState {
|
|
63
|
-
/** True once frontend/UI work has been detected this session. */
|
|
64
|
-
active: boolean;
|
|
65
|
-
/** Detected target stack, if any. */
|
|
66
|
-
stack?: DesignStack | undefined;
|
|
67
|
-
/** What triggered activation (for transparency / debugging). */
|
|
68
|
-
signals: string[];
|
|
69
|
-
/** Kit id the model/user committed to, if any. */
|
|
70
|
-
activeKit?: string | undefined;
|
|
71
|
-
/**
|
|
72
|
-
* User color/token overrides applied over the active kit's tokens. Keys are
|
|
73
|
-
* token names (`primary`) applied to both themes, or theme-scoped
|
|
74
|
-
* (`light.bg`/`dark.bg`). See `applyTokenOverrides`.
|
|
75
|
-
*/
|
|
76
|
-
overrides?: Record<string, string> | undefined;
|
|
77
|
-
}
|
|
78
|
-
interface DesignKitLoader {
|
|
79
|
-
list(): Promise<DesignKitManifest[]>;
|
|
80
|
-
/** Structured entries for the compact menu. */
|
|
81
|
-
listEntries(): Promise<DesignKitEntry[]>;
|
|
82
|
-
find(id: string): Promise<DesignKitManifest | undefined>;
|
|
83
|
-
/** Compact, model-facing menu of every available kit. */
|
|
84
|
-
menuText(): Promise<string>;
|
|
85
|
-
/**
|
|
86
|
-
* Full kit body for a given stack. Strips frontmatter and, when `stack` is
|
|
87
|
-
* provided, narrows stack-specific sections to that stack.
|
|
88
|
-
*/
|
|
89
|
-
readBody(id: string, stack?: DesignStack | undefined): Promise<string>;
|
|
90
|
-
/** Parsed `tokens.json` for a kit (light/dark snapshots), if present. */
|
|
91
|
-
readTokens(id: string): Promise<DesignKitTokens | undefined>;
|
|
92
|
-
/** The mandatory cross-cutting baseline (responsive / a11y / theming / motion). */
|
|
93
|
-
foundationsText(stack?: DesignStack | undefined): Promise<string>;
|
|
94
|
-
invalidateCache(): void;
|
|
95
|
-
}
|
|
96
|
-
|
|
1
|
+
import type { Agent } from '../core/agent.js';
|
|
2
|
+
import type { EventBus } from '../kernel/events.js';
|
|
3
|
+
import type { Compactor } from '../types/compactor.js';
|
|
4
|
+
import type { BrainArbiter } from '../coordination/brain.js';
|
|
5
|
+
import { type JournalEntry } from '../storage/goal-store.js';
|
|
97
6
|
/**
|
|
98
7
|
* Sense-decide-execute-reflect loop on top of a long-running Goal.
|
|
99
8
|
*
|
|
@@ -108,7 +17,7 @@ interface DesignKitLoader {
|
|
|
108
17
|
* user wants "sittin sene". Failures are logged and the loop continues
|
|
109
18
|
* with a different source on the next tick.
|
|
110
19
|
*/
|
|
111
|
-
interface EternalAutonomyOptions {
|
|
20
|
+
export interface EternalAutonomyOptions {
|
|
112
21
|
agent: Agent;
|
|
113
22
|
projectRoot: string;
|
|
114
23
|
/**
|
|
@@ -221,12 +130,12 @@ interface EternalAutonomyOptions {
|
|
|
221
130
|
/** Optional EventBus for emitting storage.* observability events from goal I/O. */
|
|
222
131
|
events?: EventBus | undefined;
|
|
223
132
|
}
|
|
224
|
-
type EternalEngineState = 'idle' | 'running' | 'stopped';
|
|
133
|
+
export type EternalEngineState = 'idle' | 'running' | 'stopped';
|
|
225
134
|
/**
|
|
226
135
|
* Per-iteration phase emitted via `onStage` so UIs can render the
|
|
227
136
|
* engine's live location in the sense-decide-execute-reflect loop.
|
|
228
137
|
*/
|
|
229
|
-
type IterationStage = {
|
|
138
|
+
export type IterationStage = {
|
|
230
139
|
phase: 'idle';
|
|
231
140
|
} | {
|
|
232
141
|
phase: 'decide';
|
|
@@ -249,7 +158,7 @@ type IterationStage = {
|
|
|
249
158
|
phase: 'error';
|
|
250
159
|
message: string;
|
|
251
160
|
};
|
|
252
|
-
declare class EternalAutonomyEngine {
|
|
161
|
+
export declare class EternalAutonomyEngine {
|
|
253
162
|
private readonly opts;
|
|
254
163
|
private state;
|
|
255
164
|
private stopRequested;
|
|
@@ -362,128 +271,4 @@ declare class EternalAutonomyEngine {
|
|
|
362
271
|
private updateProgress;
|
|
363
272
|
private persistEngineState;
|
|
364
273
|
}
|
|
365
|
-
|
|
366
|
-
type ParallelEngineState = 'idle' | 'running' | 'stopped';
|
|
367
|
-
type ParallelIterationStage = {
|
|
368
|
-
phase: 'idle';
|
|
369
|
-
} | {
|
|
370
|
-
phase: 'decompose';
|
|
371
|
-
} | {
|
|
372
|
-
phase: 'fanout';
|
|
373
|
-
slots: number;
|
|
374
|
-
} | {
|
|
375
|
-
phase: 'await';
|
|
376
|
-
taskIds: string[];
|
|
377
|
-
} | {
|
|
378
|
-
phase: 'aggregate';
|
|
379
|
-
successCount: number;
|
|
380
|
-
total: number;
|
|
381
|
-
goalComplete: boolean;
|
|
382
|
-
} | {
|
|
383
|
-
phase: 'sleep';
|
|
384
|
-
ms: number;
|
|
385
|
-
} | {
|
|
386
|
-
phase: 'stopped';
|
|
387
|
-
} | {
|
|
388
|
-
phase: 'error';
|
|
389
|
-
message: string;
|
|
390
|
-
};
|
|
391
|
-
interface ParallelEternalOptions {
|
|
392
|
-
/** The coordinating agent — NOT a subagent. Owns container/tools/providers. */
|
|
393
|
-
agent: Agent;
|
|
394
|
-
/** Project root (used for goal.json path). */
|
|
395
|
-
projectRoot: string;
|
|
396
|
-
/**
|
|
397
|
-
* Override the resolved goal.json path. Defaults to
|
|
398
|
-
* `goalFilePath(projectRoot)` — the canonical per-project goal file under
|
|
399
|
-
* `~/.wrongstack/projects/<slug>/`, shared with `/goal` and the TUI.
|
|
400
|
-
* Primarily for tests that want an isolated goal file under a temp dir.
|
|
401
|
-
*/
|
|
402
|
-
goalPath?: string | undefined;
|
|
403
|
-
/**
|
|
404
|
-
* Number of parallel subagent slots per tick.
|
|
405
|
-
* Default: 4. Range 1–16; values >8 are for high-throughput machines.
|
|
406
|
-
*/
|
|
407
|
-
parallelSlots?: number | undefined;
|
|
408
|
-
/** Per-subagent default timeout in ms. Default: 300_000 (5 min). */
|
|
409
|
-
iterationTimeoutMs?: number | undefined;
|
|
410
|
-
onIteration?: (((entry: JournalEntry) => void)) | undefined;
|
|
411
|
-
onError?: (err: Error | undefined, iteration: number) => void;
|
|
412
|
-
/** Per-tick phase notifications for live UI/status updates. */
|
|
413
|
-
onStage?: (((stage: ParallelIterationStage) => void)) | undefined;
|
|
414
|
-
gitStatusReader?: ((() => Promise<string>)) | undefined;
|
|
415
|
-
now?: ((() => Date)) | undefined;
|
|
416
|
-
compactor?: Compactor | undefined;
|
|
417
|
-
compactEveryNIterations?: number | undefined;
|
|
418
|
-
aggressiveCompactRatio?: number | undefined;
|
|
419
|
-
maxContextTokens?: number | undefined;
|
|
420
|
-
/** Override the default agent factory (uses main agent if not provided). */
|
|
421
|
-
subagentFactory?: AgentFactory | undefined;
|
|
422
|
-
/**
|
|
423
|
-
* Route each decomposed slot task to the best-fit catalog agent via the
|
|
424
|
-
* smart dispatcher (heuristic keyword scoring). When enabled (default), each
|
|
425
|
-
* slot spawns in-role — the role's budget tier applies and a persona line is
|
|
426
|
-
* injected into the task — instead of as a faceless generic worker. Set
|
|
427
|
-
* false to keep the legacy generic spawn.
|
|
428
|
-
*/
|
|
429
|
-
dispatch?: boolean | undefined;
|
|
430
|
-
/**
|
|
431
|
-
* Optional LLM fallback for ambiguous tasks. Passed straight to
|
|
432
|
-
* `dispatchAgent`; when omitted, routing is pure heuristic (instant, no
|
|
433
|
-
* provider call — preferred for a continuously-ticking autonomous loop).
|
|
434
|
-
*/
|
|
435
|
-
dispatchClassifier?: DispatchClassifier | undefined;
|
|
436
|
-
/** Optional EventBus for emitting storage.* observability events from goal I/O. */
|
|
437
|
-
events?: EventBus | undefined;
|
|
438
|
-
}
|
|
439
|
-
/**
|
|
440
|
-
* Sense → Decide → Fan-out (4–8 parallel agents) → Aggregate → Loop.
|
|
441
|
-
*
|
|
442
|
-
* Each tick:
|
|
443
|
-
* 1. Sense — load goal, todos, git status
|
|
444
|
-
* 2. Decide — decompose goal into N parallel sub-tasks
|
|
445
|
-
* 3. Fan-out — spawn N subagents simultaneously, await all
|
|
446
|
-
* 4. Aggregate — write journal, update todos, check [GOAL_COMPLETE]
|
|
447
|
-
* 5. Loop — continue until stop() or mission complete
|
|
448
|
-
*
|
|
449
|
-
* Uses DefaultMultiAgentCoordinator + AgentSubagentRunner for subagent lifecycle.
|
|
450
|
-
*/
|
|
451
|
-
declare class ParallelEternalEngine {
|
|
452
|
-
private readonly opts;
|
|
453
|
-
private state;
|
|
454
|
-
private stopRequested;
|
|
455
|
-
private iterationsSinceCompact;
|
|
456
|
-
private iterations;
|
|
457
|
-
private consecutiveFailures;
|
|
458
|
-
private readonly goalPath;
|
|
459
|
-
private readonly slots;
|
|
460
|
-
private readonly timeoutMs;
|
|
461
|
-
private coordinator;
|
|
462
|
-
private agentFactory;
|
|
463
|
-
private readonly dispatchEnabled;
|
|
464
|
-
private readonly dispatchClassifier?;
|
|
465
|
-
constructor(opts: ParallelEternalOptions);
|
|
466
|
-
get currentState(): ParallelEngineState;
|
|
467
|
-
/**
|
|
468
|
-
* Get the underlying coordinator for stats/monitoring.
|
|
469
|
-
*/
|
|
470
|
-
getCoordinator(): DefaultMultiAgentCoordinator | null;
|
|
471
|
-
stop(): void;
|
|
472
|
-
prime(): Promise<void>;
|
|
473
|
-
run(): Promise<void>;
|
|
474
|
-
/**
|
|
475
|
-
* Execute one tick: decompose → fan-out → aggregate → compact.
|
|
476
|
-
* Called by the REPL in its main loop (REPL drives, engine is stateless per tick).
|
|
477
|
-
*/
|
|
478
|
-
runOneIteration(): Promise<boolean>;
|
|
479
|
-
private fanOut;
|
|
480
|
-
private decomposeGoal;
|
|
481
|
-
private readGitStatus;
|
|
482
|
-
private brainstormSubtasks;
|
|
483
|
-
private maybeCompact;
|
|
484
|
-
private appendIterationEntry;
|
|
485
|
-
private appendFailure;
|
|
486
|
-
private persistState;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
export { type DesignStack as D, EternalAutonomyEngine as E, type IterationStage as I, type ParallelEngineState as P, type DesignStudioState as a, type DesignKitLoader as b, type DesignKitManifest as c, type DesignKitEntry as d, type DesignKitTokens as e, DESIGN_STACKS as f, type DesignTokenSet as g, type EternalAutonomyOptions as h, type EternalEngineState as i, ParallelEternalEngine as j, type ParallelEternalOptions as k, type ParallelIterationStage as l, isDesignStack as m };
|
|
274
|
+
//# sourceMappingURL=eternal-autonomy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eternal-autonomy.d.ts","sourceRoot":"","sources":["../../src/execution/eternal-autonomy.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"goal-preamble.d.ts","sourceRoot":"","sources":["../../src/execution/goal-preamble.ts"],"names":[],"mappings":"AAiCA,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAiB/E"}
|