loop: attempt to stop sketch from bouncing around between branches
diff --git a/loop/agent.go b/loop/agent.go
index ae8604b..a8721a7 100644
--- a/loop/agent.go
+++ b/loop/agent.go
@@ -1123,7 +1123,7 @@
 			}
 
 			a.SetBranch(branchName)
-			response := fmt.Sprintf("Branch name set to %q", branchName)
+			response := fmt.Sprintf("switched to branch sketch/%q - DO NOT change branches unless explicitly requested", branchName)
 
 			styleHint, err := claudetool.CommitMessageStyleHint(ctx, a.repoRoot)
 			if err != nil {