@sideboard-ai/core 0.1.9
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/LICENSE +190 -0
- package/dist/agents/cursor-runner.cjs +173 -0
- package/dist/agents/cursor-runner.d.cts +1 -0
- package/dist/agents/cursor-runner.d.ts +1 -0
- package/dist/agents/cursor-runner.js +102 -0
- package/dist/agents-OAX7XPKX.js +41 -0
- package/dist/app-settings-BDMLWCWI.js +61 -0
- package/dist/chunk-2M4OHXYX.js +198 -0
- package/dist/chunk-2R5VV4BA.js +143 -0
- package/dist/chunk-3DKGI32Q.js +92 -0
- package/dist/chunk-3WF3X46L.js +373 -0
- package/dist/chunk-AJ6ROGD7.js +74 -0
- package/dist/chunk-E4PWXO2C.js +4534 -0
- package/dist/chunk-HYRHI3QU.js +154 -0
- package/dist/chunk-ILQK4P5R.js +311 -0
- package/dist/chunk-LL7DTZ5B.js +1282 -0
- package/dist/chunk-M37RITA6.js +304 -0
- package/dist/chunk-TLJH3L2C.js +80 -0
- package/dist/chunk-WMCPLDW3.js +1413 -0
- package/dist/connected-teams-GF52Q7LB.js +22 -0
- package/dist/coordinator-prompt-6R2TX4WQ.js +22 -0
- package/dist/global-workspace-R44HGBU6.js +36 -0
- package/dist/index.cjs +9940 -0
- package/dist/index.d.cts +2284 -0
- package/dist/index.d.ts +2284 -0
- package/dist/index.js +929 -0
- package/dist/mcp/run-stdio.cjs +8654 -0
- package/dist/mcp/run-stdio.d.cts +2 -0
- package/dist/mcp/run-stdio.d.ts +2 -0
- package/dist/mcp/run-stdio.js +21 -0
- package/dist/paths-VPH3ITBK.js +26 -0
- package/dist/run-LF6E5IKL.js +10 -0
- package/dist/thread-store-UNPZNIFW.js +27 -0
- package/dist/title-4A2ATYNY.js +24 -0
- package/dist/workspaces-TCJFYI35.js +20 -0
- package/dist/worktree-NGFDN3J4.js +79 -0
- package/package.json +63 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
applyConnectedTeamToCli,
|
|
3
|
+
brightsyMcpServerName,
|
|
4
|
+
connectBrightsyTeam,
|
|
5
|
+
disconnectBrightsyTeam,
|
|
6
|
+
ensureCliTeamTracked,
|
|
7
|
+
ensureConnectedBrightsyTeamTokens,
|
|
8
|
+
getConnectedBrightsyTeamsRaw,
|
|
9
|
+
listConnectedBrightsyTeams
|
|
10
|
+
} from "./chunk-ILQK4P5R.js";
|
|
11
|
+
import "./chunk-M37RITA6.js";
|
|
12
|
+
import "./chunk-AJ6ROGD7.js";
|
|
13
|
+
export {
|
|
14
|
+
applyConnectedTeamToCli,
|
|
15
|
+
brightsyMcpServerName,
|
|
16
|
+
connectBrightsyTeam,
|
|
17
|
+
disconnectBrightsyTeam,
|
|
18
|
+
ensureCliTeamTracked,
|
|
19
|
+
ensureConnectedBrightsyTeamTokens,
|
|
20
|
+
getConnectedBrightsyTeamsRaw,
|
|
21
|
+
listConnectedBrightsyTeams
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
COORDINATOR_TOOL_PLAYBOOK,
|
|
3
|
+
coordinatorGreenfieldPlaybook,
|
|
4
|
+
coordinatorSystemPrompt,
|
|
5
|
+
coordinatorTurnReminder,
|
|
6
|
+
enrichWorkspacesWithGithub,
|
|
7
|
+
ensureGlobalCoordinatorCwd,
|
|
8
|
+
formatWorkspaceInventory
|
|
9
|
+
} from "./chunk-2R5VV4BA.js";
|
|
10
|
+
import "./chunk-LL7DTZ5B.js";
|
|
11
|
+
import "./chunk-HYRHI3QU.js";
|
|
12
|
+
import "./chunk-M37RITA6.js";
|
|
13
|
+
import "./chunk-AJ6ROGD7.js";
|
|
14
|
+
export {
|
|
15
|
+
COORDINATOR_TOOL_PLAYBOOK,
|
|
16
|
+
coordinatorGreenfieldPlaybook,
|
|
17
|
+
coordinatorSystemPrompt,
|
|
18
|
+
coordinatorTurnReminder,
|
|
19
|
+
enrichWorkspacesWithGithub,
|
|
20
|
+
ensureGlobalCoordinatorCwd,
|
|
21
|
+
formatWorkspaceInventory
|
|
22
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
GLOBAL_WORKSPACE_ID,
|
|
3
|
+
createGlobalChat,
|
|
4
|
+
ensureCloudCoordinator,
|
|
5
|
+
healOrchestrationSoccerTitles,
|
|
6
|
+
isCloudCoordinatorThread,
|
|
7
|
+
isGlobalRepoPath,
|
|
8
|
+
isGlobalThread,
|
|
9
|
+
isOrchestratorThread,
|
|
10
|
+
listGlobalThreads,
|
|
11
|
+
orchestrationTitleNeedsSoccerNickname,
|
|
12
|
+
orchestratorSessionPoisonedByBuiltins,
|
|
13
|
+
takenTeamSlugsForOrchestration
|
|
14
|
+
} from "./chunk-2M4OHXYX.js";
|
|
15
|
+
import "./chunk-2R5VV4BA.js";
|
|
16
|
+
import "./chunk-LL7DTZ5B.js";
|
|
17
|
+
import "./chunk-HYRHI3QU.js";
|
|
18
|
+
import {
|
|
19
|
+
globalAgentCwd
|
|
20
|
+
} from "./chunk-M37RITA6.js";
|
|
21
|
+
import "./chunk-AJ6ROGD7.js";
|
|
22
|
+
export {
|
|
23
|
+
GLOBAL_WORKSPACE_ID,
|
|
24
|
+
createGlobalChat,
|
|
25
|
+
ensureCloudCoordinator,
|
|
26
|
+
globalAgentCwd,
|
|
27
|
+
healOrchestrationSoccerTitles,
|
|
28
|
+
isCloudCoordinatorThread,
|
|
29
|
+
isGlobalRepoPath,
|
|
30
|
+
isGlobalThread,
|
|
31
|
+
isOrchestratorThread,
|
|
32
|
+
listGlobalThreads,
|
|
33
|
+
orchestrationTitleNeedsSoccerNickname,
|
|
34
|
+
orchestratorSessionPoisonedByBuiltins,
|
|
35
|
+
takenTeamSlugsForOrchestration
|
|
36
|
+
};
|