@sideboard-ai/cli 0.1.79 → 0.1.81

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ ${preview.diffStat}`);
449
449
  "You operate from the Global workspace (no git home). Use Sideboard MCP tools only.",
450
450
  "Use Sideboard MCP tools for persistent cross-agent threads, land/dev lifecycle, and work that outlives this session.",
451
451
  'For same-session Claude subtasks, prefer Claude Code native Agent(isolation: "worktree") instead.',
452
- "You cannot confirm_land or purge_thread \u2014 those stay human-only. Commit, push, and merge via ask_git on the worktree thread.",
452
+ "You cannot confirm_land or purge_thread \u2014 those stay human-only. Commit, push, and open PRs via ask_git on the worktree thread. Merge via ask_git only when the user explicitly asked.",
453
453
  `Goal: ${goal}`,
454
454
  repoPath ? `Pinned repo (legacy): ${repoPath}` : "Workspace: Global",
455
455
  `Parent thread id (pass as parentThreadId when creating children): ${thread.id}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sideboard-ai/cli",
3
- "version": "0.1.79",
3
+ "version": "0.1.81",
4
4
  "description": "Sideboard CLI — agent-agnostic worktree orchestration (includes `sideboard mcp`)",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "chalk": "^5.4.1",
17
17
  "commander": "^13.1.0",
18
18
  "ora": "^8.2.0",
19
- "@sideboard-ai/core": "0.1.79"
19
+ "@sideboard-ai/core": "0.1.81"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.13.10",