@sideboard-ai/core 0.1.50 → 0.1.52
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-LUB3Q773.js → agents-ON6RKKND.js} +3 -3
- package/dist/{agents-3P4N6KHC.js → agents-YKSS6VBO.js} +3 -3
- package/dist/{chunk-RQI4TOXK.js → chunk-6QTZVJ7A.js} +7 -5
- package/dist/{chunk-AJ6ROGD7.js → chunk-7LNGIP3X.js} +20 -2
- package/dist/chunk-B3SJXYIJ.js +24 -0
- package/dist/{chunk-ILQK4P5R.js → chunk-BXJ76RHF.js} +4 -4
- package/dist/{chunk-SS34TVSY.js → chunk-D3METLRW.js} +7 -5
- package/dist/{chunk-FV6FN6V5.js → chunk-DZFH2KLT.js} +340 -22
- package/dist/chunk-FKOIHGKV.js +21 -0
- package/dist/{chunk-3NAS4MWH.js → chunk-GNML24AW.js} +2 -2
- package/dist/{chunk-E35APBHV.js → chunk-H6GGDLYS.js} +1 -1
- package/dist/{chunk-EOYDCKQC.js → chunk-HLEX5AQ6.js} +4 -0
- package/dist/{chunk-ZQCQIWIP.js → chunk-LRLKJM3O.js} +2 -1
- package/dist/chunk-N5PM7HGQ.js +103 -0
- package/dist/chunk-QTUESPAW.js +101 -0
- package/dist/{chunk-O6W3P7V3.js → chunk-TSRXOSVD.js} +4 -0
- package/dist/{chunk-GZXBYHJC.js → chunk-UEAHMGHW.js} +2 -1
- package/dist/{chunk-ZVV5EEQN.js → chunk-XOU6HNQJ.js} +305 -22
- package/dist/{chunk-5WYEJ3F3.js → chunk-XX5BB7NV.js} +3 -3
- package/dist/{chunk-V4JRXYYU.js → chunk-YDXQ72MD.js} +2 -2
- package/dist/{chunk-DF5VQQKA.js → chunk-YOWIYAVA.js} +3 -3
- package/dist/{chunk-ISY4EGF6.js → chunk-ZNM4MAN4.js} +20 -2
- package/dist/{connected-teams-UBXHZGO4.js → connected-teams-2ANNZCP5.js} +2 -2
- package/dist/{connected-teams-GF52Q7LB.js → connected-teams-ONC4666A.js} +2 -2
- package/dist/{coordinator-prompt-VG4BZ5JL.js → coordinator-prompt-6FXVTSFN.js} +5 -4
- package/dist/{coordinator-prompt-SPGDT7J5.js → coordinator-prompt-S6JZD5EF.js} +5 -4
- package/dist/{global-workspace-OJF4ENH4.js → global-workspace-EV4G2WMQ.js} +6 -5
- package/dist/{global-workspace-KSR3E63K.js → global-workspace-MSX2K27Y.js} +6 -5
- package/dist/index.cjs +1369 -155
- package/dist/index.d.cts +397 -14
- package/dist/index.d.ts +397 -14
- package/dist/index.js +811 -90
- package/dist/mcp/run-stdio.cjs +1136 -147
- package/dist/mcp/run-stdio.js +635 -79
- package/dist/plan-file-6O7G4VPQ.js +23 -0
- package/dist/plan-file-PHVKUAEE.js +25 -0
- package/dist/{run-HMRSRG3U.js → run-H3IMNOYN.js} +3 -1
- package/dist/run-ZJKYHXGN.js +12 -0
- package/dist/{thread-store-XICUWFNM.js → thread-store-GHOADGL2.js} +1 -1
- package/dist/{thread-store-OV2X6PYO.js → thread-store-UJIGMI5J.js} +1 -1
- package/dist/{workspaces-OZE7LRDO.js → workspaces-3RQQZQRO.js} +7 -6
- package/dist/{workspaces-UJX7JIGH.js → workspaces-AYTBR6KQ.js} +7 -6
- package/dist/{worktree-XG5PCLZY.js → worktree-5KEQWSAF.js} +8 -3
- package/dist/{worktree-TEDAJ57S.js → worktree-RWGL7FUV.js} +8 -3
- package/package.json +1 -1
- package/dist/run-LF6E5IKL.js +0 -10
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
LEGACY_PLAN_FILE_REL,
|
|
3
|
+
PLAN_FILE_NAME,
|
|
4
|
+
PLAN_FILE_REL,
|
|
5
|
+
extractPresentedPlan,
|
|
6
|
+
isPresentPlanToolName,
|
|
7
|
+
planFileAbs,
|
|
8
|
+
readPlanFile,
|
|
9
|
+
resolvePlanMarkdown,
|
|
10
|
+
writePlanFile
|
|
11
|
+
} from "./chunk-QTUESPAW.js";
|
|
12
|
+
import "./chunk-FKOIHGKV.js";
|
|
13
|
+
export {
|
|
14
|
+
LEGACY_PLAN_FILE_REL,
|
|
15
|
+
PLAN_FILE_NAME,
|
|
16
|
+
PLAN_FILE_REL,
|
|
17
|
+
extractPresentedPlan,
|
|
18
|
+
isPresentPlanToolName,
|
|
19
|
+
planFileAbs,
|
|
20
|
+
readPlanFile,
|
|
21
|
+
resolvePlanMarkdown,
|
|
22
|
+
writePlanFile
|
|
23
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
LEGACY_PLAN_FILE_REL,
|
|
5
|
+
PLAN_FILE_NAME,
|
|
6
|
+
PLAN_FILE_REL,
|
|
7
|
+
extractPresentedPlan,
|
|
8
|
+
isPresentPlanToolName,
|
|
9
|
+
planFileAbs,
|
|
10
|
+
readPlanFile,
|
|
11
|
+
resolvePlanMarkdown,
|
|
12
|
+
writePlanFile
|
|
13
|
+
} from "./chunk-N5PM7HGQ.js";
|
|
14
|
+
import "./chunk-B3SJXYIJ.js";
|
|
15
|
+
export {
|
|
16
|
+
LEGACY_PLAN_FILE_REL,
|
|
17
|
+
PLAN_FILE_NAME,
|
|
18
|
+
PLAN_FILE_REL,
|
|
19
|
+
extractPresentedPlan,
|
|
20
|
+
isPresentPlanToolName,
|
|
21
|
+
planFileAbs,
|
|
22
|
+
readPlanFile,
|
|
23
|
+
resolvePlanMarkdown,
|
|
24
|
+
writePlanFile
|
|
25
|
+
};
|
|
@@ -6,13 +6,14 @@ import {
|
|
|
6
6
|
listWorkspaces,
|
|
7
7
|
removeWorkspace,
|
|
8
8
|
syncWorkspacesFromThreads
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-YDXQ72MD.js";
|
|
10
|
+
import "./chunk-YOWIYAVA.js";
|
|
11
11
|
import "./chunk-S2LL5HA4.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-UEAHMGHW.js";
|
|
13
|
+
import "./chunk-XOU6HNQJ.js";
|
|
14
|
+
import "./chunk-B3SJXYIJ.js";
|
|
15
|
+
import "./chunk-HLEX5AQ6.js";
|
|
16
|
+
import "./chunk-ZNM4MAN4.js";
|
|
16
17
|
import "./chunk-KGZBYWZ3.js";
|
|
17
18
|
import "./chunk-7MV3RXSC.js";
|
|
18
19
|
export {
|
|
@@ -4,15 +4,16 @@ import {
|
|
|
4
4
|
listWorkspaces,
|
|
5
5
|
removeWorkspace,
|
|
6
6
|
syncWorkspacesFromThreads
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-GNML24AW.js";
|
|
8
|
+
import "./chunk-XX5BB7NV.js";
|
|
9
9
|
import "./chunk-GI7E5733.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-LRLKJM3O.js";
|
|
11
|
+
import "./chunk-DZFH2KLT.js";
|
|
12
|
+
import "./chunk-FKOIHGKV.js";
|
|
13
|
+
import "./chunk-TSRXOSVD.js";
|
|
13
14
|
import "./chunk-77WWLBCI.js";
|
|
14
15
|
import "./chunk-M37RITA6.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-7LNGIP3X.js";
|
|
16
17
|
export {
|
|
17
18
|
addWorkspace,
|
|
18
19
|
ensureWorkspace,
|
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
branchDisplayLabel,
|
|
8
8
|
collectTakenTeamSlugs,
|
|
9
9
|
commitAll,
|
|
10
|
+
createExistingBranchWorktree,
|
|
10
11
|
createOrUpdatePr,
|
|
11
12
|
createThreadWorktree,
|
|
12
13
|
currentBranch,
|
|
@@ -21,6 +22,7 @@ import {
|
|
|
21
22
|
ghRepoSelectArgs,
|
|
22
23
|
isDirty,
|
|
23
24
|
isPlaceholderBranch,
|
|
25
|
+
isSideboardScratchPath,
|
|
24
26
|
listBranches,
|
|
25
27
|
listPrs,
|
|
26
28
|
listWorktrees,
|
|
@@ -43,9 +45,10 @@ import {
|
|
|
43
45
|
worktreeDisplayLabel,
|
|
44
46
|
worktreeDisplayLabelForGroup,
|
|
45
47
|
worktreeNameFromPath
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
48
|
+
} from "./chunk-XOU6HNQJ.js";
|
|
49
|
+
import "./chunk-B3SJXYIJ.js";
|
|
50
|
+
import "./chunk-HLEX5AQ6.js";
|
|
51
|
+
import "./chunk-ZNM4MAN4.js";
|
|
49
52
|
import "./chunk-KGZBYWZ3.js";
|
|
50
53
|
import "./chunk-7MV3RXSC.js";
|
|
51
54
|
export {
|
|
@@ -55,6 +58,7 @@ export {
|
|
|
55
58
|
branchDisplayLabel,
|
|
56
59
|
collectTakenTeamSlugs,
|
|
57
60
|
commitAll,
|
|
61
|
+
createExistingBranchWorktree,
|
|
58
62
|
createOrUpdatePr,
|
|
59
63
|
createThreadWorktree,
|
|
60
64
|
currentBranch,
|
|
@@ -69,6 +73,7 @@ export {
|
|
|
69
73
|
ghRepoSelectArgs,
|
|
70
74
|
isDirty,
|
|
71
75
|
isPlaceholderBranch,
|
|
76
|
+
isSideboardScratchPath,
|
|
72
77
|
listBranches,
|
|
73
78
|
listPrs,
|
|
74
79
|
listWorktrees,
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
branchDisplayLabel,
|
|
6
6
|
collectTakenTeamSlugs,
|
|
7
7
|
commitAll,
|
|
8
|
+
createExistingBranchWorktree,
|
|
8
9
|
createOrUpdatePr,
|
|
9
10
|
createThreadWorktree,
|
|
10
11
|
currentBranch,
|
|
@@ -19,6 +20,7 @@ import {
|
|
|
19
20
|
ghRepoSelectArgs,
|
|
20
21
|
isDirty,
|
|
21
22
|
isPlaceholderBranch,
|
|
23
|
+
isSideboardScratchPath,
|
|
22
24
|
listBranches,
|
|
23
25
|
listPrs,
|
|
24
26
|
listWorktrees,
|
|
@@ -41,11 +43,12 @@ import {
|
|
|
41
43
|
worktreeDisplayLabel,
|
|
42
44
|
worktreeDisplayLabelForGroup,
|
|
43
45
|
worktreeNameFromPath
|
|
44
|
-
} from "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-DZFH2KLT.js";
|
|
47
|
+
import "./chunk-FKOIHGKV.js";
|
|
48
|
+
import "./chunk-TSRXOSVD.js";
|
|
46
49
|
import "./chunk-77WWLBCI.js";
|
|
47
50
|
import "./chunk-M37RITA6.js";
|
|
48
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-7LNGIP3X.js";
|
|
49
52
|
export {
|
|
50
53
|
FAMOUS_SOCCER_TEAMS,
|
|
51
54
|
allocateTeamName,
|
|
@@ -53,6 +56,7 @@ export {
|
|
|
53
56
|
branchDisplayLabel,
|
|
54
57
|
collectTakenTeamSlugs,
|
|
55
58
|
commitAll,
|
|
59
|
+
createExistingBranchWorktree,
|
|
56
60
|
createOrUpdatePr,
|
|
57
61
|
createThreadWorktree,
|
|
58
62
|
currentBranch,
|
|
@@ -67,6 +71,7 @@ export {
|
|
|
67
71
|
ghRepoSelectArgs,
|
|
68
72
|
isDirty,
|
|
69
73
|
isPlaceholderBranch,
|
|
74
|
+
isSideboardScratchPath,
|
|
70
75
|
listBranches,
|
|
71
76
|
listPrs,
|
|
72
77
|
listWorktrees,
|
package/package.json
CHANGED