botmux 3.4.3 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +10 -7
- package/README.md +11 -6
- package/dist/adapters/backend/herdr-backend.d.ts +43 -6
- package/dist/adapters/backend/herdr-backend.d.ts.map +1 -1
- package/dist/adapters/backend/herdr-backend.js +362 -28
- package/dist/adapters/backend/herdr-backend.js.map +1 -1
- package/dist/adapters/backend/reproduce-command.d.ts +39 -0
- package/dist/adapters/backend/reproduce-command.d.ts.map +1 -0
- package/dist/adapters/backend/reproduce-command.js +63 -0
- package/dist/adapters/backend/reproduce-command.js.map +1 -0
- package/dist/adapters/backend/sandbox.d.ts +99 -279
- package/dist/adapters/backend/sandbox.d.ts.map +1 -1
- package/dist/adapters/backend/sandbox.js +424 -826
- package/dist/adapters/backend/sandbox.js.map +1 -1
- package/dist/adapters/backend/session-backend-selector.d.ts +10 -1
- package/dist/adapters/backend/session-backend-selector.d.ts.map +1 -1
- package/dist/adapters/backend/session-backend-selector.js +73 -4
- package/dist/adapters/backend/session-backend-selector.js.map +1 -1
- package/dist/adapters/backend/types.d.ts +16 -0
- package/dist/adapters/backend/types.d.ts.map +1 -1
- package/dist/adapters/backend/types.js.map +1 -1
- package/dist/adapters/cli/codex.d.ts.map +1 -1
- package/dist/adapters/cli/codex.js +4 -0
- package/dist/adapters/cli/codex.js.map +1 -1
- package/dist/adapters/cli/fs-policy.d.ts +244 -0
- package/dist/adapters/cli/fs-policy.d.ts.map +1 -0
- package/dist/adapters/cli/fs-policy.js +539 -0
- package/dist/adapters/cli/fs-policy.js.map +1 -0
- package/dist/adapters/cli/pi-initial-prompt.d.ts.map +1 -1
- package/dist/adapters/cli/pi-initial-prompt.js +5 -1
- package/dist/adapters/cli/pi-initial-prompt.js.map +1 -1
- package/dist/adapters/cli/read-isolation.d.ts +14 -200
- package/dist/adapters/cli/read-isolation.d.ts.map +1 -1
- package/dist/adapters/cli/read-isolation.js +18 -477
- package/dist/adapters/cli/read-isolation.js.map +1 -1
- package/dist/adapters/cli/traex.d.ts.map +1 -1
- package/dist/adapters/cli/traex.js +5 -0
- package/dist/adapters/cli/traex.js.map +1 -1
- package/dist/adapters/cli/types.d.ts +3 -3
- package/dist/adapters/cli/types.d.ts.map +1 -1
- package/dist/adapters/hook-installer.d.ts +7 -0
- package/dist/adapters/hook-installer.d.ts.map +1 -1
- package/dist/adapters/hook-installer.js +56 -0
- package/dist/adapters/hook-installer.js.map +1 -1
- package/dist/bot-registry.d.ts +39 -23
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +134 -2
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli/capabilities.d.ts +24 -0
- package/dist/cli/capabilities.d.ts.map +1 -0
- package/dist/cli/capabilities.js +25 -0
- package/dist/cli/capabilities.js.map +1 -0
- package/dist/cli/create-group-resolver.d.ts +24 -0
- package/dist/cli/create-group-resolver.d.ts.map +1 -1
- package/dist/cli/create-group-resolver.js +23 -0
- package/dist/cli/create-group-resolver.js.map +1 -1
- package/dist/cli/daemon-lifecycle-env.d.ts +5 -7
- package/dist/cli/daemon-lifecycle-env.d.ts.map +1 -1
- package/dist/cli/daemon-lifecycle-env.js +13 -7
- package/dist/cli/daemon-lifecycle-env.js.map +1 -1
- package/dist/cli/exact-chat-grant-client.d.ts +48 -0
- package/dist/cli/exact-chat-grant-client.d.ts.map +1 -0
- package/dist/cli/exact-chat-grant-client.js +108 -0
- package/dist/cli/exact-chat-grant-client.js.map +1 -0
- package/dist/cli/exact-chat-grant.d.ts +18 -0
- package/dist/cli/exact-chat-grant.d.ts.map +1 -0
- package/dist/cli/exact-chat-grant.js +97 -0
- package/dist/cli/exact-chat-grant.js.map +1 -0
- package/dist/cli.d.ts +10 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +795 -144
- package/dist/cli.js.map +1 -1
- package/dist/codex-rpc-engine.d.ts +26 -0
- package/dist/codex-rpc-engine.d.ts.map +1 -1
- package/dist/codex-rpc-engine.js +113 -2
- package/dist/codex-rpc-engine.js.map +1 -1
- package/dist/config.d.ts +16 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +16 -0
- package/dist/config.js.map +1 -1
- package/dist/core/bot-live-control.d.ts +41 -0
- package/dist/core/bot-live-control.d.ts.map +1 -0
- package/dist/core/bot-live-control.js +135 -0
- package/dist/core/bot-live-control.js.map +1 -0
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +44 -66
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/daemon-config-fence.d.ts +8 -0
- package/dist/core/daemon-config-fence.d.ts.map +1 -0
- package/dist/core/daemon-config-fence.js +13 -0
- package/dist/core/daemon-config-fence.js.map +1 -0
- package/dist/core/dashboard-events.d.ts +5 -0
- package/dist/core/dashboard-events.d.ts.map +1 -1
- package/dist/core/dashboard-events.js.map +1 -1
- package/dist/core/dashboard-ipc-server.d.ts +21 -2
- package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
- package/dist/core/dashboard-ipc-server.js +258 -32
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dispatch-registry.d.ts +12 -0
- package/dist/core/dispatch-registry.d.ts.map +1 -0
- package/dist/core/dispatch-registry.js +33 -0
- package/dist/core/dispatch-registry.js.map +1 -0
- package/dist/core/dispatch.d.ts +99 -0
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +136 -0
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/maintenance.d.ts.map +1 -1
- package/dist/core/maintenance.js +10 -3
- package/dist/core/maintenance.js.map +1 -1
- package/dist/core/passthrough-commands.d.ts.map +1 -1
- package/dist/core/passthrough-commands.js +1 -1
- package/dist/core/passthrough-commands.js.map +1 -1
- package/dist/core/persistent-backend.d.ts +16 -2
- package/dist/core/persistent-backend.d.ts.map +1 -1
- package/dist/core/persistent-backend.js +40 -0
- package/dist/core/persistent-backend.js.map +1 -1
- package/dist/core/plugins/mcp/gateway-installer.d.ts.map +1 -1
- package/dist/core/plugins/mcp/gateway-installer.js +14 -2
- package/dist/core/plugins/mcp/gateway-installer.js.map +1 -1
- package/dist/core/session-discovery.d.ts +8 -1
- package/dist/core/session-discovery.d.ts.map +1 -1
- package/dist/core/session-discovery.js +140 -8
- package/dist/core/session-discovery.js.map +1 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +102 -68
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-title.d.ts +8 -0
- package/dist/core/session-title.d.ts.map +1 -1
- package/dist/core/session-title.js +54 -0
- package/dist/core/session-title.js.map +1 -1
- package/dist/core/terminal-write-auth.d.ts +15 -0
- package/dist/core/terminal-write-auth.d.ts.map +1 -1
- package/dist/core/terminal-write-auth.js +20 -0
- package/dist/core/terminal-write-auth.js.map +1 -1
- package/dist/core/trigger-session.d.ts.map +1 -1
- package/dist/core/trigger-session.js +3 -2
- package/dist/core/trigger-session.js.map +1 -1
- package/dist/core/types.d.ts +33 -0
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-pool.d.ts +51 -8
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +439 -25
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/daemon.d.ts +4 -2
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +403 -26
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/bot-onboarding.d.ts +127 -1
- package/dist/dashboard/bot-onboarding.d.ts.map +1 -1
- package/dist/dashboard/bot-onboarding.js +1104 -25
- package/dist/dashboard/bot-onboarding.js.map +1 -1
- package/dist/dashboard/bot-payload.d.ts +5 -0
- package/dist/dashboard/bot-payload.d.ts.map +1 -1
- package/dist/dashboard/bot-payload.js +7 -0
- package/dist/dashboard/bot-payload.js.map +1 -1
- package/dist/dashboard/debug-terminal.d.ts +18 -0
- package/dist/dashboard/debug-terminal.d.ts.map +1 -0
- package/dist/dashboard/debug-terminal.js +338 -0
- package/dist/dashboard/debug-terminal.js.map +1 -0
- package/dist/dashboard/public-redact.d.ts +2 -0
- package/dist/dashboard/public-redact.d.ts.map +1 -1
- package/dist/dashboard/public-redact.js +12 -3
- package/dist/dashboard/public-redact.js.map +1 -1
- package/dist/dashboard/registry.d.ts +8 -0
- package/dist/dashboard/registry.d.ts.map +1 -1
- package/dist/dashboard/registry.js +13 -0
- package/dist/dashboard/registry.js.map +1 -1
- package/dist/dashboard/settings-write-applier.d.ts +47 -1
- package/dist/dashboard/settings-write-applier.d.ts.map +1 -1
- package/dist/dashboard/settings-write-applier.js +102 -1
- package/dist/dashboard/settings-write-applier.js.map +1 -1
- package/dist/dashboard/web/app.d.ts.map +1 -1
- package/dist/dashboard/web/app.js +2 -0
- package/dist/dashboard/web/app.js.map +1 -1
- package/dist/dashboard/web/bot-defaults-page.d.ts +17 -0
- package/dist/dashboard/web/bot-defaults-page.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults-page.js +249 -11
- package/dist/dashboard/web/bot-defaults-page.js.map +1 -1
- package/dist/dashboard/web/bot-defaults.d.ts +22 -0
- package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults.js +19 -0
- package/dist/dashboard/web/bot-defaults.js.map +1 -1
- package/dist/dashboard/web/i18n.d.ts.map +1 -1
- package/dist/dashboard/web/i18n.js +114 -28
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/icon-tooltip.d.ts +3 -0
- package/dist/dashboard/web/icon-tooltip.d.ts.map +1 -0
- package/dist/dashboard/web/icon-tooltip.js +108 -0
- package/dist/dashboard/web/icon-tooltip.js.map +1 -0
- package/dist/dashboard/web/sessions-kanban.js +2 -2
- package/dist/dashboard/web/sessions-kanban.js.map +1 -1
- package/dist/dashboard/web/sessions-page.d.ts.map +1 -1
- package/dist/dashboard/web/sessions-page.js +49 -53
- package/dist/dashboard/web/sessions-page.js.map +1 -1
- package/dist/dashboard/web/sessions.d.ts +2 -0
- package/dist/dashboard/web/sessions.d.ts.map +1 -1
- package/dist/dashboard/web/sessions.js +46 -2
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/settings-page.d.ts +78 -0
- package/dist/dashboard/web/settings-page.d.ts.map +1 -1
- package/dist/dashboard/web/settings-page.js +88 -1
- package/dist/dashboard/web/settings-page.js.map +1 -1
- package/dist/dashboard/web/store.d.ts +2 -0
- package/dist/dashboard/web/store.d.ts.map +1 -1
- package/dist/dashboard/web/store.js +13 -1
- package/dist/dashboard/web/store.js.map +1 -1
- package/dist/dashboard-web/app.js +1 -1
- package/dist/dashboard-web/chunks/bot-defaults-page-AUKV7P4L.js +10 -0
- package/dist/dashboard-web/chunks/{chunk-P6GO5KT4.js → chunk-KPQAUX7V.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-UBOLHQCK.js → chunk-NRL6CVAS.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-JNRSPKLS.js → chunk-R7IAKAYX.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-CUV65BIQ.js → chunk-X2L65IOM.js} +8 -8
- package/dist/dashboard-web/chunks/{connectors-page-KTC2QWNW.js → connectors-page-HDQFEXZI.js} +1 -1
- package/dist/dashboard-web/chunks/{groups-page-B3EKGOLY.js → groups-page-6DKXBYOM.js} +1 -1
- package/dist/dashboard-web/chunks/{insights-page-X6RXNCWX.js → insights-page-NWARTJ6J.js} +1 -1
- package/dist/dashboard-web/chunks/{monitor-room-LLRA5LQW.js → monitor-room-AGX3XRJX.js} +1 -1
- package/dist/dashboard-web/chunks/{monitoring-page-7MT5FEOS.js → monitoring-page-GGGIWN4C.js} +1 -1
- package/dist/dashboard-web/chunks/{office-page-KD46D5TD.js → office-page-6SIVKSK3.js} +1 -1
- package/dist/dashboard-web/chunks/{overview-page-JUWNH32O.js → overview-page-FVR3NKAF.js} +1 -1
- package/dist/dashboard-web/chunks/{roles-page-P6F7NLOI.js → roles-page-WE2YB7KN.js} +1 -1
- package/dist/dashboard-web/chunks/{schedules-page-XIHWZST4.js → schedules-page-TB3I24XN.js} +1 -1
- package/dist/dashboard-web/chunks/sessions-page-KOOOASIL.js +2 -0
- package/dist/dashboard-web/chunks/settings-page-IEBR7TGN.js +2 -0
- package/dist/dashboard-web/chunks/{skills-page-A46KVWBL.js → skills-page-3QAT2IWD.js} +1 -1
- package/dist/dashboard-web/chunks/{team-federation-page-SDUC56DF.js → team-federation-page-K4VVAVAK.js} +1 -1
- package/dist/dashboard-web/chunks/{v3-page-J5JOTUSQ.js → v3-page-V6IOJR2B.js} +1 -1
- package/dist/dashboard-web/chunks/{whiteboards-page-U7LSOAWI.js → whiteboards-page-V6CGKRNX.js} +1 -1
- package/dist/dashboard-web/style.css +218 -10
- package/dist/dashboard.js +380 -8
- package/dist/dashboard.js.map +1 -1
- package/dist/features/codex-notifier/adoption.d.ts +11 -0
- package/dist/features/codex-notifier/adoption.d.ts.map +1 -0
- package/dist/features/codex-notifier/adoption.js +11 -0
- package/dist/features/codex-notifier/adoption.js.map +1 -0
- package/dist/features/codex-notifier/app-opener.d.ts +21 -0
- package/dist/features/codex-notifier/app-opener.d.ts.map +1 -0
- package/dist/features/codex-notifier/app-opener.js +33 -0
- package/dist/features/codex-notifier/app-opener.js.map +1 -0
- package/dist/features/codex-notifier/card-action.d.ts +27 -0
- package/dist/features/codex-notifier/card-action.d.ts.map +1 -0
- package/dist/features/codex-notifier/card-action.js +84 -0
- package/dist/features/codex-notifier/card-action.js.map +1 -0
- package/dist/features/codex-notifier/card.d.ts +12 -0
- package/dist/features/codex-notifier/card.d.ts.map +1 -0
- package/dist/features/codex-notifier/card.js +150 -0
- package/dist/features/codex-notifier/card.js.map +1 -0
- package/dist/features/codex-notifier/codex-context.d.ts +12 -0
- package/dist/features/codex-notifier/codex-context.d.ts.map +1 -0
- package/dist/features/codex-notifier/codex-context.js +161 -0
- package/dist/features/codex-notifier/codex-context.js.map +1 -0
- package/dist/features/codex-notifier/config.d.ts +9 -0
- package/dist/features/codex-notifier/config.d.ts.map +1 -0
- package/dist/features/codex-notifier/config.js +11 -0
- package/dist/features/codex-notifier/config.js.map +1 -0
- package/dist/features/codex-notifier/confirmed-turn.d.ts +20 -0
- package/dist/features/codex-notifier/confirmed-turn.d.ts.map +1 -0
- package/dist/features/codex-notifier/confirmed-turn.js +130 -0
- package/dist/features/codex-notifier/confirmed-turn.js.map +1 -0
- package/dist/features/codex-notifier/emitter.d.ts +13 -0
- package/dist/features/codex-notifier/emitter.d.ts.map +1 -0
- package/dist/features/codex-notifier/emitter.js +33 -0
- package/dist/features/codex-notifier/emitter.js.map +1 -0
- package/dist/features/codex-notifier/event-store.d.ts +29 -0
- package/dist/features/codex-notifier/event-store.d.ts.map +1 -0
- package/dist/features/codex-notifier/event-store.js +217 -0
- package/dist/features/codex-notifier/event-store.js.map +1 -0
- package/dist/features/codex-notifier/event.d.ts +46 -0
- package/dist/features/codex-notifier/event.d.ts.map +1 -0
- package/dist/features/codex-notifier/event.js +188 -0
- package/dist/features/codex-notifier/event.js.map +1 -0
- package/dist/features/codex-notifier/hook-cli.d.ts +23 -0
- package/dist/features/codex-notifier/hook-cli.d.ts.map +1 -0
- package/dist/features/codex-notifier/hook-cli.js +130 -0
- package/dist/features/codex-notifier/hook-cli.js.map +1 -0
- package/dist/features/codex-notifier/hook-installer.d.ts +19 -0
- package/dist/features/codex-notifier/hook-installer.d.ts.map +1 -0
- package/dist/features/codex-notifier/hook-installer.js +158 -0
- package/dist/features/codex-notifier/hook-installer.js.map +1 -0
- package/dist/features/codex-notifier/index.d.ts +21 -0
- package/dist/features/codex-notifier/index.d.ts.map +1 -0
- package/dist/features/codex-notifier/index.js +19 -0
- package/dist/features/codex-notifier/index.js.map +1 -0
- package/dist/features/codex-notifier/internal-turn.d.ts +5 -0
- package/dist/features/codex-notifier/internal-turn.d.ts.map +1 -0
- package/dist/features/codex-notifier/internal-turn.js +43 -0
- package/dist/features/codex-notifier/internal-turn.js.map +1 -0
- package/dist/features/codex-notifier/outbox-worker.d.ts +71 -0
- package/dist/features/codex-notifier/outbox-worker.d.ts.map +1 -0
- package/dist/features/codex-notifier/outbox-worker.js +290 -0
- package/dist/features/codex-notifier/outbox-worker.js.map +1 -0
- package/dist/features/codex-notifier/outbox.d.ts +25 -0
- package/dist/features/codex-notifier/outbox.d.ts.map +1 -0
- package/dist/features/codex-notifier/outbox.js +225 -0
- package/dist/features/codex-notifier/outbox.js.map +1 -0
- package/dist/features/codex-notifier/paths.d.ts +7 -0
- package/dist/features/codex-notifier/paths.d.ts.map +1 -0
- package/dist/features/codex-notifier/paths.js +20 -0
- package/dist/features/codex-notifier/paths.js.map +1 -0
- package/dist/features/codex-notifier/screen-lock.d.ts +12 -0
- package/dist/features/codex-notifier/screen-lock.d.ts.map +1 -0
- package/dist/features/codex-notifier/screen-lock.js +47 -0
- package/dist/features/codex-notifier/screen-lock.js.map +1 -0
- package/dist/features/codex-notifier/side-conversation-monitor.d.ts +102 -0
- package/dist/features/codex-notifier/side-conversation-monitor.d.ts.map +1 -0
- package/dist/features/codex-notifier/side-conversation-monitor.js +774 -0
- package/dist/features/codex-notifier/side-conversation-monitor.js.map +1 -0
- package/dist/features/codex-notifier/types.d.ts +42 -0
- package/dist/features/codex-notifier/types.d.ts.map +1 -0
- package/dist/features/codex-notifier/types.js +2 -0
- package/dist/features/codex-notifier/types.js.map +1 -0
- package/dist/features/codex-notifier/worker-lock.d.ts +8 -0
- package/dist/features/codex-notifier/worker-lock.d.ts.map +1 -0
- package/dist/features/codex-notifier/worker-lock.js +108 -0
- package/dist/features/codex-notifier/worker-lock.js.map +1 -0
- package/dist/global-config.d.ts +13 -0
- package/dist/global-config.d.ts.map +1 -1
- package/dist/global-config.js +34 -1
- package/dist/global-config.js.map +1 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +1 -19
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +1 -19
- package/dist/i18n/zh.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts +0 -13
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +2 -36
- package/dist/im/lark/card-builder.js.map +1 -1
- package/dist/im/lark/card-handler.d.ts +2 -0
- package/dist/im/lark/card-handler.d.ts.map +1 -1
- package/dist/im/lark/card-handler.js +166 -64
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/client.d.ts +98 -4
- package/dist/im/lark/client.d.ts.map +1 -1
- package/dist/im/lark/client.js +317 -29
- package/dist/im/lark/client.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +48 -33
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/services/codex-app-threads.d.ts +47 -0
- package/dist/services/codex-app-threads.d.ts.map +1 -1
- package/dist/services/codex-app-threads.js +502 -10
- package/dist/services/codex-app-threads.js.map +1 -1
- package/dist/services/exact-chat-grant.d.ts +83 -0
- package/dist/services/exact-chat-grant.d.ts.map +1 -0
- package/dist/services/exact-chat-grant.js +249 -0
- package/dist/services/exact-chat-grant.js.map +1 -0
- package/dist/services/group-creator.d.ts +11 -0
- package/dist/services/group-creator.d.ts.map +1 -1
- package/dist/services/group-creator.js +18 -9
- package/dist/services/group-creator.js.map +1 -1
- package/dist/services/local-cli-opener.d.ts.map +1 -1
- package/dist/services/local-cli-opener.js +10 -5
- package/dist/services/local-cli-opener.js.map +1 -1
- package/dist/services/sandbox-migration.d.ts +14 -0
- package/dist/services/sandbox-migration.d.ts.map +1 -0
- package/dist/services/sandbox-migration.js +85 -0
- package/dist/services/sandbox-migration.js.map +1 -0
- package/dist/services/sandbox-store.d.ts +28 -0
- package/dist/services/sandbox-store.d.ts.map +1 -1
- package/dist/services/sandbox-store.js +82 -0
- package/dist/services/sandbox-store.js.map +1 -1
- package/dist/services/traex-user-input.d.ts +19 -0
- package/dist/services/traex-user-input.d.ts.map +1 -0
- package/dist/services/traex-user-input.js +57 -0
- package/dist/services/traex-user-input.js.map +1 -0
- package/dist/setup/open-platform-automation.d.ts +24 -3
- package/dist/setup/open-platform-automation.d.ts.map +1 -1
- package/dist/setup/open-platform-automation.js +45 -8
- package/dist/setup/open-platform-automation.js.map +1 -1
- package/dist/setup/verify-permissions.d.ts +18 -0
- package/dist/setup/verify-permissions.d.ts.map +1 -1
- package/dist/setup/verify-permissions.js +60 -0
- package/dist/setup/verify-permissions.js.map +1 -1
- package/dist/types.d.ts +83 -5
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/child-env.d.ts +2 -2
- package/dist/utils/child-env.d.ts.map +1 -1
- package/dist/utils/child-env.js +14 -0
- package/dist/utils/child-env.js.map +1 -1
- package/dist/utils/stuck-detector.d.ts +45 -0
- package/dist/utils/stuck-detector.d.ts.map +1 -0
- package/dist/utils/stuck-detector.js +188 -0
- package/dist/utils/stuck-detector.js.map +1 -0
- package/dist/utils/stuck-key-guard.d.ts +75 -0
- package/dist/utils/stuck-key-guard.d.ts.map +1 -0
- package/dist/utils/stuck-key-guard.js +77 -0
- package/dist/utils/stuck-key-guard.js.map +1 -0
- package/dist/worker.js +1119 -588
- package/dist/worker.js.map +1 -1
- package/dist/workflows/events/payloads.d.ts +56 -0
- package/dist/workflows/events/payloads.d.ts.map +1 -1
- package/dist/workflows/events/payloads.js +9 -0
- package/dist/workflows/events/payloads.js.map +1 -1
- package/dist/workflows/events/schema.d.ts +86 -0
- package/dist/workflows/events/schema.d.ts.map +1 -1
- package/dist/workflows/shared/sandbox-policy.d.ts +10 -1
- package/dist/workflows/shared/sandbox-policy.d.ts.map +1 -1
- package/dist/workflows/shared/sandbox-policy.js +12 -0
- package/dist/workflows/shared/sandbox-policy.js.map +1 -1
- package/dist/workflows/v3/bot-resolve.d.ts.map +1 -1
- package/dist/workflows/v3/bot-resolve.js +36 -0
- package/dist/workflows/v3/bot-resolve.js.map +1 -1
- package/dist/workflows/v3/contract.d.ts +8 -0
- package/dist/workflows/v3/contract.d.ts.map +1 -1
- package/dist/workflows/v3/contract.js.map +1 -1
- package/package.json +1 -1
- package/dist/dashboard-web/chunks/bot-defaults-page-B5AY4B2J.js +0 -5
- package/dist/dashboard-web/chunks/sessions-page-2VECQ27T.js +0 -3
- package/dist/dashboard-web/chunks/settings-page-HMIUE2JA.js +0 -2
- package/dist/services/sandbox-land.d.ts +0 -45
- package/dist/services/sandbox-land.d.ts.map +0 -1
- package/dist/services/sandbox-land.js +0 -394
- package/dist/services/sandbox-land.js.map +0 -1
|
@@ -60,42 +60,15 @@ export declare function buildCliExecutableReadCarveOuts(input: {
|
|
|
60
60
|
cliId: string;
|
|
61
61
|
resolvedBin: string;
|
|
62
62
|
}): string[];
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
/** BOTMUX_HOME root (e.g. `~/.botmux`). NOT denied wholesale — the botmux CLI the
|
|
67
|
-
* agent runs (`botmux send`/`list`/`status`) needs broad read access to it (config,
|
|
68
|
-
* daemon registry, pm2, session store). Only its cross-bot-SENSITIVE parts are denied. */
|
|
69
|
-
botmuxHome: string;
|
|
70
|
-
/** Canonical fixed `~/.botmux` root when it differs from botmuxHome (custom
|
|
71
|
-
* SESSION_DATA_DIR or a symlinked default root). */
|
|
72
|
-
defaultBotmuxHome?: string;
|
|
73
|
-
/** botmux session data root (SESSION_DATA_DIR, e.g. `~/.botmux/data`). */
|
|
74
|
-
sessionDataDir: string;
|
|
75
|
-
/** This bot's Feishu app id. All carve-outs are keyed on it (immutable, never the
|
|
76
|
-
* user-controllable cwd) — sibling data needs NO enumeration: per-bot dirs are
|
|
77
|
-
* denied WHOLESALE and per-bot session files by a filename-pattern regex. */
|
|
78
|
-
currentAppId: string;
|
|
79
|
-
/** Current botmux session. Used only to carve back the exact rotating IPC
|
|
80
|
-
* capability file from the otherwise denied read-isolation runtime dir. */
|
|
81
|
-
currentSessionId: string;
|
|
82
|
-
/** Per-bot extra deny paths (BotConfig.readDenyExtraPaths). */
|
|
83
|
-
extraDenyPaths?: string[];
|
|
84
|
-
}
|
|
85
|
-
/** Root-level host authority files retained for machine binding/back-compat.
|
|
86
|
-
* They live outside every per-bot BOT_HOME, so no chat-driven CLI may read or
|
|
87
|
-
* rotate them. New device secrets live below DEVICE_AUTHORITY_DIRECTORY and
|
|
88
|
-
* are masked by directory, so future filenames/atomic sidecars need no policy
|
|
89
|
-
* update. */
|
|
63
|
+
/** Host device-authority files must never be visible to a chat-driven CLI.
|
|
64
|
+
* New credentials live below DEVICE_AUTHORITY_DIRECTORY; the exact legacy
|
|
65
|
+
* files remain covered for upgrades from older layouts. */
|
|
90
66
|
export declare const HOST_DEVICE_CREDENTIAL_FILES: readonly ["platform.json", "device.json", "device-enroll-pending.json"];
|
|
91
67
|
export declare const DEVICE_CREDENTIAL_ISOLATION_MARKER_BASENAME = ".device-credential-isolation";
|
|
92
|
-
/** Fixed
|
|
93
|
-
* child-controlled env value: enrollment writes this under the real user home
|
|
94
|
-
* before credentials exist, then workers treat it as a one-way security gate. */
|
|
68
|
+
/** Fixed host marker; deliberately independent of SESSION_DATA_DIR and child env. */
|
|
95
69
|
export declare function deviceCredentialIsolationMarkerPath(homeDir: string): string;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* future device files are covered wholesale by DEVICE_AUTHORITY_DIRECTORY. */
|
|
70
|
+
/** Match current atomic-write sidecars and legacy backups as well as the
|
|
71
|
+
* dedicated authority directory. */
|
|
99
72
|
export declare function isCredentialIsolationReservedBasename(name: string): boolean;
|
|
100
73
|
export declare function credentialIsolationRequired(input: {
|
|
101
74
|
markerExists: boolean;
|
|
@@ -118,19 +91,14 @@ export type CredentialOnlyIsolationGate = {
|
|
|
118
91
|
mode: 'blocked';
|
|
119
92
|
failClosedReason: string;
|
|
120
93
|
};
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* read isolation. There is intentionally no adapter capability or bot sandbox
|
|
124
|
-
* toggle input: once the marker/device exists, every locally spawned CLI must
|
|
125
|
-
* be covered even when `supportsReadIsolation=false` and `sandbox=false`.
|
|
126
|
-
*/
|
|
94
|
+
/** Mandatory device-credential isolation is independent of the optional bot
|
|
95
|
+
* sandbox toggle: once enrolled, every local child must be confined. */
|
|
127
96
|
export declare function evaluateCredentialOnlyIsolationGate(input: {
|
|
128
97
|
markerExists: boolean;
|
|
129
98
|
deviceCredentialExists: boolean;
|
|
130
99
|
remoteBackend: boolean;
|
|
131
100
|
platform: string;
|
|
132
101
|
mechanismAvailable: boolean;
|
|
133
|
-
/** An already-selected Seatbelt/full-bwrap profile will include this policy. */
|
|
134
102
|
fullIsolationCoversCredentials: boolean;
|
|
135
103
|
}): CredentialOnlyIsolationGate;
|
|
136
104
|
export interface CredentialIsolationContext {
|
|
@@ -138,6 +106,8 @@ export interface CredentialIsolationContext {
|
|
|
138
106
|
botmuxHome: string;
|
|
139
107
|
defaultBotmuxHome?: string;
|
|
140
108
|
}
|
|
109
|
+
/** Legacy credential-only Seatbelt/bwrap rule shape. Full fs-policy sessions
|
|
110
|
+
* consume the same authority paths through buildFsPolicy instead. */
|
|
141
111
|
export declare function buildCredentialIsolationRules(ctx: CredentialIsolationContext): {
|
|
142
112
|
roots: string[];
|
|
143
113
|
denyPaths: string[];
|
|
@@ -146,146 +116,6 @@ export declare function buildCredentialIsolationRules(ctx: CredentialIsolationCo
|
|
|
146
116
|
denyWriteRegexes: string[];
|
|
147
117
|
denyWriteLiterals: string[];
|
|
148
118
|
};
|
|
149
|
-
/** v2 DENY set (HYBRID). The F1 fix is a WHOLE-deny of the CLI data dirs `~/.claude`
|
|
150
|
-
* (+ `~/.claude.json`) and `~/.codex`: this bot's OWN CLI data is redirected into its
|
|
151
|
-
* BOT_HOME (readable) via CLAUDE_CONFIG_DIR/CODEX_HOME, so whole-denying the globals
|
|
152
|
-
* blocks the admin/other/pre-migration data + kills the per-cwd carve-out + /cd hole,
|
|
153
|
-
* while own resume/memory keep working from BOT_HOME. `~/.botmux` is NOT whole-denied
|
|
154
|
-
* (the agent's botmux CLI needs its config/registry/pm2/data structure) — instead its
|
|
155
|
-
* cross-bot-SENSITIVE parts are denied surgically: bots.json, logs, other bots' lark
|
|
156
|
-
* configs / session files / send-creds / BOT_HOMEs, and the shared conversation-content
|
|
157
|
-
* dirs (frozen-cards, queues, attachments, whiteboards, …). Own BOT_HOME + own
|
|
158
|
-
* session/cred + own attachments bucket + config/registry stay readable by default.
|
|
159
|
-
* Plus the system-credential stores. Everything else (code/repos/runtime) stays open.
|
|
160
|
-
*
|
|
161
|
-
* NOTE: per-bot session stores (`sessions-<appId>.json`) are denied by PATTERN — see
|
|
162
|
-
* {@link buildV2DenyRegexes} — so no sibling-appId enumeration is needed anywhere. */
|
|
163
|
-
export declare function buildV2DenyPaths(ctx: V2IsolationContext): string[];
|
|
164
|
-
/** v2 PATTERN denies — Seatbelt `regex` filters that deny a whole FILENAME CLASS
|
|
165
|
-
* instead of enumerating sibling app ids. Covers:
|
|
166
|
-
* - per-bot session stores (`<sd>/sessions-<appId>.json`, routing metadata): a
|
|
167
|
-
* newly-added bot's store is denied WITHOUT cold-restarting the ones already
|
|
168
|
-
* running, and no caller needs to know the sibling app ids. The bot's OWN store
|
|
169
|
-
* is re-allowed by carve-out (Seatbelt last-match).
|
|
170
|
-
* - EVERY `bots.json.*` sidecar (`.bak` written by setup/migration, `.tmp`, ad-hoc
|
|
171
|
-
* `.bak.<suffix>` copies): the exact `bots.json` is subpath-denied in
|
|
172
|
-
* {@link buildV2DenyPaths}, but its backups carry the SAME plaintext
|
|
173
|
-
* larkAppSecret for every bot under a DIFFERENT basename, which `subpath` does
|
|
174
|
-
* not match — so without this an isolated bot could `cat bots.json.bak` and
|
|
175
|
-
* recover all siblings' credentials, defeating the whole isolation. */
|
|
176
|
-
export declare function buildV2DenyRegexes(ctx: V2IsolationContext): string[];
|
|
177
|
-
/** Host-owned authority files that a read-isolated child must not mutate.
|
|
178
|
-
* Read isolation otherwise keeps normal write access for backwards
|
|
179
|
-
* compatibility, so these rules are emitted after every other write allow. */
|
|
180
|
-
export declare function buildReadIsolationProtectedWriteRules(ctx: V2IsolationContext, extraRoots?: {
|
|
181
|
-
dashboardRoots?: string[];
|
|
182
|
-
sessionDataDirs?: string[];
|
|
183
|
-
}): {
|
|
184
|
-
denyWritePaths: string[];
|
|
185
|
-
denyWriteRegexes: string[];
|
|
186
|
-
denyWriteLiterals: string[];
|
|
187
|
-
};
|
|
188
|
-
/** The v2 Seatbelt carve-outs that accompany {@link buildV2DenyPaths} +
|
|
189
|
-
* {@link buildV2DenyRegexes}. They re-open the bot's OWN slice of each denied class:
|
|
190
|
-
* - allowPaths: the own BOT_HOME subpath (redirected CLI data + creds + send-cred),
|
|
191
|
-
* the own lark-cli config dir, and the own session store file.
|
|
192
|
-
* - traverseDirs: `bots/` etc., as file-read-metadata ONLY — lets the CLI realpath()
|
|
193
|
-
* its config dir THROUGH the denied parent WITHOUT allowing `ls bots/` (enumeration).
|
|
194
|
-
* - finalDenyPaths: admin `readDenyExtraPaths`, emitted AFTER the allows so an admin
|
|
195
|
-
* deny UNDER the own BOT_HOME still wins (Seatbelt last-match). */
|
|
196
|
-
export declare function buildV2CarveOuts(ctx: V2IsolationContext): {
|
|
197
|
-
allowPaths: string[];
|
|
198
|
-
traverseDirs: string[];
|
|
199
|
-
finalDenyPaths: string[];
|
|
200
|
-
};
|
|
201
|
-
export interface WriteSandboxContext {
|
|
202
|
-
/** The bot user's home directory. */
|
|
203
|
-
homeDir: string;
|
|
204
|
-
/** BOTMUX_HOME root (e.g. `~/.botmux`). */
|
|
205
|
-
botmuxHome: string;
|
|
206
|
-
/** Canonical fixed `~/.botmux` root when it differs from botmuxHome. */
|
|
207
|
-
defaultBotmuxHome?: string;
|
|
208
|
-
/** botmux session data root (SESSION_DATA_DIR, e.g. `~/.botmux/data`). */
|
|
209
|
-
sessionDataDir: string;
|
|
210
|
-
/** The session's project working dir — writes here PERSIST (the point of the sandbox). */
|
|
211
|
-
workingDir: string;
|
|
212
|
-
/** This bot's Feishu app id (keys its own BOT_HOME carve-out). */
|
|
213
|
-
currentAppId: string;
|
|
214
|
-
/** Extra writable roots the worker resolves at spawn time (realpath'd TMPDIR,
|
|
215
|
-
* extra worktrees, admin-configured writable paths). */
|
|
216
|
-
extraWritePaths?: string[];
|
|
217
|
-
}
|
|
218
|
-
/**
|
|
219
|
-
* Write-isolation rules for the macOS file sandbox — the FUNCTIONAL twin of the
|
|
220
|
-
* Linux bwrap overlay (which lets the agent read the whole real FS but confines
|
|
221
|
-
* WRITES). Seatbelt has no copy-on-write overlay, so we approximate the same
|
|
222
|
-
* guarantee with a deny-all-writes + allow-list: the agent can write its project
|
|
223
|
-
* and the ephemeral scratch/cache the CLI needs, but CANNOT tamper the rest of
|
|
224
|
-
* your real disk (home dotfiles, other projects, other bots' data, system dirs).
|
|
225
|
-
* Reads stay wide open (like Linux) — this is orthogonal to read isolation, which
|
|
226
|
-
* layers its own read-deny set into the SAME profile when also enabled.
|
|
227
|
-
*
|
|
228
|
-
* `allowWritePaths` re-open the writable zones AFTER the profile's `(deny
|
|
229
|
-
* file-write* (subpath "/"))`; `denyWritePaths` are crown jewels re-denied AFTER
|
|
230
|
-
* the allows (Seatbelt last-match), so they stay protected even if the project or
|
|
231
|
-
* an allowed zone nests them. The allow-list is intentionally generous toward
|
|
232
|
-
* CLI scratch/cache — the exact set is empirically tuned on real macOS (a missing
|
|
233
|
-
* cache path makes the CLI fail, an over-broad one weakens the sandbox). Pure: the
|
|
234
|
-
* worker realpath's every path (symlink-safe) before emitting.
|
|
235
|
-
*/
|
|
236
|
-
export declare function buildWriteSandboxRules(ctx: WriteSandboxContext): {
|
|
237
|
-
allowWritePaths: string[];
|
|
238
|
-
allowWriteRegexes: string[];
|
|
239
|
-
denyWritePaths: string[];
|
|
240
|
-
denyWriteRegexes: string[];
|
|
241
|
-
};
|
|
242
|
-
export interface LinuxReadIsolationInput {
|
|
243
|
-
ctx: V2IsolationContext;
|
|
244
|
-
/** Every OTHER bot's appId — the worker enumerates these from the registry.
|
|
245
|
-
* bwrap has NO regex (unlike the macOS Seatbelt profile), so each sibling's
|
|
246
|
-
* per-bot paths are masked INDIVIDUALLY. Consequence: the mask set is
|
|
247
|
-
* spawn-time-static — a bot added AFTER this session spawned isn't covered
|
|
248
|
-
* until a cold restart (the macOS regex covers new bots without one). */
|
|
249
|
-
siblingAppIds: string[];
|
|
250
|
-
/** Existing `bots.json.*` sidecars (backups/tmp) globbed by the worker at spawn
|
|
251
|
-
* — each carries every bot's plaintext secret under a dynamic name that no
|
|
252
|
-
* wholesale rule matches, so they're masked individually. */
|
|
253
|
-
botsJsonSidecars?: string[];
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* The bwrap MASK set for Linux read isolation — the functional twin of the macOS
|
|
257
|
-
* Seatbelt read-deny profile ({@link buildV2DenyPaths} + regexes + carve-outs),
|
|
258
|
-
* expressed for bwrap (which blanks paths with tmpfs/empty-binds and has no regex).
|
|
259
|
-
*
|
|
260
|
-
* SAME cross-bot-sensitive set as macOS, but the per-bot classes (other bots'
|
|
261
|
-
* BOT_HOMEs / lark configs / session stores / identities / send-creds / attachment
|
|
262
|
-
* buckets) are enumerated PER SIBLING instead of wholesale-denied + regex-matched.
|
|
263
|
-
* The read-isolation-specific set does not mask the bot's OWN slice. The file
|
|
264
|
-
* sandbox still masks BOTMUX_HOME wholesale as its mandatory credential
|
|
265
|
-
* boundary, so `ownReadWritePaths` re-opens only this bot's BOT_HOME after that
|
|
266
|
-
* parent mask; the worker separately re-masks send-cred.json.
|
|
267
|
-
*
|
|
268
|
-
* Pure: the worker resolves the impure inputs (sibling list, sidecar glob, realpath).
|
|
269
|
-
* NOTE: keep the `shared` set in lock-step with {@link buildV2DenyPaths} — the
|
|
270
|
-
* `read-isolation.test.ts` parity test fails if a sensitive path is added to one
|
|
271
|
-
* platform but not the other.
|
|
272
|
-
*/
|
|
273
|
-
export declare function buildLinuxReadIsolationMasks(input: LinuxReadIsolationInput): {
|
|
274
|
-
/** Paths to blank inside bwrap (prepareSandbox stat-classifies: dir→tmpfs,
|
|
275
|
-
* file→empty ro-bind; a missing ancestor of another mask is treated as a
|
|
276
|
-
* directory so nested mounts remain valid). Feed as prepareSandbox.hidePaths. */
|
|
277
|
-
hidePaths: string[];
|
|
278
|
-
/** The bot's OWN BOT_HOME — bound REAL + writable (feed as
|
|
279
|
-
* prepareSandbox.trustedWritablePaths) so the
|
|
280
|
-
* redirected CLI data (CLAUDE_CONFIG_DIR/CODEX_HOME) persists and escapes the
|
|
281
|
-
* write overlay after the mandatory BOTMUX_HOME mask. */
|
|
282
|
-
ownReadWritePaths: string[];
|
|
283
|
-
/** The bot's OWN slices that sit UNDER a wholesale-masked parent and must be
|
|
284
|
-
* re-exposed read-only AFTER the masks (feed as readonlyRoots — bound after the
|
|
285
|
-
* tmpfs masks). Currently the own attachments bucket, under the wholesale
|
|
286
|
-
* `data/attachments` mask. Read-only is enough (the agent only READS uploads). */
|
|
287
|
-
ownReadOnlyPaths: string[];
|
|
288
|
-
};
|
|
289
119
|
/**
|
|
290
120
|
* Decide whether read isolation is enabled for a session, or fail-closed.
|
|
291
121
|
* Pure: the caller resolves the impure inputs. This is the SINGLE decision
|
|
@@ -311,36 +141,20 @@ export declare function evaluateReadIsolationGate(opts: {
|
|
|
311
141
|
enabled: boolean;
|
|
312
142
|
failClosedReason?: string;
|
|
313
143
|
};
|
|
314
|
-
/**
|
|
315
|
-
*
|
|
316
|
-
|
|
317
|
-
* re-allow the carve-outs — `subpath` covers a file or a whole subtree. Rule ORDER
|
|
318
|
-
* matters: Seatbelt applies the LAST matching rule, so an allow listed AFTER a
|
|
319
|
-
* broader deny re-opens that subpath, and the final denies win over the allows.
|
|
320
|
-
* Verified: reads of denied paths fail EPERM; carved-out subpaths read normally; the
|
|
321
|
-
* wrapped CLI (which bypasses its OWN sandbox — nested Seatbelt would hang) runs fine.
|
|
322
|
-
*/
|
|
323
|
-
export declare function buildSeatbeltProfile(denyPaths: string[], allowPaths?: string[], finalDenyPaths?: string[], traverseDirs?: string[], denyRegexes?: string[],
|
|
324
|
-
/** When set, layer the macOS file-sandbox WRITE isolation (Linux-bwrap twin) into
|
|
325
|
-
* the SAME profile: deny all writes, re-allow the writable zones, then final-deny
|
|
326
|
-
* the crown jewels. Reads are unaffected. Omit for read-isolation-only sessions. */
|
|
327
|
-
writeSandbox?: {
|
|
144
|
+
/** Legacy allow-default profile retained only for mandatory credential-only
|
|
145
|
+
* confinement when the full fs-policy sandbox is disabled. */
|
|
146
|
+
export declare function buildSeatbeltProfile(denyPaths: string[], allowPaths?: string[], finalDenyPaths?: string[], traverseDirs?: string[], denyRegexes?: string[], writeSandbox?: {
|
|
328
147
|
allowWritePaths: string[];
|
|
329
148
|
allowWriteRegexes?: string[];
|
|
330
149
|
denyWritePaths: string[];
|
|
331
150
|
denyWriteRegexes?: string[];
|
|
332
|
-
},
|
|
333
|
-
/** Host-owned files that must remain immutable even for legacy read-only
|
|
334
|
-
* isolation (where writes are otherwise unrestricted). Emitted last so they
|
|
335
|
-
* also win over a broad write-sandbox allow. */
|
|
336
|
-
protectedWrites?: {
|
|
151
|
+
}, protectedWrites?: {
|
|
337
152
|
denyWritePaths: string[];
|
|
338
153
|
denyWriteRegexes?: string[];
|
|
339
154
|
denyWriteLiterals?: string[];
|
|
340
155
|
}): string;
|
|
341
156
|
export declare const ISOLATION_PANE_MARKER_VERSION = 7;
|
|
342
157
|
export type IsolationCapability = 'credential' | 'read' | 'write';
|
|
343
|
-
/** Versioned marker written beside a freshly spawned persistent sandbox. */
|
|
344
158
|
export declare function isolationPaneMarkerContent(bootId: string, capabilities: readonly IsolationCapability[]): string;
|
|
345
159
|
/**
|
|
346
160
|
* Decide whether a live persistent pane (tmux/zellij/herdr) may be reattached for
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-isolation.d.ts","sourceRoot":"","sources":["../../../src/adapters/cli/read-isolation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;
|
|
1
|
+
{"version":3,"file":"read-isolation.d.ts","sourceRoot":"","sources":["../../../src/adapters/cli/read-isolation.ts"],"names":[],"mappings":"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"}
|