Commit 71de6f2
committed
fix(skills): rewrite review-task snapshot capture to use allowlisted Bash prefixes
- Replace shell variable assignment pattern (SNAPSHOT=$(git stash create -u))
with agent-level instructions using two separate Bash tool calls
- Each call starts with `git`, matching the runner's Bash(git:*) allowlist
- Fixes permission failure introduced by Claude Code 2.1.145 tightening
variable-assignment prefix matching1 parent 496baae commit 71de6f2
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
313 | 311 | | |
| 312 | + | |
314 | 313 | | |
315 | 314 | | |
316 | | - | |
| 315 | + | |
317 | 316 | | |
318 | 317 | | |
319 | | - | |
320 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments