@sideboard-ai/core 0.1.86 → 0.1.88
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/agents/cursor-runner.cjs +23 -13
- package/dist/agents/cursor-runner.js +2 -2
- package/dist/{agents-NDHD3VOL.js → agents-LMUFTGKF.js} +8 -8
- package/dist/{agents-HJ3Y2JN5.js → agents-ODBP7J6E.js} +9 -9
- package/dist/{app-settings-K6RFCRF6.js → app-settings-BRF7VKTQ.js} +3 -3
- package/dist/{app-settings-PEXK5VEX.js → app-settings-ZXPAB3QN.js} +2 -2
- package/dist/{caffeinate-hold-EAZNWJBE.js → caffeinate-hold-I7SG6UQR.js} +2 -2
- package/dist/{caffeinate-hold-OHAUWOA6.js → caffeinate-hold-U3QJBV67.js} +2 -2
- package/dist/{chunk-FWJYLBO6.js → chunk-3WA37BRI.js} +1 -1
- package/dist/{chunk-IGEL6M4G.js → chunk-6EZRSCIT.js} +3 -3
- package/dist/{chunk-AY53MPDE.js → chunk-6LFV4VFI.js} +15 -2
- package/dist/{chunk-OBHZKT2T.js → chunk-7D27DD2X.js} +3 -3
- package/dist/{chunk-RV6DBEDQ.js → chunk-7KDBDMNC.js} +1 -1
- package/dist/{chunk-U4RZ3IQI.js → chunk-B2KIO2SD.js} +5 -5
- package/dist/{chunk-M37RITA6.js → chunk-B4R2VB2A.js} +164 -30
- package/dist/{chunk-6K5VAPVR.js → chunk-DKHGWYWR.js} +1 -1
- package/dist/{chunk-I3FRXL7J.js → chunk-FT2SQOL4.js} +2 -2
- package/dist/{chunk-KE6QLNTJ.js → chunk-JE75QW2I.js} +58 -24
- package/dist/{chunk-7MV3RXSC.js → chunk-JL4SJ6V7.js} +137 -26
- package/dist/{chunk-7FD7COKE.js → chunk-JOF3XIEM.js} +1 -1
- package/dist/{chunk-MFF2RE3I.js → chunk-NZPGMNFC.js} +1 -1
- package/dist/{chunk-HA2QTIWN.js → chunk-OB6IRIFV.js} +5 -5
- package/dist/{chunk-HHTHF5BQ.js → chunk-QSLE4VEM.js} +4 -4
- package/dist/{chunk-4Y745GLN.js → chunk-RJLBSYUO.js} +59 -25
- package/dist/{chunk-5KLC2MWZ.js → chunk-TLPJHLLM.js} +14 -1
- package/dist/{chunk-EWKHP6DD.js → chunk-UHTNJKZX.js} +5 -5
- package/dist/{chunk-ZN4NDAHV.js → chunk-VZ2L4AEJ.js} +5 -5
- package/dist/{chunk-45U4RQ74.js → chunk-WANQFU3S.js} +3 -3
- package/dist/{chunk-6ZGTM2E7.js → chunk-ZXYWWSHZ.js} +3 -3
- package/dist/{connected-teams-BNBM7OIC.js → connected-teams-SWHJWK2A.js} +2 -2
- package/dist/{connected-teams-LSQ5TAZP.js → connected-teams-TLVKZPJP.js} +2 -2
- package/dist/{coordinator-prompt-L65MIGCV.js → coordinator-prompt-CI5SHONJ.js} +5 -5
- package/dist/{coordinator-prompt-HOMHBR2L.js → coordinator-prompt-UK5LYFN5.js} +6 -6
- package/dist/{cursor-recover-L5PNQUDT.js → cursor-recover-G34BYKL2.js} +1 -1
- package/dist/{cursor-recover-NNK7JPQM.js → cursor-recover-S5ORPW34.js} +1 -1
- package/dist/{global-workspace-MXOLTUAR.js → global-workspace-2YZ2V4I5.js} +6 -6
- package/dist/{global-workspace-VGKPYFE2.js → global-workspace-JQQLPJM5.js} +7 -7
- package/dist/index.cjs +693 -541
- package/dist/index.d.cts +43 -9
- package/dist/index.d.ts +43 -9
- package/dist/index.js +213 -253
- package/dist/mcp/run-stdio.cjs +630 -505
- package/dist/mcp/run-stdio.js +184 -225
- package/dist/{paths-VPH3ITBK.js → paths-JQM2XRAD.js} +1 -1
- package/dist/{paths-2OFB7UJG.js → paths-TZX4L5X7.js} +1 -1
- package/dist/{thread-store-BUBR24YA.js → thread-store-V7NOOXKE.js} +2 -2
- package/dist/{thread-store-XTPFCJAI.js → thread-store-XAKWCV2E.js} +2 -2
- package/dist/{workspaces-VWQ5YSND.js → workspaces-FDO5L4NI.js} +7 -7
- package/dist/{workspaces-2GZ2VNNU.js → workspaces-YWCC3WV4.js} +8 -8
- package/dist/{worktree-RFCCG23P.js → worktree-4555QBQ7.js} +4 -4
- package/dist/{worktree-WZJ3CFEN.js → worktree-7YNSJ224.js} +5 -5
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isOrchestratorThread
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-B2KIO2SD.js";
|
|
4
4
|
import {
|
|
5
5
|
applyConnectedTeamToCli,
|
|
6
6
|
brightsyMcpServerName,
|
|
7
7
|
ensureCliTeamTracked,
|
|
8
8
|
ensureConnectedBrightsyTeamTokens,
|
|
9
9
|
loadBrightsyConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QSLE4VEM.js";
|
|
11
11
|
import {
|
|
12
12
|
extractJsonErrorMessage,
|
|
13
13
|
formatUnknownDetail,
|
|
@@ -17,20 +17,21 @@ import {
|
|
|
17
17
|
import {
|
|
18
18
|
codexUnattendedGitConfigArgs,
|
|
19
19
|
resolveAgentGitAuthEnv
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7D27DD2X.js";
|
|
21
21
|
import {
|
|
22
22
|
claudeChromeEnabled,
|
|
23
23
|
loadAppSettings,
|
|
24
24
|
resolveAgentExecutable,
|
|
25
25
|
resolveClaudeExecutable
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-FT2SQOL4.js";
|
|
27
27
|
import {
|
|
28
|
-
|
|
28
|
+
isElectronLikeCommand,
|
|
29
|
+
unwrapStrippedElectronLaunch,
|
|
29
30
|
wrapElectronAsNodeLaunch
|
|
30
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-TLPJHLLM.js";
|
|
31
32
|
import {
|
|
32
33
|
appDataDir
|
|
33
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-B4R2VB2A.js";
|
|
34
35
|
import {
|
|
35
36
|
enrichPathWithNpmGlobalBin,
|
|
36
37
|
isConductorBundledCli,
|
|
@@ -520,7 +521,7 @@ function mcpAuthWarnings(servers) {
|
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
// src/agents/injected-mcp.ts
|
|
523
|
-
import { existsSync as existsSync2, mkdtempSync, writeFileSync } from "fs";
|
|
524
|
+
import { existsSync as existsSync2, mkdirSync, mkdtempSync, writeFileSync } from "fs";
|
|
524
525
|
import { createRequire } from "module";
|
|
525
526
|
import { tmpdir } from "os";
|
|
526
527
|
import { dirname, join } from "path";
|
|
@@ -763,22 +764,52 @@ async function buildInjectedMcpServers(opts) {
|
|
|
763
764
|
}
|
|
764
765
|
return servers;
|
|
765
766
|
}
|
|
767
|
+
function shSingleQuote(value) {
|
|
768
|
+
return `'${value.replace(/'/g, `'\\''`)}'`;
|
|
769
|
+
}
|
|
770
|
+
function cursorSafeMcpLaunch(command, args) {
|
|
771
|
+
if (process.platform === "win32") {
|
|
772
|
+
return args && args.length > 0 ? { command, args } : { command };
|
|
773
|
+
}
|
|
774
|
+
const unwrapped = unwrapStrippedElectronLaunch(command, args);
|
|
775
|
+
const file = unwrapped?.file ?? command;
|
|
776
|
+
const fileArgs = unwrapped?.args ?? args ?? [];
|
|
777
|
+
if (!isElectronLikeCommand(file)) {
|
|
778
|
+
return fileArgs.length > 0 ? { command: file, args: fileArgs } : { command: file };
|
|
779
|
+
}
|
|
780
|
+
const dir = join(appDataDir(), "mcp-launch");
|
|
781
|
+
mkdirSync(dir, { recursive: true });
|
|
782
|
+
const wrap = join(dir, "cursor-electron-as-node.sh");
|
|
783
|
+
const execLine = [file, ...fileArgs].map(shSingleQuote).join(" ");
|
|
784
|
+
writeFileSync(
|
|
785
|
+
wrap,
|
|
786
|
+
[
|
|
787
|
+
"#!/bin/sh",
|
|
788
|
+
"vars=`printenv | awk -F= '/^(ELECTRON_|CHROME_)/{print $1}'`",
|
|
789
|
+
'[ -n "$vars" ] && unset $vars',
|
|
790
|
+
"export ELECTRON_RUN_AS_NODE=1",
|
|
791
|
+
`exec ${execLine} "$@"`,
|
|
792
|
+
""
|
|
793
|
+
].join("\n"),
|
|
794
|
+
{ mode: 493 }
|
|
795
|
+
);
|
|
796
|
+
return { command: wrap };
|
|
797
|
+
}
|
|
798
|
+
function mcpSpawnEnv(env) {
|
|
799
|
+
if (!env) return void 0;
|
|
800
|
+
const out = { ...env };
|
|
801
|
+
delete out.ELECTRON_RUN_AS_NODE;
|
|
802
|
+
return Object.keys(out).length > 0 ? out : void 0;
|
|
803
|
+
}
|
|
766
804
|
function toCursorMcpServers(servers) {
|
|
767
805
|
const out = {};
|
|
768
806
|
for (const s of servers) {
|
|
769
|
-
const env = s.env
|
|
770
|
-
|
|
771
|
-
let command = s.command;
|
|
772
|
-
let args = s.args;
|
|
773
|
-
if (process.platform !== "win32" && !isStrippedElectronLaunch(command, args)) {
|
|
774
|
-
const wrapped = wrapElectronAsNodeLaunch(command, args ?? []);
|
|
775
|
-
command = wrapped.file;
|
|
776
|
-
args = wrapped.args;
|
|
777
|
-
}
|
|
807
|
+
const env = mcpSpawnEnv(s.env);
|
|
808
|
+
const launch = cursorSafeMcpLaunch(s.command, s.args);
|
|
778
809
|
out[s.name] = {
|
|
779
|
-
command,
|
|
780
|
-
...args && args.length > 0 ? { args } : {},
|
|
781
|
-
...env
|
|
810
|
+
command: launch.command,
|
|
811
|
+
...launch.args && launch.args.length > 0 ? { args: launch.args } : {},
|
|
812
|
+
...env ? { env } : {}
|
|
782
813
|
};
|
|
783
814
|
}
|
|
784
815
|
return out;
|
|
@@ -791,8 +822,9 @@ function toCodexMcpConfigArgs(servers) {
|
|
|
791
822
|
if (s.args?.length) {
|
|
792
823
|
args.push("-c", `${prefix}.args=${JSON.stringify(s.args)}`);
|
|
793
824
|
}
|
|
794
|
-
|
|
795
|
-
|
|
825
|
+
const env = mcpSpawnEnv(s.env);
|
|
826
|
+
if (env) {
|
|
827
|
+
for (const [key, value] of Object.entries(env)) {
|
|
796
828
|
args.push("-c", `${prefix}.env.${key}=${JSON.stringify(value)}`);
|
|
797
829
|
}
|
|
798
830
|
}
|
|
@@ -805,11 +837,12 @@ function toCodexMcpConfigArgs(servers) {
|
|
|
805
837
|
function toOpencodeMcpConfigContent(servers) {
|
|
806
838
|
const mcp = {};
|
|
807
839
|
for (const s of servers) {
|
|
840
|
+
const env = mcpSpawnEnv(s.env);
|
|
808
841
|
mcp[s.name] = {
|
|
809
842
|
type: "local",
|
|
810
843
|
command: [s.command, ...s.args ?? []],
|
|
811
844
|
enabled: true,
|
|
812
|
-
...
|
|
845
|
+
...env ? { environment: env } : {}
|
|
813
846
|
};
|
|
814
847
|
}
|
|
815
848
|
return JSON.stringify({ mcp });
|
|
@@ -818,10 +851,11 @@ function writeMcpServersConfig(servers) {
|
|
|
818
851
|
if (servers.length === 0) return null;
|
|
819
852
|
const mcpServers = {};
|
|
820
853
|
for (const s of servers) {
|
|
854
|
+
const env = mcpSpawnEnv(s.env);
|
|
821
855
|
mcpServers[s.name] = {
|
|
822
856
|
command: s.command,
|
|
823
857
|
...s.args ? { args: s.args } : {},
|
|
824
|
-
...
|
|
858
|
+
...env ? { env } : {}
|
|
825
859
|
};
|
|
826
860
|
}
|
|
827
861
|
const dir = mkdtempSync(join(tmpdir(), "sideboard-mcp-"));
|
|
@@ -1025,7 +1059,7 @@ var claudeAdapter = {
|
|
|
1025
1059
|
);
|
|
1026
1060
|
}
|
|
1027
1061
|
const mode = permissionMode(thread);
|
|
1028
|
-
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-
|
|
1062
|
+
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-JQQLPJM5.js");
|
|
1029
1063
|
const isOrchestrator = isOrchestratorThread2(thread);
|
|
1030
1064
|
const injectedServers = await buildInjectedMcpServers({
|
|
1031
1065
|
includeSideboard: true,
|
|
@@ -31,10 +31,23 @@ function wrapElectronAsNodeLaunch(file, args) {
|
|
|
31
31
|
function isStrippedElectronLaunch(command, args) {
|
|
32
32
|
return command === "/bin/sh" && Boolean(args?.[1]?.includes("ELECTRON_RUN_AS_NODE") && args[1].includes("unset"));
|
|
33
33
|
}
|
|
34
|
+
function isElectronLikeCommand(command) {
|
|
35
|
+
const name = command.trim();
|
|
36
|
+
if (!name) return false;
|
|
37
|
+
if (process.versions.electron && name === process.execPath) return true;
|
|
38
|
+
return /(?:^|[/\\])Electron(?:\.exe)?$/i.test(name) || /Sideboard\.app[/\\]/i.test(name) || /Electron\.app[/\\]/i.test(name);
|
|
39
|
+
}
|
|
40
|
+
function unwrapStrippedElectronLaunch(command, args) {
|
|
41
|
+
if (!isStrippedElectronLaunch(command, args) || !args || args.length < 4) {
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
return { file: args[3], args: args.slice(4) };
|
|
45
|
+
}
|
|
34
46
|
|
|
35
47
|
export {
|
|
36
48
|
stripNestedElectronEnv,
|
|
37
49
|
dropNestedElectronEnvFromProcess,
|
|
38
50
|
wrapElectronAsNodeLaunch,
|
|
39
|
-
|
|
51
|
+
isElectronLikeCommand,
|
|
52
|
+
unwrapStrippedElectronLaunch
|
|
40
53
|
};
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ensureGlobalCoordinatorCwd
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OB6IRIFV.js";
|
|
6
6
|
import {
|
|
7
7
|
allocateTeamName,
|
|
8
8
|
takenSlugsFromThread,
|
|
9
9
|
teamSlugFromName
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZXYWWSHZ.js";
|
|
11
11
|
import {
|
|
12
12
|
createEmptyThread,
|
|
13
13
|
listThreads,
|
|
14
14
|
updateThread,
|
|
15
15
|
writeThread
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JOF3XIEM.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveNewThreadOptions,
|
|
19
19
|
resolveThreadDefaults
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-6LFV4VFI.js";
|
|
21
21
|
import {
|
|
22
22
|
globalAgentCwd
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-JL4SJ6V7.js";
|
|
24
24
|
|
|
25
25
|
// src/brightsy/cloud-connect-constants.ts
|
|
26
26
|
var CLOUD_ORCHESTRATOR_GOAL = "Cloud-connected Sideboard orchestrator";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveGithubRepoSlug
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7D27DD2X.js";
|
|
4
4
|
import {
|
|
5
5
|
resolveThreadDefaults
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FT2SQOL4.js";
|
|
7
7
|
import {
|
|
8
8
|
globalAgentCwd,
|
|
9
9
|
sideboardReposDir
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-B4R2VB2A.js";
|
|
11
11
|
|
|
12
12
|
// src/orchestrator/coordinator-prompt.ts
|
|
13
13
|
import { mkdirSync, readFileSync, writeFileSync } from "fs";
|
|
@@ -56,7 +56,7 @@ var COORDINATOR_TOOL_PLAYBOOK = [
|
|
|
56
56
|
"Workspaces:",
|
|
57
57
|
"- add_workspace / remove_workspace \u2014 register or unregister a git repo",
|
|
58
58
|
"Worktree threads (chats):",
|
|
59
|
-
"- create_thread \u2014 create a worktree + chat from branch | pr | ticket; pass repoPath + parentThreadId; omit agent and model to use Sideboard Account defaults (Settings \u2192 Default agent, model & effort). If you are Codex, do not set agent=codex (nested Codex deadlocks)",
|
|
59
|
+
"- create_thread \u2014 create a worktree + chat from branch | pr | ticket; pass repoPath + parentThreadId; omit agent and model to use Sideboard Account defaults (Settings \u2192 Default agent, model & effort). If the repo has a setup script, Sideboard runs it in the background (does not block send_to_thread). If you are Codex, do not set agent=codex (nested Codex deadlocks)",
|
|
60
60
|
"- fork_worktree \u2014 fork a worktree chat into a NEW git worktree + chat (transcript attached); optional agent; leave model unset (Auto) unless you have a reason. Not for orchestration chats.",
|
|
61
61
|
"- fork_chat \u2014 fork a worktree chat (same worktree tab) OR a Global orchestration chat (new orchestration tab); optional agent; leave model unset (Auto) unless you have a reason. Remote coordinators: use this to continue another orchestration chat on a different agent after session limits.",
|
|
62
62
|
"- send_to_thread \u2014 queue a prompt (start/continue a chat turn); pass force_stop: true to interrupt mid-turn / clear stale queued prompts before replacing with a new request",
|
|
@@ -64,7 +64,7 @@ var COORDINATOR_TOOL_PLAYBOOK = [
|
|
|
64
64
|
"- stop_thread \u2014 force-stop: kill in-flight turn AND clear queued prompts (do not leave stale queue after an interrupt)",
|
|
65
65
|
"- archive_thread / restore_thread \u2014 archive (tears down worktree when last tab) or restore",
|
|
66
66
|
"Setup / run:",
|
|
67
|
-
"- run_setup \u2014 re-run worktree setup",
|
|
67
|
+
"- run_setup \u2014 re-run worktree setup (already runs automatically on create when a script exists)",
|
|
68
68
|
"- list_run_scripts / run_dev_script / stop_dev_script \u2014 start/stop named run scripts",
|
|
69
69
|
"Inspect / review / PRs:",
|
|
70
70
|
"- get_diff \u2014 compact diff summary",
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
isGlobalRepoPath
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-UHTNJKZX.js";
|
|
6
6
|
import {
|
|
7
7
|
ensureGhPreferOrigin,
|
|
8
8
|
resolveRepoRoot
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZXYWWSHZ.js";
|
|
10
10
|
import {
|
|
11
11
|
appDataDir
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-JL4SJ6V7.js";
|
|
13
13
|
|
|
14
14
|
// src/store/workspaces.ts
|
|
15
15
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
|
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
} from "./chunk-B3SJXYIJ.js";
|
|
6
6
|
import {
|
|
7
7
|
listThreads
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JOF3XIEM.js";
|
|
9
9
|
import {
|
|
10
10
|
getGithubGitAuthMode,
|
|
11
11
|
getGithubPat
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-6LFV4VFI.js";
|
|
13
13
|
import {
|
|
14
14
|
worktreesRoot
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-JL4SJ6V7.js";
|
|
16
16
|
import {
|
|
17
17
|
gh,
|
|
18
18
|
git,
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
ensureConnectedBrightsyTeamTokens,
|
|
8
8
|
getConnectedBrightsyTeamsRaw,
|
|
9
9
|
listConnectedBrightsyTeams
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-QSLE4VEM.js";
|
|
11
|
+
import "./chunk-B4R2VB2A.js";
|
|
12
12
|
import "./chunk-LGXBYZZA.js";
|
|
13
13
|
export {
|
|
14
14
|
applyConnectedTeamToCli,
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
ensureConnectedBrightsyTeamTokens,
|
|
10
10
|
getConnectedBrightsyTeamsRaw,
|
|
11
11
|
listConnectedBrightsyTeams
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-DKHGWYWR.js";
|
|
13
|
+
import "./chunk-JL4SJ6V7.js";
|
|
14
14
|
import "./chunk-3KETJKYA.js";
|
|
15
15
|
export {
|
|
16
16
|
applyConnectedTeamToCli,
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
enrichWorkspacesWithGithub,
|
|
10
10
|
ensureGlobalCoordinatorCwd,
|
|
11
11
|
formatWorkspaceInventory
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-OB6IRIFV.js";
|
|
13
|
+
import "./chunk-ZXYWWSHZ.js";
|
|
14
14
|
import "./chunk-B3SJXYIJ.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-JOF3XIEM.js";
|
|
16
|
+
import "./chunk-6LFV4VFI.js";
|
|
17
17
|
import "./chunk-NSTQ6QKD.js";
|
|
18
18
|
import "./chunk-KGZBYWZ3.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-JL4SJ6V7.js";
|
|
20
20
|
import "./chunk-3KETJKYA.js";
|
|
21
21
|
export {
|
|
22
22
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
enrichWorkspacesWithGithub,
|
|
8
8
|
ensureGlobalCoordinatorCwd,
|
|
9
9
|
formatWorkspaceInventory
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-VZ2L4AEJ.js";
|
|
11
|
+
import "./chunk-7D27DD2X.js";
|
|
12
12
|
import "./chunk-FKOIHGKV.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-FT2SQOL4.js";
|
|
14
|
+
import "./chunk-TLPJHLLM.js";
|
|
15
15
|
import "./chunk-JT7R45JB.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-3WA37BRI.js";
|
|
17
17
|
import "./chunk-77WWLBCI.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-B4R2VB2A.js";
|
|
19
19
|
import "./chunk-LGXBYZZA.js";
|
|
20
20
|
export {
|
|
21
21
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
@@ -16,17 +16,17 @@ import {
|
|
|
16
16
|
orchestratorSessionPoisonedByBuiltins,
|
|
17
17
|
slackCoordinatorSourceRef,
|
|
18
18
|
takenTeamSlugsForOrchestration
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-UHTNJKZX.js";
|
|
20
|
+
import "./chunk-OB6IRIFV.js";
|
|
21
|
+
import "./chunk-ZXYWWSHZ.js";
|
|
22
22
|
import "./chunk-B3SJXYIJ.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-JOF3XIEM.js";
|
|
24
|
+
import "./chunk-6LFV4VFI.js";
|
|
25
25
|
import "./chunk-NSTQ6QKD.js";
|
|
26
26
|
import "./chunk-KGZBYWZ3.js";
|
|
27
27
|
import {
|
|
28
28
|
globalAgentCwd
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-JL4SJ6V7.js";
|
|
30
30
|
import "./chunk-3KETJKYA.js";
|
|
31
31
|
export {
|
|
32
32
|
GLOBAL_WORKSPACE_ID,
|
|
@@ -14,18 +14,18 @@ import {
|
|
|
14
14
|
orchestratorSessionPoisonedByBuiltins,
|
|
15
15
|
slackCoordinatorSourceRef,
|
|
16
16
|
takenTeamSlugsForOrchestration
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-B2KIO2SD.js";
|
|
18
|
+
import "./chunk-VZ2L4AEJ.js";
|
|
19
|
+
import "./chunk-7D27DD2X.js";
|
|
20
20
|
import "./chunk-FKOIHGKV.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-FT2SQOL4.js";
|
|
22
|
+
import "./chunk-TLPJHLLM.js";
|
|
23
23
|
import "./chunk-JT7R45JB.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-3WA37BRI.js";
|
|
25
25
|
import "./chunk-77WWLBCI.js";
|
|
26
26
|
import {
|
|
27
27
|
globalAgentCwd
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-B4R2VB2A.js";
|
|
29
29
|
import "./chunk-LGXBYZZA.js";
|
|
30
30
|
export {
|
|
31
31
|
GLOBAL_WORKSPACE_ID,
|