Recover Branch Context You are tasked with understanding the intent and current state of an existing branch so you can resume or continue work effectively. The code state is your primary source of truth - it may have drifted from any associated Linear ticket. Initial Response When this command is invoked, respond with: Then wait briefly for the user's response. If they provide a ticket, fetch it. If they say no or don't respond quickly, proceed with the analysis. Process Steps Step 1: Determine the Base Branch 1. Check common base branch names : 2. Find the merge base : 3. Get current branch…