@sideboard-ai/core 0.1.85 → 0.1.87
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 +77 -29
- package/dist/agents/cursor-runner.js +55 -17
- package/dist/{agents-YAYNNJWC.js → agents-V6PVSQYH.js} +8 -8
- package/dist/{agents-FD77JUOP.js → agents-W5446HSV.js} +8 -8
- package/dist/{app-settings-PEXK5VEX.js → app-settings-F36ISTCF.js} +2 -2
- package/dist/{app-settings-K6RFCRF6.js → app-settings-HFINR3XG.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-XVFV56JG.js → chunk-3MA6JH6G.js} +5 -5
- package/dist/{chunk-FWJYLBO6.js → chunk-3WA37BRI.js} +1 -1
- package/dist/{chunk-JTHWVYSD.js → chunk-4PTN2LED.js} +5 -5
- package/dist/{chunk-RV6DBEDQ.js → chunk-7KDBDMNC.js} +1 -1
- package/dist/{chunk-SH75CXJR.js → chunk-A7LONVNO.js} +5 -5
- package/dist/{chunk-M37RITA6.js → chunk-B4R2VB2A.js} +164 -30
- package/dist/{chunk-6WQAYBVE.js → chunk-CY45C3GA.js} +4 -4
- package/dist/{chunk-6K5VAPVR.js → chunk-DKHGWYWR.js} +1 -1
- package/dist/{chunk-2N5DVTGH.js → chunk-HBXQQ5TO.js} +3 -3
- package/dist/{chunk-7MV3RXSC.js → chunk-JL4SJ6V7.js} +137 -26
- package/dist/{chunk-7FD7COKE.js → chunk-JOF3XIEM.js} +1 -1
- package/dist/{chunk-KRAUS3RF.js → chunk-L63LLCTX.js} +4 -4
- package/dist/{chunk-MFF2RE3I.js → chunk-NZPGMNFC.js} +1 -1
- package/dist/{chunk-HHTHF5BQ.js → chunk-QSLE4VEM.js} +4 -4
- package/dist/{chunk-3CCRD6WS.js → chunk-QWNROSRB.js} +6 -6
- package/dist/{chunk-JFQ2M6NQ.js → chunk-R2EOZNQI.js} +3 -3
- package/dist/{chunk-AY53MPDE.js → chunk-TC2KY5G7.js} +1 -1
- package/dist/{chunk-WGI6KXKJ.js → chunk-U4GZKLIV.js} +6 -6
- package/dist/{chunk-6GKDYUTJ.js → chunk-UVNXLTFB.js} +5 -5
- package/dist/{chunk-I3FRXL7J.js → chunk-XY6XXMAK.js} +1 -1
- 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-VN7FF76K.js → coordinator-prompt-EC3KQLN3.js} +5 -5
- package/dist/{coordinator-prompt-YYQSPLIP.js → coordinator-prompt-PYRAXZN3.js} +5 -5
- 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-BRIDCBMY.js → global-workspace-ICWOWUW6.js} +6 -6
- package/dist/{global-workspace-U3XVTQLL.js → global-workspace-T5IAJF4R.js} +6 -6
- package/dist/index.cjs +633 -526
- package/dist/index.d.cts +45 -11
- package/dist/index.d.ts +45 -11
- package/dist/index.js +212 -252
- package/dist/mcp/run-stdio.cjs +570 -490
- 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-IWQIWAMQ.js → workspaces-AJCAFW64.js} +7 -7
- package/dist/{workspaces-AIZDG6PS.js → workspaces-J4ULXOUH.js} +7 -7
- package/dist/{worktree-6ZALJUWG.js → worktree-4Z2VSHAQ.js} +4 -4
- package/dist/{worktree-7Y22WHR7.js → worktree-H57CCHWO.js} +4 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
appDataDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-B4R2VB2A.js";
|
|
4
4
|
import {
|
|
5
5
|
run
|
|
6
6
|
} from "./chunk-LGXBYZZA.js";
|
|
@@ -36,7 +36,7 @@ function saveBrightsyConfig(cfg) {
|
|
|
36
36
|
|
|
37
37
|
// src/brightsy/accounts.ts
|
|
38
38
|
async function loadConnectedTeams() {
|
|
39
|
-
const { listConnectedBrightsyTeams: listConnectedBrightsyTeams2 } = await import("./connected-teams-
|
|
39
|
+
const { listConnectedBrightsyTeams: listConnectedBrightsyTeams2 } = await import("./connected-teams-SWHJWK2A.js");
|
|
40
40
|
return listConnectedBrightsyTeams2();
|
|
41
41
|
}
|
|
42
42
|
async function runBrightsyTeamsJson(args) {
|
|
@@ -68,7 +68,7 @@ async function getBrightsySession() {
|
|
|
68
68
|
const data = await runBrightsyTeamsJson([]);
|
|
69
69
|
const accounts = Array.isArray(data.teams) ? data.teams : [];
|
|
70
70
|
const active = data.active ?? accounts.find((a) => a.active) ?? null;
|
|
71
|
-
const { ensureCliTeamTracked: ensureCliTeamTracked2 } = await import("./connected-teams-
|
|
71
|
+
const { ensureCliTeamTracked: ensureCliTeamTracked2 } = await import("./connected-teams-SWHJWK2A.js");
|
|
72
72
|
const connectedTeams = ensureCliTeamTracked2(
|
|
73
73
|
active ? { id: active.id, slug: active.slug, name: active.name } : void 0
|
|
74
74
|
);
|
|
@@ -108,7 +108,7 @@ async function performBrightsyAccountSwitch(accountIdOrSlug) {
|
|
|
108
108
|
return { cfg, target: data.active };
|
|
109
109
|
}
|
|
110
110
|
async function switchBrightsyAccount(accountIdOrSlug) {
|
|
111
|
-
const { connectBrightsyTeam: connectBrightsyTeam2 } = await import("./connected-teams-
|
|
111
|
+
const { connectBrightsyTeam: connectBrightsyTeam2 } = await import("./connected-teams-SWHJWK2A.js");
|
|
112
112
|
await connectBrightsyTeam2(accountIdOrSlug);
|
|
113
113
|
return getBrightsySession();
|
|
114
114
|
}
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
ensureCliTeamTracked,
|
|
7
7
|
ensureConnectedBrightsyTeamTokens,
|
|
8
8
|
loadBrightsyConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-DKHGWYWR.js";
|
|
10
10
|
import {
|
|
11
11
|
isOrchestratorThread
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-UVNXLTFB.js";
|
|
13
13
|
import {
|
|
14
14
|
codexUnattendedGitConfigArgs,
|
|
15
15
|
resolveAgentGitAuthEnv
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-CY45C3GA.js";
|
|
17
17
|
import {
|
|
18
18
|
claudeChromeEnabled,
|
|
19
19
|
isStrippedElectronLaunch,
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
resolveAgentExecutable,
|
|
22
22
|
resolveClaudeExecutable,
|
|
23
23
|
wrapElectronAsNodeLaunch
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-TC2KY5G7.js";
|
|
25
25
|
import {
|
|
26
26
|
appDataDir
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-JL4SJ6V7.js";
|
|
28
28
|
import {
|
|
29
29
|
enrichPathWithNpmGlobalBin,
|
|
30
30
|
isConductorBundledCli,
|
|
@@ -1100,7 +1100,7 @@ var claudeAdapter = {
|
|
|
1100
1100
|
);
|
|
1101
1101
|
}
|
|
1102
1102
|
const mode = permissionMode(thread);
|
|
1103
|
-
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-
|
|
1103
|
+
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-T5IAJF4R.js");
|
|
1104
1104
|
const isOrchestrator = isOrchestratorThread2(thread);
|
|
1105
1105
|
const injectedServers = await buildInjectedMcpServers({
|
|
1106
1106
|
includeSideboard: true,
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
isGlobalRepoPath
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-UVNXLTFB.js";
|
|
6
6
|
import {
|
|
7
7
|
ensureGhPreferOrigin,
|
|
8
8
|
resolveRepoRoot
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CY45C3GA.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";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isOrchestratorThread
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4PTN2LED.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,20 @@ import {
|
|
|
17
17
|
import {
|
|
18
18
|
codexUnattendedGitConfigArgs,
|
|
19
19
|
resolveAgentGitAuthEnv
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-L63LLCTX.js";
|
|
21
21
|
import {
|
|
22
22
|
claudeChromeEnabled,
|
|
23
23
|
loadAppSettings,
|
|
24
24
|
resolveAgentExecutable,
|
|
25
25
|
resolveClaudeExecutable
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-XY6XXMAK.js";
|
|
27
27
|
import {
|
|
28
28
|
isStrippedElectronLaunch,
|
|
29
29
|
wrapElectronAsNodeLaunch
|
|
30
30
|
} from "./chunk-5KLC2MWZ.js";
|
|
31
31
|
import {
|
|
32
32
|
appDataDir
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-B4R2VB2A.js";
|
|
34
34
|
import {
|
|
35
35
|
enrichPathWithNpmGlobalBin,
|
|
36
36
|
isConductorBundledCli,
|
|
@@ -1025,7 +1025,7 @@ var claudeAdapter = {
|
|
|
1025
1025
|
);
|
|
1026
1026
|
}
|
|
1027
1027
|
const mode = permissionMode(thread);
|
|
1028
|
-
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-
|
|
1028
|
+
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-ICWOWUW6.js");
|
|
1029
1029
|
const isOrchestrator = isOrchestratorThread2(thread);
|
|
1030
1030
|
const injectedServers = await buildInjectedMcpServers({
|
|
1031
1031
|
includeSideboard: true,
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ensureGlobalCoordinatorCwd
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-3MA6JH6G.js";
|
|
6
6
|
import {
|
|
7
7
|
allocateTeamName,
|
|
8
8
|
takenSlugsFromThread,
|
|
9
9
|
teamSlugFromName
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-CY45C3GA.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-TC2KY5G7.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";
|
|
@@ -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,
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
enrichWorkspacesWithGithub,
|
|
8
8
|
ensureGlobalCoordinatorCwd,
|
|
9
9
|
formatWorkspaceInventory
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-A7LONVNO.js";
|
|
11
|
+
import "./chunk-L63LLCTX.js";
|
|
12
12
|
import "./chunk-FKOIHGKV.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-XY6XXMAK.js";
|
|
14
14
|
import "./chunk-5KLC2MWZ.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,
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
enrichWorkspacesWithGithub,
|
|
10
10
|
ensureGlobalCoordinatorCwd,
|
|
11
11
|
formatWorkspaceInventory
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-3MA6JH6G.js";
|
|
13
|
+
import "./chunk-CY45C3GA.js";
|
|
14
14
|
import "./chunk-B3SJXYIJ.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-JOF3XIEM.js";
|
|
16
|
+
import "./chunk-TC2KY5G7.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,
|
|
@@ -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-4PTN2LED.js";
|
|
18
|
+
import "./chunk-A7LONVNO.js";
|
|
19
|
+
import "./chunk-L63LLCTX.js";
|
|
20
20
|
import "./chunk-FKOIHGKV.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-XY6XXMAK.js";
|
|
22
22
|
import "./chunk-5KLC2MWZ.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,
|
|
@@ -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-UVNXLTFB.js";
|
|
20
|
+
import "./chunk-3MA6JH6G.js";
|
|
21
|
+
import "./chunk-CY45C3GA.js";
|
|
22
22
|
import "./chunk-B3SJXYIJ.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-JOF3XIEM.js";
|
|
24
|
+
import "./chunk-TC2KY5G7.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,
|