@sideboard-ai/core 0.1.132 → 0.1.133
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/abletime-DDTV7WO3.js +36 -0
- package/dist/abletime-VTP4JR63.js +37 -0
- package/dist/{agents-LGJLZMM3.js → agents-NHS6P25H.js} +8 -7
- package/dist/{agents-CI6NGKRO.js → agents-SOU5GPWI.js} +8 -7
- package/dist/{app-settings-6RPALX4J.js → app-settings-U5RZKUXG.js} +11 -1
- package/dist/{app-settings-E7NEQY7D.js → app-settings-YQ7YX2CC.js} +11 -1
- package/dist/chunk-2XXAAIN3.js +463 -0
- package/dist/{chunk-VE22NWBD.js → chunk-3UVVWNHF.js} +2 -2
- package/dist/{chunk-MGYCQAZ6.js → chunk-4YAVXWFR.js} +6 -6
- package/dist/{chunk-RSFCB23A.js → chunk-6CRKPD4C.js} +4 -3
- package/dist/chunk-6GN5WPYZ.js +31 -0
- package/dist/{chunk-PK4PQUPU.js → chunk-AK7SWE2U.js} +6 -6
- package/dist/chunk-AT346U23.js +468 -0
- package/dist/{chunk-LLX3OMHU.js → chunk-ED4UPEJX.js} +1 -1
- package/dist/chunk-ELBYOGVA.js +32 -0
- package/dist/{chunk-HUYEU4GS.js → chunk-GJBHOJCZ.js} +83 -2
- package/dist/{chunk-ZND6XV6J.js → chunk-GKKHXZCT.js} +83 -2
- package/dist/{chunk-HZPO3SSZ.js → chunk-IM36S4HZ.js} +4 -3
- package/dist/{chunk-SIPDL62B.js → chunk-KBWND62T.js} +6 -6
- package/dist/{chunk-HULESWLI.js → chunk-LTP7GHIF.js} +3 -3
- package/dist/{chunk-AQESMTCZ.js → chunk-M267JPEA.js} +3 -29
- package/dist/{chunk-HRSBZIXS.js → chunk-Q6XQXCOM.js} +1 -1
- package/dist/{chunk-R7FGPBKL.js → chunk-S42XV45P.js} +3 -25
- package/dist/{chunk-VFXZTSAD.js → chunk-TG7YU2KG.js} +53 -29
- package/dist/{chunk-SMWJAE74.js → chunk-VSON7EJ6.js} +53 -29
- package/dist/{chunk-UDQI3N47.js → chunk-WEU5M7BW.js} +1 -1
- package/dist/{chunk-SYLTXDRF.js → chunk-Y645NFYN.js} +2 -2
- package/dist/{chunk-MNL4FSKY.js → chunk-YEIH7P7D.js} +3 -3
- package/dist/{connected-teams-S6E3D5C7.js → connected-teams-4A2AXDNN.js} +3 -2
- package/dist/{connected-teams-3BWNJIRY.js → connected-teams-IJUJQ7R6.js} +3 -2
- package/dist/{coordinator-prompt-SPJSGAQS.js → coordinator-prompt-DXHEDRRN.js} +3 -3
- package/dist/{coordinator-prompt-MEEUOEF2.js → coordinator-prompt-XF7LVOUN.js} +3 -3
- package/dist/{global-workspace-KNESLWKG.js → global-workspace-2LO5ATOH.js} +4 -4
- package/dist/{global-workspace-BMWP7YZC.js → global-workspace-MLQNULOU.js} +4 -4
- package/dist/index.cjs +1105 -340
- package/dist/index.d.cts +171 -13
- package/dist/index.d.ts +171 -13
- package/dist/index.js +432 -239
- package/dist/mcp/run-stdio.cjs +998 -287
- package/dist/mcp/run-stdio.js +338 -186
- package/dist/{oauth-FT7EL2PY.js → oauth-A7XXI2TM.js} +2 -1
- package/dist/{oauth-43NNH6C6.js → oauth-YJBAURIJ.js} +2 -1
- package/dist/{orchestrator-JA65XKB6.js → orchestrator-KR5RA5B7.js} +10 -9
- package/dist/{orchestrator-5TN2DJWO.js → orchestrator-P2SYHVLS.js} +10 -9
- package/dist/{workspaces-O4QZOASB.js → workspaces-ARWPZG6F.js} +5 -5
- package/dist/{workspaces-HSYRYJYV.js → workspaces-MINB764G.js} +5 -5
- package/dist/{worktree-ERHC7Q4F.js → worktree-EBZMUUAL.js} +2 -2
- package/dist/{worktree-JVGSLSLJ.js → worktree-S7MKMYAT.js} +2 -2
- package/package.json +1 -1
|
@@ -31,13 +31,13 @@ import {
|
|
|
31
31
|
summarizeTurnStderr,
|
|
32
32
|
toolDescription,
|
|
33
33
|
turnFailChatText
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-AK7SWE2U.js";
|
|
35
35
|
import {
|
|
36
36
|
addWorkspace,
|
|
37
37
|
ensureWorkspace,
|
|
38
38
|
removeWorkspace,
|
|
39
39
|
syncWorkspacesFromThreads
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-Y645NFYN.js";
|
|
41
41
|
import {
|
|
42
42
|
extractPresentedPlan,
|
|
43
43
|
readPlanFile,
|
|
@@ -58,14 +58,14 @@ import {
|
|
|
58
58
|
isOrchestratorThread,
|
|
59
59
|
isSlackCoordinatorThread,
|
|
60
60
|
orchestratorSessionPoisonedByBuiltins
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-YEIH7P7D.js";
|
|
62
62
|
import {
|
|
63
63
|
SLACK_REPLY_FORMATTING,
|
|
64
64
|
coordinatorSystemPrompt,
|
|
65
65
|
coordinatorTurnReminder,
|
|
66
66
|
enrichWorkspacesWithGithub,
|
|
67
67
|
ensureGlobalCoordinatorCwd
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-6CRKPD4C.js";
|
|
69
69
|
import {
|
|
70
70
|
addPrStackLayer,
|
|
71
71
|
allocateTeamName,
|
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
withRepoGitLock,
|
|
111
111
|
worktreeDisplayLabelForGroup,
|
|
112
112
|
worktreeNameFromPath
|
|
113
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-Q6XQXCOM.js";
|
|
114
114
|
import {
|
|
115
115
|
ATTACHMENTS_DIR,
|
|
116
116
|
LEGACY_ATTACHMENTS_DIR,
|
|
@@ -138,6 +138,8 @@ import {
|
|
|
138
138
|
} from "./chunk-KPIYENTF.js";
|
|
139
139
|
import {
|
|
140
140
|
childEnvWithAppSettings,
|
|
141
|
+
getIssueSource,
|
|
142
|
+
isAbleTimeConnected,
|
|
141
143
|
isSecureFileEncrypted,
|
|
142
144
|
loadAppSettings,
|
|
143
145
|
orchestrationQuotaFallbackAgent,
|
|
@@ -149,7 +151,7 @@ import {
|
|
|
149
151
|
stripNestedElectronEnv,
|
|
150
152
|
updateAdvancedSettings,
|
|
151
153
|
writeSecureJson
|
|
152
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-GKKHXZCT.js";
|
|
153
155
|
import {
|
|
154
156
|
writePrivateFile
|
|
155
157
|
} from "./chunk-NSTQ6QKD.js";
|
|
@@ -382,7 +384,7 @@ async function continueSourceThread(threadId, prompt) {
|
|
|
382
384
|
await continueOnReply(threadId, prompt);
|
|
383
385
|
return;
|
|
384
386
|
}
|
|
385
|
-
const { getOrchestrator: getOrchestrator2 } = await import("./orchestrator-
|
|
387
|
+
const { getOrchestrator: getOrchestrator2 } = await import("./orchestrator-KR5RA5B7.js");
|
|
386
388
|
await getOrchestrator2().send(threadId, prompt);
|
|
387
389
|
} catch {
|
|
388
390
|
}
|
|
@@ -723,9 +725,9 @@ async function spawnAgentTurn(thread, input, onEvent) {
|
|
|
723
725
|
`Cannot spawn ${thread.agent}: thread ${thread.id} has no worktreePath`
|
|
724
726
|
);
|
|
725
727
|
}
|
|
726
|
-
const { isGlobalThread: isGlobalThread2 } = await import("./global-workspace-
|
|
728
|
+
const { isGlobalThread: isGlobalThread2 } = await import("./global-workspace-2LO5ATOH.js");
|
|
727
729
|
if (isGlobalThread2(thread)) {
|
|
728
|
-
const { ensureGlobalCoordinatorCwd: ensureGlobalCoordinatorCwd2 } = await import("./coordinator-prompt-
|
|
730
|
+
const { ensureGlobalCoordinatorCwd: ensureGlobalCoordinatorCwd2 } = await import("./coordinator-prompt-DXHEDRRN.js");
|
|
729
731
|
ensureGlobalCoordinatorCwd2(
|
|
730
732
|
isOrchestratorThread(thread) ? { orchestratorThreadId: thread.id } : void 0
|
|
731
733
|
);
|
|
@@ -2393,6 +2395,9 @@ function issueNeedsWorkspacePick(provider, workspaceCount) {
|
|
|
2393
2395
|
if (workspaceCount <= 1) return false;
|
|
2394
2396
|
return provider !== "github";
|
|
2395
2397
|
}
|
|
2398
|
+
function isAccountWideIssueSource(source) {
|
|
2399
|
+
return source === "linear" || source === "abletime";
|
|
2400
|
+
}
|
|
2396
2401
|
function boardPrKey(pr) {
|
|
2397
2402
|
return pr.url?.trim() || `${pr.repoPath}::${pr.number}`;
|
|
2398
2403
|
}
|
|
@@ -2728,7 +2733,7 @@ async function createThread(input, _onSetupLine) {
|
|
|
2728
2733
|
});
|
|
2729
2734
|
await requireAgent(resolved.agent);
|
|
2730
2735
|
if (input.cowboy) {
|
|
2731
|
-
const { cowboyModeEnabled } = await import("./app-settings-
|
|
2736
|
+
const { cowboyModeEnabled } = await import("./app-settings-YQ7YX2CC.js");
|
|
2732
2737
|
if (!cowboyModeEnabled()) {
|
|
2733
2738
|
throw new Error(
|
|
2734
2739
|
"Cowboy mode is off. Enable it in Settings \u2192 Advanced."
|
|
@@ -2776,11 +2781,29 @@ async function createThread(input, _onSetupLine) {
|
|
|
2776
2781
|
await ensureWorkspace(repoPath);
|
|
2777
2782
|
return readThread(thread2.id) ?? thread2;
|
|
2778
2783
|
}
|
|
2784
|
+
let sourceType = input.sourceType;
|
|
2779
2785
|
let sourceRef = input.sourceRef;
|
|
2786
|
+
let persistedSourceRef = input.sourceRef;
|
|
2787
|
+
let attachments = input.attachments ?? [];
|
|
2788
|
+
let title = input.title;
|
|
2780
2789
|
let sourceIsFork = false;
|
|
2790
|
+
if (!input.cowboy && sourceType === "branch" && (!sourceRef || sourceRef === "HEAD" || sourceRef === "default")) {
|
|
2791
|
+
if (isAbleTimeConnected() && getIssueSource() === "abletime") {
|
|
2792
|
+
const { ensureAbleTimeTask, issueAttachmentForAbleTimeTask } = await import("./abletime-VTP4JR63.js");
|
|
2793
|
+
const task = await ensureAbleTimeTask({
|
|
2794
|
+
title: title?.trim() || "Untitled work",
|
|
2795
|
+
description: input.prompt?.trim() || void 0
|
|
2796
|
+
});
|
|
2797
|
+
sourceType = "ticket";
|
|
2798
|
+
sourceRef = task.identifier;
|
|
2799
|
+
persistedSourceRef = task.identifier;
|
|
2800
|
+
title = title?.trim() || task.title;
|
|
2801
|
+
attachments = [...attachments, issueAttachmentForAbleTimeTask(task)];
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2781
2804
|
let prUrl = null;
|
|
2782
2805
|
let prTitle = null;
|
|
2783
|
-
if (
|
|
2806
|
+
if (sourceType === "pr") {
|
|
2784
2807
|
const num = Number(input.sourceRef.replace(/^#/, ""));
|
|
2785
2808
|
if (!Number.isFinite(num)) throw new Error(`Invalid PR number: ${input.sourceRef}`);
|
|
2786
2809
|
const pr = await getPr(repoPath, num);
|
|
@@ -2790,9 +2813,9 @@ async function createThread(input, _onSetupLine) {
|
|
|
2790
2813
|
const localFetchBranch = `sideboard-pr-${pr.number}`;
|
|
2791
2814
|
await fetchPrHead(repoPath, pr.number, localFetchBranch);
|
|
2792
2815
|
sourceRef = localFetchBranch;
|
|
2793
|
-
} else if (
|
|
2816
|
+
} else if (sourceType === "ticket") {
|
|
2794
2817
|
sourceRef = await resolveDefaultBranch(repoPath);
|
|
2795
|
-
} else if (
|
|
2818
|
+
} else if (sourceType === "branch") {
|
|
2796
2819
|
if (!sourceRef || sourceRef === "HEAD" || sourceRef === "default") {
|
|
2797
2820
|
sourceRef = await resolveDefaultBranch(repoPath);
|
|
2798
2821
|
} else {
|
|
@@ -2802,7 +2825,7 @@ async function createThread(input, _onSetupLine) {
|
|
|
2802
2825
|
prTitle = existing.title;
|
|
2803
2826
|
}
|
|
2804
2827
|
}
|
|
2805
|
-
} else if (
|
|
2828
|
+
} else if (sourceType === "adopt") {
|
|
2806
2829
|
throw new Error("Use adoptThread() for adopt sources");
|
|
2807
2830
|
}
|
|
2808
2831
|
const team = allocateTeamSlug(repoPath);
|
|
@@ -2812,12 +2835,12 @@ async function createThread(input, _onSetupLine) {
|
|
|
2812
2835
|
slug: team.slug
|
|
2813
2836
|
});
|
|
2814
2837
|
copyConfiguredFiles(repoPath, worktreePath);
|
|
2815
|
-
const explicitTitle =
|
|
2838
|
+
const explicitTitle = title?.trim();
|
|
2816
2839
|
const thread = createEmptyThread({
|
|
2817
2840
|
title: explicitTitle || team.name,
|
|
2818
2841
|
userSetTitle: Boolean(explicitTitle),
|
|
2819
|
-
sourceType
|
|
2820
|
-
sourceRef:
|
|
2842
|
+
sourceType,
|
|
2843
|
+
sourceRef: persistedSourceRef === "default" ? sourceRef : persistedSourceRef,
|
|
2821
2844
|
branchName,
|
|
2822
2845
|
worktreePath,
|
|
2823
2846
|
repoPath,
|
|
@@ -2827,7 +2850,7 @@ async function createThread(input, _onSetupLine) {
|
|
|
2827
2850
|
effort: resolved.effort,
|
|
2828
2851
|
fast: resolved.fast,
|
|
2829
2852
|
planMode: Boolean(input.planMode),
|
|
2830
|
-
attachments
|
|
2853
|
+
attachments,
|
|
2831
2854
|
sourceIsFork,
|
|
2832
2855
|
parentThreadId: input.parentThreadId ?? null,
|
|
2833
2856
|
status: "idle",
|
|
@@ -2839,7 +2862,7 @@ async function createThread(input, _onSetupLine) {
|
|
|
2839
2862
|
return readThread(thread.id) ?? thread;
|
|
2840
2863
|
}
|
|
2841
2864
|
async function listLinearIssues(agent, repoPath) {
|
|
2842
|
-
const { getAdapter: getAdapter2 } = await import("./agents-
|
|
2865
|
+
const { getAdapter: getAdapter2 } = await import("./agents-NHS6P25H.js");
|
|
2843
2866
|
await requireAgent(agent, { requireLinear: true });
|
|
2844
2867
|
const adapter = getAdapter2(agent);
|
|
2845
2868
|
if (!adapter.listLinearIssues) {
|
|
@@ -3236,7 +3259,7 @@ async function adoptThread(input) {
|
|
|
3236
3259
|
messages: input.messages ?? []
|
|
3237
3260
|
});
|
|
3238
3261
|
writeThread(thread);
|
|
3239
|
-
const { ensureWorkspace: ensureWorkspace2 } = await import("./workspaces-
|
|
3262
|
+
const { ensureWorkspace: ensureWorkspace2 } = await import("./workspaces-MINB764G.js");
|
|
3240
3263
|
await ensureWorkspace2(repoPath);
|
|
3241
3264
|
return thread;
|
|
3242
3265
|
}
|
|
@@ -5384,7 +5407,7 @@ function formatScheduledPrompt(name, prompt) {
|
|
|
5384
5407
|
${prompt}`;
|
|
5385
5408
|
}
|
|
5386
5409
|
async function defaultDeps() {
|
|
5387
|
-
const { getOrchestrator: getOrchestrator2, startOrchestration: startOrchestration2 } = await import("./orchestrator-
|
|
5410
|
+
const { getOrchestrator: getOrchestrator2, startOrchestration: startOrchestration2 } = await import("./orchestrator-KR5RA5B7.js");
|
|
5388
5411
|
const orch = getOrchestrator2();
|
|
5389
5412
|
return {
|
|
5390
5413
|
findThread: (id) => findThreadByRef(id),
|
|
@@ -5609,7 +5632,7 @@ var Orchestrator = class {
|
|
|
5609
5632
|
orphans: orphans.map((o) => ({ path: o.path, repoPath: o.repoPath }))
|
|
5610
5633
|
});
|
|
5611
5634
|
}
|
|
5612
|
-
const { autoCleanupOrphansEnabled } = await import("./app-settings-
|
|
5635
|
+
const { autoCleanupOrphansEnabled } = await import("./app-settings-YQ7YX2CC.js");
|
|
5613
5636
|
if (autoCleanupOrphansEnabled() && shouldRunWorktreeCleanup() && orphans.length > 0) {
|
|
5614
5637
|
await cleanupOrphanWorktrees({ repoPaths });
|
|
5615
5638
|
}
|
|
@@ -5820,7 +5843,7 @@ var Orchestrator = class {
|
|
|
5820
5843
|
}
|
|
5821
5844
|
await setup;
|
|
5822
5845
|
if (skipSetup) return;
|
|
5823
|
-
const { autoRunAfterSetupEnabled } = await import("./app-settings-
|
|
5846
|
+
const { autoRunAfterSetupEnabled } = await import("./app-settings-YQ7YX2CC.js");
|
|
5824
5847
|
if (autoRunAfterSetupEnabled()) {
|
|
5825
5848
|
try {
|
|
5826
5849
|
await this.startDev(threadId);
|
|
@@ -6110,7 +6133,7 @@ var Orchestrator = class {
|
|
|
6110
6133
|
}
|
|
6111
6134
|
const isBrightsy = fresh.agent === "brightsy";
|
|
6112
6135
|
const isOrchestration = isOrchestratorThread(fresh);
|
|
6113
|
-
const { autoRenameBranchEnabled, getGithubGitAuthMode } = await import("./app-settings-
|
|
6136
|
+
const { autoRenameBranchEnabled, getGithubGitAuthMode } = await import("./app-settings-YQ7YX2CC.js");
|
|
6114
6137
|
const gitAuthMode = getGithubGitAuthMode();
|
|
6115
6138
|
const worktreeDirective = isBrightsy || isOrchestration ? null : formatWorktreeDirective(fresh, {
|
|
6116
6139
|
githubSlug: await resolveGithubRepoSlug(fresh.worktreePath).catch(
|
|
@@ -6913,7 +6936,7 @@ var Orchestrator = class {
|
|
|
6913
6936
|
updateThread(thread.id, { title: meta.title });
|
|
6914
6937
|
}
|
|
6915
6938
|
}
|
|
6916
|
-
const { autoArchiveOnMergeEnabled } = await import("./app-settings-
|
|
6939
|
+
const { autoArchiveOnMergeEnabled } = await import("./app-settings-YQ7YX2CC.js");
|
|
6917
6940
|
const latest = this.requireThread(thread.id);
|
|
6918
6941
|
if (!shouldAutoArchiveOnPrMerge({
|
|
6919
6942
|
previousPrState: prevState || null,
|
|
@@ -7223,7 +7246,7 @@ var Orchestrator = class {
|
|
|
7223
7246
|
this.emit({ type: "status_changed", threadId: archived.id, status: "archived" });
|
|
7224
7247
|
if (thread.repoPath && !isGlobalRepoPath(thread.repoPath)) {
|
|
7225
7248
|
try {
|
|
7226
|
-
const { ensureWorkspace: ensureWorkspace2 } = await import("./workspaces-
|
|
7249
|
+
const { ensureWorkspace: ensureWorkspace2 } = await import("./workspaces-MINB764G.js");
|
|
7227
7250
|
await ensureWorkspace2(thread.repoPath);
|
|
7228
7251
|
} catch {
|
|
7229
7252
|
}
|
|
@@ -7250,7 +7273,7 @@ var Orchestrator = class {
|
|
|
7250
7273
|
await runArchiveScript(thread.repoPath, thread.worktreePath);
|
|
7251
7274
|
} catch {
|
|
7252
7275
|
}
|
|
7253
|
-
const { deleteBranchOnPurgeEnabled } = await import("./app-settings-
|
|
7276
|
+
const { deleteBranchOnPurgeEnabled } = await import("./app-settings-YQ7YX2CC.js");
|
|
7254
7277
|
const deleteBranch = opts?.deleteBranch ?? deleteBranchOnPurgeEnabled();
|
|
7255
7278
|
await removeWorktree(thread.repoPath, thread.worktreePath, {
|
|
7256
7279
|
deleteBranch: deleteBranch ? thread.branchName : void 0
|
|
@@ -7277,7 +7300,7 @@ var Orchestrator = class {
|
|
|
7277
7300
|
`Cowboy checkout missing: ${thread.worktreePath}. Re-add the project folder, then restore.`
|
|
7278
7301
|
);
|
|
7279
7302
|
}
|
|
7280
|
-
const { createThreadWorktree: createThreadWorktree2 } = await import("./worktree-
|
|
7303
|
+
const { createThreadWorktree: createThreadWorktree2 } = await import("./worktree-EBZMUUAL.js");
|
|
7281
7304
|
const slug = thread.worktreePath.split("/").pop();
|
|
7282
7305
|
const dest = thread.worktreePath;
|
|
7283
7306
|
await withRepoGitLock(thread.repoPath, async () => {
|
|
@@ -7385,7 +7408,7 @@ async function startOrchestration(opts) {
|
|
|
7385
7408
|
sourceRef: "default",
|
|
7386
7409
|
...createOpts
|
|
7387
7410
|
}).catch(async () => {
|
|
7388
|
-
const { resolveDefaultBranch: resolveDefaultBranch2, resolveRepoRoot: resolveRepoRoot2 } = await import("./worktree-
|
|
7411
|
+
const { resolveDefaultBranch: resolveDefaultBranch2, resolveRepoRoot: resolveRepoRoot2 } = await import("./worktree-EBZMUUAL.js");
|
|
7389
7412
|
const repo = await resolveRepoRoot2(repoPath);
|
|
7390
7413
|
const def = await resolveDefaultBranch2(repo);
|
|
7391
7414
|
return orch.createThread({
|
|
@@ -7419,6 +7442,7 @@ export {
|
|
|
7419
7442
|
HOME_BOARD_CACHE_TTL_MS,
|
|
7420
7443
|
dedupeBoardIssues,
|
|
7421
7444
|
issueNeedsWorkspacePick,
|
|
7445
|
+
isAccountWideIssueSource,
|
|
7422
7446
|
findLiveThreadForCreate,
|
|
7423
7447
|
findBoardPin,
|
|
7424
7448
|
syncBoardPins,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
isGlobalRepoPath
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YEIH7P7D.js";
|
|
6
6
|
import {
|
|
7
7
|
ensureGhPreferOrigin,
|
|
8
8
|
resolveRepoRoot
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-Q6XQXCOM.js";
|
|
10
10
|
import {
|
|
11
11
|
appDataDir
|
|
12
12
|
} from "./chunk-BD2ICC4D.js";
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ensureGlobalCoordinatorCwd
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6CRKPD4C.js";
|
|
6
6
|
import {
|
|
7
7
|
allocateTeamName,
|
|
8
8
|
takenSlugsFromThread,
|
|
9
9
|
teamSlugFromName
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Q6XQXCOM.js";
|
|
11
11
|
import {
|
|
12
12
|
createEmptyThread,
|
|
13
13
|
listThreads,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
import {
|
|
18
18
|
resolveNewThreadOptions,
|
|
19
19
|
resolveThreadDefaults
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-GKKHXZCT.js";
|
|
21
21
|
import {
|
|
22
22
|
globalAgentCwd
|
|
23
23
|
} from "./chunk-BD2ICC4D.js";
|
|
@@ -7,8 +7,9 @@ import {
|
|
|
7
7
|
ensureConnectedBrightsyTeamTokens,
|
|
8
8
|
getConnectedBrightsyTeamsRaw,
|
|
9
9
|
listConnectedBrightsyTeams
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-KBWND62T.js";
|
|
11
|
+
import "./chunk-M267JPEA.js";
|
|
12
|
+
import "./chunk-ELBYOGVA.js";
|
|
12
13
|
import "./chunk-QZQEXME2.js";
|
|
13
14
|
import "./chunk-DVM4ID64.js";
|
|
14
15
|
export {
|
|
@@ -9,8 +9,9 @@ import {
|
|
|
9
9
|
ensureConnectedBrightsyTeamTokens,
|
|
10
10
|
getConnectedBrightsyTeamsRaw,
|
|
11
11
|
listConnectedBrightsyTeams
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-ED4UPEJX.js";
|
|
13
|
+
import "./chunk-S42XV45P.js";
|
|
14
|
+
import "./chunk-6GN5WPYZ.js";
|
|
14
15
|
import "./chunk-KPIYENTF.js";
|
|
15
16
|
import "./chunk-BD2ICC4D.js";
|
|
16
17
|
export {
|
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
enrichWorkspacesWithGithub,
|
|
10
10
|
ensureGlobalCoordinatorCwd,
|
|
11
11
|
formatWorkspaceInventory
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-6CRKPD4C.js";
|
|
13
|
+
import "./chunk-Q6XQXCOM.js";
|
|
14
14
|
import "./chunk-B3SJXYIJ.js";
|
|
15
15
|
import "./chunk-G6X6UFJO.js";
|
|
16
16
|
import "./chunk-KPIYENTF.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-GKKHXZCT.js";
|
|
18
18
|
import "./chunk-NSTQ6QKD.js";
|
|
19
19
|
import "./chunk-KGZBYWZ3.js";
|
|
20
20
|
import "./chunk-BD2ICC4D.js";
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
enrichWorkspacesWithGithub,
|
|
8
8
|
ensureGlobalCoordinatorCwd,
|
|
9
9
|
formatWorkspaceInventory
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-IM36S4HZ.js";
|
|
11
|
+
import "./chunk-WEU5M7BW.js";
|
|
12
12
|
import "./chunk-FKOIHGKV.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-GJBHOJCZ.js";
|
|
14
14
|
import "./chunk-4TR3HZFT.js";
|
|
15
15
|
import "./chunk-JT7R45JB.js";
|
|
16
16
|
import "./chunk-HLJUNJBF.js";
|
|
@@ -17,13 +17,13 @@ import {
|
|
|
17
17
|
orchestratorSessionPoisonedByBuiltins,
|
|
18
18
|
slackCoordinatorSourceRef,
|
|
19
19
|
takenTeamSlugsForOrchestration
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-YEIH7P7D.js";
|
|
21
|
+
import "./chunk-6CRKPD4C.js";
|
|
22
|
+
import "./chunk-Q6XQXCOM.js";
|
|
23
23
|
import "./chunk-B3SJXYIJ.js";
|
|
24
24
|
import "./chunk-G6X6UFJO.js";
|
|
25
25
|
import "./chunk-KPIYENTF.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-GKKHXZCT.js";
|
|
27
27
|
import "./chunk-NSTQ6QKD.js";
|
|
28
28
|
import "./chunk-KGZBYWZ3.js";
|
|
29
29
|
import {
|
|
@@ -15,11 +15,11 @@ import {
|
|
|
15
15
|
orchestratorSessionPoisonedByBuiltins,
|
|
16
16
|
slackCoordinatorSourceRef,
|
|
17
17
|
takenTeamSlugsForOrchestration
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-LTP7GHIF.js";
|
|
19
|
+
import "./chunk-IM36S4HZ.js";
|
|
20
|
+
import "./chunk-WEU5M7BW.js";
|
|
21
21
|
import "./chunk-FKOIHGKV.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-GJBHOJCZ.js";
|
|
23
23
|
import "./chunk-4TR3HZFT.js";
|
|
24
24
|
import "./chunk-JT7R45JB.js";
|
|
25
25
|
import "./chunk-HLJUNJBF.js";
|