@sideboard-ai/core 0.1.67 → 0.1.71
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-OTBZVTZO.js → agents-GB7XL2LI.js} +8 -7
- package/dist/{agents-TS3EI2YI.js → agents-TCAK3MXN.js} +8 -7
- package/dist/{app-settings-ONKMFSEJ.js → app-settings-3TLA2EJ7.js} +16 -1
- package/dist/{app-settings-GJVZGU3M.js → app-settings-P42Z3VOB.js} +16 -1
- package/dist/caffeinate-hold-BEJIYPJ7.js +107 -0
- package/dist/caffeinate-hold-KLC6SABD.js +14 -0
- package/dist/{chunk-WAFIF22N.js → chunk-3CY6WJ7O.js} +2 -2
- package/dist/{chunk-7ZOQY4A7.js → chunk-57ROTAFD.js} +62 -3
- package/dist/{chunk-57WWNMFP.js → chunk-7NCIHRAU.js} +22 -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-JWZNK3CQ.js → chunk-DGPUAZA4.js} +62 -3
- package/dist/{chunk-ZRFAZVGL.js → chunk-H2IXNFQ2.js} +22 -4
- package/dist/chunk-JAWEDVVA.js +106 -0
- package/dist/chunk-JT7R45JB.js +20 -0
- package/dist/{chunk-4BUCGNZS.js → chunk-MF2YMEGD.js} +83 -29
- package/dist/{chunk-K7LM4CLD.js → chunk-NG7S3OPX.js} +12 -6
- package/dist/chunk-NSTQ6QKD.js +23 -0
- package/dist/{chunk-LW5CMQGZ.js → chunk-OE7YBB5X.js} +83 -29
- package/dist/{chunk-BPOTVI5J.js → chunk-PTJJIQK7.js} +472 -18
- package/dist/{chunk-B4PRRKMA.js → chunk-S25IHL5H.js} +12 -6
- package/dist/{chunk-5HTTCYWA.js → chunk-UH57WVFP.js} +2 -2
- package/dist/{chunk-M5V4QIWF.js → chunk-VROPG6QF.js} +1 -1
- package/dist/{chunk-MHR4OGZ4.js → chunk-W7YOTDVO.js} +493 -18
- 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-6HMTOX4G.js → coordinator-prompt-2J4PIMUF.js} +7 -4
- package/dist/{coordinator-prompt-3BSMKZL4.js → coordinator-prompt-QYYG2IBB.js} +7 -4
- package/dist/{global-workspace-YZ2NJVLL.js → global-workspace-KHIFQUUM.js} +12 -5
- package/dist/{global-workspace-QS7A23CB.js → global-workspace-SVRYNJZA.js} +12 -5
- package/dist/index.cjs +4805 -1262
- package/dist/index.d.cts +570 -22
- package/dist/index.d.ts +570 -22
- package/dist/index.js +3084 -340
- package/dist/mcp/run-stdio.cjs +2339 -617
- package/dist/mcp/run-stdio.js +1289 -290
- 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-AHFTHVBT.js} +7 -6
- package/dist/{workspaces-AIUYUXB7.js → workspaces-SVQIEVIZ.js} +7 -6
- package/dist/{worktree-WMDJW2BL.js → worktree-KWXHMKRN.js} +2 -2
- package/dist/{worktree-7NBPIVFZ.js → worktree-VOCH3WS3.js} +2 -2
- package/package.json +3 -1
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
3
|
+
SLACK_REPLY_FORMATTING,
|
|
3
4
|
coordinatorGreenfieldPlaybook,
|
|
4
5
|
coordinatorSystemPrompt,
|
|
5
6
|
coordinatorTurnReminder,
|
|
6
7
|
enrichWorkspacesWithGithub,
|
|
7
8
|
ensureGlobalCoordinatorCwd,
|
|
8
9
|
formatWorkspaceInventory
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-H2IXNFQ2.js";
|
|
11
|
+
import "./chunk-W7YOTDVO.js";
|
|
12
|
+
import "./chunk-JT7R45JB.js";
|
|
13
|
+
import "./chunk-MF2YMEGD.js";
|
|
12
14
|
import "./chunk-FKOIHGKV.js";
|
|
13
15
|
import "./chunk-FWJYLBO6.js";
|
|
14
16
|
import "./chunk-77WWLBCI.js";
|
|
15
17
|
import "./chunk-M37RITA6.js";
|
|
16
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-D4DPQ552.js";
|
|
17
19
|
export {
|
|
18
20
|
COORDINATOR_TOOL_PLAYBOOK,
|
|
21
|
+
SLACK_REPLY_FORMATTING,
|
|
19
22
|
coordinatorGreenfieldPlaybook,
|
|
20
23
|
coordinatorSystemPrompt,
|
|
21
24
|
coordinatorTurnReminder,
|
|
@@ -4,22 +4,26 @@ import {
|
|
|
4
4
|
GLOBAL_WORKSPACE_ID,
|
|
5
5
|
createGlobalChat,
|
|
6
6
|
ensureCloudCoordinator,
|
|
7
|
+
ensureSlackCoordinator,
|
|
7
8
|
healOrchestrationSoccerTitles,
|
|
8
9
|
isCloudCoordinatorThread,
|
|
9
10
|
isGlobalRepoPath,
|
|
10
11
|
isGlobalThread,
|
|
11
12
|
isOrchestratorThread,
|
|
13
|
+
isSlackCoordinatorThread,
|
|
12
14
|
listGlobalThreads,
|
|
13
15
|
orchestrationTitleNeedsSoccerNickname,
|
|
14
16
|
orchestratorSessionPoisonedByBuiltins,
|
|
17
|
+
slackCoordinatorSourceRef,
|
|
15
18
|
takenTeamSlugsForOrchestration
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-DGPUAZA4.js";
|
|
20
|
+
import "./chunk-7NCIHRAU.js";
|
|
21
|
+
import "./chunk-OE7YBB5X.js";
|
|
19
22
|
import "./chunk-B3SJXYIJ.js";
|
|
20
23
|
import "./chunk-7FD7COKE.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-AE5VBOFE.js";
|
|
25
|
+
import "./chunk-PTJJIQK7.js";
|
|
26
|
+
import "./chunk-NSTQ6QKD.js";
|
|
23
27
|
import "./chunk-KGZBYWZ3.js";
|
|
24
28
|
import {
|
|
25
29
|
globalAgentCwd
|
|
@@ -28,14 +32,17 @@ export {
|
|
|
28
32
|
GLOBAL_WORKSPACE_ID,
|
|
29
33
|
createGlobalChat,
|
|
30
34
|
ensureCloudCoordinator,
|
|
35
|
+
ensureSlackCoordinator,
|
|
31
36
|
globalAgentCwd,
|
|
32
37
|
healOrchestrationSoccerTitles,
|
|
33
38
|
isCloudCoordinatorThread,
|
|
34
39
|
isGlobalRepoPath,
|
|
35
40
|
isGlobalThread,
|
|
36
41
|
isOrchestratorThread,
|
|
42
|
+
isSlackCoordinatorThread,
|
|
37
43
|
listGlobalThreads,
|
|
38
44
|
orchestrationTitleNeedsSoccerNickname,
|
|
39
45
|
orchestratorSessionPoisonedByBuiltins,
|
|
46
|
+
slackCoordinatorSourceRef,
|
|
40
47
|
takenTeamSlugsForOrchestration
|
|
41
48
|
};
|
|
@@ -2,38 +2,45 @@ import {
|
|
|
2
2
|
GLOBAL_WORKSPACE_ID,
|
|
3
3
|
createGlobalChat,
|
|
4
4
|
ensureCloudCoordinator,
|
|
5
|
+
ensureSlackCoordinator,
|
|
5
6
|
healOrchestrationSoccerTitles,
|
|
6
7
|
isCloudCoordinatorThread,
|
|
7
8
|
isGlobalRepoPath,
|
|
8
9
|
isGlobalThread,
|
|
9
10
|
isOrchestratorThread,
|
|
11
|
+
isSlackCoordinatorThread,
|
|
10
12
|
listGlobalThreads,
|
|
11
13
|
orchestrationTitleNeedsSoccerNickname,
|
|
12
14
|
orchestratorSessionPoisonedByBuiltins,
|
|
15
|
+
slackCoordinatorSourceRef,
|
|
13
16
|
takenTeamSlugsForOrchestration
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-57ROTAFD.js";
|
|
18
|
+
import "./chunk-H2IXNFQ2.js";
|
|
19
|
+
import "./chunk-W7YOTDVO.js";
|
|
20
|
+
import "./chunk-JT7R45JB.js";
|
|
21
|
+
import "./chunk-MF2YMEGD.js";
|
|
18
22
|
import "./chunk-FKOIHGKV.js";
|
|
19
23
|
import "./chunk-FWJYLBO6.js";
|
|
20
24
|
import "./chunk-77WWLBCI.js";
|
|
21
25
|
import {
|
|
22
26
|
globalAgentCwd
|
|
23
27
|
} from "./chunk-M37RITA6.js";
|
|
24
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-D4DPQ552.js";
|
|
25
29
|
export {
|
|
26
30
|
GLOBAL_WORKSPACE_ID,
|
|
27
31
|
createGlobalChat,
|
|
28
32
|
ensureCloudCoordinator,
|
|
33
|
+
ensureSlackCoordinator,
|
|
29
34
|
globalAgentCwd,
|
|
30
35
|
healOrchestrationSoccerTitles,
|
|
31
36
|
isCloudCoordinatorThread,
|
|
32
37
|
isGlobalRepoPath,
|
|
33
38
|
isGlobalThread,
|
|
34
39
|
isOrchestratorThread,
|
|
40
|
+
isSlackCoordinatorThread,
|
|
35
41
|
listGlobalThreads,
|
|
36
42
|
orchestrationTitleNeedsSoccerNickname,
|
|
37
43
|
orchestratorSessionPoisonedByBuiltins,
|
|
44
|
+
slackCoordinatorSourceRef,
|
|
38
45
|
takenTeamSlugsForOrchestration
|
|
39
46
|
};
|