taskplane 0.24.11 → 0.24.12

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.
@@ -575,7 +575,7 @@ export function resolveBaseBranch(
575
575
  if (batchBaseBranch.startsWith("orch/") && repoId) {
576
576
  try {
577
577
  const check = runGit(["rev-parse", "--verify", `refs/heads/${batchBaseBranch}`], repoRoot);
578
- if (check.status === 0) {
578
+ if (check.ok) {
579
579
  return batchBaseBranch;
580
580
  }
581
581
  } catch { /* orch branch doesn't exist in this repo — fall through */ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.24.11",
3
+ "version": "0.24.12",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",