Commit 56c4677
fix(skills): use git diff --stat HEAD and remove duplicate worktree cleanup
- git-commit: change `git diff --stat` to `git diff --stat HEAD` so both
staged and unstaged changes are shown in the injected context
- pr-flow: remove duplicate `git worktree remove --force` block in the
max-iterations path that would cause a spurious error on second removal
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6696437 commit 56c4677
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 113 | | |
118 | 114 | | |
119 | 115 | | |
| |||
0 commit comments