@sideboard-ai/core 0.1.145 → 0.1.146
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-4WOO4WN4.js → agents-N3KMRQUZ.js} +4 -4
- package/dist/{agents-VFBNZHI4.js → agents-YVETHB2R.js} +4 -4
- package/dist/{chunk-TTJ6EYZC.js → chunk-4RYRNJPN.js} +3 -3
- package/dist/{chunk-2C5RE7K4.js → chunk-67K3FRKR.js} +1 -1
- package/dist/{chunk-G3KLNP2B.js → chunk-IHSR7EVK.js} +2 -2
- package/dist/{chunk-3UD2LW4P.js → chunk-JHZ6HGRI.js} +2 -2
- package/dist/{chunk-QS5JJ2IM.js → chunk-JTPDWTWJ.js} +117 -34
- package/dist/{chunk-LWRNRMYY.js → chunk-JW436RTA.js} +2 -2
- package/dist/{chunk-XUYIJY6D.js → chunk-KNE3FZ46.js} +2 -2
- package/dist/{chunk-335KQKWX.js → chunk-KZG47SZP.js} +18 -14
- package/dist/{chunk-DN7UA3UT.js → chunk-SXPTL222.js} +1 -1
- package/dist/{chunk-UJWGZM4K.js → chunk-WWH4NNBH.js} +3 -3
- package/dist/{chunk-JSYIBLBK.js → chunk-YP3CSOZ6.js} +117 -34
- package/dist/{chunk-3EMJ5LVV.js → chunk-ZZBN2MR7.js} +18 -14
- package/dist/{coordinator-prompt-JSX22ULD.js → coordinator-prompt-2EOR35TP.js} +2 -2
- package/dist/{coordinator-prompt-J2WBXGLP.js → coordinator-prompt-6EPVHVGJ.js} +2 -2
- package/dist/{global-workspace-6WR7OGMI.js → global-workspace-EZVQPMWT.js} +3 -3
- package/dist/{global-workspace-AQESFS7I.js → global-workspace-PANZGRUS.js} +3 -3
- package/dist/index.cjs +125 -34
- package/dist/index.d.cts +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.js +12 -6
- package/dist/mcp/run-stdio.cjs +119 -34
- package/dist/mcp/run-stdio.js +6 -6
- package/dist/{orchestrator-XPGJV7JK.js → orchestrator-KWV2PPML.js} +6 -6
- package/dist/{orchestrator-WWQBBIPP.js → orchestrator-T35BJZWY.js} +6 -6
- package/dist/{workspaces-V3RNE5ZX.js → workspaces-DWERPUQJ.js} +4 -4
- package/dist/{workspaces-WALT3MJB.js → workspaces-ZJATBC4A.js} +4 -4
- package/dist/{worktree-3NLPMA7K.js → worktree-RZRJNHYL.js} +7 -1
- package/dist/{worktree-TUZX7F7P.js → worktree-UCWWTVLS.js} +7 -1
- package/package.json +1 -1
|
@@ -13,6 +13,8 @@ import {
|
|
|
13
13
|
currentBranch,
|
|
14
14
|
detectLocalMergeConflicts,
|
|
15
15
|
ensureGhPreferOrigin,
|
|
16
|
+
fastForwardMainCheckoutIfSafe,
|
|
17
|
+
fetchOriginForWorktree,
|
|
16
18
|
fetchPrHead,
|
|
17
19
|
getPr,
|
|
18
20
|
getPrChecks,
|
|
@@ -33,6 +35,7 @@ import {
|
|
|
33
35
|
markPrReady,
|
|
34
36
|
mergePr,
|
|
35
37
|
normalizeWorktreePath,
|
|
38
|
+
originFetchBranch,
|
|
36
39
|
originGhRepoEnv,
|
|
37
40
|
parseGithubSlugFromRemoteUrl,
|
|
38
41
|
pushBranch,
|
|
@@ -50,7 +53,7 @@ import {
|
|
|
50
53
|
worktreeDisplayLabel,
|
|
51
54
|
worktreeDisplayLabelForGroup,
|
|
52
55
|
worktreeNameFromPath
|
|
53
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-YP3CSOZ6.js";
|
|
54
57
|
import "./chunk-FKOIHGKV.js";
|
|
55
58
|
import "./chunk-I77RYPOH.js";
|
|
56
59
|
import "./chunk-4TR3HZFT.js";
|
|
@@ -74,6 +77,8 @@ export {
|
|
|
74
77
|
currentBranch,
|
|
75
78
|
detectLocalMergeConflicts,
|
|
76
79
|
ensureGhPreferOrigin,
|
|
80
|
+
fastForwardMainCheckoutIfSafe,
|
|
81
|
+
fetchOriginForWorktree,
|
|
77
82
|
fetchPrHead,
|
|
78
83
|
getPr,
|
|
79
84
|
getPrChecks,
|
|
@@ -94,6 +99,7 @@ export {
|
|
|
94
99
|
markPrReady,
|
|
95
100
|
mergePr,
|
|
96
101
|
normalizeWorktreePath,
|
|
102
|
+
originFetchBranch,
|
|
97
103
|
originGhRepoEnv,
|
|
98
104
|
parseGithubSlugFromRemoteUrl,
|
|
99
105
|
pushBranch,
|
|
@@ -15,6 +15,8 @@ import {
|
|
|
15
15
|
currentBranch,
|
|
16
16
|
detectLocalMergeConflicts,
|
|
17
17
|
ensureGhPreferOrigin,
|
|
18
|
+
fastForwardMainCheckoutIfSafe,
|
|
19
|
+
fetchOriginForWorktree,
|
|
18
20
|
fetchPrHead,
|
|
19
21
|
getPr,
|
|
20
22
|
getPrChecks,
|
|
@@ -35,6 +37,7 @@ import {
|
|
|
35
37
|
markPrReady,
|
|
36
38
|
mergePr,
|
|
37
39
|
normalizeWorktreePath,
|
|
40
|
+
originFetchBranch,
|
|
38
41
|
originGhRepoEnv,
|
|
39
42
|
parseGithubSlugFromRemoteUrl,
|
|
40
43
|
pushBranch,
|
|
@@ -52,7 +55,7 @@ import {
|
|
|
52
55
|
worktreeDisplayLabel,
|
|
53
56
|
worktreeDisplayLabelForGroup,
|
|
54
57
|
worktreeNameFromPath
|
|
55
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-JTPDWTWJ.js";
|
|
56
59
|
import "./chunk-B3SJXYIJ.js";
|
|
57
60
|
import "./chunk-EUXOHTUK.js";
|
|
58
61
|
import "./chunk-KPIYENTF.js";
|
|
@@ -75,6 +78,8 @@ export {
|
|
|
75
78
|
currentBranch,
|
|
76
79
|
detectLocalMergeConflicts,
|
|
77
80
|
ensureGhPreferOrigin,
|
|
81
|
+
fastForwardMainCheckoutIfSafe,
|
|
82
|
+
fetchOriginForWorktree,
|
|
78
83
|
fetchPrHead,
|
|
79
84
|
getPr,
|
|
80
85
|
getPrChecks,
|
|
@@ -95,6 +100,7 @@ export {
|
|
|
95
100
|
markPrReady,
|
|
96
101
|
mergePr,
|
|
97
102
|
normalizeWorktreePath,
|
|
103
|
+
originFetchBranch,
|
|
98
104
|
originGhRepoEnv,
|
|
99
105
|
parseGithubSlugFromRemoteUrl,
|
|
100
106
|
pushBranch,
|