Interactive issue execution worktree guardrails Use this for approved issue execution waves in -style repos when the user wants tmux/interactive Codex and/or parallel provider dispatch. Core pattern 1. Start from a clean isolation boundary. - - create a dedicated worktree per issue or tightly bounded issue cluster - base from - do not use the dirty main checkout for implementation 2. Materialize plan approval locally. - if the issue is approved by user direction or GitHub label but local is missing, add the approval marker inside the worktree and commit it first 3. Write a prompt file in the…