@sideboard-ai/core 0.1.67 → 0.1.68
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-TS3EI2YI.js → agents-JBD7IAGK.js} +6 -6
- package/dist/{agents-OTBZVTZO.js → agents-PE3RHQS5.js} +6 -6
- package/dist/{chunk-K7LM4CLD.js → chunk-47RBLBRK.js} +4 -4
- package/dist/{chunk-B4PRRKMA.js → chunk-6Q7H6SMX.js} +4 -4
- package/dist/{chunk-FGDJOJ2L.js → chunk-AE5VBOFE.js} +1 -1
- package/dist/{chunk-DB3I75FI.js → chunk-BTL7EMGT.js} +4 -4
- package/dist/{chunk-4UIYN56C.js → chunk-D4DPQ552.js} +1 -1
- package/dist/{chunk-WAFIF22N.js → chunk-DPDGMMGI.js} +2 -2
- package/dist/{chunk-4BUCGNZS.js → chunk-EEBDVLDK.js} +22 -20
- package/dist/{chunk-57WWNMFP.js → chunk-N5LMEP65.js} +1 -1
- package/dist/{chunk-JWZNK3CQ.js → chunk-OICHV4DH.js} +2 -2
- package/dist/{chunk-5HTTCYWA.js → chunk-QQC2D4MY.js} +2 -2
- package/dist/{chunk-LW5CMQGZ.js → chunk-REKGFVUX.js} +22 -20
- package/dist/{chunk-7ZOQY4A7.js → chunk-ROXEENBT.js} +2 -2
- package/dist/{chunk-M5V4QIWF.js → chunk-VROPG6QF.js} +1 -1
- package/dist/{chunk-ZRFAZVGL.js → chunk-VX6ACNXS.js} +1 -1
- package/dist/{connected-teams-RUNMOCG5.js → connected-teams-35EIRJCP.js} +2 -2
- package/dist/{connected-teams-OMDHTL6A.js → connected-teams-ZRS53OAT.js} +2 -2
- package/dist/{coordinator-prompt-3BSMKZL4.js → coordinator-prompt-HD6IMCKS.js} +3 -3
- package/dist/{coordinator-prompt-6HMTOX4G.js → coordinator-prompt-YZYZ5P6P.js} +3 -3
- package/dist/{global-workspace-QS7A23CB.js → global-workspace-7P5NG3JZ.js} +4 -4
- package/dist/{global-workspace-YZ2NJVLL.js → global-workspace-Z6GF7D2K.js} +4 -4
- package/dist/index.cjs +367 -158
- package/dist/index.d.cts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +364 -157
- package/dist/mcp/run-stdio.cjs +367 -158
- package/dist/mcp/run-stdio.js +363 -156
- package/dist/{run-Y2MI3EVV.js → run-A4RHY7HH.js} +1 -1
- package/dist/{run-JLD2Y52J.js → run-V2WZUMJA.js} +1 -1
- package/dist/{workspaces-EBFW7I7S.js → workspaces-BWJNGEE6.js} +5 -5
- package/dist/{workspaces-AIUYUXB7.js → workspaces-O6EZGKQK.js} +5 -5
- package/dist/{worktree-WMDJW2BL.js → worktree-VDXLUOWR.js} +2 -2
- package/dist/{worktree-7NBPIVFZ.js → worktree-ZPSKEZFE.js} +2 -2
- package/package.json +1 -1
|
@@ -28,21 +28,21 @@ import {
|
|
|
28
28
|
resolveCursorModelId,
|
|
29
29
|
resolveLoginCommand,
|
|
30
30
|
resolveQuotaFallbackAgent
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6Q7H6SMX.js";
|
|
32
32
|
import {
|
|
33
33
|
ORCHESTRATOR_AGENT_KINDS,
|
|
34
34
|
assertOrchestratorCapableAgent,
|
|
35
35
|
coerceOrchestratorAgent,
|
|
36
36
|
isOrchestratorCapableAgent
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-ROXEENBT.js";
|
|
38
|
+
import "./chunk-BTL7EMGT.js";
|
|
39
39
|
import {
|
|
40
40
|
cursorSdkMessageToEvents,
|
|
41
41
|
parseCursorRunnerLine
|
|
42
42
|
} from "./chunk-3WJAUKIL.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-VX6ACNXS.js";
|
|
44
44
|
import "./chunk-MHR4OGZ4.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-EEBDVLDK.js";
|
|
46
46
|
import "./chunk-FKOIHGKV.js";
|
|
47
47
|
import "./chunk-FWJYLBO6.js";
|
|
48
48
|
import "./chunk-77WWLBCI.js";
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
posixShellSingleQuote,
|
|
56
56
|
resolveCommandBinarySync,
|
|
57
57
|
withExportedPath
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-D4DPQ552.js";
|
|
59
59
|
export {
|
|
60
60
|
CLAUDE_MODEL_CATALOG,
|
|
61
61
|
ORCHESTRATOR_AGENT_KINDS,
|
|
@@ -32,16 +32,16 @@ import {
|
|
|
32
32
|
resolveCursorModelId,
|
|
33
33
|
resolveLoginCommand,
|
|
34
34
|
resolveQuotaFallbackAgent
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-
|
|
35
|
+
} from "./chunk-47RBLBRK.js";
|
|
36
|
+
import "./chunk-VROPG6QF.js";
|
|
37
37
|
import {
|
|
38
38
|
ORCHESTRATOR_AGENT_KINDS,
|
|
39
39
|
assertOrchestratorCapableAgent,
|
|
40
40
|
coerceOrchestratorAgent,
|
|
41
41
|
isOrchestratorCapableAgent
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-
|
|
44
|
-
import "./chunk-
|
|
42
|
+
} from "./chunk-OICHV4DH.js";
|
|
43
|
+
import "./chunk-N5LMEP65.js";
|
|
44
|
+
import "./chunk-REKGFVUX.js";
|
|
45
45
|
import "./chunk-B3SJXYIJ.js";
|
|
46
46
|
import "./chunk-7FD7COKE.js";
|
|
47
47
|
import {
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
posixShellSingleQuote,
|
|
53
53
|
resolveCommandBinarySync,
|
|
54
54
|
withExportedPath
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-AE5VBOFE.js";
|
|
56
56
|
import "./chunk-BPOTVI5J.js";
|
|
57
57
|
import "./chunk-KGZBYWZ3.js";
|
|
58
58
|
import "./chunk-7MV3RXSC.js";
|
|
@@ -6,17 +6,17 @@ import {
|
|
|
6
6
|
ensureCliTeamTracked,
|
|
7
7
|
ensureConnectedBrightsyTeamTokens,
|
|
8
8
|
loadBrightsyConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VROPG6QF.js";
|
|
10
10
|
import {
|
|
11
11
|
isOrchestratorThread
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-OICHV4DH.js";
|
|
13
13
|
import {
|
|
14
14
|
enrichPathWithNpmGlobalBin,
|
|
15
15
|
isConductorBundledCli,
|
|
16
16
|
resolveCommandBinarySync,
|
|
17
17
|
run,
|
|
18
18
|
withExportedPath
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-AE5VBOFE.js";
|
|
20
20
|
import {
|
|
21
21
|
claudeChromeEnabled,
|
|
22
22
|
loadAppSettings,
|
|
@@ -1000,7 +1000,7 @@ var claudeAdapter = {
|
|
|
1000
1000
|
);
|
|
1001
1001
|
}
|
|
1002
1002
|
const mode = permissionMode(thread);
|
|
1003
|
-
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-
|
|
1003
|
+
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-Z6GF7D2K.js");
|
|
1004
1004
|
const isOrchestrator = isOrchestratorThread2(thread);
|
|
1005
1005
|
const injectedServers = await buildInjectedMcpServers({
|
|
1006
1006
|
includeSideboard: true,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isOrchestratorThread
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ROXEENBT.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-BTL7EMGT.js";
|
|
11
11
|
import {
|
|
12
12
|
extractJsonErrorMessage,
|
|
13
13
|
formatUnknownDetail,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
resolveCommandBinarySync,
|
|
30
30
|
run,
|
|
31
31
|
withExportedPath
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-D4DPQ552.js";
|
|
33
33
|
|
|
34
34
|
// src/agents/brightsy.ts
|
|
35
35
|
import { existsSync } from "fs";
|
|
@@ -940,7 +940,7 @@ var claudeAdapter = {
|
|
|
940
940
|
);
|
|
941
941
|
}
|
|
942
942
|
const mode = permissionMode(thread);
|
|
943
|
-
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-
|
|
943
|
+
const { isOrchestratorThread: isOrchestratorThread2 } = await import("./global-workspace-7P5NG3JZ.js");
|
|
944
944
|
const isOrchestrator = isOrchestratorThread2(thread);
|
|
945
945
|
const injectedServers = await buildInjectedMcpServers({
|
|
946
946
|
includeSideboard: true,
|
|
@@ -134,7 +134,7 @@ async function git(args, cwd, opts) {
|
|
|
134
134
|
prefix.push("-c", `${key}=${value}`);
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
return run("git", [...prefix, ...args], {
|
|
137
|
+
return run("git", ["--no-pager", ...prefix, ...args], {
|
|
138
138
|
cwd,
|
|
139
139
|
reject: opts?.reject,
|
|
140
140
|
timeoutMs: opts?.timeoutMs,
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-M37RITA6.js";
|
|
4
4
|
import {
|
|
5
5
|
run
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-D4DPQ552.js";
|
|
7
7
|
|
|
8
8
|
// src/brightsy/connected-teams.ts
|
|
9
9
|
import { existsSync as existsSync2, mkdirSync, readFileSync as readFileSync2, writeFileSync as writeFileSync2 } from "fs";
|
|
@@ -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-ZRS53OAT.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-ZRS53OAT.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-ZRS53OAT.js");
|
|
112
112
|
await connectBrightsyTeam2(accountIdOrSlug);
|
|
113
113
|
return getBrightsySession();
|
|
114
114
|
}
|
|
@@ -131,7 +131,7 @@ async function git(args, cwd, opts) {
|
|
|
131
131
|
prefix.push("-c", `${key}=${value}`);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
return run("git", [...prefix, ...args], {
|
|
134
|
+
return run("git", ["--no-pager", ...prefix, ...args], {
|
|
135
135
|
cwd,
|
|
136
136
|
reject: opts?.reject,
|
|
137
137
|
timeoutMs: opts?.timeoutMs,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isGlobalRepoPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ROXEENBT.js";
|
|
4
4
|
import {
|
|
5
5
|
ensureGhPreferOrigin,
|
|
6
6
|
resolveRepoRoot
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-EEBDVLDK.js";
|
|
8
8
|
import {
|
|
9
9
|
appDataDir
|
|
10
10
|
} from "./chunk-M37RITA6.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
gh,
|
|
12
12
|
git,
|
|
13
13
|
resolveGhAuthToken
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-D4DPQ552.js";
|
|
15
15
|
|
|
16
16
|
// src/git/worktree.ts
|
|
17
17
|
import { existsSync, readdirSync } from "fs";
|
|
@@ -1274,7 +1274,7 @@ async function originGhRepoEnv(cwd) {
|
|
|
1274
1274
|
const slug = await resolveGithubRepoSlug(cwd);
|
|
1275
1275
|
return slug ? { GH_REPO: slug } : {};
|
|
1276
1276
|
}
|
|
1277
|
-
async function resolveDefaultBranch(repoPath) {
|
|
1277
|
+
async function resolveDefaultBranch(repoPath, opts) {
|
|
1278
1278
|
const viaOrigin = await git(
|
|
1279
1279
|
["symbolic-ref", "refs/remotes/origin/HEAD"],
|
|
1280
1280
|
repoPath,
|
|
@@ -1283,22 +1283,24 @@ async function resolveDefaultBranch(repoPath) {
|
|
|
1283
1283
|
if (viaOrigin.exitCode === 0 && viaOrigin.stdout.trim()) {
|
|
1284
1284
|
return viaOrigin.stdout.trim().replace(/^refs\/remotes\/origin\//, "");
|
|
1285
1285
|
}
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1286
|
+
if (opts?.network !== false) {
|
|
1287
|
+
const slug = await resolveGithubRepoSlug(repoPath);
|
|
1288
|
+
const viaGh = await gh(
|
|
1289
|
+
[
|
|
1290
|
+
"repo",
|
|
1291
|
+
"view",
|
|
1292
|
+
...slug ? ["--repo", slug] : [],
|
|
1293
|
+
"--json",
|
|
1294
|
+
"defaultBranchRef",
|
|
1295
|
+
"--jq",
|
|
1296
|
+
".defaultBranchRef.name"
|
|
1297
|
+
],
|
|
1298
|
+
repoPath,
|
|
1299
|
+
{ reject: false, timeoutMs: 8e3 }
|
|
1300
|
+
);
|
|
1301
|
+
if (viaGh.exitCode === 0 && viaGh.stdout.trim()) {
|
|
1302
|
+
return viaGh.stdout.trim();
|
|
1303
|
+
}
|
|
1302
1304
|
}
|
|
1303
1305
|
for (const candidate of ["main", "master"]) {
|
|
1304
1306
|
const check = await git(
|
|
@@ -1950,11 +1952,11 @@ async function listWorktrees(repoPath) {
|
|
|
1950
1952
|
return entries;
|
|
1951
1953
|
}
|
|
1952
1954
|
async function isDirty(worktreePath) {
|
|
1953
|
-
const { stdout } = await git(["status", "--porcelain"
|
|
1955
|
+
const { stdout } = await git(["status", "--porcelain"], worktreePath);
|
|
1954
1956
|
for (const line of stdout.split("\n")) {
|
|
1955
1957
|
if (!line.trim()) continue;
|
|
1956
1958
|
const rel = porcelainStatusPath(line);
|
|
1957
|
-
if (!rel || isSideboardScratchPath(rel)) continue;
|
|
1959
|
+
if (!rel || isSideboardScratchPath(rel) || rel === ".sideboard") continue;
|
|
1958
1960
|
return true;
|
|
1959
1961
|
}
|
|
1960
1962
|
return false;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ensureGlobalCoordinatorCwd
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-N5LMEP65.js";
|
|
6
6
|
import {
|
|
7
7
|
allocateTeamName,
|
|
8
8
|
takenSlugsFromThread,
|
|
9
9
|
teamSlugFromName
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-REKGFVUX.js";
|
|
11
11
|
import {
|
|
12
12
|
createEmptyThread,
|
|
13
13
|
listThreads,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
isGlobalRepoPath
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OICHV4DH.js";
|
|
6
6
|
import {
|
|
7
7
|
ensureGhPreferOrigin,
|
|
8
8
|
resolveRepoRoot
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-REKGFVUX.js";
|
|
10
10
|
import {
|
|
11
11
|
appDataDir
|
|
12
12
|
} from "./chunk-7MV3RXSC.js";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
gh,
|
|
11
11
|
git,
|
|
12
12
|
resolveGhAuthToken
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AE5VBOFE.js";
|
|
14
14
|
import {
|
|
15
15
|
worktreesRoot
|
|
16
16
|
} from "./chunk-7MV3RXSC.js";
|
|
@@ -1241,7 +1241,7 @@ async function originGhRepoEnv(cwd) {
|
|
|
1241
1241
|
const slug = await resolveGithubRepoSlug(cwd);
|
|
1242
1242
|
return slug ? { GH_REPO: slug } : {};
|
|
1243
1243
|
}
|
|
1244
|
-
async function resolveDefaultBranch(repoPath) {
|
|
1244
|
+
async function resolveDefaultBranch(repoPath, opts) {
|
|
1245
1245
|
const viaOrigin = await git(
|
|
1246
1246
|
["symbolic-ref", "refs/remotes/origin/HEAD"],
|
|
1247
1247
|
repoPath,
|
|
@@ -1250,22 +1250,24 @@ async function resolveDefaultBranch(repoPath) {
|
|
|
1250
1250
|
if (viaOrigin.exitCode === 0 && viaOrigin.stdout.trim()) {
|
|
1251
1251
|
return viaOrigin.stdout.trim().replace(/^refs\/remotes\/origin\//, "");
|
|
1252
1252
|
}
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1253
|
+
if (opts?.network !== false) {
|
|
1254
|
+
const slug = await resolveGithubRepoSlug(repoPath);
|
|
1255
|
+
const viaGh = await gh(
|
|
1256
|
+
[
|
|
1257
|
+
"repo",
|
|
1258
|
+
"view",
|
|
1259
|
+
...slug ? ["--repo", slug] : [],
|
|
1260
|
+
"--json",
|
|
1261
|
+
"defaultBranchRef",
|
|
1262
|
+
"--jq",
|
|
1263
|
+
".defaultBranchRef.name"
|
|
1264
|
+
],
|
|
1265
|
+
repoPath,
|
|
1266
|
+
{ reject: false, timeoutMs: 8e3 }
|
|
1267
|
+
);
|
|
1268
|
+
if (viaGh.exitCode === 0 && viaGh.stdout.trim()) {
|
|
1269
|
+
return viaGh.stdout.trim();
|
|
1270
|
+
}
|
|
1269
1271
|
}
|
|
1270
1272
|
for (const candidate of ["main", "master"]) {
|
|
1271
1273
|
const check = await git(
|
|
@@ -1917,11 +1919,11 @@ async function listWorktrees(repoPath) {
|
|
|
1917
1919
|
return entries;
|
|
1918
1920
|
}
|
|
1919
1921
|
async function isDirty(worktreePath) {
|
|
1920
|
-
const { stdout } = await git(["status", "--porcelain"
|
|
1922
|
+
const { stdout } = await git(["status", "--porcelain"], worktreePath);
|
|
1921
1923
|
for (const line of stdout.split("\n")) {
|
|
1922
1924
|
if (!line.trim()) continue;
|
|
1923
1925
|
const rel = porcelainStatusPath(line);
|
|
1924
|
-
if (!rel || isSideboardScratchPath(rel)) continue;
|
|
1926
|
+
if (!rel || isSideboardScratchPath(rel) || rel === ".sideboard") continue;
|
|
1925
1927
|
return true;
|
|
1926
1928
|
}
|
|
1927
1929
|
return false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureGlobalCoordinatorCwd
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VX6ACNXS.js";
|
|
4
4
|
import {
|
|
5
5
|
resolveNewThreadOptions,
|
|
6
6
|
resolveThreadDefaults
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
allocateTeamName,
|
|
10
10
|
takenSlugsFromThread,
|
|
11
11
|
teamSlugFromName
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-EEBDVLDK.js";
|
|
13
13
|
import {
|
|
14
14
|
createEmptyThread,
|
|
15
15
|
listThreads,
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
ensureConnectedBrightsyTeamTokens,
|
|
10
10
|
getConnectedBrightsyTeamsRaw,
|
|
11
11
|
listConnectedBrightsyTeams
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-VROPG6QF.js";
|
|
13
|
+
import "./chunk-AE5VBOFE.js";
|
|
14
14
|
import "./chunk-7MV3RXSC.js";
|
|
15
15
|
export {
|
|
16
16
|
applyConnectedTeamToCli,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
ensureConnectedBrightsyTeamTokens,
|
|
8
8
|
getConnectedBrightsyTeamsRaw,
|
|
9
9
|
listConnectedBrightsyTeams
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BTL7EMGT.js";
|
|
11
11
|
import "./chunk-M37RITA6.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-D4DPQ552.js";
|
|
13
13
|
export {
|
|
14
14
|
applyConnectedTeamToCli,
|
|
15
15
|
brightsyMcpServerName,
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
enrichWorkspacesWithGithub,
|
|
7
7
|
ensureGlobalCoordinatorCwd,
|
|
8
8
|
formatWorkspaceInventory
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VX6ACNXS.js";
|
|
10
10
|
import "./chunk-MHR4OGZ4.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-EEBDVLDK.js";
|
|
12
12
|
import "./chunk-FKOIHGKV.js";
|
|
13
13
|
import "./chunk-FWJYLBO6.js";
|
|
14
14
|
import "./chunk-77WWLBCI.js";
|
|
15
15
|
import "./chunk-M37RITA6.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-D4DPQ552.js";
|
|
17
17
|
export {
|
|
18
18
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
19
19
|
coordinatorGreenfieldPlaybook,
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
enrichWorkspacesWithGithub,
|
|
9
9
|
ensureGlobalCoordinatorCwd,
|
|
10
10
|
formatWorkspaceInventory
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-N5LMEP65.js";
|
|
12
|
+
import "./chunk-REKGFVUX.js";
|
|
13
13
|
import "./chunk-B3SJXYIJ.js";
|
|
14
14
|
import "./chunk-7FD7COKE.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-AE5VBOFE.js";
|
|
16
16
|
import "./chunk-BPOTVI5J.js";
|
|
17
17
|
import "./chunk-KGZBYWZ3.js";
|
|
18
18
|
import "./chunk-7MV3RXSC.js";
|
|
@@ -11,17 +11,17 @@ import {
|
|
|
11
11
|
orchestrationTitleNeedsSoccerNickname,
|
|
12
12
|
orchestratorSessionPoisonedByBuiltins,
|
|
13
13
|
takenTeamSlugsForOrchestration
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-ROXEENBT.js";
|
|
15
|
+
import "./chunk-VX6ACNXS.js";
|
|
16
16
|
import "./chunk-MHR4OGZ4.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-EEBDVLDK.js";
|
|
18
18
|
import "./chunk-FKOIHGKV.js";
|
|
19
19
|
import "./chunk-FWJYLBO6.js";
|
|
20
20
|
import "./chunk-77WWLBCI.js";
|
|
21
21
|
import {
|
|
22
22
|
globalAgentCwd
|
|
23
23
|
} from "./chunk-M37RITA6.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-D4DPQ552.js";
|
|
25
25
|
export {
|
|
26
26
|
GLOBAL_WORKSPACE_ID,
|
|
27
27
|
createGlobalChat,
|
|
@@ -13,12 +13,12 @@ import {
|
|
|
13
13
|
orchestrationTitleNeedsSoccerNickname,
|
|
14
14
|
orchestratorSessionPoisonedByBuiltins,
|
|
15
15
|
takenTeamSlugsForOrchestration
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-OICHV4DH.js";
|
|
17
|
+
import "./chunk-N5LMEP65.js";
|
|
18
|
+
import "./chunk-REKGFVUX.js";
|
|
19
19
|
import "./chunk-B3SJXYIJ.js";
|
|
20
20
|
import "./chunk-7FD7COKE.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-AE5VBOFE.js";
|
|
22
22
|
import "./chunk-BPOTVI5J.js";
|
|
23
23
|
import "./chunk-KGZBYWZ3.js";
|
|
24
24
|
import {
|