@aria-cli/tools 1.0.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/.aria-build-stamp.json +4 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/ask-user-interaction.d.ts +11 -0
- package/dist/ask-user-interaction.d.ts.map +1 -0
- package/dist/ask-user-interaction.js +23 -0
- package/dist/ask-user-interaction.js.map +1 -0
- package/dist/cache/web-cache.d.ts +53 -0
- package/dist/cache/web-cache.d.ts.map +1 -0
- package/dist/cache/web-cache.js +67 -0
- package/dist/cache/web-cache.js.map +1 -0
- package/dist/definitions/arion.d.ts +9 -0
- package/dist/definitions/arion.d.ts.map +1 -0
- package/dist/definitions/arion.js +105 -0
- package/dist/definitions/arion.js.map +1 -0
- package/dist/definitions/browser/browser.d.ts +3 -0
- package/dist/definitions/browser/browser.d.ts.map +1 -0
- package/dist/definitions/browser/browser.js +419 -0
- package/dist/definitions/browser/browser.js.map +1 -0
- package/dist/definitions/browser/index.d.ts +2 -0
- package/dist/definitions/browser/index.d.ts.map +1 -0
- package/dist/definitions/browser/index.js +5 -0
- package/dist/definitions/browser/index.js.map +1 -0
- package/dist/definitions/browser/pw-downloads.d.ts +14 -0
- package/dist/definitions/browser/pw-downloads.d.ts.map +1 -0
- package/dist/definitions/browser/pw-downloads.js +115 -0
- package/dist/definitions/browser/pw-downloads.js.map +1 -0
- package/dist/definitions/browser/pw-interactions.d.ts +79 -0
- package/dist/definitions/browser/pw-interactions.d.ts.map +1 -0
- package/dist/definitions/browser/pw-interactions.js +200 -0
- package/dist/definitions/browser/pw-interactions.js.map +1 -0
- package/dist/definitions/browser/pw-responses.d.ts +29 -0
- package/dist/definitions/browser/pw-responses.d.ts.map +1 -0
- package/dist/definitions/browser/pw-responses.js +77 -0
- package/dist/definitions/browser/pw-responses.js.map +1 -0
- package/dist/definitions/browser/pw-session.d.ts +66 -0
- package/dist/definitions/browser/pw-session.d.ts.map +1 -0
- package/dist/definitions/browser/pw-session.js +311 -0
- package/dist/definitions/browser/pw-session.js.map +1 -0
- package/dist/definitions/browser/pw-shared.d.ts +23 -0
- package/dist/definitions/browser/pw-shared.d.ts.map +1 -0
- package/dist/definitions/browser/pw-shared.js +67 -0
- package/dist/definitions/browser/pw-shared.js.map +1 -0
- package/dist/definitions/browser/pw-snapshot.d.ts +35 -0
- package/dist/definitions/browser/pw-snapshot.d.ts.map +1 -0
- package/dist/definitions/browser/pw-snapshot.js +302 -0
- package/dist/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist/definitions/browser/pw-state.d.ts +23 -0
- package/dist/definitions/browser/pw-state.d.ts.map +1 -0
- package/dist/definitions/browser/pw-state.js +63 -0
- package/dist/definitions/browser/pw-state.js.map +1 -0
- package/dist/definitions/browser/types.d.ts +278 -0
- package/dist/definitions/browser/types.d.ts.map +1 -0
- package/dist/definitions/browser/types.js +5 -0
- package/dist/definitions/browser/types.js.map +1 -0
- package/dist/definitions/core.d.ts +45 -0
- package/dist/definitions/core.d.ts.map +1 -0
- package/dist/definitions/core.js +98 -0
- package/dist/definitions/core.js.map +1 -0
- package/dist/definitions/delegation.d.ts +12 -0
- package/dist/definitions/delegation.d.ts.map +1 -0
- package/dist/definitions/delegation.js +513 -0
- package/dist/definitions/delegation.js.map +1 -0
- package/dist/definitions/deploy.d.ts +16 -0
- package/dist/definitions/deploy.d.ts.map +1 -0
- package/dist/definitions/deploy.js +66 -0
- package/dist/definitions/deploy.js.map +1 -0
- package/dist/definitions/filesystem.d.ts +9 -0
- package/dist/definitions/filesystem.d.ts.map +1 -0
- package/dist/definitions/filesystem.js +231 -0
- package/dist/definitions/filesystem.js.map +1 -0
- package/dist/definitions/index.d.ts +17 -0
- package/dist/definitions/index.d.ts.map +1 -0
- package/dist/definitions/index.js +18 -0
- package/dist/definitions/index.js.map +1 -0
- package/dist/definitions/memory.d.ts +9 -0
- package/dist/definitions/memory.d.ts.map +1 -0
- package/dist/definitions/memory.js +124 -0
- package/dist/definitions/memory.js.map +1 -0
- package/dist/definitions/messaging.d.ts +12 -0
- package/dist/definitions/messaging.d.ts.map +1 -0
- package/dist/definitions/messaging.js +626 -0
- package/dist/definitions/messaging.js.map +1 -0
- package/dist/definitions/meta.d.ts +12 -0
- package/dist/definitions/meta.d.ts.map +1 -0
- package/dist/definitions/meta.js +350 -0
- package/dist/definitions/meta.js.map +1 -0
- package/dist/definitions/network.d.ts +12 -0
- package/dist/definitions/network.d.ts.map +1 -0
- package/dist/definitions/network.js +160 -0
- package/dist/definitions/network.js.map +1 -0
- package/dist/definitions/outlook.d.ts +3 -0
- package/dist/definitions/outlook.d.ts.map +1 -0
- package/dist/definitions/outlook.js +278 -0
- package/dist/definitions/outlook.js.map +1 -0
- package/dist/definitions/patch/apply-patch.d.ts +12 -0
- package/dist/definitions/patch/apply-patch.d.ts.map +1 -0
- package/dist/definitions/patch/apply-patch.js +185 -0
- package/dist/definitions/patch/apply-patch.js.map +1 -0
- package/dist/definitions/patch/fuzzy-match.d.ts +11 -0
- package/dist/definitions/patch/fuzzy-match.d.ts.map +1 -0
- package/dist/definitions/patch/fuzzy-match.js +167 -0
- package/dist/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist/definitions/patch/index.d.ts +2 -0
- package/dist/definitions/patch/index.d.ts.map +1 -0
- package/dist/definitions/patch/index.js +2 -0
- package/dist/definitions/patch/index.js.map +1 -0
- package/dist/definitions/patch/patch-parser.d.ts +51 -0
- package/dist/definitions/patch/patch-parser.d.ts.map +1 -0
- package/dist/definitions/patch/patch-parser.js +208 -0
- package/dist/definitions/patch/patch-parser.js.map +1 -0
- package/dist/definitions/patch/sandbox-paths.d.ts +19 -0
- package/dist/definitions/patch/sandbox-paths.d.ts.map +1 -0
- package/dist/definitions/patch/sandbox-paths.js +106 -0
- package/dist/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist/definitions/process/index.d.ts +2 -0
- package/dist/definitions/process/index.d.ts.map +1 -0
- package/dist/definitions/process/index.js +5 -0
- package/dist/definitions/process/index.js.map +1 -0
- package/dist/definitions/process/process-registry.d.ts +68 -0
- package/dist/definitions/process/process-registry.d.ts.map +1 -0
- package/dist/definitions/process/process-registry.js +214 -0
- package/dist/definitions/process/process-registry.js.map +1 -0
- package/dist/definitions/process/process.d.ts +10 -0
- package/dist/definitions/process/process.d.ts.map +1 -0
- package/dist/definitions/process/process.js +387 -0
- package/dist/definitions/process/process.js.map +1 -0
- package/dist/definitions/process/pty-keys.d.ts +14 -0
- package/dist/definitions/process/pty-keys.d.ts.map +1 -0
- package/dist/definitions/process/pty-keys.js +255 -0
- package/dist/definitions/process/pty-keys.js.map +1 -0
- package/dist/definitions/process/session-slug.d.ts +2 -0
- package/dist/definitions/process/session-slug.d.ts.map +1 -0
- package/dist/definitions/process/session-slug.js +143 -0
- package/dist/definitions/process/session-slug.js.map +1 -0
- package/dist/definitions/quip.d.ts +3 -0
- package/dist/definitions/quip.d.ts.map +1 -0
- package/dist/definitions/quip.js +196 -0
- package/dist/definitions/quip.js.map +1 -0
- package/dist/definitions/session-history.d.ts +12 -0
- package/dist/definitions/session-history.d.ts.map +1 -0
- package/dist/definitions/session-history.js +70 -0
- package/dist/definitions/session-history.js.map +1 -0
- package/dist/definitions/shell.d.ts +9 -0
- package/dist/definitions/shell.d.ts.map +1 -0
- package/dist/definitions/shell.js +182 -0
- package/dist/definitions/shell.js.map +1 -0
- package/dist/definitions/slack.d.ts +3 -0
- package/dist/definitions/slack.d.ts.map +1 -0
- package/dist/definitions/slack.js +181 -0
- package/dist/definitions/slack.js.map +1 -0
- package/dist/definitions/web.d.ts +9 -0
- package/dist/definitions/web.d.ts.map +1 -0
- package/dist/definitions/web.js +110 -0
- package/dist/definitions/web.js.map +1 -0
- package/dist/executors/apply-patch.d.ts +52 -0
- package/dist/executors/apply-patch.d.ts.map +1 -0
- package/dist/executors/apply-patch.js +884 -0
- package/dist/executors/apply-patch.js.map +1 -0
- package/dist/executors/arion.d.ts +51 -0
- package/dist/executors/arion.d.ts.map +1 -0
- package/dist/executors/arion.js +120 -0
- package/dist/executors/arion.js.map +1 -0
- package/dist/executors/deploy.d.ts +170 -0
- package/dist/executors/deploy.d.ts.map +1 -0
- package/dist/executors/deploy.js +849 -0
- package/dist/executors/deploy.js.map +1 -0
- package/dist/executors/filesystem.d.ts +151 -0
- package/dist/executors/filesystem.d.ts.map +1 -0
- package/dist/executors/filesystem.js +1117 -0
- package/dist/executors/filesystem.js.map +1 -0
- package/dist/executors/index.d.ts +39 -0
- package/dist/executors/index.d.ts.map +1 -0
- package/dist/executors/index.js +42 -0
- package/dist/executors/index.js.map +1 -0
- package/dist/executors/learning-meta.d.ts +88 -0
- package/dist/executors/learning-meta.d.ts.map +1 -0
- package/dist/executors/learning-meta.js +1147 -0
- package/dist/executors/learning-meta.js.map +1 -0
- package/dist/executors/memory.d.ts +204 -0
- package/dist/executors/memory.d.ts.map +1 -0
- package/dist/executors/memory.js +751 -0
- package/dist/executors/memory.js.map +1 -0
- package/dist/executors/meta.d.ts +74 -0
- package/dist/executors/meta.d.ts.map +1 -0
- package/dist/executors/meta.js +221 -0
- package/dist/executors/meta.js.map +1 -0
- package/dist/executors/process-registry.d.ts +99 -0
- package/dist/executors/process-registry.d.ts.map +1 -0
- package/dist/executors/process-registry.js +466 -0
- package/dist/executors/process-registry.js.map +1 -0
- package/dist/executors/pty-session-store.d.ts +15 -0
- package/dist/executors/pty-session-store.d.ts.map +1 -0
- package/dist/executors/pty-session-store.js +31 -0
- package/dist/executors/pty-session-store.js.map +1 -0
- package/dist/executors/pty.d.ts +134 -0
- package/dist/executors/pty.d.ts.map +1 -0
- package/dist/executors/pty.js +272 -0
- package/dist/executors/pty.js.map +1 -0
- package/dist/executors/restart.d.ts +19 -0
- package/dist/executors/restart.d.ts.map +1 -0
- package/dist/executors/restart.js +151 -0
- package/dist/executors/restart.js.map +1 -0
- package/dist/executors/search-types.d.ts +53 -0
- package/dist/executors/search-types.d.ts.map +1 -0
- package/dist/executors/search-types.js +53 -0
- package/dist/executors/search-types.js.map +1 -0
- package/dist/executors/self-diagnose.d.ts +90 -0
- package/dist/executors/self-diagnose.d.ts.map +1 -0
- package/dist/executors/self-diagnose.js +399 -0
- package/dist/executors/self-diagnose.js.map +1 -0
- package/dist/executors/session-history.d.ts +76 -0
- package/dist/executors/session-history.d.ts.map +1 -0
- package/dist/executors/session-history.js +284 -0
- package/dist/executors/session-history.js.map +1 -0
- package/dist/executors/shell-safety.d.ts +28 -0
- package/dist/executors/shell-safety.d.ts.map +1 -0
- package/dist/executors/shell-safety.js +474 -0
- package/dist/executors/shell-safety.js.map +1 -0
- package/dist/executors/shell.d.ts +169 -0
- package/dist/executors/shell.d.ts.map +1 -0
- package/dist/executors/shell.js +955 -0
- package/dist/executors/shell.js.map +1 -0
- package/dist/executors/utils.d.ts +21 -0
- package/dist/executors/utils.d.ts.map +1 -0
- package/dist/executors/utils.js +34 -0
- package/dist/executors/utils.js.map +1 -0
- package/dist/executors/web.d.ts +90 -0
- package/dist/executors/web.d.ts.map +1 -0
- package/dist/executors/web.js +543 -0
- package/dist/executors/web.js.map +1 -0
- package/dist/extraction/content-extraction.d.ts +49 -0
- package/dist/extraction/content-extraction.d.ts.map +1 -0
- package/dist/extraction/content-extraction.js +236 -0
- package/dist/extraction/content-extraction.js.map +1 -0
- package/dist/extraction/index.d.ts +5 -0
- package/dist/extraction/index.d.ts.map +1 -0
- package/dist/extraction/index.js +5 -0
- package/dist/extraction/index.js.map +1 -0
- package/dist/headless-control-contract.d.ts +3171 -0
- package/dist/headless-control-contract.d.ts.map +1 -0
- package/dist/headless-control-contract.js +968 -0
- package/dist/headless-control-contract.js.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +73 -0
- package/dist/index.js.map +1 -0
- package/dist/local-control-http-auth.d.ts +3 -0
- package/dist/local-control-http-auth.d.ts.map +1 -0
- package/dist/local-control-http-auth.js +3 -0
- package/dist/local-control-http-auth.js.map +1 -0
- package/dist/mcp/client.d.ts +69 -0
- package/dist/mcp/client.d.ts.map +1 -0
- package/dist/mcp/client.js +182 -0
- package/dist/mcp/client.js.map +1 -0
- package/dist/mcp/connection.d.ts +55 -0
- package/dist/mcp/connection.d.ts.map +1 -0
- package/dist/mcp/connection.js +481 -0
- package/dist/mcp/connection.js.map +1 -0
- package/dist/mcp/index.d.ts +11 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +11 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/jsonrpc.d.ts +37 -0
- package/dist/mcp/jsonrpc.d.ts.map +1 -0
- package/dist/mcp/jsonrpc.js +145 -0
- package/dist/mcp/jsonrpc.js.map +1 -0
- package/dist/mcp/types.d.ts +179 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +8 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/network-control-adapter.d.ts +5 -0
- package/dist/network-control-adapter.d.ts.map +1 -0
- package/dist/network-control-adapter.js +73 -0
- package/dist/network-control-adapter.js.map +1 -0
- package/dist/network-runtime/address-types.d.ts +202 -0
- package/dist/network-runtime/address-types.d.ts.map +1 -0
- package/dist/network-runtime/address-types.js +166 -0
- package/dist/network-runtime/address-types.js.map +1 -0
- package/dist/network-runtime/db-owner-fencing.d.ts +44 -0
- package/dist/network-runtime/db-owner-fencing.d.ts.map +1 -0
- package/dist/network-runtime/db-owner-fencing.js +70 -0
- package/dist/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist/network-runtime/delivery-receipts.d.ts +118 -0
- package/dist/network-runtime/delivery-receipts.d.ts.map +1 -0
- package/dist/network-runtime/delivery-receipts.js +268 -0
- package/dist/network-runtime/delivery-receipts.js.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts +9 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.js +26 -0
- package/dist/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist/network-runtime/index.d.ts +25 -0
- package/dist/network-runtime/index.d.ts.map +1 -0
- package/dist/network-runtime/index.js +13 -0
- package/dist/network-runtime/index.js.map +1 -0
- package/dist/network-runtime/local-control-contract.d.ts +753 -0
- package/dist/network-runtime/local-control-contract.d.ts.map +1 -0
- package/dist/network-runtime/local-control-contract.js +622 -0
- package/dist/network-runtime/local-control-contract.js.map +1 -0
- package/dist/network-runtime/node-store-contract.d.ts +50 -0
- package/dist/network-runtime/node-store-contract.d.ts.map +1 -0
- package/dist/network-runtime/node-store-contract.js +35 -0
- package/dist/network-runtime/node-store-contract.js.map +1 -0
- package/dist/network-runtime/pair-route-contract.d.ts +101 -0
- package/dist/network-runtime/pair-route-contract.d.ts.map +1 -0
- package/dist/network-runtime/pair-route-contract.js +78 -0
- package/dist/network-runtime/pair-route-contract.js.map +1 -0
- package/dist/network-runtime/peer-capabilities.d.ts +11 -0
- package/dist/network-runtime/peer-capabilities.d.ts.map +1 -0
- package/dist/network-runtime/peer-capabilities.js +29 -0
- package/dist/network-runtime/peer-capabilities.js.map +1 -0
- package/dist/network-runtime/peer-principal-ref.d.ts +10 -0
- package/dist/network-runtime/peer-principal-ref.d.ts.map +1 -0
- package/dist/network-runtime/peer-principal-ref.js +13 -0
- package/dist/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist/network-runtime/peer-state-machine.d.ts +71 -0
- package/dist/network-runtime/peer-state-machine.d.ts.map +1 -0
- package/dist/network-runtime/peer-state-machine.js +122 -0
- package/dist/network-runtime/peer-state-machine.js.map +1 -0
- package/dist/network-runtime/protocol-schemas.d.ts +329 -0
- package/dist/network-runtime/protocol-schemas.d.ts.map +1 -0
- package/dist/network-runtime/protocol-schemas.js +206 -0
- package/dist/network-runtime/protocol-schemas.js.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts +82 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js +61 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist/outlook/desktop-session.d.ts +69 -0
- package/dist/outlook/desktop-session.d.ts.map +1 -0
- package/dist/outlook/desktop-session.js +280 -0
- package/dist/outlook/desktop-session.js.map +1 -0
- package/dist/policy.d.ts +44 -0
- package/dist/policy.d.ts.map +1 -0
- package/dist/policy.js +150 -0
- package/dist/policy.js.map +1 -0
- package/dist/providers/brave.d.ts +11 -0
- package/dist/providers/brave.d.ts.map +1 -0
- package/dist/providers/brave.js +63 -0
- package/dist/providers/brave.js.map +1 -0
- package/dist/providers/duckduckgo.d.ts +19 -0
- package/dist/providers/duckduckgo.d.ts.map +1 -0
- package/dist/providers/duckduckgo.js +177 -0
- package/dist/providers/duckduckgo.js.map +1 -0
- package/dist/providers/exa.d.ts +11 -0
- package/dist/providers/exa.d.ts.map +1 -0
- package/dist/providers/exa.js +64 -0
- package/dist/providers/exa.js.map +1 -0
- package/dist/providers/firecrawl.d.ts +11 -0
- package/dist/providers/firecrawl.d.ts.map +1 -0
- package/dist/providers/firecrawl.js +56 -0
- package/dist/providers/firecrawl.js.map +1 -0
- package/dist/providers/index.d.ts +9 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +8 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/jina.d.ts +11 -0
- package/dist/providers/jina.d.ts.map +1 -0
- package/dist/providers/jina.js +50 -0
- package/dist/providers/jina.js.map +1 -0
- package/dist/providers/router.d.ts +22 -0
- package/dist/providers/router.d.ts.map +1 -0
- package/dist/providers/router.js +97 -0
- package/dist/providers/router.js.map +1 -0
- package/dist/providers/search-provider.d.ts +36 -0
- package/dist/providers/search-provider.d.ts.map +1 -0
- package/dist/providers/search-provider.js +33 -0
- package/dist/providers/search-provider.js.map +1 -0
- package/dist/providers/tavily.d.ts +11 -0
- package/dist/providers/tavily.d.ts.map +1 -0
- package/dist/providers/tavily.js +55 -0
- package/dist/providers/tavily.js.map +1 -0
- package/dist/quip/desktop-session.d.ts +70 -0
- package/dist/quip/desktop-session.d.ts.map +1 -0
- package/dist/quip/desktop-session.js +318 -0
- package/dist/quip/desktop-session.js.map +1 -0
- package/dist/registry/index.d.ts +2 -0
- package/dist/registry/index.d.ts.map +1 -0
- package/dist/registry/index.js +2 -0
- package/dist/registry/index.js.map +1 -0
- package/dist/registry/registry.d.ts +157 -0
- package/dist/registry/registry.d.ts.map +1 -0
- package/dist/registry/registry.js +757 -0
- package/dist/registry/registry.js.map +1 -0
- package/dist/runtime-socket-local-control-client.d.ts +11 -0
- package/dist/runtime-socket-local-control-client.d.ts.map +1 -0
- package/dist/runtime-socket-local-control-client.js +331 -0
- package/dist/runtime-socket-local-control-client.js.map +1 -0
- package/dist/security/dns-normalization.d.ts +7 -0
- package/dist/security/dns-normalization.d.ts.map +1 -0
- package/dist/security/dns-normalization.js +20 -0
- package/dist/security/dns-normalization.js.map +1 -0
- package/dist/security/dns-pinning.d.ts +28 -0
- package/dist/security/dns-pinning.d.ts.map +1 -0
- package/dist/security/dns-pinning.js +124 -0
- package/dist/security/dns-pinning.js.map +1 -0
- package/dist/security/external-content.d.ts +41 -0
- package/dist/security/external-content.d.ts.map +1 -0
- package/dist/security/external-content.js +92 -0
- package/dist/security/external-content.js.map +1 -0
- package/dist/security/ssrf.d.ts +41 -0
- package/dist/security/ssrf.d.ts.map +1 -0
- package/dist/security/ssrf.js +182 -0
- package/dist/security/ssrf.js.map +1 -0
- package/dist/slack/desktop-session.d.ts +70 -0
- package/dist/slack/desktop-session.d.ts.map +1 -0
- package/dist/slack/desktop-session.js +325 -0
- package/dist/slack/desktop-session.js.map +1 -0
- package/dist/tool-factory.d.ts +47 -0
- package/dist/tool-factory.d.ts.map +1 -0
- package/dist/tool-factory.js +48 -0
- package/dist/tool-factory.js.map +1 -0
- package/dist/types.d.ts +1189 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +8 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/retry.d.ts +12 -0
- package/dist/utils/retry.d.ts.map +1 -0
- package/dist/utils/retry.js +133 -0
- package/dist/utils/retry.js.map +1 -0
- package/dist/utils/safe-parse-json.d.ts +27 -0
- package/dist/utils/safe-parse-json.d.ts.map +1 -0
- package/dist/utils/safe-parse-json.js +161 -0
- package/dist/utils/safe-parse-json.js.map +1 -0
- package/dist/utils/url.d.ts +11 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/url.js +20 -0
- package/dist/utils/url.js.map +1 -0
- package/dist-cjs/.tsbuildinfo +1 -0
- package/dist-cjs/ask-user-interaction.d.ts +10 -0
- package/dist-cjs/ask-user-interaction.js +28 -0
- package/dist-cjs/ask-user-interaction.js.map +1 -0
- package/dist-cjs/cache/web-cache.d.ts +52 -0
- package/dist-cjs/cache/web-cache.js +71 -0
- package/dist-cjs/cache/web-cache.js.map +1 -0
- package/dist-cjs/definitions/arion.d.ts +8 -0
- package/dist-cjs/definitions/arion.js +108 -0
- package/dist-cjs/definitions/arion.js.map +1 -0
- package/dist-cjs/definitions/browser/browser.d.ts +2 -0
- package/dist-cjs/definitions/browser/browser.js +422 -0
- package/dist-cjs/definitions/browser/browser.js.map +1 -0
- package/dist-cjs/definitions/browser/index.d.ts +1 -0
- package/dist-cjs/definitions/browser/index.js +9 -0
- package/dist-cjs/definitions/browser/index.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-downloads.d.ts +13 -0
- package/dist-cjs/definitions/browser/pw-downloads.js +118 -0
- package/dist-cjs/definitions/browser/pw-downloads.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-interactions.d.ts +78 -0
- package/dist-cjs/definitions/browser/pw-interactions.js +214 -0
- package/dist-cjs/definitions/browser/pw-interactions.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-responses.d.ts +28 -0
- package/dist-cjs/definitions/browser/pw-responses.js +85 -0
- package/dist-cjs/definitions/browser/pw-responses.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-session.d.ts +65 -0
- package/dist-cjs/definitions/browser/pw-session.js +327 -0
- package/dist-cjs/definitions/browser/pw-session.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-shared.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-shared.js +73 -0
- package/dist-cjs/definitions/browser/pw-shared.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-snapshot.d.ts +34 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js +308 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-state.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-state.js +71 -0
- package/dist-cjs/definitions/browser/pw-state.js.map +1 -0
- package/dist-cjs/definitions/browser/types.d.ts +277 -0
- package/dist-cjs/definitions/browser/types.js +6 -0
- package/dist-cjs/definitions/browser/types.js.map +1 -0
- package/dist-cjs/definitions/core.d.ts +44 -0
- package/dist-cjs/definitions/core.js +119 -0
- package/dist-cjs/definitions/core.js.map +1 -0
- package/dist-cjs/definitions/delegation.d.ts +11 -0
- package/dist-cjs/definitions/delegation.js +516 -0
- package/dist-cjs/definitions/delegation.js.map +1 -0
- package/dist-cjs/definitions/deploy.d.ts +15 -0
- package/dist-cjs/definitions/deploy.js +69 -0
- package/dist-cjs/definitions/deploy.js.map +1 -0
- package/dist-cjs/definitions/filesystem.d.ts +8 -0
- package/dist-cjs/definitions/filesystem.js +234 -0
- package/dist-cjs/definitions/filesystem.js.map +1 -0
- package/dist-cjs/definitions/index.d.ts +16 -0
- package/dist-cjs/definitions/index.js +38 -0
- package/dist-cjs/definitions/index.js.map +1 -0
- package/dist-cjs/definitions/memory.d.ts +8 -0
- package/dist-cjs/definitions/memory.js +127 -0
- package/dist-cjs/definitions/memory.js.map +1 -0
- package/dist-cjs/definitions/messaging.d.ts +11 -0
- package/dist-cjs/definitions/messaging.js +632 -0
- package/dist-cjs/definitions/messaging.js.map +1 -0
- package/dist-cjs/definitions/meta.d.ts +11 -0
- package/dist-cjs/definitions/meta.js +353 -0
- package/dist-cjs/definitions/meta.js.map +1 -0
- package/dist-cjs/definitions/network.d.ts +11 -0
- package/dist-cjs/definitions/network.js +163 -0
- package/dist-cjs/definitions/network.js.map +1 -0
- package/dist-cjs/definitions/outlook.d.ts +2 -0
- package/dist-cjs/definitions/outlook.js +281 -0
- package/dist-cjs/definitions/outlook.js.map +1 -0
- package/dist-cjs/definitions/patch/apply-patch.d.ts +11 -0
- package/dist-cjs/definitions/patch/apply-patch.js +192 -0
- package/dist-cjs/definitions/patch/apply-patch.js.map +1 -0
- package/dist-cjs/definitions/patch/fuzzy-match.d.ts +10 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js +173 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist-cjs/definitions/patch/index.d.ts +1 -0
- package/dist-cjs/definitions/patch/index.js +6 -0
- package/dist-cjs/definitions/patch/index.js.map +1 -0
- package/dist-cjs/definitions/patch/patch-parser.d.ts +50 -0
- package/dist-cjs/definitions/patch/patch-parser.js +216 -0
- package/dist-cjs/definitions/patch/patch-parser.js.map +1 -0
- package/dist-cjs/definitions/patch/sandbox-paths.d.ts +18 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js +114 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist-cjs/definitions/process/index.d.ts +1 -0
- package/dist-cjs/definitions/process/index.js +9 -0
- package/dist-cjs/definitions/process/index.js.map +1 -0
- package/dist-cjs/definitions/process/process-registry.d.ts +67 -0
- package/dist-cjs/definitions/process/process-registry.js +232 -0
- package/dist-cjs/definitions/process/process-registry.js.map +1 -0
- package/dist-cjs/definitions/process/process.d.ts +9 -0
- package/dist-cjs/definitions/process/process.js +390 -0
- package/dist-cjs/definitions/process/process.js.map +1 -0
- package/dist-cjs/definitions/process/pty-keys.d.ts +13 -0
- package/dist-cjs/definitions/process/pty-keys.js +260 -0
- package/dist-cjs/definitions/process/pty-keys.js.map +1 -0
- package/dist-cjs/definitions/process/session-slug.d.ts +1 -0
- package/dist-cjs/definitions/process/session-slug.js +146 -0
- package/dist-cjs/definitions/process/session-slug.js.map +1 -0
- package/dist-cjs/definitions/quip.d.ts +2 -0
- package/dist-cjs/definitions/quip.js +199 -0
- package/dist-cjs/definitions/quip.js.map +1 -0
- package/dist-cjs/definitions/session-history.d.ts +11 -0
- package/dist-cjs/definitions/session-history.js +73 -0
- package/dist-cjs/definitions/session-history.js.map +1 -0
- package/dist-cjs/definitions/shell.d.ts +8 -0
- package/dist-cjs/definitions/shell.js +185 -0
- package/dist-cjs/definitions/shell.js.map +1 -0
- package/dist-cjs/definitions/slack.d.ts +2 -0
- package/dist-cjs/definitions/slack.js +184 -0
- package/dist-cjs/definitions/slack.js.map +1 -0
- package/dist-cjs/definitions/web.d.ts +8 -0
- package/dist-cjs/definitions/web.js +113 -0
- package/dist-cjs/definitions/web.js.map +1 -0
- package/dist-cjs/executors/apply-patch.d.ts +51 -0
- package/dist-cjs/executors/apply-patch.js +921 -0
- package/dist-cjs/executors/apply-patch.js.map +1 -0
- package/dist-cjs/executors/arion.d.ts +50 -0
- package/dist-cjs/executors/arion.js +126 -0
- package/dist-cjs/executors/arion.js.map +1 -0
- package/dist-cjs/executors/deploy.d.ts +169 -0
- package/dist-cjs/executors/deploy.js +870 -0
- package/dist-cjs/executors/deploy.js.map +1 -0
- package/dist-cjs/executors/filesystem.d.ts +150 -0
- package/dist-cjs/executors/filesystem.js +1159 -0
- package/dist-cjs/executors/filesystem.js.map +1 -0
- package/dist-cjs/executors/index.d.ts +38 -0
- package/dist-cjs/executors/index.js +112 -0
- package/dist-cjs/executors/index.js.map +1 -0
- package/dist-cjs/executors/learning-meta.d.ts +87 -0
- package/dist-cjs/executors/learning-meta.js +1166 -0
- package/dist-cjs/executors/learning-meta.js.map +1 -0
- package/dist-cjs/executors/memory.d.ts +203 -0
- package/dist-cjs/executors/memory.js +797 -0
- package/dist-cjs/executors/memory.js.map +1 -0
- package/dist-cjs/executors/meta.d.ts +73 -0
- package/dist-cjs/executors/meta.js +227 -0
- package/dist-cjs/executors/meta.js.map +1 -0
- package/dist-cjs/executors/process-registry.d.ts +98 -0
- package/dist-cjs/executors/process-registry.js +470 -0
- package/dist-cjs/executors/process-registry.js.map +1 -0
- package/dist-cjs/executors/pty-session-store.d.ts +14 -0
- package/dist-cjs/executors/pty-session-store.js +35 -0
- package/dist-cjs/executors/pty-session-store.js.map +1 -0
- package/dist-cjs/executors/pty.d.ts +133 -0
- package/dist-cjs/executors/pty.js +313 -0
- package/dist-cjs/executors/pty.js.map +1 -0
- package/dist-cjs/executors/restart.d.ts +18 -0
- package/dist-cjs/executors/restart.js +187 -0
- package/dist-cjs/executors/restart.js.map +1 -0
- package/dist-cjs/executors/search-types.d.ts +52 -0
- package/dist-cjs/executors/search-types.js +57 -0
- package/dist-cjs/executors/search-types.js.map +1 -0
- package/dist-cjs/executors/self-diagnose.d.ts +89 -0
- package/dist-cjs/executors/self-diagnose.js +435 -0
- package/dist-cjs/executors/self-diagnose.js.map +1 -0
- package/dist-cjs/executors/session-history.d.ts +75 -0
- package/dist-cjs/executors/session-history.js +321 -0
- package/dist-cjs/executors/session-history.js.map +1 -0
- package/dist-cjs/executors/shell-safety.d.ts +27 -0
- package/dist-cjs/executors/shell-safety.js +479 -0
- package/dist-cjs/executors/shell-safety.js.map +1 -0
- package/dist-cjs/executors/shell.d.ts +168 -0
- package/dist-cjs/executors/shell.js +1002 -0
- package/dist-cjs/executors/shell.js.map +1 -0
- package/dist-cjs/executors/utils.d.ts +20 -0
- package/dist-cjs/executors/utils.js +74 -0
- package/dist-cjs/executors/utils.js.map +1 -0
- package/dist-cjs/executors/web.d.ts +89 -0
- package/dist-cjs/executors/web.js +548 -0
- package/dist-cjs/executors/web.js.map +1 -0
- package/dist-cjs/extraction/content-extraction.d.ts +48 -0
- package/dist-cjs/extraction/content-extraction.js +244 -0
- package/dist-cjs/extraction/content-extraction.js.map +1 -0
- package/dist-cjs/extraction/index.d.ts +4 -0
- package/dist-cjs/extraction/index.js +9 -0
- package/dist-cjs/extraction/index.js.map +1 -0
- package/dist-cjs/headless-control-contract.d.ts +3170 -0
- package/dist-cjs/headless-control-contract.js +973 -0
- package/dist-cjs/headless-control-contract.js.map +1 -0
- package/dist-cjs/index.d.ts +62 -0
- package/dist-cjs/index.js +418 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/local-control-http-auth.d.ts +2 -0
- package/dist-cjs/local-control-http-auth.js +6 -0
- package/dist-cjs/local-control-http-auth.js.map +1 -0
- package/dist-cjs/mcp/client.d.ts +68 -0
- package/dist-cjs/mcp/client.js +186 -0
- package/dist-cjs/mcp/client.js.map +1 -0
- package/dist-cjs/mcp/connection.d.ts +54 -0
- package/dist-cjs/mcp/connection.js +485 -0
- package/dist-cjs/mcp/connection.js.map +1 -0
- package/dist-cjs/mcp/index.d.ts +10 -0
- package/dist-cjs/mcp/index.js +31 -0
- package/dist-cjs/mcp/index.js.map +1 -0
- package/dist-cjs/mcp/jsonrpc.d.ts +36 -0
- package/dist-cjs/mcp/jsonrpc.js +149 -0
- package/dist-cjs/mcp/jsonrpc.js.map +1 -0
- package/dist-cjs/mcp/types.d.ts +178 -0
- package/dist-cjs/mcp/types.js +9 -0
- package/dist-cjs/mcp/types.js.map +1 -0
- package/dist-cjs/network-control-adapter.d.ts +4 -0
- package/dist-cjs/network-control-adapter.js +78 -0
- package/dist-cjs/network-control-adapter.js.map +1 -0
- package/dist-cjs/network-runtime/address-types.d.ts +201 -0
- package/dist-cjs/network-runtime/address-types.js +169 -0
- package/dist-cjs/network-runtime/address-types.js.map +1 -0
- package/dist-cjs/network-runtime/db-owner-fencing.d.ts +43 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js +77 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist-cjs/network-runtime/delivery-receipts.d.ts +117 -0
- package/dist-cjs/network-runtime/delivery-receipts.js +277 -0
- package/dist-cjs/network-runtime/delivery-receipts.js.map +1 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.d.ts +8 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js +30 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist-cjs/network-runtime/index.d.ts +24 -0
- package/dist-cjs/network-runtime/index.js +173 -0
- package/dist-cjs/network-runtime/index.js.map +1 -0
- package/dist-cjs/network-runtime/local-control-contract.d.ts +752 -0
- package/dist-cjs/network-runtime/local-control-contract.js +628 -0
- package/dist-cjs/network-runtime/local-control-contract.js.map +1 -0
- package/dist-cjs/network-runtime/node-store-contract.d.ts +49 -0
- package/dist-cjs/network-runtime/node-store-contract.js +39 -0
- package/dist-cjs/network-runtime/node-store-contract.js.map +1 -0
- package/dist-cjs/network-runtime/pair-route-contract.d.ts +100 -0
- package/dist-cjs/network-runtime/pair-route-contract.js +81 -0
- package/dist-cjs/network-runtime/pair-route-contract.js.map +1 -0
- package/dist-cjs/network-runtime/peer-capabilities.d.ts +10 -0
- package/dist-cjs/network-runtime/peer-capabilities.js +38 -0
- package/dist-cjs/network-runtime/peer-capabilities.js.map +1 -0
- package/dist-cjs/network-runtime/peer-principal-ref.d.ts +9 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js +16 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist-cjs/network-runtime/peer-state-machine.d.ts +70 -0
- package/dist-cjs/network-runtime/peer-state-machine.js +130 -0
- package/dist-cjs/network-runtime/peer-state-machine.js.map +1 -0
- package/dist-cjs/network-runtime/protocol-schemas.d.ts +328 -0
- package/dist-cjs/network-runtime/protocol-schemas.js +213 -0
- package/dist-cjs/network-runtime/protocol-schemas.js.map +1 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.d.ts +81 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js +64 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist-cjs/outlook/desktop-session.d.ts +68 -0
- package/dist-cjs/outlook/desktop-session.js +319 -0
- package/dist-cjs/outlook/desktop-session.js.map +1 -0
- package/dist-cjs/package.json +3 -0
- package/dist-cjs/policy.d.ts +43 -0
- package/dist-cjs/policy.js +156 -0
- package/dist-cjs/policy.js.map +1 -0
- package/dist-cjs/providers/brave.d.ts +10 -0
- package/dist-cjs/providers/brave.js +67 -0
- package/dist-cjs/providers/brave.js.map +1 -0
- package/dist-cjs/providers/duckduckgo.d.ts +18 -0
- package/dist-cjs/providers/duckduckgo.js +181 -0
- package/dist-cjs/providers/duckduckgo.js.map +1 -0
- package/dist-cjs/providers/exa.d.ts +10 -0
- package/dist-cjs/providers/exa.js +68 -0
- package/dist-cjs/providers/exa.js.map +1 -0
- package/dist-cjs/providers/firecrawl.d.ts +10 -0
- package/dist-cjs/providers/firecrawl.js +60 -0
- package/dist-cjs/providers/firecrawl.js.map +1 -0
- package/dist-cjs/providers/index.d.ts +8 -0
- package/dist-cjs/providers/index.js +18 -0
- package/dist-cjs/providers/index.js.map +1 -0
- package/dist-cjs/providers/jina.d.ts +10 -0
- package/dist-cjs/providers/jina.js +54 -0
- package/dist-cjs/providers/jina.js.map +1 -0
- package/dist-cjs/providers/router.d.ts +21 -0
- package/dist-cjs/providers/router.js +101 -0
- package/dist-cjs/providers/router.js.map +1 -0
- package/dist-cjs/providers/search-provider.d.ts +35 -0
- package/dist-cjs/providers/search-provider.js +37 -0
- package/dist-cjs/providers/search-provider.js.map +1 -0
- package/dist-cjs/providers/tavily.d.ts +10 -0
- package/dist-cjs/providers/tavily.js +59 -0
- package/dist-cjs/providers/tavily.js.map +1 -0
- package/dist-cjs/quip/desktop-session.d.ts +69 -0
- package/dist-cjs/quip/desktop-session.js +354 -0
- package/dist-cjs/quip/desktop-session.js.map +1 -0
- package/dist-cjs/registry/index.d.ts +1 -0
- package/dist-cjs/registry/index.js +7 -0
- package/dist-cjs/registry/index.js.map +1 -0
- package/dist-cjs/registry/registry.d.ts +156 -0
- package/dist-cjs/registry/registry.js +762 -0
- package/dist-cjs/registry/registry.js.map +1 -0
- package/dist-cjs/runtime-socket-local-control-client.d.ts +10 -0
- package/dist-cjs/runtime-socket-local-control-client.js +368 -0
- package/dist-cjs/runtime-socket-local-control-client.js.map +1 -0
- package/dist-cjs/security/dns-normalization.d.ts +6 -0
- package/dist-cjs/security/dns-normalization.js +23 -0
- package/dist-cjs/security/dns-normalization.js.map +1 -0
- package/dist-cjs/security/dns-pinning.d.ts +27 -0
- package/dist-cjs/security/dns-pinning.js +161 -0
- package/dist-cjs/security/dns-pinning.js.map +1 -0
- package/dist-cjs/security/external-content.d.ts +40 -0
- package/dist-cjs/security/external-content.js +96 -0
- package/dist-cjs/security/external-content.js.map +1 -0
- package/dist-cjs/security/ssrf.d.ts +40 -0
- package/dist-cjs/security/ssrf.js +222 -0
- package/dist-cjs/security/ssrf.js.map +1 -0
- package/dist-cjs/slack/desktop-session.d.ts +69 -0
- package/dist-cjs/slack/desktop-session.js +367 -0
- package/dist-cjs/slack/desktop-session.js.map +1 -0
- package/dist-cjs/tool-factory.d.ts +46 -0
- package/dist-cjs/tool-factory.js +51 -0
- package/dist-cjs/tool-factory.js.map +1 -0
- package/dist-cjs/types.d.ts +1188 -0
- package/dist-cjs/types.js +9 -0
- package/dist-cjs/types.js.map +1 -0
- package/dist-cjs/utils/retry.d.ts +11 -0
- package/dist-cjs/utils/retry.js +170 -0
- package/dist-cjs/utils/retry.js.map +1 -0
- package/dist-cjs/utils/safe-parse-json.d.ts +26 -0
- package/dist-cjs/utils/safe-parse-json.js +165 -0
- package/dist-cjs/utils/safe-parse-json.js.map +1 -0
- package/dist-cjs/utils/url.d.ts +10 -0
- package/dist-cjs/utils/url.js +24 -0
- package/dist-cjs/utils/url.js.map +1 -0
- package/package.json +55 -0
- package/src/__tests__/web-fetch-download.test.ts +433 -0
- package/src/__tests__/web-tools.test.ts +619 -0
- package/src/ask-user-interaction.ts +33 -0
- package/src/cache/web-cache.ts +110 -0
- package/src/definitions/arion.ts +118 -0
- package/src/definitions/browser/browser.ts +502 -0
- package/src/definitions/browser/index.ts +5 -0
- package/src/definitions/browser/pw-downloads.ts +142 -0
- package/src/definitions/browser/pw-interactions.ts +282 -0
- package/src/definitions/browser/pw-responses.ts +98 -0
- package/src/definitions/browser/pw-session.ts +405 -0
- package/src/definitions/browser/pw-shared.ts +85 -0
- package/src/definitions/browser/pw-snapshot.ts +383 -0
- package/src/definitions/browser/pw-state.ts +101 -0
- package/src/definitions/browser/types.ts +203 -0
- package/src/definitions/core.ts +106 -0
- package/src/definitions/delegation.ts +567 -0
- package/src/definitions/deploy.ts +73 -0
- package/src/definitions/filesystem.ts +253 -0
- package/src/definitions/index.ts +25 -0
- package/src/definitions/memory.ts +150 -0
- package/src/definitions/messaging.ts +734 -0
- package/src/definitions/meta.ts +392 -0
- package/src/definitions/network.ts +179 -0
- package/src/definitions/outlook.ts +318 -0
- package/src/definitions/patch/apply-patch.ts +235 -0
- package/src/definitions/patch/fuzzy-match.ts +217 -0
- package/src/definitions/patch/index.ts +1 -0
- package/src/definitions/patch/patch-parser.ts +297 -0
- package/src/definitions/patch/sandbox-paths.ts +129 -0
- package/src/definitions/process/index.ts +5 -0
- package/src/definitions/process/process-registry.ts +303 -0
- package/src/definitions/process/process.ts +456 -0
- package/src/definitions/process/pty-keys.ts +298 -0
- package/src/definitions/process/session-slug.ts +147 -0
- package/src/definitions/quip.ts +225 -0
- package/src/definitions/session-history.ts +79 -0
- package/src/definitions/shell.ts +202 -0
- package/src/definitions/slack.ts +211 -0
- package/src/definitions/web.ts +119 -0
- package/src/executors/apply-patch.ts +1015 -0
- package/src/executors/arion.ts +199 -0
- package/src/executors/deploy.ts +1066 -0
- package/src/executors/filesystem.ts +1421 -0
- package/src/executors/index.ts +222 -0
- package/src/executors/learning-meta.ts +1367 -0
- package/src/executors/memory.ts +978 -0
- package/src/executors/meta.ts +293 -0
- package/src/executors/process-registry.ts +570 -0
- package/src/executors/pty-session-store.ts +43 -0
- package/src/executors/pty.ts +342 -0
- package/src/executors/restart.ts +168 -0
- package/src/executors/search-types.ts +98 -0
- package/src/executors/self-diagnose.ts +552 -0
- package/src/executors/session-history.ts +435 -0
- package/src/executors/shell-safety.ts +519 -0
- package/src/executors/shell.ts +1243 -0
- package/src/executors/utils.ts +40 -0
- package/src/executors/web.ts +786 -0
- package/src/extraction/content-extraction.ts +281 -0
- package/src/extraction/index.ts +5 -0
- package/src/headless-control-contract.ts +1149 -0
- package/src/index.ts +763 -0
- package/src/local-control-http-auth.ts +2 -0
- package/src/mcp/client.ts +218 -0
- package/src/mcp/connection.ts +568 -0
- package/src/mcp/index.ts +11 -0
- package/src/mcp/jsonrpc.ts +195 -0
- package/src/mcp/types.ts +199 -0
- package/src/network-control-adapter.ts +88 -0
- package/src/network-runtime/address-types.ts +218 -0
- package/src/network-runtime/db-owner-fencing.ts +91 -0
- package/src/network-runtime/delivery-receipts.ts +372 -0
- package/src/network-runtime/direct-endpoint-authority.ts +35 -0
- package/src/network-runtime/index.ts +316 -0
- package/src/network-runtime/local-control-contract.ts +778 -0
- package/src/network-runtime/node-store-contract.ts +46 -0
- package/src/network-runtime/pair-route-contract.ts +97 -0
- package/src/network-runtime/peer-capabilities.ts +48 -0
- package/src/network-runtime/peer-principal-ref.ts +20 -0
- package/src/network-runtime/peer-state-machine.ts +160 -0
- package/src/network-runtime/protocol-schemas.ts +265 -0
- package/src/network-runtime/runtime-bootstrap-contract.ts +83 -0
- package/src/outlook/desktop-session.ts +409 -0
- package/src/policy.ts +171 -0
- package/src/providers/brave.ts +80 -0
- package/src/providers/duckduckgo.ts +199 -0
- package/src/providers/exa.ts +85 -0
- package/src/providers/firecrawl.ts +77 -0
- package/src/providers/index.ts +8 -0
- package/src/providers/jina.ts +70 -0
- package/src/providers/router.ts +121 -0
- package/src/providers/search-provider.ts +74 -0
- package/src/providers/tavily.ts +74 -0
- package/src/quip/desktop-session.ts +435 -0
- package/src/registry/index.ts +1 -0
- package/src/registry/registry.ts +905 -0
- package/src/runtime-socket-local-control-client.ts +632 -0
- package/src/security/dns-normalization.ts +34 -0
- package/src/security/dns-pinning.ts +138 -0
- package/src/security/external-content.ts +129 -0
- package/src/security/ssrf.ts +207 -0
- package/src/slack/desktop-session.ts +493 -0
- package/src/tool-factory.ts +91 -0
- package/src/types.ts +1337 -0
- package/src/utils/retry.ts +163 -0
- package/src/utils/safe-parse-json.ts +176 -0
- package/src/utils/url.ts +20 -0
- package/tests/benchmarks/registry.bench.ts +57 -0
- package/tests/cache/web-cache.test.ts +147 -0
- package/tests/critical-integration.test.ts +1465 -0
- package/tests/definitions/apply-patch.test.ts +586 -0
- package/tests/definitions/browser.test.ts +495 -0
- package/tests/definitions/delegation-pause-resume.test.ts +758 -0
- package/tests/definitions/execution.test.ts +671 -0
- package/tests/definitions/messaging-inbox-scope.test.ts +229 -0
- package/tests/definitions/messaging.test.ts +1468 -0
- package/tests/definitions/outlook.test.ts +30 -0
- package/tests/definitions/process.test.ts +469 -0
- package/tests/definitions/slack.test.ts +28 -0
- package/tests/definitions/tool-inventory.test.ts +207 -0
- package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +433 -0
- package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +81 -0
- package/tests/executors/apply-patch.test.ts +538 -0
- package/tests/executors/arion.test.ts +309 -0
- package/tests/executors/conversation-primitives.test.ts +250 -0
- package/tests/executors/deploy.test.ts +746 -0
- package/tests/executors/filesystem-tools.test.ts +357 -0
- package/tests/executors/filesystem.test.ts +959 -0
- package/tests/executors/memory-bugfixes.test.ts +257 -0
- package/tests/executors/memory-real-memoria.integration.test.ts +316 -0
- package/tests/executors/memory.test.ts +853 -0
- package/tests/executors/meta-tools.test.ts +411 -0
- package/tests/executors/meta.test.ts +683 -0
- package/tests/executors/path-containment.test.ts +51 -0
- package/tests/executors/process-registry.test.ts +505 -0
- package/tests/executors/pty.test.ts +664 -0
- package/tests/executors/quest-security.test.ts +249 -0
- package/tests/executors/read-file-media.test.ts +230 -0
- package/tests/executors/recall-knowledge-schema.test.ts +209 -0
- package/tests/executors/recall-tags.test.ts +278 -0
- package/tests/executors/remember-null-safety.contract.test.ts +41 -0
- package/tests/executors/restart.test.ts +67 -0
- package/tests/executors/search-unified.test.ts +381 -0
- package/tests/executors/session-history.test.ts +340 -0
- package/tests/executors/session-transcript.test.ts +561 -0
- package/tests/executors/shell-abort.test.ts +416 -0
- package/tests/executors/shell-env-blocklist.test.ts +648 -0
- package/tests/executors/shell-env-process.test.ts +245 -0
- package/tests/executors/shell-process-registry.test.ts +334 -0
- package/tests/executors/shell-tools.test.ts +393 -0
- package/tests/executors/shell.test.ts +690 -0
- package/tests/executors/web-abort-vs-timeout.test.ts +213 -0
- package/tests/executors/web-integration.test.ts +633 -0
- package/tests/executors/web-symlink.test.ts +18 -0
- package/tests/executors/web.test.ts +1400 -0
- package/tests/executors/write-stdin.test.ts +145 -0
- package/tests/extraction/content-extraction.test.ts +153 -0
- package/tests/guards/tools-default-test-lane.integration.test.ts +21 -0
- package/tests/guards/tools-package-test-commands.e2e.test.ts +43 -0
- package/tests/guards/tools-test-lane-manifest.contract.test.ts +76 -0
- package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +63 -0
- package/tests/helpers/async-waits.ts +53 -0
- package/tests/integration/headless-control-contract.integration.test.ts +151 -0
- package/tests/integration/memory-tool-schema-parity.integration.test.ts +67 -0
- package/tests/integration/meta-tools-round-trip.integration.test.ts +506 -0
- package/tests/integration/quest-round-trip.test.ts +303 -0
- package/tests/integration/registry-executor-flow.test.ts +85 -0
- package/tests/integration.test.ts +177 -0
- package/tests/loading-tier.test.ts +126 -0
- package/tests/mcp/client-reconnect.test.ts +267 -0
- package/tests/mcp/connection.test.ts +846 -0
- package/tests/mcp/injectable-logger.test.ts +83 -0
- package/tests/mcp/jsonrpc.test.ts +109 -0
- package/tests/mcp/lifecycle.test.ts +879 -0
- package/tests/network-runtime/address-types.contract.test.ts +143 -0
- package/tests/network-runtime/continuity-bind-schema.contract.test.ts +203 -0
- package/tests/network-runtime/local-control-contract.test.ts +869 -0
- package/tests/network-runtime/local-control-invite-token.contract.test.ts +146 -0
- package/tests/network-runtime/node-store-contract.test.ts +11 -0
- package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +15 -0
- package/tests/network-runtime/peer-state-machine.contract.test.ts +148 -0
- package/tests/network-runtime/protocol-schemas.contract.test.ts +512 -0
- package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +62 -0
- package/tests/network-runtime/runtime-bootstrap-contract.test.ts +227 -0
- package/tests/network-runtime/runtime-socket-local-control-client.test.ts +621 -0
- package/tests/network-runtime/wait-for-message-script.test.ts +288 -0
- package/tests/parallel.test.ts +71 -0
- package/tests/policy.test.ts +184 -0
- package/tests/print-default-test-lane.ts +14 -0
- package/tests/print-test-lane-manifest.ts +22 -0
- package/tests/providers/brave.test.ts +159 -0
- package/tests/providers/duckduckgo.test.ts +207 -0
- package/tests/providers/exa.test.ts +175 -0
- package/tests/providers/firecrawl.test.ts +168 -0
- package/tests/providers/jina.test.ts +144 -0
- package/tests/providers/router.test.ts +328 -0
- package/tests/providers/tavily.test.ts +165 -0
- package/tests/registry/discovery.test.ts +154 -0
- package/tests/registry/injectable-logger.test.ts +230 -0
- package/tests/registry/input-validation.test.ts +361 -0
- package/tests/registry/interface-completeness.test.ts +85 -0
- package/tests/registry/mcp-integration.test.ts +103 -0
- package/tests/registry/mcp-read-only-hint.test.ts +60 -0
- package/tests/registry/memoria-discovery.test.ts +390 -0
- package/tests/registry/nested-validation.test.ts +283 -0
- package/tests/registry/pseudo-tool-filtering.test.ts +258 -0
- package/tests/registry/registration-lifecycle.test.ts +133 -0
- package/tests/registry-validation.test.ts +424 -0
- package/tests/registry.test.ts +460 -0
- package/tests/security/dns-pinning.test.ts +162 -0
- package/tests/security/external-content.test.ts +144 -0
- package/tests/security/ssrf.test.ts +118 -0
- package/tests/shell-safety-integration.test.ts +32 -0
- package/tests/shell-safety.test.ts +365 -0
- package/tests/slack/desktop-session.test.ts +50 -0
- package/tests/test-lane-manifest.ts +436 -0
- package/tests/test-utils.ts +27 -0
- package/tests/tool-factory.test.ts +188 -0
- package/tests/utils/retry.test.ts +231 -0
- package/tests/utils/url.test.ts +63 -0
- package/tsconfig.cjs.json +16 -0
- package/tsconfig.json +12 -0
- package/vitest.config.ts +55 -0
- package/vitest.e2e.config.ts +24 -0
- package/vitest.integration.config.ts +24 -0
- package/vitest.native.config.ts +24 -0
|
@@ -0,0 +1,683 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @aria/tools - Meta executor tests
|
|
3
|
+
*
|
|
4
|
+
* Tests for ask_user, quest_update, and quest_list executors.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { describe, it, expect, beforeEach, vi } from "vitest";
|
|
8
|
+
import type {
|
|
9
|
+
ToolContext,
|
|
10
|
+
QuestStoreRef,
|
|
11
|
+
QuestStoreItem,
|
|
12
|
+
QuestStoreStatus,
|
|
13
|
+
} from "../../src/types.js";
|
|
14
|
+
import {
|
|
15
|
+
executeAskUser,
|
|
16
|
+
executeQuestUpdate,
|
|
17
|
+
executeQuestList,
|
|
18
|
+
resetAskUserCounter,
|
|
19
|
+
} from "../../src/executors/meta.js";
|
|
20
|
+
|
|
21
|
+
// Helper to create a mock QuestStore
|
|
22
|
+
const createMockQuestStore = (): QuestStoreRef & { _quests: Map<string, QuestStoreItem> } => {
|
|
23
|
+
const quests = new Map<string, QuestStoreItem>();
|
|
24
|
+
return {
|
|
25
|
+
_quests: quests,
|
|
26
|
+
createQuest: vi.fn(
|
|
27
|
+
(input: {
|
|
28
|
+
id: string;
|
|
29
|
+
title: string;
|
|
30
|
+
description?: string;
|
|
31
|
+
priority?: number;
|
|
32
|
+
status?: QuestStoreStatus;
|
|
33
|
+
progress?: string;
|
|
34
|
+
blockedBy?: string;
|
|
35
|
+
}) => {
|
|
36
|
+
const now = Date.now();
|
|
37
|
+
const quest: QuestStoreItem = {
|
|
38
|
+
id: input.id,
|
|
39
|
+
title: input.title,
|
|
40
|
+
description: input.description,
|
|
41
|
+
priority: input.priority ?? 2,
|
|
42
|
+
status: input.status ?? "open",
|
|
43
|
+
progress: input.progress ?? "",
|
|
44
|
+
blockedBy: input.blockedBy,
|
|
45
|
+
attempts: 0,
|
|
46
|
+
createdAt: now,
|
|
47
|
+
updatedAt: now,
|
|
48
|
+
};
|
|
49
|
+
quests.set(input.id, quest);
|
|
50
|
+
return quest;
|
|
51
|
+
},
|
|
52
|
+
),
|
|
53
|
+
updateQuest: vi.fn(
|
|
54
|
+
(
|
|
55
|
+
id: string,
|
|
56
|
+
updates: Partial<{
|
|
57
|
+
title: string;
|
|
58
|
+
description: string;
|
|
59
|
+
priority: number;
|
|
60
|
+
status: QuestStoreStatus;
|
|
61
|
+
progress: string;
|
|
62
|
+
blockedBy: string;
|
|
63
|
+
}>,
|
|
64
|
+
) => {
|
|
65
|
+
const existing = quests.get(id);
|
|
66
|
+
if (!existing) throw new Error(`Quest not found: ${id}`);
|
|
67
|
+
// Match real QuestStore behavior: only apply non-undefined fields
|
|
68
|
+
const updated: QuestStoreItem = { ...existing, updatedAt: Date.now() };
|
|
69
|
+
for (const [key, value] of Object.entries(updates)) {
|
|
70
|
+
if (value !== undefined) (updated as Record<string, unknown>)[key] = value;
|
|
71
|
+
}
|
|
72
|
+
quests.set(id, updated);
|
|
73
|
+
return updated;
|
|
74
|
+
},
|
|
75
|
+
),
|
|
76
|
+
getQuest: vi.fn((id: string) => quests.get(id) ?? null),
|
|
77
|
+
listQuests: vi.fn((filter?: { status?: string }) => {
|
|
78
|
+
const all = Array.from(quests.values());
|
|
79
|
+
if (filter?.status) return all.filter((q) => q.status === filter.status);
|
|
80
|
+
return all;
|
|
81
|
+
}),
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
// Helper to create a base context
|
|
86
|
+
const createContext = (overrides?: Partial<ToolContext>): ToolContext => ({
|
|
87
|
+
workingDir: "/test/dir",
|
|
88
|
+
env: {},
|
|
89
|
+
confirm: async () => true,
|
|
90
|
+
...overrides,
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
describe("Meta Executors", () => {
|
|
94
|
+
describe("executeAskUser", () => {
|
|
95
|
+
beforeEach(() => {
|
|
96
|
+
resetAskUserCounter();
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
it("returns answers when userInteraction is wired", async () => {
|
|
100
|
+
const mockAsk = vi.fn().mockResolvedValue([{ answer: "yes" }, { answer: "blue" }]);
|
|
101
|
+
const ctx = createContext({
|
|
102
|
+
userInteraction: { ask: mockAsk },
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
const result = await executeAskUser(
|
|
106
|
+
{
|
|
107
|
+
questions: [
|
|
108
|
+
{ question: "Continue?", options: ["yes", "no"] },
|
|
109
|
+
{ question: "Favorite color?" },
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
ctx,
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
expect(result.success).toBe(true);
|
|
116
|
+
expect(result.message).toContain("2 answers");
|
|
117
|
+
expect((result.data as { answers: unknown[] }).answers).toHaveLength(2);
|
|
118
|
+
expect(mockAsk).toHaveBeenCalledWith([
|
|
119
|
+
{ question: "Continue?", options: ["yes", "no"] },
|
|
120
|
+
{ question: "Favorite color?" },
|
|
121
|
+
]);
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
it("returns graceful error when userInteraction is not wired", async () => {
|
|
125
|
+
const ctx = createContext(); // no userInteraction
|
|
126
|
+
|
|
127
|
+
const result = await executeAskUser({ questions: [{ question: "Hello?" }] }, ctx);
|
|
128
|
+
|
|
129
|
+
expect(result.success).toBe(false);
|
|
130
|
+
expect(result.message).toContain("not available");
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
it("rate limits: 4th call returns error (max 3 per turn)", async () => {
|
|
134
|
+
const mockAsk = vi.fn().mockResolvedValue([{ answer: "ok" }]);
|
|
135
|
+
const ctx = createContext({
|
|
136
|
+
userInteraction: { ask: mockAsk },
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
const input = { questions: [{ question: "test?" }] };
|
|
140
|
+
|
|
141
|
+
// First 3 calls succeed
|
|
142
|
+
const r1 = await executeAskUser(input, ctx);
|
|
143
|
+
expect(r1.success).toBe(true);
|
|
144
|
+
|
|
145
|
+
const r2 = await executeAskUser(input, ctx);
|
|
146
|
+
expect(r2.success).toBe(true);
|
|
147
|
+
|
|
148
|
+
const r3 = await executeAskUser(input, ctx);
|
|
149
|
+
expect(r3.success).toBe(true);
|
|
150
|
+
|
|
151
|
+
// 4th call is rate-limited
|
|
152
|
+
const r4 = await executeAskUser(input, ctx);
|
|
153
|
+
expect(r4.success).toBe(false);
|
|
154
|
+
expect(r4.message).toContain("Rate limit");
|
|
155
|
+
expect(r4.message).toContain("3");
|
|
156
|
+
});
|
|
157
|
+
|
|
158
|
+
it("rejects empty questions array", async () => {
|
|
159
|
+
const ctx = createContext({
|
|
160
|
+
userInteraction: { ask: vi.fn() },
|
|
161
|
+
});
|
|
162
|
+
|
|
163
|
+
const result = await executeAskUser({ questions: [] }, ctx);
|
|
164
|
+
|
|
165
|
+
expect(result.success).toBe(false);
|
|
166
|
+
expect(result.message).toContain("required");
|
|
167
|
+
});
|
|
168
|
+
|
|
169
|
+
it("handles abort signal", async () => {
|
|
170
|
+
const controller = new AbortController();
|
|
171
|
+
controller.abort();
|
|
172
|
+
const ctx = createContext({
|
|
173
|
+
userInteraction: { ask: vi.fn() },
|
|
174
|
+
abortSignal: controller.signal,
|
|
175
|
+
});
|
|
176
|
+
|
|
177
|
+
const result = await executeAskUser({ questions: [{ question: "test?" }] }, ctx);
|
|
178
|
+
|
|
179
|
+
expect(result.success).toBe(false);
|
|
180
|
+
expect(result.message).toContain("cancelled");
|
|
181
|
+
});
|
|
182
|
+
|
|
183
|
+
it("does not burn ask_user quota when answers are exhausted mid-resume", async () => {
|
|
184
|
+
let invocationCount = 0;
|
|
185
|
+
const mockAsk = vi.fn(async () => {
|
|
186
|
+
invocationCount++;
|
|
187
|
+
if (invocationCount === 1) {
|
|
188
|
+
const error = new Error("ask_user requested more answers than provided.");
|
|
189
|
+
Object.assign(error, {
|
|
190
|
+
code: "ASK_USER_ANSWERS_EXHAUSTED",
|
|
191
|
+
questions: [{ question: "Choose a deployment region" }],
|
|
192
|
+
});
|
|
193
|
+
throw error;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
return [{ answer: "us-east-1" }];
|
|
197
|
+
});
|
|
198
|
+
const askUserCallCounter = { count: 0 };
|
|
199
|
+
const ctx = createContext({
|
|
200
|
+
userInteraction: { ask: mockAsk },
|
|
201
|
+
askUserCallCounter,
|
|
202
|
+
});
|
|
203
|
+
const input = { questions: [{ question: "Choose a deployment region" }] };
|
|
204
|
+
|
|
205
|
+
await expect(executeAskUser(input, ctx)).rejects.toMatchObject({
|
|
206
|
+
code: "ASK_USER_ANSWERS_EXHAUSTED",
|
|
207
|
+
});
|
|
208
|
+
expect(askUserCallCounter.count).toBe(0);
|
|
209
|
+
|
|
210
|
+
const result1 = await executeAskUser(input, ctx);
|
|
211
|
+
const result2 = await executeAskUser(input, ctx);
|
|
212
|
+
const result3 = await executeAskUser(input, ctx);
|
|
213
|
+
const result4 = await executeAskUser(input, ctx);
|
|
214
|
+
|
|
215
|
+
expect(result1.success).toBe(true);
|
|
216
|
+
expect(result2.success).toBe(true);
|
|
217
|
+
expect(result3.success).toBe(true);
|
|
218
|
+
expect(result4.success).toBe(false);
|
|
219
|
+
expect(result4.message).toContain("Rate limit");
|
|
220
|
+
expect(askUserCallCounter.count).toBe(3);
|
|
221
|
+
expect(mockAsk).toHaveBeenCalledTimes(4);
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
it("still burns ask_user quota when the prompt attempt fails for non-exhaustion reasons", async () => {
|
|
225
|
+
const mockAsk = vi.fn(async () => {
|
|
226
|
+
throw new Error("socket closed");
|
|
227
|
+
});
|
|
228
|
+
const askUserCallCounter = { count: 0 };
|
|
229
|
+
const ctx = createContext({
|
|
230
|
+
userInteraction: { ask: mockAsk },
|
|
231
|
+
askUserCallCounter,
|
|
232
|
+
});
|
|
233
|
+
const input = { questions: [{ question: "Choose a deployment region" }] };
|
|
234
|
+
|
|
235
|
+
const result1 = await executeAskUser(input, ctx);
|
|
236
|
+
const result2 = await executeAskUser(input, ctx);
|
|
237
|
+
const result3 = await executeAskUser(input, ctx);
|
|
238
|
+
const result4 = await executeAskUser(input, ctx);
|
|
239
|
+
|
|
240
|
+
expect(result1.success).toBe(false);
|
|
241
|
+
expect(result1.message).toContain("socket closed");
|
|
242
|
+
expect(result2.success).toBe(false);
|
|
243
|
+
expect(result3.success).toBe(false);
|
|
244
|
+
expect(result4.success).toBe(false);
|
|
245
|
+
expect(result4.message).toContain("Rate limit");
|
|
246
|
+
expect(askUserCallCounter.count).toBe(3);
|
|
247
|
+
expect(mockAsk).toHaveBeenCalledTimes(3);
|
|
248
|
+
});
|
|
249
|
+
});
|
|
250
|
+
|
|
251
|
+
describe("executeQuestUpdate", () => {
|
|
252
|
+
let mockQuestStore: ReturnType<typeof createMockQuestStore>;
|
|
253
|
+
|
|
254
|
+
beforeEach(() => {
|
|
255
|
+
mockQuestStore = createMockQuestStore();
|
|
256
|
+
});
|
|
257
|
+
|
|
258
|
+
it("creates a quest with auto-generated ID when no id provided", async () => {
|
|
259
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
260
|
+
|
|
261
|
+
const result = await executeQuestUpdate(
|
|
262
|
+
{
|
|
263
|
+
quests: [{ title: "Fix the bug", status: "open" }],
|
|
264
|
+
},
|
|
265
|
+
ctx,
|
|
266
|
+
);
|
|
267
|
+
|
|
268
|
+
expect(result.success).toBe(true);
|
|
269
|
+
expect(result.message).toContain("1 created");
|
|
270
|
+
const data = result.data as { quests: Array<{ id: string; action: string }> };
|
|
271
|
+
expect(data.quests).toHaveLength(1);
|
|
272
|
+
expect(data.quests[0]!.id).toMatch(/^quest_/);
|
|
273
|
+
expect(data.quests[0]!.action).toBe("created");
|
|
274
|
+
expect(mockQuestStore.createQuest).toHaveBeenCalled();
|
|
275
|
+
});
|
|
276
|
+
|
|
277
|
+
it("updates existing quest when id is provided", async () => {
|
|
278
|
+
// Pre-seed a quest
|
|
279
|
+
mockQuestStore.createQuest({
|
|
280
|
+
id: "quest_abc123",
|
|
281
|
+
title: "Old title",
|
|
282
|
+
status: "open",
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
286
|
+
|
|
287
|
+
const result = await executeQuestUpdate(
|
|
288
|
+
{
|
|
289
|
+
quests: [{ id: "quest_abc123", title: "Updated title", status: "active" }],
|
|
290
|
+
},
|
|
291
|
+
ctx,
|
|
292
|
+
);
|
|
293
|
+
|
|
294
|
+
expect(result.success).toBe(true);
|
|
295
|
+
expect(result.message).toContain("1 updated");
|
|
296
|
+
const data = result.data as { quests: Array<{ id: string; action: string }> };
|
|
297
|
+
expect(data.quests[0]!.action).toBe("updated");
|
|
298
|
+
expect(mockQuestStore.updateQuest).toHaveBeenCalledWith(
|
|
299
|
+
"quest_abc123",
|
|
300
|
+
expect.objectContaining({
|
|
301
|
+
title: "Updated title",
|
|
302
|
+
status: "active",
|
|
303
|
+
}),
|
|
304
|
+
);
|
|
305
|
+
});
|
|
306
|
+
|
|
307
|
+
it("returns error when questStore is not available", async () => {
|
|
308
|
+
const ctx = createContext(); // no questStore
|
|
309
|
+
|
|
310
|
+
const result = await executeQuestUpdate(
|
|
311
|
+
{
|
|
312
|
+
quests: [{ title: "No store", status: "open" }],
|
|
313
|
+
},
|
|
314
|
+
ctx,
|
|
315
|
+
);
|
|
316
|
+
|
|
317
|
+
expect(result.success).toBe(false);
|
|
318
|
+
expect(result.message).toContain("QuestStore is not available");
|
|
319
|
+
});
|
|
320
|
+
|
|
321
|
+
it("rejects empty quests array", async () => {
|
|
322
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
323
|
+
|
|
324
|
+
const result = await executeQuestUpdate({ quests: [] }, ctx);
|
|
325
|
+
|
|
326
|
+
expect(result.success).toBe(false);
|
|
327
|
+
expect(result.message).toContain("required");
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
it("reports failure when updating non-existent quest", async () => {
|
|
331
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
332
|
+
|
|
333
|
+
const result = await executeQuestUpdate(
|
|
334
|
+
{
|
|
335
|
+
quests: [{ id: "quest_nonexistent", title: "Ghost", status: "active" }],
|
|
336
|
+
},
|
|
337
|
+
ctx,
|
|
338
|
+
);
|
|
339
|
+
|
|
340
|
+
// All quests failed → result is failure
|
|
341
|
+
expect(result.success).toBe(false);
|
|
342
|
+
expect(result.message).toContain("failed");
|
|
343
|
+
const data = result.data as { quests: Array<{ action: string; error?: string }> };
|
|
344
|
+
expect(data.quests[0]!.action).toBe("failed");
|
|
345
|
+
expect(data.quests[0]!.error).toContain("Quest not found");
|
|
346
|
+
});
|
|
347
|
+
|
|
348
|
+
it("creates quest with priority and blockedBy", async () => {
|
|
349
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
350
|
+
|
|
351
|
+
const result = await executeQuestUpdate(
|
|
352
|
+
{
|
|
353
|
+
quests: [
|
|
354
|
+
{
|
|
355
|
+
title: "Blocked task",
|
|
356
|
+
status: "blocked",
|
|
357
|
+
priority: 1,
|
|
358
|
+
blocked_by: "quest_xyz",
|
|
359
|
+
},
|
|
360
|
+
],
|
|
361
|
+
},
|
|
362
|
+
ctx,
|
|
363
|
+
);
|
|
364
|
+
|
|
365
|
+
expect(result.success).toBe(true);
|
|
366
|
+
expect(mockQuestStore.createQuest).toHaveBeenCalledWith(
|
|
367
|
+
expect.objectContaining({
|
|
368
|
+
title: "Blocked task",
|
|
369
|
+
status: "blocked",
|
|
370
|
+
priority: 1,
|
|
371
|
+
blockedBy: "quest_xyz",
|
|
372
|
+
}),
|
|
373
|
+
);
|
|
374
|
+
});
|
|
375
|
+
|
|
376
|
+
// P1-3: Runtime status validation
|
|
377
|
+
it("rejects invalid status values", async () => {
|
|
378
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
379
|
+
|
|
380
|
+
const result = await executeQuestUpdate(
|
|
381
|
+
{
|
|
382
|
+
quests: [{ title: "Bad status", status: "invalid_status" as QuestStoreStatus }],
|
|
383
|
+
},
|
|
384
|
+
ctx,
|
|
385
|
+
);
|
|
386
|
+
|
|
387
|
+
expect(result.success).toBe(false);
|
|
388
|
+
expect(result.message).toContain("failed");
|
|
389
|
+
const data = result.data as { quests: Array<{ action: string; error?: string }> };
|
|
390
|
+
expect(data.quests[0]!.action).toBe("failed");
|
|
391
|
+
expect(data.quests[0]!.error).toContain("Invalid status");
|
|
392
|
+
});
|
|
393
|
+
|
|
394
|
+
// P0-2: Mixed batch — some succeed, some fail
|
|
395
|
+
it("continues processing batch when one quest fails", async () => {
|
|
396
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
397
|
+
|
|
398
|
+
const result = await executeQuestUpdate(
|
|
399
|
+
{
|
|
400
|
+
quests: [
|
|
401
|
+
{ title: "Good quest", status: "open" },
|
|
402
|
+
{ id: "quest_doesnt_exist", title: "Will fail", status: "active" },
|
|
403
|
+
{ title: "Another good one", status: "open" },
|
|
404
|
+
],
|
|
405
|
+
},
|
|
406
|
+
ctx,
|
|
407
|
+
);
|
|
408
|
+
|
|
409
|
+
// Partial success — not all failed
|
|
410
|
+
expect(result.success).toBe(true);
|
|
411
|
+
expect(result.message).toContain("2 created");
|
|
412
|
+
expect(result.message).toContain("1 failed");
|
|
413
|
+
expect(result.message).toContain("partial failure");
|
|
414
|
+
const data = result.data as {
|
|
415
|
+
quests: Array<{ action: string; title: string; error?: string }>;
|
|
416
|
+
};
|
|
417
|
+
expect(data.quests).toHaveLength(3);
|
|
418
|
+
expect(data.quests[0]!.action).toBe("created");
|
|
419
|
+
expect(data.quests[1]!.action).toBe("failed");
|
|
420
|
+
expect(data.quests[2]!.action).toBe("created");
|
|
421
|
+
});
|
|
422
|
+
|
|
423
|
+
// P0-1: Notes map to progress consistently on create
|
|
424
|
+
it("maps notes to progress on create", async () => {
|
|
425
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
426
|
+
|
|
427
|
+
await executeQuestUpdate(
|
|
428
|
+
{
|
|
429
|
+
quests: [{ title: "Quest with notes", status: "open", notes: "Some progress info" }],
|
|
430
|
+
},
|
|
431
|
+
ctx,
|
|
432
|
+
);
|
|
433
|
+
|
|
434
|
+
expect(mockQuestStore.createQuest).toHaveBeenCalledWith(
|
|
435
|
+
expect.objectContaining({
|
|
436
|
+
progress: "Some progress info",
|
|
437
|
+
}),
|
|
438
|
+
);
|
|
439
|
+
// Should NOT map notes to description
|
|
440
|
+
const callArg = (mockQuestStore.createQuest as ReturnType<typeof vi.fn>).mock.calls[0][0];
|
|
441
|
+
expect(callArg.description).toBeUndefined();
|
|
442
|
+
});
|
|
443
|
+
|
|
444
|
+
// P0-1: Notes map to progress consistently on update
|
|
445
|
+
it("maps notes to progress on update", async () => {
|
|
446
|
+
mockQuestStore.createQuest({
|
|
447
|
+
id: "quest_progress",
|
|
448
|
+
title: "Test quest",
|
|
449
|
+
status: "open",
|
|
450
|
+
});
|
|
451
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
452
|
+
|
|
453
|
+
await executeQuestUpdate(
|
|
454
|
+
{
|
|
455
|
+
quests: [
|
|
456
|
+
{ id: "quest_progress", title: "Test quest", status: "active", notes: "Now active" },
|
|
457
|
+
],
|
|
458
|
+
},
|
|
459
|
+
ctx,
|
|
460
|
+
);
|
|
461
|
+
|
|
462
|
+
expect(mockQuestStore.updateQuest).toHaveBeenCalledWith(
|
|
463
|
+
"quest_progress",
|
|
464
|
+
expect.objectContaining({
|
|
465
|
+
progress: "Now active",
|
|
466
|
+
}),
|
|
467
|
+
);
|
|
468
|
+
});
|
|
469
|
+
|
|
470
|
+
// P1-5: Priority round-trips correctly
|
|
471
|
+
it("round-trips priority through create → list", async () => {
|
|
472
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
473
|
+
|
|
474
|
+
await executeQuestUpdate(
|
|
475
|
+
{
|
|
476
|
+
quests: [{ title: "Critical", status: "open", priority: 0 }],
|
|
477
|
+
},
|
|
478
|
+
ctx,
|
|
479
|
+
);
|
|
480
|
+
|
|
481
|
+
const listResult = await executeQuestList({}, ctx);
|
|
482
|
+
const data = listResult.data as { quests: Array<{ priority: number }> };
|
|
483
|
+
expect(data.quests[0]!.priority).toBe(0);
|
|
484
|
+
});
|
|
485
|
+
|
|
486
|
+
// R4: Create without title fails
|
|
487
|
+
it("rejects quest creation without title", async () => {
|
|
488
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
489
|
+
|
|
490
|
+
const result = await executeQuestUpdate(
|
|
491
|
+
{
|
|
492
|
+
quests: [{ status: "open" }],
|
|
493
|
+
},
|
|
494
|
+
ctx,
|
|
495
|
+
);
|
|
496
|
+
|
|
497
|
+
expect(result.success).toBe(false);
|
|
498
|
+
const data = result.data as { quests: Array<{ action: string; error?: string }> };
|
|
499
|
+
expect(data.quests[0]!.action).toBe("failed");
|
|
500
|
+
expect(data.quests[0]!.error).toContain("title is required");
|
|
501
|
+
});
|
|
502
|
+
|
|
503
|
+
// R4: Create defaults status to "open" when not specified
|
|
504
|
+
it("defaults status to open when creating without status", async () => {
|
|
505
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
506
|
+
|
|
507
|
+
const result = await executeQuestUpdate(
|
|
508
|
+
{
|
|
509
|
+
quests: [{ title: "No status quest" }],
|
|
510
|
+
},
|
|
511
|
+
ctx,
|
|
512
|
+
);
|
|
513
|
+
|
|
514
|
+
expect(result.success).toBe(true);
|
|
515
|
+
const data = result.data as { quests: Array<{ status: string }> };
|
|
516
|
+
expect(data.quests[0]!.status).toBe("open");
|
|
517
|
+
expect(mockQuestStore.createQuest).toHaveBeenCalledWith(
|
|
518
|
+
expect.objectContaining({ status: "open" }),
|
|
519
|
+
);
|
|
520
|
+
});
|
|
521
|
+
|
|
522
|
+
// R4: Partial update — only status, preserves title
|
|
523
|
+
it("updates only status without overwriting title", async () => {
|
|
524
|
+
mockQuestStore.createQuest({
|
|
525
|
+
id: "quest_partial",
|
|
526
|
+
title: "Original title",
|
|
527
|
+
status: "open",
|
|
528
|
+
});
|
|
529
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
530
|
+
|
|
531
|
+
const result = await executeQuestUpdate(
|
|
532
|
+
{
|
|
533
|
+
quests: [{ id: "quest_partial", status: "active" }],
|
|
534
|
+
},
|
|
535
|
+
ctx,
|
|
536
|
+
);
|
|
537
|
+
|
|
538
|
+
expect(result.success).toBe(true);
|
|
539
|
+
const data = result.data as { quests: Array<{ title: string; status: string }> };
|
|
540
|
+
expect(data.quests[0]!.title).toBe("Original title");
|
|
541
|
+
expect(data.quests[0]!.status).toBe("active");
|
|
542
|
+
// updateQuest should NOT have title in the updates
|
|
543
|
+
expect(mockQuestStore.updateQuest).toHaveBeenCalledWith("quest_partial", {
|
|
544
|
+
status: "active",
|
|
545
|
+
});
|
|
546
|
+
});
|
|
547
|
+
|
|
548
|
+
// R4: Partial update — only notes, preserves title and status
|
|
549
|
+
it("updates only notes without overwriting other fields", async () => {
|
|
550
|
+
mockQuestStore.createQuest({
|
|
551
|
+
id: "quest_notes_only",
|
|
552
|
+
title: "Keep this title",
|
|
553
|
+
status: "active",
|
|
554
|
+
progress: "Old progress",
|
|
555
|
+
});
|
|
556
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
557
|
+
|
|
558
|
+
const result = await executeQuestUpdate(
|
|
559
|
+
{
|
|
560
|
+
quests: [{ id: "quest_notes_only", notes: "New progress" }],
|
|
561
|
+
},
|
|
562
|
+
ctx,
|
|
563
|
+
);
|
|
564
|
+
|
|
565
|
+
expect(result.success).toBe(true);
|
|
566
|
+
// Should only pass progress to updateQuest, not title or status
|
|
567
|
+
expect(mockQuestStore.updateQuest).toHaveBeenCalledWith("quest_notes_only", {
|
|
568
|
+
progress: "New progress",
|
|
569
|
+
});
|
|
570
|
+
// Title should be preserved from the store
|
|
571
|
+
const data = result.data as { quests: Array<{ title: string; status: string }> };
|
|
572
|
+
expect(data.quests[0]!.title).toBe("Keep this title");
|
|
573
|
+
expect(data.quests[0]!.status).toBe("active");
|
|
574
|
+
});
|
|
575
|
+
|
|
576
|
+
// P1-5: Abort signal for quest update
|
|
577
|
+
it("handles abort signal", async () => {
|
|
578
|
+
const controller = new AbortController();
|
|
579
|
+
controller.abort();
|
|
580
|
+
const ctx = createContext({
|
|
581
|
+
questStore: mockQuestStore,
|
|
582
|
+
abortSignal: controller.signal,
|
|
583
|
+
});
|
|
584
|
+
|
|
585
|
+
const result = await executeQuestUpdate(
|
|
586
|
+
{
|
|
587
|
+
quests: [{ title: "Will not run", status: "open" }],
|
|
588
|
+
},
|
|
589
|
+
ctx,
|
|
590
|
+
);
|
|
591
|
+
|
|
592
|
+
expect(result.success).toBe(false);
|
|
593
|
+
expect(result.message).toContain("cancelled");
|
|
594
|
+
});
|
|
595
|
+
});
|
|
596
|
+
|
|
597
|
+
describe("executeQuestList", () => {
|
|
598
|
+
let mockQuestStore: ReturnType<typeof createMockQuestStore>;
|
|
599
|
+
|
|
600
|
+
beforeEach(() => {
|
|
601
|
+
mockQuestStore = createMockQuestStore();
|
|
602
|
+
});
|
|
603
|
+
|
|
604
|
+
it("lists quests from QuestStore", async () => {
|
|
605
|
+
mockQuestStore.createQuest({ id: "quest_a", title: "Fix bug", status: "open" });
|
|
606
|
+
mockQuestStore.createQuest({ id: "quest_b", title: "Add feature", status: "active" });
|
|
607
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
608
|
+
|
|
609
|
+
const result = await executeQuestList({}, ctx);
|
|
610
|
+
|
|
611
|
+
expect(result.success).toBe(true);
|
|
612
|
+
expect(result.message).toContain("2 quests");
|
|
613
|
+
const data = result.data as { quests: unknown[]; count: number };
|
|
614
|
+
expect(data.count).toBe(2);
|
|
615
|
+
expect(data.quests).toHaveLength(2);
|
|
616
|
+
});
|
|
617
|
+
|
|
618
|
+
it("filters by status", async () => {
|
|
619
|
+
mockQuestStore.createQuest({ id: "quest_a", title: "Fix bug", status: "open" });
|
|
620
|
+
mockQuestStore.createQuest({ id: "quest_b", title: "Done feature", status: "done" });
|
|
621
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
622
|
+
|
|
623
|
+
const result = await executeQuestList({ status: "open" }, ctx);
|
|
624
|
+
|
|
625
|
+
expect(result.success).toBe(true);
|
|
626
|
+
const data = result.data as { quests: Array<{ id: string }>; count: number };
|
|
627
|
+
expect(data.count).toBe(1);
|
|
628
|
+
expect(data.quests[0]!.id).toBe("quest_a");
|
|
629
|
+
});
|
|
630
|
+
|
|
631
|
+
it("returns error when questStore is not available", async () => {
|
|
632
|
+
const ctx = createContext(); // no questStore
|
|
633
|
+
|
|
634
|
+
const result = await executeQuestList({}, ctx);
|
|
635
|
+
|
|
636
|
+
expect(result.success).toBe(false);
|
|
637
|
+
expect(result.message).toContain("QuestStore is not available");
|
|
638
|
+
});
|
|
639
|
+
|
|
640
|
+
it("returns empty list when no quests exist", async () => {
|
|
641
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
642
|
+
|
|
643
|
+
const result = await executeQuestList({}, ctx);
|
|
644
|
+
|
|
645
|
+
expect(result.success).toBe(true);
|
|
646
|
+
const data = result.data as { quests: unknown[]; count: number };
|
|
647
|
+
expect(data.count).toBe(0);
|
|
648
|
+
expect(data.quests).toHaveLength(0);
|
|
649
|
+
});
|
|
650
|
+
|
|
651
|
+
// P1-5: Abort signal for quest list
|
|
652
|
+
it("handles abort signal", async () => {
|
|
653
|
+
const controller = new AbortController();
|
|
654
|
+
controller.abort();
|
|
655
|
+
const ctx = createContext({
|
|
656
|
+
questStore: mockQuestStore,
|
|
657
|
+
abortSignal: controller.signal,
|
|
658
|
+
});
|
|
659
|
+
|
|
660
|
+
const result = await executeQuestList({}, ctx);
|
|
661
|
+
|
|
662
|
+
expect(result.success).toBe(false);
|
|
663
|
+
expect(result.message).toContain("cancelled");
|
|
664
|
+
});
|
|
665
|
+
|
|
666
|
+
// P0-1: Notes from list come from progress, not description
|
|
667
|
+
it("returns notes from progress field, not description", async () => {
|
|
668
|
+
mockQuestStore.createQuest({
|
|
669
|
+
id: "quest_notes",
|
|
670
|
+
title: "Test",
|
|
671
|
+
status: "open",
|
|
672
|
+
description: "Some description",
|
|
673
|
+
progress: "Actual progress",
|
|
674
|
+
});
|
|
675
|
+
const ctx = createContext({ questStore: mockQuestStore });
|
|
676
|
+
|
|
677
|
+
const result = await executeQuestList({}, ctx);
|
|
678
|
+
const data = result.data as { quests: Array<{ notes: string }> };
|
|
679
|
+
// Notes should come from progress, NOT description
|
|
680
|
+
expect(data.quests[0]!.notes).toBe("Actual progress");
|
|
681
|
+
});
|
|
682
|
+
});
|
|
683
|
+
});
|