Skip to content

Commit 16bfb98

Browse files
jcasimirclaude
andcommitted
Update template example to show path: reviewers
The commented-out example in the sync script's first-run template showed path: . which was inconsistent with the actual default source using path: reviewers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6cbc45d commit 16bfb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/compound-engineering/skills/refresh/sync-reviewers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ ! -f "$USER_CONFIG" ]; then
3434
# - name: my-reviewers
3535
# repo: owner/repo-name
3636
# branch: main
37-
# path: .
37+
# path: reviewers
3838
# except:
3939
# - reviewer-to-skip
4040
# - another-reviewer-to-skip

0 commit comments

Comments
 (0)