Skip to content
Topic Hub
Prof Rod Avatar

Filed under Worktrees

2 thoughts filed under this tag.

Thoughts on Worktrees

A handoff should let someone resume the work without replaying every exploratory turn. Give them the state they need to make the next decision. Ask for the working directory, branch, source revision, changed files…

codexworktrees

A correct change in the wrong checkout is still the wrong delivery. Before a Codex task starts, establish its directory, branch and base revision. After the task, inspect the diff and run the relevant checks in that…

codexworktrees