Update packages/engine/src/project-engine.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-06-03 21:18:45 -07:00
committed by GitHub
parent 18ba5c0c59
commit fcebab56fc

View File

@@ -1077,6 +1077,9 @@ export class ProjectEngine {
task,
branch: task.branch ?? "",
merged: false,
// noOp signals "parked cleanly in review, awaiting human merge" so the
// merge seam treats this as success rather than a graph failure.
noOp: true,
worktreeRemoved: false,
branchDeleted: false,
} as MergeResult;