@sideboard-ai/core 0.1.145 → 0.1.147

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.
Files changed (31) hide show
  1. package/dist/{agents-4WOO4WN4.js → agents-N3KMRQUZ.js} +4 -4
  2. package/dist/{agents-VFBNZHI4.js → agents-YVETHB2R.js} +4 -4
  3. package/dist/{chunk-TTJ6EYZC.js → chunk-4RYRNJPN.js} +3 -3
  4. package/dist/{chunk-2C5RE7K4.js → chunk-67K3FRKR.js} +1 -1
  5. package/dist/{chunk-G3KLNP2B.js → chunk-IHSR7EVK.js} +2 -2
  6. package/dist/{chunk-3UD2LW4P.js → chunk-JHZ6HGRI.js} +2 -2
  7. package/dist/{chunk-QS5JJ2IM.js → chunk-JTPDWTWJ.js} +117 -34
  8. package/dist/{chunk-LWRNRMYY.js → chunk-JW436RTA.js} +2 -2
  9. package/dist/{chunk-XUYIJY6D.js → chunk-KNE3FZ46.js} +2 -2
  10. package/dist/{chunk-335KQKWX.js → chunk-KZG47SZP.js} +18 -14
  11. package/dist/{chunk-DN7UA3UT.js → chunk-SXPTL222.js} +1 -1
  12. package/dist/{chunk-UJWGZM4K.js → chunk-WWH4NNBH.js} +3 -3
  13. package/dist/{chunk-JSYIBLBK.js → chunk-YP3CSOZ6.js} +117 -34
  14. package/dist/{chunk-3EMJ5LVV.js → chunk-ZZBN2MR7.js} +18 -14
  15. package/dist/{coordinator-prompt-JSX22ULD.js → coordinator-prompt-2EOR35TP.js} +2 -2
  16. package/dist/{coordinator-prompt-J2WBXGLP.js → coordinator-prompt-6EPVHVGJ.js} +2 -2
  17. package/dist/{global-workspace-6WR7OGMI.js → global-workspace-EZVQPMWT.js} +3 -3
  18. package/dist/{global-workspace-AQESFS7I.js → global-workspace-PANZGRUS.js} +3 -3
  19. package/dist/index.cjs +226 -34
  20. package/dist/index.d.cts +61 -2
  21. package/dist/index.d.ts +61 -2
  22. package/dist/index.js +109 -6
  23. package/dist/mcp/run-stdio.cjs +119 -34
  24. package/dist/mcp/run-stdio.js +6 -6
  25. package/dist/{orchestrator-XPGJV7JK.js → orchestrator-KWV2PPML.js} +6 -6
  26. package/dist/{orchestrator-WWQBBIPP.js → orchestrator-T35BJZWY.js} +6 -6
  27. package/dist/{workspaces-V3RNE5ZX.js → workspaces-DWERPUQJ.js} +4 -4
  28. package/dist/{workspaces-WALT3MJB.js → workspaces-ZJATBC4A.js} +4 -4
  29. package/dist/{worktree-3NLPMA7K.js → worktree-RZRJNHYL.js} +7 -1
  30. package/dist/{worktree-TUZX7F7P.js → worktree-UCWWTVLS.js} +7 -1
  31. package/package.json +1 -1
@@ -6,10 +6,10 @@ import {
6
6
  listWorkspaces,
7
7
  removeWorkspace,
8
8
  syncWorkspacesFromThreads
9
- } from "./chunk-LWRNRMYY.js";
10
- import "./chunk-XUYIJY6D.js";
11
- import "./chunk-2C5RE7K4.js";
12
- import "./chunk-QS5JJ2IM.js";
9
+ } from "./chunk-JW436RTA.js";
10
+ import "./chunk-KNE3FZ46.js";
11
+ import "./chunk-67K3FRKR.js";
12
+ import "./chunk-JTPDWTWJ.js";
13
13
  import "./chunk-B3SJXYIJ.js";
14
14
  import "./chunk-EUXOHTUK.js";
15
15
  import "./chunk-KPIYENTF.js";
@@ -4,10 +4,10 @@ import {
4
4
  listWorkspaces,
5
5
  removeWorkspace,
6
6
  syncWorkspacesFromThreads
7
- } from "./chunk-3UD2LW4P.js";
8
- import "./chunk-G3KLNP2B.js";
9
- import "./chunk-DN7UA3UT.js";
10
- import "./chunk-JSYIBLBK.js";
7
+ } from "./chunk-JHZ6HGRI.js";
8
+ import "./chunk-IHSR7EVK.js";
9
+ import "./chunk-SXPTL222.js";
10
+ import "./chunk-YP3CSOZ6.js";
11
11
  import "./chunk-FKOIHGKV.js";
12
12
  import "./chunk-I77RYPOH.js";
13
13
  import "./chunk-4TR3HZFT.js";
@@ -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-JSYIBLBK.js";
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-QS5JJ2IM.js";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sideboard-ai/core",
3
- "version": "0.1.145",
3
+ "version": "0.1.147",
4
4
  "description": "Sideboard core — orchestration, agents, git worktrees, MCP server",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",