| commit | f7bebdd0a51bfe6f4148d7717e833d8d3e4fe5a5 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed May 14 15:22:24 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Thu May 15 12:24:07 2025 -0700 |
| tree | 2e280111e0e016971322952860bc76e7402ab051 | |
| parent | 124c9421ab7650020428f5b26348a963b49f107f [diff] [blame] |
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 {