You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if context.prepared_closeout.is_some() && context.review_handoff.is_none(){
211
211
eyre::bail!(
212
-
"`decodex land` issue closeout requires a retained review handoff marker so it can write deterministic Linear execution ledger events. Run `decodex recovery review-handoff rebind` for `{}` before retrying.",
212
+
"`decodex land` issue closeout requires a retained review handoff marker so it can write deterministic Linear execution ledger events. Run `decodex recover review-handoff rebind` for `{}` before retrying.",
213
213
context.current_branch
214
214
);
215
215
}
@@ -534,7 +534,11 @@ fn finalize_land_closeout(
534
534
eyre::eyre!("`decodex land` issue cleanup requires a retained review handoff marker.")
0 commit comments