Commit 3708b50
fix(agents): fix fix-ci invocation and pr-flow gh command robustness
fix-ci was invoking git-commit as a slash-command without declaring
Skill in allowed-tools, which would silently fail at runtime. Switch
to Skill tool invocation and declare allowed-tools: Bash, Skill.
pr-flow used `cd $WORKTREE_PATH && gh pr view ...` to capture the PR URL,
which is fragile since cd only affects that shell invocation. Replace
with `gh -C $WORKTREE_PATH pr view ...` for explicit directory context.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5b7d05e commit 3708b50
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments